[U-Boot] ARM pull request v3

Wolfgang,
I have cleaned up the commits to arm/master-sync.
The cleanup is from doing a git rev-list --reverse master..arm/master Then working back from my notes to take only the commits were either misc arm or other arm pull requests. These were cherry picked on top of the current u-boot/master.
I ran the MAKEALL regression and the results look like what I posted on Sunday.
That said, it would be a good idea to wait a bit for others to review this list and pick up on anything that I missed.
I will be offline for about 10hrs and will fix any problems then.
Tom
The following changes since commit 14abfe361b3ed23b02f564e2f5d663e158cd5799: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-arm master-sync
Daniel Gorsulowski (1): at91: Update MEESC board support
Dirk Behme (1): OMAP3 MMC: Fix warning dereferencing type-punned pointer
Olof Johansson (3): OMAP3: Clean up whitespace in mux configs SMC911X: Add chip auto detection TI: OMAP3: Overo Tobi ethernet support
Prafulla Wadaskar (2): Kirkwood: rd6281a: Add kwbimage build support Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
Sandeep Paulraj (9): TI DaVinci: Remove references to SZ_xx TI DaVinci: DM6446: Fix Compilation error in NAND mode TI DaVinci: DM646x: Initial Support for DM646x SOC TI DaVinci: DM355: Config Cleanup and Update TI DaVinci DM365: Removing header file which does not exist TI: DaVinci DM365: Minor config cleanup TI: DaVinci DM646x: Update flag used to represent DM646x SOC's TI: DaVinci: GPIO header file and definitions TI: DaVinci DM365: Enabling network Support on DM365 EVM
Simon Kagstrom (2): Support for the OpenRD base board arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Tom Rix (4): OMAP3 Move cache routine to cache.S Add support for Eukrea CPUAT91 SBC Add support for Eukrea CPU9260/CPU9G20 SBC TI OMAP3 Use arm init sequence to initialize i2c
MAINTAINERS | 10 + MAKEALL | 6 +- Makefile | 17 + board/Marvell/mv88f6281gtw_ge/config.mk | 3 + board/Marvell/mv88f6281gtw_ge/kwbimage.cfg | 165 +++++++ board/Marvell/openrd_base/Makefile | 56 +++ board/Marvell/openrd_base/config.mk | 33 ++ board/Marvell/openrd_base/kwbimage.cfg | 168 +++++++ board/Marvell/openrd_base/openrd_base.c | 160 +++++++ board/Marvell/openrd_base/openrd_base.h | 46 ++ board/Marvell/rd6281a/config.mk | 3 + board/Marvell/rd6281a/kwbimage.cfg | 167 +++++++ board/davinci/dm365evm/dm365evm.c | 44 ++- board/esd/meesc/meesc.c | 65 +++- board/eukrea/cpu9260/Makefile | 59 +++ board/eukrea/cpu9260/config.mk | 1 + board/eukrea/cpu9260/cpu9260.c | 220 +++++++++ board/eukrea/cpu9260/led.c | 153 +++++++ board/eukrea/cpuat91/Makefile | 50 +++ board/eukrea/cpuat91/config.mk | 1 + board/eukrea/cpuat91/cpuat91.c | 81 ++++ board/logicpd/zoom1/zoom1.h | 164 ++++---- board/logicpd/zoom2/zoom2.h | 188 ++++---- board/overo/overo.c | 59 +++ board/overo/overo.h | 645 ++++++++++++++-------------- board/pandora/pandora.h | 662 ++++++++++++++-------------- board/ti/beagle/beagle.h | 640 ++++++++++++++-------------- board/ti/evm/evm.h | 662 ++++++++++++++-------------- board/timll/devkit8000/devkit8000.h | 628 +++++++++++++------------- cpu/arm920t/at91rm9200/Makefile | 5 +- cpu/arm920t/at91rm9200/ks8721.c | 249 +++++++++++ cpu/arm926ejs/at91/lowlevel_init.S | 3 +- cpu/arm926ejs/davinci/Makefile | 1 + cpu/arm926ejs/davinci/dm646x.c | 41 ++ cpu/arm926ejs/kirkwood/cpu.c | 1 + cpu/arm_cortexa8/cpu.c | 2 +- cpu/arm_cortexa8/omap3/Makefile | 2 +- cpu/arm_cortexa8/omap3/board.c | 2 +- cpu/arm_cortexa8/omap3/cache.S | 191 ++++++++ cpu/arm_cortexa8/omap3/cache.c | 95 ---- cpu/arm_cortexa8/start.S | 85 ---- drivers/mmc/omap3_mmc.c | 48 +-- drivers/net/smc911x.c | 14 +- drivers/net/smc911x.h | 7 +- include/asm-arm/arch-davinci/emac_defs.h | 4 +- include/asm-arm/arch-davinci/gpio_defs.h | 53 +++ include/asm-arm/arch-davinci/hardware.h | 11 + include/asm-arm/arch-davinci/nand_defs.h | 2 +- include/asm-arm/arch-omap3/mmc.h | 7 + include/asm-arm/arch-omap3/omap3.h | 2 + include/asm-arm/arch-omap3/sys_proto.h | 2 +- include/configs/cpu9260.h | 453 +++++++++++++++++++ include/configs/cpuat91.h | 228 ++++++++++ include/configs/davinci_dm355evm.h | 26 +- include/configs/davinci_dm365evm.h | 11 +- include/configs/davinci_dvevm.h | 6 +- include/configs/davinci_schmoogie.h | 3 +- include/configs/davinci_sffsdr.h | 3 +- include/configs/davinci_sonata.h | 3 +- include/configs/devkit8000.h | 1 + include/configs/meesc.h | 25 +- include/configs/omap3_beagle.h | 1 + include/configs/omap3_evm.h | 1 + include/configs/omap3_overo.h | 18 +- include/configs/omap3_pandora.h | 1 + include/configs/omap3_zoom1.h | 1 + include/configs/omap3_zoom2.h | 1 + include/configs/openrd_base.h | 220 +++++++++ include/ks8721.h | 78 ++++ 69 files changed, 4988 insertions(+), 2075 deletions(-) create mode 100644 board/Marvell/mv88f6281gtw_ge/kwbimage.cfg create mode 100644 board/Marvell/openrd_base/Makefile create mode 100644 board/Marvell/openrd_base/config.mk create mode 100644 board/Marvell/openrd_base/kwbimage.cfg create mode 100644 board/Marvell/openrd_base/openrd_base.c create mode 100644 board/Marvell/openrd_base/openrd_base.h create mode 100644 board/Marvell/rd6281a/kwbimage.cfg create mode 100644 board/eukrea/cpu9260/Makefile create mode 100644 board/eukrea/cpu9260/config.mk create mode 100644 board/eukrea/cpu9260/cpu9260.c create mode 100644 board/eukrea/cpu9260/led.c create mode 100644 board/eukrea/cpuat91/Makefile create mode 100644 board/eukrea/cpuat91/config.mk create mode 100644 board/eukrea/cpuat91/cpuat91.c create mode 100644 cpu/arm920t/at91rm9200/ks8721.c create mode 100644 cpu/arm926ejs/davinci/dm646x.c create mode 100644 cpu/arm_cortexa8/omap3/cache.S delete mode 100644 cpu/arm_cortexa8/omap3/cache.c create mode 100644 include/asm-arm/arch-davinci/gpio_defs.h create mode 100644 include/configs/cpu9260.h create mode 100644 include/configs/cpuat91.h create mode 100644 include/configs/openrd_base.h create mode 100644 include/ks8721.h

Tom Rix a écrit :
Wolfgang,
I have cleaned up the commits to arm/master-sync.
The cleanup is from doing a git rev-list --reverse master..arm/master Then working back from my notes to take only the commits were either misc arm or other arm pull requests. These were cherry picked on top of the current u-boot/master.
I ran the MAKEALL regression and the results look like what I posted on Sunday.
That said, it would be a good idea to wait a bit for others to review this list and pick up on anything that I missed.
I will be offline for about 10hrs and will fix any problems then.
Tom
The following changes since commit 14abfe361b3ed23b02f564e2f5d663e158cd5799: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-arm master-sync
Daniel Gorsulowski (1): at91: Update MEESC board support
Dirk Behme (1): OMAP3 MMC: Fix warning dereferencing type-punned pointer
Olof Johansson (3): OMAP3: Clean up whitespace in mux configs SMC911X: Add chip auto detection TI: OMAP3: Overo Tobi ethernet support
Prafulla Wadaskar (2): Kirkwood: rd6281a: Add kwbimage build support Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
Sandeep Paulraj (9): TI DaVinci: Remove references to SZ_xx TI DaVinci: DM6446: Fix Compilation error in NAND mode TI DaVinci: DM646x: Initial Support for DM646x SOC TI DaVinci: DM355: Config Cleanup and Update TI DaVinci DM365: Removing header file which does not exist TI: DaVinci DM365: Minor config cleanup TI: DaVinci DM646x: Update flag used to represent DM646x SOC's TI: DaVinci: GPIO header file and definitions TI: DaVinci DM365: Enabling network Support on DM365 EVM
Simon Kagstrom (2): Support for the OpenRD base board arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Tom Rix (4): OMAP3 Move cache routine to cache.S Add support for Eukrea CPUAT91 SBC Add support for Eukrea CPU9260/CPU9G20 SBC TI OMAP3 Use arm init sequence to initialize i2c
Tom, Why this pull request does not include this[1] "sub pull request" from samsung repository?
[1]: http://lists.denx.de/pipermail/u-boot/2009-October/062364.html
Thanks

Dear Tom Rix,
In message 4AD478AE.10302@bumblecow.com you wrote:
Wolfgang,
I have cleaned up the commits to arm/master-sync.
The cleanup is from doing a git rev-list --reverse master..arm/master Then working back from my notes to take only the commits were either misc arm or other arm pull requests. These were cherry picked on top of the current u-boot/master.
I ran the MAKEALL regression and the results look like what I posted on Sunday.
That said, it would be a good idea to wait a bit for others to review this list and pick up on anything that I missed.
I will be offline for about 10hrs and will fix any problems then.
Tom
The following changes since commit 14abfe361b3ed23b02f564e2f5d663e158cd5799: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-arm master-sync
Daniel Gorsulowski (1): at91: Update MEESC board support
Dirk Behme (1): OMAP3 MMC: Fix warning dereferencing type-punned pointer
Olof Johansson (3): OMAP3: Clean up whitespace in mux configs SMC911X: Add chip auto detection TI: OMAP3: Overo Tobi ethernet support
Prafulla Wadaskar (2): Kirkwood: rd6281a: Add kwbimage build support Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
Sandeep Paulraj (9): TI DaVinci: Remove references to SZ_xx TI DaVinci: DM6446: Fix Compilation error in NAND mode TI DaVinci: DM646x: Initial Support for DM646x SOC TI DaVinci: DM355: Config Cleanup and Update TI DaVinci DM365: Removing header file which does not exist TI: DaVinci DM365: Minor config cleanup TI: DaVinci DM646x: Update flag used to represent DM646x SOC's TI: DaVinci: GPIO header file and definitions TI: DaVinci DM365: Enabling network Support on DM365 EVM
Simon Kagstrom (2): Support for the OpenRD base board arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Tom Rix (4): OMAP3 Move cache routine to cache.S Add support for Eukrea CPUAT91 SBC Add support for Eukrea CPU9260/CPU9G20 SBC TI OMAP3 Use arm init sequence to initialize i2c
MAINTAINERS | 10 + MAKEALL | 6 +- Makefile | 17 + board/Marvell/mv88f6281gtw_ge/config.mk | 3 + board/Marvell/mv88f6281gtw_ge/kwbimage.cfg | 165 +++++++ board/Marvell/openrd_base/Makefile | 56 +++ board/Marvell/openrd_base/config.mk | 33 ++ board/Marvell/openrd_base/kwbimage.cfg | 168 +++++++ board/Marvell/openrd_base/openrd_base.c | 160 +++++++ board/Marvell/openrd_base/openrd_base.h | 46 ++ board/Marvell/rd6281a/config.mk | 3 + board/Marvell/rd6281a/kwbimage.cfg | 167 +++++++ board/davinci/dm365evm/dm365evm.c | 44 ++- board/esd/meesc/meesc.c | 65 +++- board/eukrea/cpu9260/Makefile | 59 +++ board/eukrea/cpu9260/config.mk | 1 + board/eukrea/cpu9260/cpu9260.c | 220 +++++++++ board/eukrea/cpu9260/led.c | 153 +++++++ board/eukrea/cpuat91/Makefile | 50 +++ board/eukrea/cpuat91/config.mk | 1 + board/eukrea/cpuat91/cpuat91.c | 81 ++++ board/logicpd/zoom1/zoom1.h | 164 ++++---- board/logicpd/zoom2/zoom2.h | 188 ++++---- board/overo/overo.c | 59 +++ board/overo/overo.h | 645 ++++++++++++++-------------- board/pandora/pandora.h | 662 ++++++++++++++-------------- board/ti/beagle/beagle.h | 640 ++++++++++++++-------------- board/ti/evm/evm.h | 662 ++++++++++++++-------------- board/timll/devkit8000/devkit8000.h | 628 +++++++++++++------------- cpu/arm920t/at91rm9200/Makefile | 5 +- cpu/arm920t/at91rm9200/ks8721.c | 249 +++++++++++ cpu/arm926ejs/at91/lowlevel_init.S | 3 +- cpu/arm926ejs/davinci/Makefile | 1 + cpu/arm926ejs/davinci/dm646x.c | 41 ++ cpu/arm926ejs/kirkwood/cpu.c | 1 + cpu/arm_cortexa8/cpu.c | 2 +- cpu/arm_cortexa8/omap3/Makefile | 2 +- cpu/arm_cortexa8/omap3/board.c | 2 +- cpu/arm_cortexa8/omap3/cache.S | 191 ++++++++ cpu/arm_cortexa8/omap3/cache.c | 95 ---- cpu/arm_cortexa8/start.S | 85 ---- drivers/mmc/omap3_mmc.c | 48 +-- drivers/net/smc911x.c | 14 +- drivers/net/smc911x.h | 7 +- include/asm-arm/arch-davinci/emac_defs.h | 4 +- include/asm-arm/arch-davinci/gpio_defs.h | 53 +++ include/asm-arm/arch-davinci/hardware.h | 11 + include/asm-arm/arch-davinci/nand_defs.h | 2 +- include/asm-arm/arch-omap3/mmc.h | 7 + include/asm-arm/arch-omap3/omap3.h | 2 + include/asm-arm/arch-omap3/sys_proto.h | 2 +- include/configs/cpu9260.h | 453 +++++++++++++++++++ include/configs/cpuat91.h | 228 ++++++++++ include/configs/davinci_dm355evm.h | 26 +- include/configs/davinci_dm365evm.h | 11 +- include/configs/davinci_dvevm.h | 6 +- include/configs/davinci_schmoogie.h | 3 +- include/configs/davinci_sffsdr.h | 3 +- include/configs/davinci_sonata.h | 3 +- include/configs/devkit8000.h | 1 + include/configs/meesc.h | 25 +- include/configs/omap3_beagle.h | 1 + include/configs/omap3_evm.h | 1 + include/configs/omap3_overo.h | 18 +- include/configs/omap3_pandora.h | 1 + include/configs/omap3_zoom1.h | 1 + include/configs/omap3_zoom2.h | 1 + include/configs/openrd_base.h | 220 +++++++++ include/ks8721.h | 78 ++++ 69 files changed, 4988 insertions(+), 2075 deletions(-) create mode 100644 board/Marvell/mv88f6281gtw_ge/kwbimage.cfg create mode 100644 board/Marvell/openrd_base/Makefile create mode 100644 board/Marvell/openrd_base/config.mk create mode 100644 board/Marvell/openrd_base/kwbimage.cfg create mode 100644 board/Marvell/openrd_base/openrd_base.c create mode 100644 board/Marvell/openrd_base/openrd_base.h create mode 100644 board/Marvell/rd6281a/kwbimage.cfg create mode 100644 board/eukrea/cpu9260/Makefile create mode 100644 board/eukrea/cpu9260/config.mk create mode 100644 board/eukrea/cpu9260/cpu9260.c create mode 100644 board/eukrea/cpu9260/led.c create mode 100644 board/eukrea/cpuat91/Makefile create mode 100644 board/eukrea/cpuat91/config.mk create mode 100644 board/eukrea/cpuat91/cpuat91.c create mode 100644 cpu/arm920t/at91rm9200/ks8721.c create mode 100644 cpu/arm926ejs/davinci/dm646x.c create mode 100644 cpu/arm_cortexa8/omap3/cache.S delete mode 100644 cpu/arm_cortexa8/omap3/cache.c create mode 100644 include/asm-arm/arch-davinci/gpio_defs.h create mode 100644 include/configs/cpu9260.h create mode 100644 include/configs/cpuat91.h create mode 100644 include/configs/openrd_base.h create mode 100644 include/ks8721.h
Thanks. Applied locally. Will run some build tests and then push it out.
Best regards,
Wolfgang Denk

Dear Tom Rix,
In message 4AD478AE.10302@bumblecow.com you wrote:
Wolfgang,
I have cleaned up the commits to arm/master-sync.
The cleanup is from doing a git rev-list --reverse master..arm/master Then working back from my notes to take only the commits were either misc arm or other arm pull requests. These were cherry picked on top of the current u-boot/master.
I ran the MAKEALL regression and the results look like what I posted on Sunday.
That said, it would be a good idea to wait a bit for others to review this list and pick up on anything that I missed.
I will be offline for about 10hrs and will fix any problems then.
Tom
The following changes since commit
14abfe361b3ed23b02f564e2f5d663e158cd5799:
Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-arm master-sync
Daniel Gorsulowski (1): at91: Update MEESC board support
Dirk Behme (1): OMAP3 MMC: Fix warning dereferencing type-punned pointer
Olof Johansson (3): OMAP3: Clean up whitespace in mux configs SMC911X: Add chip auto detection TI: OMAP3: Overo Tobi ethernet support
Prafulla Wadaskar (2): Kirkwood: rd6281a: Add kwbimage build support Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
Sandeep Paulraj (9): TI DaVinci: Remove references to SZ_xx TI DaVinci: DM6446: Fix Compilation error in NAND mode TI DaVinci: DM646x: Initial Support for DM646x SOC TI DaVinci: DM355: Config Cleanup and Update TI DaVinci DM365: Removing header file which does not exist TI: DaVinci DM365: Minor config cleanup TI: DaVinci DM646x: Update flag used to represent DM646x SOC's TI: DaVinci: GPIO header file and definitions TI: DaVinci DM365: Enabling network Support on DM365 EVM
Simon Kagstrom (2): Support for the OpenRD base board arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Tom Rix (4): OMAP3 Move cache routine to cache.S Add support for Eukrea CPUAT91 SBC Add support for Eukrea CPU9260/CPU9G20 SBC TI OMAP3 Use arm init sequence to initialize i2c
MAINTAINERS | 10 + MAKEALL | 6 +- Makefile | 17 + board/Marvell/mv88f6281gtw_ge/config.mk | 3 + board/Marvell/mv88f6281gtw_ge/kwbimage.cfg | 165 +++++++ board/Marvell/openrd_base/Makefile | 56 +++ board/Marvell/openrd_base/config.mk | 33 ++ board/Marvell/openrd_base/kwbimage.cfg | 168 +++++++ board/Marvell/openrd_base/openrd_base.c | 160 +++++++ board/Marvell/openrd_base/openrd_base.h | 46 ++ board/Marvell/rd6281a/config.mk | 3 + board/Marvell/rd6281a/kwbimage.cfg | 167 +++++++ board/davinci/dm365evm/dm365evm.c | 44 ++- board/esd/meesc/meesc.c | 65 +++- board/eukrea/cpu9260/Makefile | 59 +++ board/eukrea/cpu9260/config.mk | 1 + board/eukrea/cpu9260/cpu9260.c | 220 +++++++++ board/eukrea/cpu9260/led.c | 153 +++++++ board/eukrea/cpuat91/Makefile | 50 +++ board/eukrea/cpuat91/config.mk | 1 + board/eukrea/cpuat91/cpuat91.c | 81 ++++ board/logicpd/zoom1/zoom1.h | 164 ++++---- board/logicpd/zoom2/zoom2.h | 188 ++++---- board/overo/overo.c | 59 +++ board/overo/overo.h | 645 ++++++++++++++-------------- board/pandora/pandora.h | 662 ++++++++++++++-------------- board/ti/beagle/beagle.h | 640 ++++++++++++++-------------- board/ti/evm/evm.h | 662 ++++++++++++++-------------- board/timll/devkit8000/devkit8000.h | 628 +++++++++++++------------- cpu/arm920t/at91rm9200/Makefile | 5 +- cpu/arm920t/at91rm9200/ks8721.c | 249 +++++++++++ cpu/arm926ejs/at91/lowlevel_init.S | 3 +- cpu/arm926ejs/davinci/Makefile | 1 + cpu/arm926ejs/davinci/dm646x.c | 41 ++ cpu/arm926ejs/kirkwood/cpu.c | 1 + cpu/arm_cortexa8/cpu.c | 2 +- cpu/arm_cortexa8/omap3/Makefile | 2 +- cpu/arm_cortexa8/omap3/board.c | 2 +- cpu/arm_cortexa8/omap3/cache.S | 191 ++++++++ cpu/arm_cortexa8/omap3/cache.c | 95 ---- cpu/arm_cortexa8/start.S | 85 ---- drivers/mmc/omap3_mmc.c | 48 +-- drivers/net/smc911x.c | 14 +- drivers/net/smc911x.h | 7 +- include/asm-arm/arch-davinci/emac_defs.h | 4 +- include/asm-arm/arch-davinci/gpio_defs.h | 53 +++ include/asm-arm/arch-davinci/hardware.h | 11 + include/asm-arm/arch-davinci/nand_defs.h | 2 +- include/asm-arm/arch-omap3/mmc.h | 7 + include/asm-arm/arch-omap3/omap3.h | 2 + include/asm-arm/arch-omap3/sys_proto.h | 2 +- include/configs/cpu9260.h | 453 +++++++++++++++++++ include/configs/cpuat91.h | 228 ++++++++++ include/configs/davinci_dm355evm.h | 26 +- include/configs/davinci_dm365evm.h | 11 +- include/configs/davinci_dvevm.h | 6 +- include/configs/davinci_schmoogie.h | 3 +- include/configs/davinci_sffsdr.h | 3 +- include/configs/davinci_sonata.h | 3 +- include/configs/devkit8000.h | 1 + include/configs/meesc.h | 25 +- include/configs/omap3_beagle.h | 1 + include/configs/omap3_evm.h | 1 + include/configs/omap3_overo.h | 18 +- include/configs/omap3_pandora.h | 1 + include/configs/omap3_zoom1.h | 1 + include/configs/omap3_zoom2.h | 1 + include/configs/openrd_base.h | 220 +++++++++ include/ks8721.h | 78 ++++ 69 files changed, 4988 insertions(+), 2075 deletions(-) create mode 100644 board/Marvell/mv88f6281gtw_ge/kwbimage.cfg create mode 100644 board/Marvell/openrd_base/Makefile create mode 100644 board/Marvell/openrd_base/config.mk create mode 100644 board/Marvell/openrd_base/kwbimage.cfg create mode 100644 board/Marvell/openrd_base/openrd_base.c create mode 100644 board/Marvell/openrd_base/openrd_base.h create mode 100644 board/Marvell/rd6281a/kwbimage.cfg create mode 100644 board/eukrea/cpu9260/Makefile create mode 100644 board/eukrea/cpu9260/config.mk create mode 100644 board/eukrea/cpu9260/cpu9260.c create mode 100644 board/eukrea/cpu9260/led.c create mode 100644 board/eukrea/cpuat91/Makefile create mode 100644 board/eukrea/cpuat91/config.mk create mode 100644 board/eukrea/cpuat91/cpuat91.c create mode 100644 cpu/arm920t/at91rm9200/ks8721.c create mode 100644 cpu/arm926ejs/davinci/dm646x.c create mode 100644 cpu/arm_cortexa8/omap3/cache.S delete mode 100644 cpu/arm_cortexa8/omap3/cache.c create mode 100644 include/asm-arm/arch-davinci/gpio_defs.h create mode 100644 include/configs/cpu9260.h create mode 100644 include/configs/cpuat91.h create mode 100644 include/configs/openrd_base.h create mode 100644 include/ks8721.h
Thanks. Applied locally. Will run some build tests and then push it out.
Wolfgang,
I want to let you know that there will probably be some compilation warnings. These are patches for these. These have been sent to the list and ACK'ed by Tom and currently in my master. This will be part of my next pull request.
This pull request of mine will hopefully be the last for 2009.11.
Sandeep
Best regards,
Wolfgang Denk

Dear Sandeep,
in message 0554BEF07D437848AF01B9C9B5F0BC5D9331D460@dlee01.ent.ti.com you wrote:
I want to let you know that there will probably be some compilation warnings. These are patches for these. These have been sent to the list and ACK'ed by Tom and currently in my master. This will be part of my next pull request.
Thanks for the heads-up. Indeed there are lots of warning.
OK, so I will wait until Tom sends another pull request that includes these fixes.
This pull request of mine will hopefully be the last for 2009.11.
Fine. Thanks again.
Best regards,
Wolfgang Denk

On Tue, 13 Oct 2009 16:51:14 +0200 Wolfgang Denk wd@denx.de wrote:
I want to let you know that there will probably be some compilation warnings. These are patches for these. These have been sent to the list and ACK'ed by Tom and currently in my master. This will be part of my next pull request.
Thanks for the heads-up. Indeed there are lots of warning.
OK, so I will wait until Tom sends another pull request that includes these fixes.
Tom: Perhaps you could pick up "[PATCH v3] arm926ejs: 8-byte align stack to avoid LDRD/STRD problems" for the ARM repo as well then?
I know it could go via Prafullas tree, but it's not really Marvell-specific, just fixes an issue for Sheevaplug and OpenRD. I also don't see how it could do any harm to other ARM boards.
// Simon

Simon Kagstrom wrote:
On Tue, 13 Oct 2009 16:51:14 +0200 Wolfgang Denk wd@denx.de wrote:
I want to let you know that there will probably be some compilation warnings. These are patches for these. These have been sent to the list and ACK'ed by Tom and currently in my master. This will be part of my next pull request.
Thanks for the heads-up. Indeed there are lots of warning.
OK, so I will wait until Tom sends another pull request that includes these fixes.
Tom: Perhaps you could pick up "[PATCH v3] arm926ejs: 8-byte align stack to avoid LDRD/STRD problems" for the ARM repo as well then?
I know it could go via Prafullas tree, but it's not really Marvell-specific, just fixes an issue for Sheevaplug and OpenRD. I also don't see how it could do any harm to other ARM boards.
Yes I think this fix is fine. Did it make it into the marvell tree? Do you have a commit id I could cherry pick from? Else I will find it
Tom
// Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On Wed, 14 Oct 2009 06:18:30 -0500 Tom Rix tom@bumblecow.com wrote:
Tom: Perhaps you could pick up "[PATCH v3] arm926ejs: 8-byte align stack to avoid LDRD/STRD problems" for the ARM repo as well then?
I know it could go via Prafullas tree, but it's not really Marvell-specific, just fixes an issue for Sheevaplug and OpenRD. I also don't see how it could do any harm to other ARM boards.
Yes I think this fix is fine. Did it make it into the marvell tree? Do you have a commit id I could cherry pick from? Else I will find it
I believe it's in the testing branch in Prafullas Marvell tree.
// Simon

Tom Rix wrote: ...
Olof Johansson (3):
...
SMC911X: Add chip auto detection
This is broken [1] and doesn't work without
http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=e7911214d5aee1ba5eb160...
And while last re-organization of u-boot-ti
http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=83fb7d7bb237cc7adae37e...
was lost, but now is there again.
Maybe you like to cherry-pick both?
Best regards
Dirk
[1] http://lists.denx.de/pipermail/u-boot/2009-October/062301.html

Tom Rix wrote: ...
Olof Johansson (3):
...
SMC911X: Add chip auto detection
This is broken [1] and doesn't work without
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a
And while last re-organization of u-boot-ti
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1
was lost, but now is there again.
Maybe you like to cherry-pick both?
I'll send out a pull request which will have these 2. I'll do that later today.
Best regards
Dirk
[1] http://lists.denx.de/pipermail/u-boot/2009-October/062301.html

Paulraj, Sandeep wrote:
Tom Rix wrote: ...
Olof Johansson (3):
...
SMC911X: Add chip auto detection
This is broken [1] and doesn't work without
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a
And while last re-organization of u-boot-ti
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1
was lost, but now is there again.
Maybe you like to cherry-pick both?
I'll send out a pull request which will have these 2. I'll do that later today.
Sandeep: What's about this?
Tom: We need this in u-boot-arm before sending the pull request to Wolfgang. If we don't get a u-boot-ti pull request, at least we need the two above commits from u-boot-ti in u-boot-arm.
Many thanks and best regards
Dirk

Sandeep: What's about this?
Sent some days ago
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/69770
Tom: We need this in u-boot-arm before sending the pull request to Wolfgang. If we don't get a u-boot-ti pull request, at least we need the two above commits from u-boot-ti in u-boot-arm.
Many thanks and best regards Dirk
Thanks, Sandeep

Dirk Behme wrote:
Paulraj, Sandeep wrote:
Tom Rix wrote: ...
Olof Johansson (3):
...
SMC911X: Add chip auto detection
This is broken [1] and doesn't work without
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a
And while last re-organization of u-boot-ti
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1
was lost, but now is there again.
Maybe you like to cherry-pick both?
I'll send out a pull request which will have these 2. I'll do that later today.
Sandeep: What's about this?
Tom: We need this in u-boot-arm before sending the pull request to Wolfgang. If we don't get a u-boot-ti pull request, at least we need the two above commits from u-boot-ti in u-boot-arm.
Many thanks and best regards
Sorry for the delay. I have been traveling. I will catch up on the issues this weekend. Tom
Dirk _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Dirk Behme wrote:
Paulraj, Sandeep wrote:
Tom Rix wrote: ...
Olof Johansson (3):
...
SMC911X: Add chip auto detection
This is broken [1] and doesn't work without
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a
And while last re-organization of u-boot-ti
http://git.denx.de/?p=u-boot/u-boot- ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1
was lost, but now is there again.
Maybe you like to cherry-pick both?
I'll send out a pull request which will have these 2. I'll do that later today.
Sandeep: What's about this?
Tom: We need this in u-boot-arm before sending the pull request to Wolfgang. If we don't get a u-boot-ti pull request, at least we need the two above commits from u-boot-ti in u-boot-arm.
Many thanks and best regards
Dirk, I have done the latest pull request. Can you check that these or their equivalents have made it into arm/master-sync.
Tom
Dirk _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (7)
-
Abdoulaye Walsimou Gaye
-
Dirk Behme
-
Paulraj, Sandeep
-
Simon Kagstrom
-
Tom
-
Tom Rix
-
Wolfgang Denk