
Wolfgang D.,
please pull SATA configuration patches for 8315 and 837x boards, a cleanup of the 83xx SPRIDR code, and some 8323 rdb fixes:
The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git master
Dave Liu (2): mpc83xx: initialize serdes for MPC837xEMDS boards mpc83xx: enable the SATA interface on mpc837xemds board
Kim Phillips (4): mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards mpc83xx: unreinvent mem_clk mpc83xx: display ddr frequency in board_add_ram_info banner mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
Michael Barkowski (2): mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
board/freescale/mpc8323erdb/mpc8323erdb.c | 34 ++++++ board/freescale/mpc8360emds/mpc8360emds.c | 11 +-- board/freescale/mpc837xemds/mpc837xemds.c | 30 +++++ board/freescale/mpc837xerdb/mpc837xerdb.c | 15 +-- cpu/mpc83xx/cpu.c | 166 ++++++++--------------------- cpu/mpc83xx/spd_sdram.c | 21 ++-- cpu/mpc83xx/speed.c | 16 ++-- include/asm-ppc/global_data.h | 3 +- include/configs/MPC8315ERDB.h | 23 ++++ include/configs/MPC8323ERDB.h | 12 ++- include/configs/MPC837XEMDS.h | 28 +++++ include/configs/MPC837XERDB.h | 23 ++++ include/mpc83xx.h | 91 +++++----------- lib_ppc/board.c | 2 +- 14 files changed, 250 insertions(+), 225 deletions(-)
Thanks,
Kim