[U-Boot] Pull request - mpc85xx

Kumar Gala galak at kernel.crashing.org
Fri Oct 16 17:28:04 CEST 2009


The following changes since commit 9efe379a0eb127e616d780533a711f99b52ea64a:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-blackfin

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx master

Anton Vorontsov (1):
      mpc85xx: Fix booting on various boards

Dipen Dudhat (2):
      ppc/P1_P2_RDB: NAND Boot Support
      ppc/P1_P2_RDB: On-chip BootROM support

Paul Gortmaker (3):
      sbc8641d: fix LAW so board doesn't hang on DDR init
      mpc8xxx: improve LAW error messages when setting up DDR
      mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define

 MAKEALL                                        |   12 +++
 Makefile                                       |   14 +++-
 board/freescale/p1_p2_rdb/config.mk            |   19 ++++
 board/freescale/p1_p2_rdb/tlb.c                |   10 ++
 board/sbc8641d/law.c                           |    5 +-
 cpu/mpc8xxx/ddr/util.c                         |    9 +-
 include/configs/MPC8610HPCD.h                  |    2 -
 include/configs/MPC8641HPCN.h                  |    2 -
 include/configs/P1_P2_RDB.h                    |   87 +++++++++++++++--
 include/configs/sbc8641d.h                     |    2 -
 lib_ppc/board.c                                |    8 +-
 nand_spl/board/freescale/p1_p2_rdb/Makefile    |  127 ++++++++++++++++++++++++
 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c |   97 ++++++++++++++++++
 13 files changed, 370 insertions(+), 24 deletions(-)
 create mode 100644 nand_spl/board/freescale/p1_p2_rdb/Makefile
 create mode 100644 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c


More information about the U-Boot mailing list