[U-Boot-Users] Please pull u-boot-mpc83xx.git
Kim Phillips
kim.phillips at freescale.com
Fri Jan 11 05:04:31 CET 2008
Wolfgang D.,
please pull:
The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c:
Ben Warren (1):
Fix Ethernet init() return codes
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Anton Vorontsov (2):
mpc83xx: add "fsl, qe" compatible fixups
mpc83xx: add support for the MPC8360E-RDK
Dave Liu (7):
mpc83xx: Remove cache config from config.h
mpc83xx: Fix the typo in global data struct
mpc83xx: Fix the typo in mpc83xx.h
mpc83xx: Fix the wrong definition of MPC8315E
mpc83xx: Reduce the latency of DDR
mpc83xx: Make the code more readable
mpc83xx: Fix the bug of 266MHz data rate DDR
Kim Phillips (1):
mpc83xx: add missing CONFIG_HAS_ETH0 defines
MAINTAINERS | 4 +
MAKEALL | 2 +
Makefile | 11 +
board/freescale/mpc8360erdk/Makefile | 50 +++
board/freescale/mpc8360erdk/config.mk | 28 ++
board/freescale/mpc8360erdk/mpc8360erdk.c | 340 ++++++++++++++++++
cpu/mpc83xx/fdt.c | 6 +
cpu/mpc83xx/spd_sdram.c | 6 +-
include/asm-ppc/global_data.h | 2 +-
include/configs/MPC8313ERDB.h | 5 -
include/configs/MPC8323ERDB.h | 10 +-
include/configs/MPC832XEMDS.h | 10 +-
include/configs/MPC8349EMDS.h | 7 -
include/configs/MPC8349ITX.h | 9 -
include/configs/MPC8360EMDS.h | 10 +-
include/configs/MPC8360ERDK.h | 538 +++++++++++++++++++++++++++++
include/configs/MPC837XEMDS.h | 38 +-
include/configs/TQM834x.h | 9 -
include/configs/sbc8349.h | 7 -
include/mpc83xx.h | 56 ++--
20 files changed, 1036 insertions(+), 112 deletions(-)
create mode 100644 board/freescale/mpc8360erdk/Makefile
create mode 100644 board/freescale/mpc8360erdk/config.mk
create mode 100644 board/freescale/mpc8360erdk/mpc8360erdk.c
create mode 100644 include/configs/MPC8360ERDK.h
Thanks,
Kim
More information about the U-Boot
mailing list