Commit b3142e2cf82ab207a88868264d709a40e83f065e

Authored by York Sun
1 parent 293194c8be

powerpc: configs: Fix init_ram physical address for several boards

For e6500 and e5500 SoCs, it was intended to put init_ram address in
ccsr reserved space. It is no longer true since SerDes module took the
space. Move it to another reserved space at CCSR + 0x03c000.

Signed-off-by: York Sun <yorksun@freescale.com>

Showing 9 changed files with 12 additions and 12 deletions Side-by-side Diff

include/configs/B4860QDS.h
... ... @@ -460,13 +460,13 @@
460 460 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
461 461 #ifdef CONFIG_PHYS_64BIT
462 462 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
463   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  463 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
464 464 /* The assembler doesn't like typecast */
465 465 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
466 466 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
467 467 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
468 468 #else
469   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS 0xfe0ec000 /* Initial L1 address */
  469 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS 0xfe03c000 /* Initial L1 address */
470 470 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
471 471 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
472 472 #endif
include/configs/T102xQDS.h
... ... @@ -475,13 +475,13 @@
475 475 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
476 476 #ifdef CONFIG_PHYS_64BIT
477 477 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
478   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  478 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
479 479 /* The assembler doesn't like typecast */
480 480 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
481 481 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
482 482 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
483 483 #else
484   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS 0xfe0ec000 /* Initial L1 address */
  484 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS 0xfe03c000 /* Initial L1 address */
485 485 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
486 486 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
487 487 #endif
include/configs/T102xRDB.h
... ... @@ -476,13 +476,13 @@
476 476 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
477 477 #ifdef CONFIG_PHYS_64BIT
478 478 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
479   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  479 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
480 480 /* The assembler doesn't like typecast */
481 481 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
482 482 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
483 483 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
484 484 #else
485   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS 0xfe0ec000 /* Initial L1 address */
  485 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS 0xfe03c000 /* Initial L1 address */
486 486 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
487 487 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
488 488 #endif
include/configs/T1040QDS.h
... ... @@ -380,7 +380,7 @@
380 380 #define CONFIG_SYS_INIT_RAM_LOCK
381 381 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
382 382 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
383   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  383 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
384 384 /* The assembler doesn't like typecast */
385 385 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
386 386 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
include/configs/T104xRDB.h
... ... @@ -432,7 +432,7 @@
432 432 #define CONFIG_SYS_INIT_RAM_LOCK
433 433 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
434 434 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
435   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  435 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
436 436 /* The assembler doesn't like typecast */
437 437 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
438 438 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
include/configs/T208xQDS.h
... ... @@ -430,7 +430,7 @@
430 430 #define CONFIG_SYS_INIT_RAM_LOCK
431 431 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
432 432 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
433   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  433 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
434 434 /* The assembler doesn't like typecast */
435 435 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
436 436 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
include/configs/T208xRDB.h
... ... @@ -390,7 +390,7 @@
390 390 #define CONFIG_SYS_INIT_RAM_LOCK
391 391 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
392 392 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
393   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  393 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
394 394 /* The assembler doesn't like typecast */
395 395 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
396 396 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
include/configs/T4240RDB.h
... ... @@ -179,7 +179,7 @@
179 179 #define CONFIG_SYS_INIT_RAM_LOCK
180 180 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
181 181 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
182   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  182 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
183 183 /* The assembler doesn't like typecast */
184 184 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
185 185 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
include/configs/t4qds.h
... ... @@ -123,7 +123,7 @@
123 123 #define CONFIG_SYS_INIT_RAM_LOCK
124 124 #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */
125 125 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
126   -#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe0ec000
  126 +#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
127 127 /* The assembler doesn't like typecast */
128 128 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
129 129 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \