ppc4xx: Small AMCC Katmai 440SPe update

Signed-off-by: Stefan Roese <sr@denx.de>
master
Stefan Roese 18 years ago
parent df29449747
commit 2721a68a9e
  1. 10
      board/amcc/katmai/init.S
  2. 1
      include/configs/katmai.h

@ -46,6 +46,11 @@
.globl tlbtabA .globl tlbtabA
tlbtabA: tlbtabA:
tlbtab_start tlbtab_start
/*
* BOOT_CS (FLASH) must be first. Before relocation SA_I can be off to use the
* speed up boot process. It is patched after relocation to enable SA_I
*/
tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G) tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G)
/* /*
@ -81,6 +86,11 @@ tlbtabA:
.globl tlbtabB .globl tlbtabB
tlbtabB: tlbtabB:
tlbtab_start tlbtab_start
/*
* BOOT_CS (FLASH) must be first. Before relocation SA_I can be off to use the
* speed up boot process. It is patched after relocation to enable SA_I
*/
tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G) tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G)
/* /*

@ -108,6 +108,7 @@
*----------------------------------------------------------------------*/ *----------------------------------------------------------------------*/
#define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */ #define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */
#define SPD_EEPROM_ADDRESS {0x51, 0x52} /* SPD i2c spd addresses*/ #define SPD_EEPROM_ADDRESS {0x51, 0x52} /* SPD i2c spd addresses*/
#define CONFIG_DDR_ECC 1 /* with ECC support */
#undef CONFIG_STRESS #undef CONFIG_STRESS
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------

Loading…
Cancel
Save