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

Jon Loeliger jdl at freescale.com
Thu Jan 3 18:11:34 CET 2008


Wolfgang,

I've been a bit disconnected over the holiday here, but
if you are at a point where you are willing to pull in 
some changes, I would appreciate it if you could pick up
the new MPC8610 HPCD port and a few mpc8641 bug fixes
from the u-boot-mpc86xx custodian repository.  The port
and bug fix patches were posted to the list earlier!

Thanks,
jdl



$ git shortlog --no-merges --pretty=oneline wd/master..origin


The following changes are available in the git repository at:

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

Jason Jin (4):
      make 8610 board use pixis reset
      Unify pixis_reset altbank across board families
      Fix the BAT definition of PCI IO on 8610 board
      8610: Actually enable pixis_reset CONFIGs
 
Jon Loeliger (9):
      Initial mpc8610hpcd board files.
      Initial mpc8610hpcd cpu/, README and include/ files.
      Initial mpc8610hpcd Makefile files.
      86xx: Fix broken variable reference when #def DEBUGing.
      Move 8610 DIU interface structure definitions to header file.
      8610HPCD: Enable the 8610 Display Interface Unit
      Convert MPC8641HPCN to use libfdt.
      Don't slam #undef DEBUG in the 8641HPCN config file.
      8610: Move include of config.h earlier.
 
Roy Zang (1):
      Enable ULi1575 Ethernet support in 8610HPCD config
 
York Sun (4):
      8610: Make some extra debug environment variables conditional.
      FSL: Add a freescale bitmap logo.
      8610: Add 8610 DIU display driver
      8610: Add console frame buffer support to FSL 8610 DIU driver.




 MAKEALL                                       |    1 +
 Makefile                                      |    3 +
 board/freescale/common/Makefile               |    4 +-
 board/freescale/common/fsl_diu_fb.c           |  624 ++++++++++++++++++
 board/freescale/common/fsl_diu_fb.h           |   69 ++
 board/freescale/common/fsl_logo_bmp.c         |  878 +++++++++++++++++++++++++
 board/freescale/mpc8610hpcd/Makefile          |   59 ++
 board/freescale/mpc8610hpcd/config.mk         |   25 +
 board/freescale/mpc8610hpcd/init.S            |  147 ++++
 board/freescale/mpc8610hpcd/mpc8610hpcd.c     |  546 +++++++++++++++
 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |  177 +++++
 board/freescale/mpc8610hpcd/u-boot.lds        |  135 ++++
 board/freescale/mpc8641hpcn/mpc8641hpcn.c     |   60 +-
 cpu/mpc86xx/cpu.c                             |   15 +-
 doc/README.mpc8610hpcd                        |   67 ++
 include/asm-ppc/processor.h                   |    1 +
 include/configs/MPC8610HPCD.h                 |  692 +++++++++++++++++++
 include/configs/MPC8641HPCN.h                 |   22 +-
 18 files changed, 3483 insertions(+), 42 deletions(-)






More information about the U-Boot mailing list