[U-Boot] Pull Request: u-boot-mpc86xx

Jon Loeliger jdl at freescale.com
Mon Nov 10 17:28:21 CET 2008


The following changes since commit 1378174a1351c0285736863a665ab758fe8d5f71:
  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

  git://www.denx.de/git/u-boot-mpc86xx.git masterges since commit 

Becky Bruce (18):
      mpc8641: Stop supporting non-PCI_PNP configs
      mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
      powerpc 86xx: Handle CCSR relocation earlier
      86xx: Make dram_size a phys_size_t
      8641HPCN: Config file cleanup
      powerpc: change 86xx SMP boot method
      mpc8641: Remove extra "0" from BR2 define
      mpc86xx: Move setup_bats into cpu_init_f
      mpc8641: only define CONFIG_ENV_SIZE once
      mpc8641: Drop imaginary second flash bank, map 8MB
      mpc8641: make DIAG_ADDR == FLASH_BASE
      mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
      mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
      mpc8641: Change 32-bit memory map
      mpc8641: Support 36-bit physical addressing
      toplevel Makefile: Add MPC8641HPCN_36BIT target
      mpc8641: Try to detect old .dts files
      lib_ppc: Move trap_init to occur earlier

Jon Loeliger (1):
      Merge commit 'wd/master'

 Makefile                                  |    8 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd.c |    6 +-
 board/freescale/mpc8641hpcn/config.mk     |    2 +-
 board/freescale/mpc8641hpcn/law.c         |   35 ++--
 board/freescale/mpc8641hpcn/mpc8641hpcn.c |   66 ++++---
 cpu/mpc86xx/Makefile                      |    4 +
 cpu/mpc86xx/cpu_init.c                    |    8 +
 cpu/mpc86xx/fdt.c                         |   21 ++
 cpu/mpc86xx/mp.c                          |   68 +++++++
 cpu/mpc86xx/mp.h                          |    7 +
 cpu/mpc86xx/release.S                     |  169 +++++++++++++++++
 cpu/mpc86xx/start.S                       |  186 ++++++++-----------
 doc/README.mpc8641hpcn                    |   64 +++++--
 include/configs/MPC8610HPCD.h             |   40 +++-
 include/configs/MPC8641HPCN.h             |  289 ++++++++++++++++++++--------
 include/configs/sbc8641d.h                |   16 ++
 lib_ppc/board.c                           |   10 +-
 17 files changed, 721 insertions(+), 278 deletions(-)




More information about the U-Boot mailing list