[U-Boot] Please pull u-boot-ppc4xx/master

Hi Wolfgang,
please pull some fixes and last minute updates from ppc4xx. Thanks.
The following changes since commit f67066b6b0740b826ed862615c5ab022aaf4779a: Mike Frysinger (1): envcrc: check return value of fwrite()
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (7): fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb ppc4xx: Update flash size in reg property of the NOR flash node ppc4xx: Add function to check and dynamically change PCI sync clock ppc4xx: Print PCI synchronous clock frequency upon bootup ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock ppc4xx: Sequoia: Add chip_config command
Wolfgang Denk (1): cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
board/amcc/sequoia/Makefile | 4 +- board/amcc/sequoia/chip_config.c | 122 ++++++++++++++++++++ board/amcc/sequoia/cmd_sequoia.c | 231 -------------------------------------- board/amcc/sequoia/sequoia.c | 26 ++++- board/amcc/yosemite/yosemite.c | 26 ++++- common/fdt_support.c | 44 +++++++ cpu/ppc4xx/cpu.c | 9 ++- cpu/ppc4xx/cpu_init.c | 69 +++++++++++ cpu/ppc4xx/fdt.c | 10 ++- include/configs/amcc-common.h | 2 + include/configs/sequoia.h | 6 + include/fdt_support.h | 2 + include/ppc440.h | 7 +- include/ppc4xx.h | 2 + 14 files changed, 318 insertions(+), 242 deletions(-) create mode 100644 board/amcc/sequoia/chip_config.c delete mode 100644 board/amcc/sequoia/cmd_sequoia.c

Dear Stefan Roese,
In message 200910231620.05225.sr@denx.de you wrote:
Hi Wolfgang,
please pull some fixes and last minute updates from ppc4xx. Thanks.
The following changes since commit f67066b6b0740b826ed862615c5ab022aaf4779a: Mike Frysinger (1): envcrc: check return value of fwrite()
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (7): fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb ppc4xx: Update flash size in reg property of the NOR flash node ppc4xx: Add function to check and dynamically change PCI sync clock ppc4xx: Print PCI synchronous clock frequency upon bootup ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock ppc4xx: Sequoia: Add chip_config command
Wolfgang Denk (1): cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
board/amcc/sequoia/Makefile | 4 +- board/amcc/sequoia/chip_config.c | 122 ++++++++++++++++++++ board/amcc/sequoia/cmd_sequoia.c | 231 -------------------------------------- board/amcc/sequoia/sequoia.c | 26 ++++- board/amcc/yosemite/yosemite.c | 26 ++++- common/fdt_support.c | 44 +++++++ cpu/ppc4xx/cpu.c | 9 ++- cpu/ppc4xx/cpu_init.c | 69 +++++++++++ cpu/ppc4xx/fdt.c | 10 ++- include/configs/amcc-common.h | 2 + include/configs/sequoia.h | 6 + include/fdt_support.h | 2 + include/ppc440.h | 7 +- include/ppc4xx.h | 2 + 14 files changed, 318 insertions(+), 242 deletions(-) create mode 100644 board/amcc/sequoia/chip_config.c delete mode 100644 board/amcc/sequoia/cmd_sequoia.c
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Stefan Roese
-
Wolfgang Denk