[U-Boot-Users] Please pull u-boot-mpc85xx.git
Andy Fleming
afleming at freescale.com
Wed Mar 26 18:03:39 CET 2008
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andy Fleming (2):
Add the Freescale PCI device IDs
Update SVR numbers to expand support
James Yang (4):
85xx: get_tbclk() speed up and rounding fix
85xx: Show DDR memory data rate in addition to the memory clock frequency.
85xx: Speed up get_ddr_freq() and get_bus_freq()
85xx: Expand CCSR space with more DDR controller registers.
Jon Loeliger (1):
FSL: Clean up board/freescale/common/Makefile
Kumar Gala (6):
85xx: Add the concept of CFG_CCSRBAR_PHYS
85xx: Added support for multicore boot mechanism
85xx: Added support for multicore boot mechanism
85xx: Fix merge duplication
85xx: Update multicore boot mechanism to ePAPR v0.81 spec
85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
board/atum8548/tlb.c | 2 +-
board/freescale/common/Makefile | 12 +-
board/freescale/common/{eeprom.c => cds_eeprom.c} | 0
.../freescale/common/{ft_board.c => cds_pci_ft.c} | 0
board/freescale/common/{via.c => cds_via.c} | 0
board/freescale/mpc8540ads/tlb.c | 2 +-
board/freescale/mpc8541cds/Makefile | 17 +-
board/freescale/mpc8541cds/tlb.c | 2 +-
board/freescale/mpc8544ds/tlb.c | 2 +-
board/freescale/mpc8548cds/Makefile | 17 +-
board/freescale/mpc8548cds/tlb.c | 2 +-
board/freescale/mpc8555cds/Makefile | 17 +-
board/freescale/mpc8555cds/tlb.c | 2 +-
board/freescale/mpc8560ads/tlb.c | 2 +-
board/freescale/mpc8568mds/Makefile | 3 -
board/freescale/mpc8568mds/tlb.c | 2 +-
board/freescale/mpc8610hpcd/Makefile | 4 -
board/mpc8540eval/tlb.c | 2 +-
board/pm854/tlb.c | 2 +-
board/pm856/tlb.c | 2 +-
board/sbc8548/tlb.c | 2 +-
board/sbc8560/tlb.c | 2 +-
board/stxgp3/tlb.c | 2 +-
board/stxssa/tlb.c | 2 +-
board/tqm85xx/tlb.c | 2 +-
common/Makefile | 1 +
common/cmd_mp.c | 93 +++++++++
cpu/mpc85xx/Makefile | 3 +
cpu/mpc85xx/cpu.c | 102 ++++++-----
cpu/mpc85xx/cpu_init.c | 10 +-
cpu/mpc85xx/fdt.c | 52 +++++
cpu/mpc85xx/mp.c | 210 ++++++++++++++++++++
cpu/mpc85xx/mp.h | 20 ++
cpu/mpc85xx/release.S | 182 +++++++++++++++++
cpu/mpc85xx/speed.c | 21 +--
cpu/mpc86xx/cpu.c | 2 +-
include/asm-ppc/global_data.h | 2 -
include/asm-ppc/immap_85xx.h | 29 +++-
include/asm-ppc/processor.h | 44 +++--
include/common.h | 7 +
include/configs/ATUM8548.h | 1 +
include/configs/MPC8540ADS.h | 1 +
include/configs/MPC8540EVAL.h | 1 +
include/configs/MPC8541CDS.h | 6 +
include/configs/MPC8544DS.h | 1 +
include/configs/MPC8548CDS.h | 6 +
include/configs/MPC8555CDS.h | 6 +
include/configs/MPC8560ADS.h | 1 +
include/configs/MPC8568MDS.h | 1 +
include/configs/PM854.h | 1 +
include/configs/PM856.h | 1 +
include/configs/SBC8540.h | 1 +
include/configs/TQM85xx.h | 1 +
include/configs/sbc8548.h | 1 +
include/configs/sbc8560.h | 1 +
include/configs/stxgp3.h | 1 +
include/configs/stxssa.h | 1 +
include/pci_ids.h | 23 +++
58 files changed, 794 insertions(+), 141 deletions(-)
rename board/freescale/common/{eeprom.c => cds_eeprom.c} (100%)
rename board/freescale/common/{ft_board.c => cds_pci_ft.c} (100%)
rename board/freescale/common/{via.c => cds_via.c} (100%)
create mode 100644 common/cmd_mp.c
create mode 100644 cpu/mpc85xx/mp.c
create mode 100644 cpu/mpc85xx/mp.h
create mode 100644 cpu/mpc85xx/release.S
More information about the U-Boot
mailing list