[U-Boot] ARM Pull Request

Hi Wolfgang,
Please pull The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84: Guennadi Liakhovetski (1): ARM: add the imx31_phycore_eet target to MAINTAINERS
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Dirk Behme (1): OMAP3: Update Overo pin mux for new expansion board
Jean-Christophe PLAGNIOL-VILLARD (4): arm: update co-processor 15 access arm: clean cache management arm: unify reset command integratorap: fix PCI support
Kyungmin Park (1): Move machine specific code to board at s3c64xx (v2)
Minkyu Kang (1): s3c64xx: fix the wrong gpio offset
Sanjeev Premi (1): OMAP: Fix compile issue
Tom Rix (2): OMAP3 Fix multiline formatting in board init files. ZOOM1 Remove legacy NAND defines
board/armltd/integratorap/split_by_variant.sh | 18 +++- board/omap3/beagle/beagle.c | 20 ++-- board/omap3/evm/evm.c | 16 ++-- board/omap3/overo/overo.c | 12 +- board/omap3/overo/overo.h | 9 +- board/omap3/pandora/pandora.c | 12 +- board/omap3/zoom1/zoom1.c | 12 +- board/samsung/smdk6400/lowlevel_init.S | 7 ++ cpu/arm1136/cpu.c | 90 ++---------------- cpu/arm1176/cpu.c | 103 +-------------------- cpu/arm1176/s3c64xx/cpu_init.S | 7 -- cpu/arm720t/cpu.c | 120 +++--------------------- cpu/arm920t/cpu.c | 124 ++---------------------- cpu/arm925t/cpu.c | 96 ++----------------- cpu/arm926ejs/cpu.c | 125 ++---------------------- cpu/arm946es/cpu.c | 101 ++------------------ cpu/arm_cortexa8/cpu.c | 82 +---------------- cpu/arm_cortexa8/omap3/board.c | 2 +- cpu/arm_intcm/cpu.c | 25 ----- cpu/ixp/cpu.c | 83 ++-------------- cpu/lh7a40x/cpu.c | 121 ++---------------------- cpu/pxa/cpu.c | 81 ++-------------- cpu/s3c44b0/cpu.c | 9 -- cpu/sa1100/cpu.c | 81 ++-------------- include/asm-arm/system.h | 84 +++++++++++++++++ include/configs/B2.h | 1 + include/configs/assabet.h | 2 + include/configs/cerf250.h | 3 + include/configs/cradle.h | 3 + include/configs/csb226.h | 4 + include/configs/delta.h | 3 + include/configs/dnp1110.h | 2 + include/configs/evb4510.h | 1 + include/configs/gcplus.h | 2 + include/configs/innokom.h | 4 + include/configs/integratorap.h | 4 +- include/configs/lart.h | 2 + include/configs/logodl.h | 4 + include/configs/lubbock.h | 3 + include/configs/omap3_zoom1.h | 17 ---- include/configs/pleb2.h | 3 + include/configs/pxa255_idp.h | 3 + include/configs/shannon.h | 2 + include/configs/trizepsiv.h | 3 + include/configs/wepep250.h | 2 + include/configs/xaeniax.h | 3 + include/configs/xm250.h | 3 + include/configs/xsengine.h | 3 + include/configs/zylonite.h | 3 + include/s3c6400.h | 11 ++- lib_arm/Makefile | 4 + lib_arm/cache-cp15.c | 120 ++++++++++++++++++++++++ lib_arm/reset.c | 53 +++++++++++ 53 files changed, 501 insertions(+), 1207 deletions(-) create mode 100644 include/asm-arm/system.h create mode 100644 lib_arm/cache-cp15.c create mode 100644 lib_arm/reset.c
Best Regards, J.

Dear Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD wrote:
Hi Wolfgang,
Please pull The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84: Guennadi Liakhovetski (1): ARM: add the imx31_phycore_eet target to MAINTAINERS
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Dirk Behme (1): OMAP3: Update Overo pin mux for new expansion board
What's about
http://lists.denx.de/pipermail/u-boot/2009-April/050170.html
(see http://lists.denx.de/pipermail/u-boot/2009-April/050137.html too)
?
Dirk

Dear Jean-Christophe,
In message 49D8A0AB.7020504@googlemail.com Dirk Behme wrote:
Please pull The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84: Guennadi Liakhovetski (1): ARM: add the imx31_phycore_eet target to MAINTAINERS
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Dirk Behme (1): OMAP3: Update Overo pin mux for new expansion board
What's about
http://lists.denx.de/pipermail/u-boot/2009-April/050170.html
(see http://lists.denx.de/pipermail/u-boot/2009-April/050137.html too)
?
Could you please comment?
Best regards,
Wolfgang Denk

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090405105630.GA11028@game.jcrosoft.org you wrote:
Hi Wolfgang,
Please pull The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84: Guennadi Liakhovetski (1): ARM: add the imx31_phycore_eet target to MAINTAINERS
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Dirk Behme (1): OMAP3: Update Overo pin mux for new expansion board
Jean-Christophe PLAGNIOL-VILLARD (4): arm: update co-processor 15 access arm: clean cache management arm: unify reset command integratorap: fix PCI support
Kyungmin Park (1): Move machine specific code to board at s3c64xx (v2)
Minkyu Kang (1): s3c64xx: fix the wrong gpio offset
Sanjeev Premi (1): OMAP: Fix compile issue
Tom Rix (2): OMAP3 Fix multiline formatting in board init files. ZOOM1 Remove legacy NAND defines
board/armltd/integratorap/split_by_variant.sh | 18 +++- board/omap3/beagle/beagle.c | 20 ++-- board/omap3/evm/evm.c | 16 ++-- board/omap3/overo/overo.c | 12 +- board/omap3/overo/overo.h | 9 +- board/omap3/pandora/pandora.c | 12 +- board/omap3/zoom1/zoom1.c | 12 +- board/samsung/smdk6400/lowlevel_init.S | 7 ++ cpu/arm1136/cpu.c | 90 ++---------------- cpu/arm1176/cpu.c | 103 +-------------------- cpu/arm1176/s3c64xx/cpu_init.S | 7 -- cpu/arm720t/cpu.c | 120 +++--------------------- cpu/arm920t/cpu.c | 124 ++---------------------- cpu/arm925t/cpu.c | 96 ++----------------- cpu/arm926ejs/cpu.c | 125 ++---------------------- cpu/arm946es/cpu.c | 101 ++------------------ cpu/arm_cortexa8/cpu.c | 82 +---------------- cpu/arm_cortexa8/omap3/board.c | 2 +- cpu/arm_intcm/cpu.c | 25 ----- cpu/ixp/cpu.c | 83 ++-------------- cpu/lh7a40x/cpu.c | 121 ++---------------------- cpu/pxa/cpu.c | 81 ++-------------- cpu/s3c44b0/cpu.c | 9 -- cpu/sa1100/cpu.c | 81 ++-------------- include/asm-arm/system.h | 84 +++++++++++++++++ include/configs/B2.h | 1 + include/configs/assabet.h | 2 + include/configs/cerf250.h | 3 + include/configs/cradle.h | 3 + include/configs/csb226.h | 4 + include/configs/delta.h | 3 + include/configs/dnp1110.h | 2 + include/configs/evb4510.h | 1 + include/configs/gcplus.h | 2 + include/configs/innokom.h | 4 + include/configs/integratorap.h | 4 +- include/configs/lart.h | 2 + include/configs/logodl.h | 4 + include/configs/lubbock.h | 3 + include/configs/omap3_zoom1.h | 17 ---- include/configs/pleb2.h | 3 + include/configs/pxa255_idp.h | 3 + include/configs/shannon.h | 2 + include/configs/trizepsiv.h | 3 + include/configs/wepep250.h | 2 + include/configs/xaeniax.h | 3 + include/configs/xm250.h | 3 + include/configs/xsengine.h | 3 + include/configs/zylonite.h | 3 + include/s3c6400.h | 11 ++- lib_arm/Makefile | 4 + lib_arm/cache-cp15.c | 120 ++++++++++++++++++++++++ lib_arm/reset.c | 53 +++++++++++ 53 files changed, 501 insertions(+), 1207 deletions(-) create mode 100644 include/asm-arm/system.h create mode 100644 lib_arm/cache-cp15.c create mode 100644 lib_arm/reset.c
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Dirk Behme
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk