[U-Boot-Users] Pull Request for u-boot-mpc86xx.git

Jon Loeliger jdl at freescale.com
Thu Feb 21 18:04:38 CET 2008


Wolfgang,

I have now built, tested, debugged, and fixed a couple
problems that were present in the v1.3.2-rc1 candidate
for the MPC8610HPCD board.  With these patchs below, both
the MPC8610HPCD and MPC8641HPCN boards build and boot,
and the sbc8641d builds (I can't test it).

Please pick these up for the v1.3.2 release.

Thanks,
jdl


The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20:
  Jean-Christophe PLAGNIOL-VILLARD (1):
        s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'

are available in the git repository at:

  git://www.denx.de/git/u-boot-mpc86xx.git master

Jean-Christophe PLAGNIOL-VILLARD (2):
      mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_l\
aw'
      mpc86xx: Fix unused variable 'config' and 'immap'

Jon Loeliger (5):
      86xx: Convert sbc8641d to use libfdt.
      8610HPCD: Fix typos in two PCI setup registers.
      8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
      86xx: Fix GUR PCI config registers properly.
      8610HPCD: Document the flashbank selection switches.

 board/freescale/mpc8610hpcd/mpc8610hpcd.c |    7 ++-
 board/freescale/mpc8641hpcn/mpc8641hpcn.c |   24 +++--------
 board/sbc8641d/sbc8641d.c                 |   41 +++++++++++++-------
 cpu/mpc86xx/Makefile                      |   17 ++++++--
 cpu/mpc86xx/cpu.c                         |   61 -----------------------------
 cpu/mpc86xx/cpu_init.c                    |    1 +
 cpu/mpc86xx/fdt.c                         |   35 ++++++++++++++++
 cpu/mpc86xx/spd_sdram.c                   |   10 +++--
 doc/README.mpc8610hpcd                    |    6 +++
 include/asm-ppc/immap_86xx.h              |   12 ++++--
 include/configs/MPC8610HPCD.h             |    2 +-
 include/configs/sbc8641d.h                |   10 +---
 12 files changed, 110 insertions(+), 116 deletions(-)
 create mode 100644 cpu/mpc86xx/fdt.c




More information about the U-Boot mailing list