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

The following changes since commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff: Wolfgang Denk (1): Prepare 2009.08-rc1
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Dirk Eibach (1): ppc4xx: Add GDsys CompactCenter board support.
Stefan Roese (4): ppc4xx: Fix Arches DDR2 initialization ppc4xx: Kilauea: Fix SDRAM init in NAND booting version ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
MAINTAINERS | 2 + MAKEALL | 2 + Makefile | 8 + board/amcc/canyonlands/canyonlands.c | 45 ++-- board/amcc/kilauea/chip_config.c | 24 ++- board/gdsys/compactcenter/Makefile | 53 ++++ board/gdsys/compactcenter/chip_config.c | 87 ++++++ board/gdsys/compactcenter/compactcenter.c | 297 ++++++++++++++++++++ board/gdsys/compactcenter/config.mk | 41 +++ board/gdsys/compactcenter/init.S | 97 +++++++ board/gdsys/compactcenter/u-boot.lds | 144 ++++++++++ include/configs/compactcenter.h | 437 +++++++++++++++++++++++++++++ include/configs/kilauea.h | 2 + 13 files changed, 1208 insertions(+), 31 deletions(-) create mode 100644 board/gdsys/compactcenter/Makefile create mode 100644 board/gdsys/compactcenter/chip_config.c create mode 100644 board/gdsys/compactcenter/compactcenter.c create mode 100644 board/gdsys/compactcenter/config.mk create mode 100644 board/gdsys/compactcenter/init.S create mode 100644 board/gdsys/compactcenter/u-boot.lds create mode 100644 include/configs/compactcenter.h

Dear Stefan Roese,
In message 200907280729.23996.sr@denx.de you wrote:
The following changes since commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff: Wolfgang Denk (1): Prepare 2009.08-rc1
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Dirk Eibach (1): ppc4xx: Add GDsys CompactCenter board support.
Stefan Roese (4): ppc4xx: Fix Arches DDR2 initialization ppc4xx: Kilauea: Fix SDRAM init in NAND booting version ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
MAINTAINERS | 2 + MAKEALL | 2 + Makefile | 8 + board/amcc/canyonlands/canyonlands.c | 45 ++-- board/amcc/kilauea/chip_config.c | 24 ++- board/gdsys/compactcenter/Makefile | 53 ++++ board/gdsys/compactcenter/chip_config.c | 87 ++++++ board/gdsys/compactcenter/compactcenter.c | 297 ++++++++++++++++++++ board/gdsys/compactcenter/config.mk | 41 +++ board/gdsys/compactcenter/init.S | 97 +++++++ board/gdsys/compactcenter/u-boot.lds | 144 ++++++++++ include/configs/compactcenter.h | 437 +++++++++++++++++++++++++++++ include/configs/kilauea.h | 2 + 13 files changed, 1208 insertions(+), 31 deletions(-) create mode 100644 board/gdsys/compactcenter/Makefile create mode 100644 board/gdsys/compactcenter/chip_config.c create mode 100644 board/gdsys/compactcenter/compactcenter.c create mode 100644 board/gdsys/compactcenter/config.mk create mode 100644 board/gdsys/compactcenter/init.S create mode 100644 board/gdsys/compactcenter/u-boot.lds create mode 100644 include/configs/compactcenter.h
Applied, thanks.
Ummm.. Stefan, please try to come up with shorter Subject: lines for your patches, please. Especially "ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd" and "ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup" are _way_too_long_!
Thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Stefan Roese
-
Wolfgang Denk