public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration
@ 2012-04-29 18:01 Jens Scharsig
  2012-09-03 11:02 ` Jens Scharsig
  2012-09-04  7:37 ` [U-Boot] [PATCH V2] atmel: " Jens Scharsig
  0 siblings, 2 replies; 6+ messages in thread
From: Jens Scharsig @ 2012-04-29 18:01 UTC (permalink / raw)
  To: u-boot

* add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config)

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
 boards.cfg                   |    3 ++-
 include/configs/eb_cpux9k2.h |    5 +++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index 3cf75c3..efca4fc 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -54,7 +54,8 @@ integratorcp_cm920t          arm         arm920t     integrator          armltd
 a320evb                      arm         arm920t     -                   faraday        a320
 at91rm9200ek                 arm         arm920t     at91rm9200ek        atmel          at91        at91rm9200ek
 at91rm9200ek_ram             arm         arm920t     at91rm9200ek        atmel          at91        at91rm9200ek:RAMBOOT
-eb_cpux9k2                   arm         arm920t     -                   BuS            at91
+eb_cpux9k2                   arm         arm920t     eb_cpux9k2          BuS            at91        eb_cpux9k2
+eb_cpux9k2_ram               arm         arm920t     eb_cpux9k2          BuS            at91        eb_cpux9k2:RAMBOOT
 cpuat91                      arm         arm920t     cpuat91             eukrea         at91        cpuat91
 cpuat91_ram                  arm         arm920t     cpuat91             eukrea         at91        cpuat91:RAMBOOT
 mx1ads                       arm         arm920t     -                   -              imx
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index eb05e2a..d7b6b57 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -44,7 +44,12 @@
 #define MACH_TYPE_EB_CPUX9K2		1977
 #define CONFIG_MACH_TYPE		MACH_TYPE_EB_CPUX9K2
 /*--------------------------------------------------------------------------*/
+#ifndef CONFIG_RAMBOOT
 #define CONFIG_SYS_TEXT_BASE 		0x00000000
+#else
+#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_SYS_TEXT_BASE 		0x21f00000
+#endif
 #define CONFIG_SYS_LOAD_ADDR		0x21000000  /* default load address */
 
 #define CONFIG_SYS_BOOT_SIZE		0x00 /* 0 KBytes */
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration
  2012-04-29 18:01 [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration Jens Scharsig
@ 2012-09-03 11:02 ` Jens Scharsig
  2012-09-03 20:09   ` Andreas Bießmann
  2012-09-04  7:37 ` [U-Boot] [PATCH V2] atmel: " Jens Scharsig
  1 sibling, 1 reply; 6+ messages in thread
From: Jens Scharsig @ 2012-09-03 11:02 UTC (permalink / raw)
  To: u-boot

Dear Andreas Bie?mann,

Please could you also apply this open patch.
I've just tested this against the current atmel and master tree.

Thanks

best regards

Jens Scharsig

Am 2012-04-29 20:01, schrieb Jens Scharsig:
> * add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config)
> 
> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> ---
>  boards.cfg                   |    3 ++-
>  include/configs/eb_cpux9k2.h |    5 +++++
>  2 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/boards.cfg b/boards.cfg
> index 3cf75c3..efca4fc 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -54,7 +54,8 @@ integratorcp_cm920t          arm         arm920t     integrator          armltd
>  a320evb                      arm         arm920t     -                   faraday        a320
>  at91rm9200ek                 arm         arm920t     at91rm9200ek        atmel          at91        at91rm9200ek
>  at91rm9200ek_ram             arm         arm920t     at91rm9200ek        atmel          at91        at91rm9200ek:RAMBOOT
> -eb_cpux9k2                   arm         arm920t     -                   BuS            at91
> +eb_cpux9k2                   arm         arm920t     eb_cpux9k2          BuS            at91        eb_cpux9k2
> +eb_cpux9k2_ram               arm         arm920t     eb_cpux9k2          BuS            at91        eb_cpux9k2:RAMBOOT
>  cpuat91                      arm         arm920t     cpuat91             eukrea         at91        cpuat91
>  cpuat91_ram                  arm         arm920t     cpuat91             eukrea         at91        cpuat91:RAMBOOT
>  mx1ads                       arm         arm920t     -                   -              imx
> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
> index eb05e2a..d7b6b57 100644
> --- a/include/configs/eb_cpux9k2.h
> +++ b/include/configs/eb_cpux9k2.h
> @@ -44,7 +44,12 @@
>  #define MACH_TYPE_EB_CPUX9K2		1977
>  #define CONFIG_MACH_TYPE		MACH_TYPE_EB_CPUX9K2
>  /*--------------------------------------------------------------------------*/
> +#ifndef CONFIG_RAMBOOT
>  #define CONFIG_SYS_TEXT_BASE 		0x00000000
> +#else
> +#define CONFIG_SKIP_LOWLEVEL_INIT
> +#define CONFIG_SYS_TEXT_BASE 		0x21f00000
> +#endif
>  #define CONFIG_SYS_LOAD_ADDR		0x21000000  /* default load address */
>  
>  #define CONFIG_SYS_BOOT_SIZE		0x00 /* 0 KBytes */
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration
  2012-09-03 11:02 ` Jens Scharsig
@ 2012-09-03 20:09   ` Andreas Bießmann
  2012-09-04  8:24     ` Jens Scharsig
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Bießmann @ 2012-09-03 20:09 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,

On 03.09.12 13:02, Jens Scharsig wrote:
> Dear Andreas Bie?mann,
> 
> Please could you also apply this open patch.

sorry, this one slipped through. Please add some at91/atmel to the
subject line next time to get my attention.

> I've just tested this against the current atmel and master tree.

Ok, but this one seems to have style problems, please fix.

---8<---
WARNING: please, no space before tabs
#47: FILE: include/configs/eb_cpux9k2.h:51:
+#define CONFIG_SYS_TEXT_BASE ^I^I0x21f00000$

total: 0 errors, 1 warnings, 21 lines checked

NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX
MULTISTATEMENT_MACRO_USE_DO_WHILE

U-Boot-eb_cpux9k2-add-ram-target-configuration.patch has style problems,
please review.
--->8---

Best regards

Andreas Bie?mann

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH V2] atmel: eb_cpux9k2: add ram target configuration
  2012-04-29 18:01 [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration Jens Scharsig
  2012-09-03 11:02 ` Jens Scharsig
@ 2012-09-04  7:37 ` Jens Scharsig
  2012-09-04 19:57   ` Andreas Bießmann
  1 sibling, 1 reply; 6+ messages in thread
From: Jens Scharsig @ 2012-09-04  7:37 UTC (permalink / raw)
  To: u-boot

From: Jens Scharsig <js_at_ng@scharsoft.de>

* add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config)

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
---
fix code styling

 boards.cfg                   |    3 ++-
 include/configs/eb_cpux9k2.h |    7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index 72e7803..613d6b2 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -60,7 +60,8 @@ integratorcp_cm920t          arm         arm920t     integrator          armltd
 a320evb                      arm         arm920t     -                   faraday        a320
 at91rm9200ek                 arm         arm920t     at91rm9200ek        atmel          at91        at91rm9200ek
 at91rm9200ek_ram             arm         arm920t     at91rm9200ek        atmel          at91        at91rm9200ek:RAMBOOT
-eb_cpux9k2                   arm         arm920t     -                   BuS            at91
+eb_cpux9k2                   arm         arm920t     eb_cpux9k2          BuS            at91        eb_cpux9k2
+eb_cpux9k2_ram               arm         arm920t     eb_cpux9k2          BuS            at91        eb_cpux9k2:RAMBOOT
 cpuat91                      arm         arm920t     cpuat91             eukrea         at91        cpuat91
 cpuat91_ram                  arm         arm920t     cpuat91             eukrea         at91        cpuat91:RAMBOOT
 mx1ads                       arm         arm920t     -                   -              imx
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index d4104de..9371ec3 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -44,7 +44,12 @@
 #define MACH_TYPE_EB_CPUX9K2		1977
 #define CONFIG_MACH_TYPE		MACH_TYPE_EB_CPUX9K2
 /*--------------------------------------------------------------------------*/
-#define CONFIG_SYS_TEXT_BASE 		0x00000000
+#ifndef CONFIG_RAMBOOT
+#define CONFIG_SYS_TEXT_BASE		0x00000000
+#else
+#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_SYS_TEXT_BASE		0x21f00000
+#endif
 #define CONFIG_SYS_LOAD_ADDR		0x21000000  /* default load address */
 
 #define CONFIG_SYS_BOOT_SIZE		0x00 /* 0 KBytes */
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration
  2012-09-03 20:09   ` Andreas Bießmann
@ 2012-09-04  8:24     ` Jens Scharsig
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Scharsig @ 2012-09-04  8:24 UTC (permalink / raw)
  To: u-boot

Dear Andreas Bie?mann,

>>
>> Please could you also apply this open patch.
> 
> sorry, this one slipped through. Please add some at91/atmel to the
> subject line next time to get my attention.

Blame it on myself. I forgot the arch comment in subject

Best regards

Jens Scharsig

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH V2] atmel: eb_cpux9k2: add ram target configuration
  2012-09-04  7:37 ` [U-Boot] [PATCH V2] atmel: " Jens Scharsig
@ 2012-09-04 19:57   ` Andreas Bießmann
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Bießmann @ 2012-09-04 19:57 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,

On 04.09.2012 09:37, Jens Scharsig (BuS Elektronik) wrote:
> From: Jens Scharsig <js_at_ng@scharsoft.de>
>
> * add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config)
>
> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
> ---

applied to u-boot-atmel/master, thnaks!

Best regards

Andreas Bie?mann

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-04 19:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 18:01 [U-Boot] [PATCH] eb_cpux9k2: add ram target configuration Jens Scharsig
2012-09-03 11:02 ` Jens Scharsig
2012-09-03 20:09   ` Andreas Bießmann
2012-09-04  8:24     ` Jens Scharsig
2012-09-04  7:37 ` [U-Boot] [PATCH V2] atmel: " Jens Scharsig
2012-09-04 19:57   ` Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox