[U-Boot-Users] Please pull u-boot-mpc85xx.git

are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andrew Klossner (1): Change the temp map to ROM to align addresses to page size.
Andy Fleming (4): Remove LBC_CACHE_BASE from 8544 DS Fix indentation for default boot environment variables Remove fake flash bank from 8544 DS Clean up INIT_RAM options
Kim Phillips (2): fdt: add crypto node handling for MPC8{3, 5}xxE processors mpc85xx: use IS_E_PROCESSOR macro
Kumar Gala (4): 85xx: Cleanup L2 cache size detection MPC8544DS: Report board id, board version and fpga version. 85xx: Add some L1/L2 SPR register definitions MPC8544DS: Add ATI Video card support
Paul Gortmaker (7): 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq sbc8560: proper definitions for TSEC. sbc8560: properly set cs0_bnds for 512MB sbc8560: define eth0 and eth1 instead of eth1 and eth2 sbc8560: add in ft_board_setup() sbc8560: add default fdt values sbc8560: enable CONFIG_OF_LIBFDT by default
board/freescale/mpc8544ds/law.c | 2 +- board/freescale/mpc8544ds/mpc8544ds.c | 5 +- board/freescale/mpc8544ds/tlb.c | 12 +--- board/freescale/mpc8544ds/u-boot.lds | 1 + board/sbc8560/sbc8560.c | 32 ++++++++ common/fdt_support.c | 87 ++++++++++++++++++++++ cpu/mpc83xx/fdt.c | 20 +++++- cpu/mpc85xx/cpu.c | 2 +- cpu/mpc85xx/cpu_init.c | 47 ++++++++----- cpu/mpc85xx/fdt.c | 7 ++- cpu/mpc85xx/start.S | 9 ++- cpu/mpc86xx/fdt.c | 2 +- include/asm-ppc/processor.h | 29 ++++++++ include/configs/MPC8544DS.h | 52 ++++++++------ include/configs/MPC8560ADS.h | 38 +++++----- include/configs/sbc8560.h | 128 ++++++++++++++++++++++---------- include/fdt_support.h | 6 ++ include/mpc83xx.h | 7 ++- 18 files changed, 366 insertions(+), 120 deletions(-)

In message 1216085749-20870-1-git-send-email-afleming@freescale.com you wrote:
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andrew Klossner (1): Change the temp map to ROM to align addresses to page size.
Andy Fleming (4): Remove LBC_CACHE_BASE from 8544 DS Fix indentation for default boot environment variables Remove fake flash bank from 8544 DS Clean up INIT_RAM options
Kim Phillips (2): fdt: add crypto node handling for MPC8{3, 5}xxE processors mpc85xx: use IS_E_PROCESSOR macro
Kumar Gala (4): 85xx: Cleanup L2 cache size detection MPC8544DS: Report board id, board version and fpga version. 85xx: Add some L1/L2 SPR register definitions MPC8544DS: Add ATI Video card support
Paul Gortmaker (7): 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq sbc8560: proper definitions for TSEC. sbc8560: properly set cs0_bnds for 512MB sbc8560: define eth0 and eth1 instead of eth1 and eth2 sbc8560: add in ft_board_setup() sbc8560: add default fdt values sbc8560: enable CONFIG_OF_LIBFDT by default
board/freescale/mpc8544ds/law.c | 2 +- board/freescale/mpc8544ds/mpc8544ds.c | 5 +- board/freescale/mpc8544ds/tlb.c | 12 +--- board/freescale/mpc8544ds/u-boot.lds | 1 + board/sbc8560/sbc8560.c | 32 ++++++++ common/fdt_support.c | 87 ++++++++++++++++++++++ cpu/mpc83xx/fdt.c | 20 +++++- cpu/mpc85xx/cpu.c | 2 +- cpu/mpc85xx/cpu_init.c | 47 ++++++++----- cpu/mpc85xx/fdt.c | 7 ++- cpu/mpc85xx/start.S | 9 ++- cpu/mpc86xx/fdt.c | 2 +- include/asm-ppc/processor.h | 29 ++++++++ include/configs/MPC8544DS.h | 52 ++++++++------ include/configs/MPC8560ADS.h | 38 +++++----- include/configs/sbc8560.h | 128 ++++++++++++++++++++++---------- include/fdt_support.h | 6 ++ include/mpc83xx.h | 7 ++- 18 files changed, 366 insertions(+), 120 deletions(-)
Done, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Andy Fleming
-
Wolfgang Denk