[U-Boot-Users] [PATCH] mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE

2008-03-28 Thread Michael Barkowski
Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB controller on the PCI bus in Linux on the MPC8323ERDB. This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's config file. Signed-off-by: Michael Barkowski <[EMAIL PROTECTED]> --- Kim, please consid

[U-Boot-Users] [PATCH v2] mpc8323erdb: fix EEPROM page size and get MAC from EEPROM

2008-03-27 Thread Michael Barkowski
-byte values should have it's CRC at the end. crc32 and eeprom commands can be used to accomplish this. If CRC fails, MAC addresses come from the environment. If CRC succeeds, the environment is overwritten at startup. Signed-off-by: Michael Barkowski <[EMAIL PROTECTED]> --- Kim, Pl

[U-Boot-Users] PCI broken on MPC8323ERDB

2008-03-25 Thread Michael Barkowski
This commit in U-Boot tree breaks the PCI in Linux MPC8323ERDB. Do I need to define CONFIG_PCI_SKIP_HOST_BRIDGE now? I don't see any other boards defining it. commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 Author: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> Date: Fri Mar 7 16:04:25 2008 +0900

[U-Boot-Users] [PATCH 2/3] mpc8323erdb: Improve the system performance

2008-03-20 Thread Michael Barkowski
clks to 11clks. (based on Trfc=75ns) 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based on Tfaw=50ns) 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based on CL=3 and WL=2). Signed-off-by: Michael Barkowski <[EMAIL PROTECTED]> Acked-by: Kim Ph

[U-Boot-Users] [PATCH 3/3] mpc8323erdb: remove RTC and add EEPROM

2008-03-20 Thread Michael Barkowski
There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM. Signed-off-by: Michael Barkowski <[EMAIL PROTECTED]> Acked-by: Kim Phillips <[EMAIL PROTECTED]> --- include/configs/MPC8323ERDB.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git

[U-Boot-Users] [PATCH 1/3] mpc8323erdb: use readable DDR config macros

2008-03-20 Thread Michael Barkowski
Use available shift/mask macros to define DDR configuration. Signed-off-by: Michael Barkowski <[EMAIL PROTECTED]> Acked-by: Kim Phillips <[EMAIL PROTECTED]> --- include/configs/MPC8323ERDB.h | 50 ++-- 1 files changed, 42 insertions(+), 8 deleti