uboot-mt623x/board/socrates
Anatolij Gustschin dd332e18d0 85xx: socrates: fix DDR SDRAM tlb entry configuration
since commit be0bd8234b
tlb entry for socrates DDR SDRAM will be reconfigured
by setup_ddr_tlbs() from initdram() causing an
inconsistency with previously configured DDR SDRAM tlb
entry from tlb_table:

socrates>l2cam 7 9
IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
  7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
  8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
  9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX

This patch makes the presence of the DDR SDRAM tlb entry in
the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
inconsistency.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Andy Fleming <afleming@freescale.com>
2008-12-03 22:47:01 -06:00
..
Makefile FSL DDR: Convert socrates to new DDR code. 2008-08-27 11:43:51 -05:00
config.mk Socrates: NAND support added. Changed the U-Boot base address and 2008-06-11 00:30:29 -05:00
ddr.c Pass dimm parameters to populate populate controller options 2008-10-18 21:54:04 +02:00
law.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
nand.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sdram.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
socrates.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
tlb.c 85xx: socrates: fix DDR SDRAM tlb entry configuration 2008-12-03 22:47:01 -06:00
u-boot.lds Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
upm_table.h 85xx: socrates: Enable Lime support. 2008-09-09 10:14:13 +02:00