* [U-Boot] Please pull u-boot-ti master
@ 2009-10-14 12:41 s-paulraj at ti.com
2009-10-14 13:03 ` Tom Rix
0 siblings, 1 reply; 7+ messages in thread
From: s-paulraj at ti.com @ 2009-10-14 12:41 UTC (permalink / raw)
To: u-boot
The following changes since commit 5415337f0746123c75b28044ea487171b79a86a2:
Simon Kagstrom (1):
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
are available in the git repository at:
git://git.denx.de/u-boot-ti master
David Brownell (1):
TI OMAP3 SDP3430: Initial Support
Nishanth Menon (4):
OMAP3: export enable_gpmc_cs_config to board files
OMAP3: fix warnings when NAND/ONENAND is not used
OMAP3: Fix SDRC init
TI OMAP3: make gpmc_config as const
Sandeep Paulraj (13):
TI DaVinci DM355: Fix Compilation warning for DM355 EVM
TI DaVinci DM365: Fix Compilation warning for DM365 EVM
TI DaVinci DM646x: Adding initial support for DM6467 EVM
TI: DaVinci: DM355 Leopard board support
TI DaVinci: Maintainer for DM355 and DM365 EVM
TI: OMAP3: Remove SZ_xx references
TI DaVinci DM355: Add Config option for 64 bit Support
TI DaVinci DM365: Add Config option for 64 bit Support
TI DaVinci DVEVM: Add Config option for 64 bit Support
TI DaVinci Sonata: Add Config option for 64 bit Support
TI DaVinci: DM355 Leopard: Fix compilation warning
TI DaVinci: Fix DM6467 EVM Compilation Warning
TI DaVinci: Adding Copyright for DM365 EVM
Steve Sakoman (2):
TI: OMAP3: Refactors the SM911x driver
OMAP3: Update Overo and Beagle environment
Tom Rix (1):
Zoom2 Fix serial gpmc setup
MAINTAINERS | 8 +
MAKEALL | 3 +
Makefile | 9 +
board/davinci/dm355evm/dm355evm.c | 4 +-
board/davinci/dm355leopard/Makefile | 52 ++++
board/davinci/dm355leopard/config.mk | 6 +
board/davinci/dm355leopard/dm355leopard.c | 98 +++++++
board/davinci/dm365evm/dm365evm.c | 5 +-
board/davinci/dm6467evm/Makefile | 52 ++++
board/davinci/dm6467evm/config.mk | 2 +
board/davinci/dm6467evm/dm6467evm.c | 31 +++
board/logicpd/zoom2/zoom2.c | 5 +-
board/ti/sdp3430/Makefile | 49 ++++
board/ti/sdp3430/config.mk | 33 +++
board/ti/sdp3430/sdp.c | 204 ++++++++++++++
board/ti/sdp3430/sdp.h | 417 +++++++++++++++++++++++++++++
cpu/arm_cortexa8/omap3/mem.c | 21 +-
cpu/arm_cortexa8/omap3/sys_info.c | 2 +-
drivers/net/smc911x.c | 12 +-
include/asm-arm/arch-davinci/hardware.h | 2 +
include/asm-arm/arch-omap3/cpu.h | 1 +
include/asm-arm/arch-omap3/mem.h | 8 +-
include/asm-arm/arch-omap3/sys_proto.h | 2 +
include/configs/davinci_dm355evm.h | 1 +
include/configs/davinci_dm355leopard.h | 162 +++++++++++
include/configs/davinci_dm365evm.h | 2 +
include/configs/davinci_dm6467evm.h | 132 +++++++++
include/configs/davinci_dvevm.h | 1 +
include/configs/davinci_sonata.h | 1 +
include/configs/devkit8000.h | 15 +-
include/configs/omap3_beagle.h | 42 ++--
include/configs/omap3_evm.h | 15 +-
include/configs/omap3_overo.h | 42 ++--
include/configs/omap3_pandora.h | 15 +-
include/configs/omap3_sdp3430.h | 369 +++++++++++++++++++++++++
include/configs/omap3_zoom1.h | 15 +-
include/configs/omap3_zoom2.h | 15 +-
37 files changed, 1754 insertions(+), 99 deletions(-)
create mode 100644 board/davinci/dm355leopard/Makefile
create mode 100644 board/davinci/dm355leopard/config.mk
create mode 100644 board/davinci/dm355leopard/dm355leopard.c
create mode 100644 board/davinci/dm6467evm/Makefile
create mode 100644 board/davinci/dm6467evm/config.mk
create mode 100644 board/davinci/dm6467evm/dm6467evm.c
create mode 100644 board/ti/sdp3430/Makefile
create mode 100644 board/ti/sdp3430/config.mk
create mode 100644 board/ti/sdp3430/sdp.c
create mode 100644 board/ti/sdp3430/sdp.h
create mode 100644 include/configs/davinci_dm355leopard.h
create mode 100644 include/configs/davinci_dm6467evm.h
create mode 100644 include/configs/omap3_sdp3430.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti master
2009-10-14 12:41 [U-Boot] Please pull " s-paulraj at ti.com
@ 2009-10-14 13:03 ` Tom Rix
0 siblings, 0 replies; 7+ messages in thread
From: Tom Rix @ 2009-10-14 13:03 UTC (permalink / raw)
To: u-boot
s-paulraj at ti.com wrote:
> The following changes since commit 5415337f0746123c75b28044ea487171b79a86a2:
> Simon Kagstrom (1):
> arm: Correct build with CONFIG_SYS_HUSH_PARSER set
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti master
>
I will try to do this asap, likely tonight.
There are some singleton patches that also need to be merged
and then I think will will be good for v4 of the pull request
to mainline.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti master
@ 2010-01-28 21:05 s-paulraj at ti.com
2010-01-30 10:13 ` Hiremath, Vaibhav
2010-02-01 2:06 ` Tom
0 siblings, 2 replies; 7+ messages in thread
From: s-paulraj at ti.com @ 2010-01-28 21:05 UTC (permalink / raw)
To: u-boot
Tom,
Please pull u-boot-ti master.
Thanks,
Sandeep
The following changes since commit 797312a15edc9dfb433e6903a75189030e7aaaaa:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (3):
NetStar: Disable CONFIG_CMD_JFFS2
NetStar: make crcit utility more readable
NetStar: Remove debug junk leaked into eeprom utility
Nick Thompson (1):
da830evm: Use table driven pin mux configuration
Scott Ellis (1):
Overo GPMC registers
Sekhar Nori (1):
TI DaVinci: Driver for the davinci SPI controller
Tom Rix (1):
OMAP3 Move declaration of gpmc_cfg.
board/davinci/da830evm/da830evm.c | 35 +++---
board/netstar/crcit.c | 9 +-
board/netstar/eeprom.c | 8 +-
board/netstar/eeprom_start.S | 166 +---------------------------
board/overo/overo.c | 14 +-
board/overo/overo.h | 9 ++
drivers/spi/Makefile | 1 +
drivers/spi/davinci_spi.c | 223 +++++++++++++++++++++++++++++++++++++
drivers/spi/davinci_spi.h | 101 +++++++++++++++++
include/asm-arm/arch-omap3/cpu.h | 4 +
include/configs/devkit8000.h | 1 -
include/configs/netstar.h | 3 -
include/configs/omap3_beagle.h | 1 -
include/configs/omap3_evm.h | 1 -
include/configs/omap3_overo.h | 1 -
include/configs/omap3_pandora.h | 1 -
include/configs/omap3_sdp3430.h | 1 -
include/configs/omap3_zoom1.h | 1 -
include/configs/omap3_zoom2.h | 1 -
19 files changed, 369 insertions(+), 212 deletions(-)
create mode 100644 drivers/spi/davinci_spi.c
create mode 100644 drivers/spi/davinci_spi.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti master
2010-01-28 21:05 [U-Boot] Please pull u-boot-ti master s-paulraj at ti.com
@ 2010-01-30 10:13 ` Hiremath, Vaibhav
2010-02-01 2:06 ` Tom
1 sibling, 0 replies; 7+ messages in thread
From: Hiremath, Vaibhav @ 2010-01-30 10:13 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> bounces at lists.denx.de] On Behalf Of s-paulraj at ti.com
> Sent: Friday, January 29, 2010 2:36 AM
> To: u-boot at lists.denx.de; Tom.Rix at windriver.com
> Subject: [U-Boot] Please pull u-boot-ti master
>
> Tom,
>
> Please pull u-boot-ti master.
>
> Thanks,
> Sandeep
>
> The following changes since commit
> 797312a15edc9dfb433e6903a75189030e7aaaaa:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
>
[Hiremath, Vaibhav] Sandeep,
Can you merge below patch also,
4803 11/23 hvaibhav at ti.com [U-Boot] [PATCH V4] OMAP3EVM: Added NAND support
I am about to submit the other patches also.
Thanks,
Vaibhav
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> Ladislav Michl (3):
> NetStar: Disable CONFIG_CMD_JFFS2
> NetStar: make crcit utility more readable
> NetStar: Remove debug junk leaked into eeprom utility
>
> Nick Thompson (1):
> da830evm: Use table driven pin mux configuration
>
> Scott Ellis (1):
> Overo GPMC registers
>
> Sekhar Nori (1):
> TI DaVinci: Driver for the davinci SPI controller
>
> Tom Rix (1):
> OMAP3 Move declaration of gpmc_cfg.
>
> board/davinci/da830evm/da830evm.c | 35 +++---
> board/netstar/crcit.c | 9 +-
> board/netstar/eeprom.c | 8 +-
> board/netstar/eeprom_start.S | 166 +-------------------------
> --
> board/overo/overo.c | 14 +-
> board/overo/overo.h | 9 ++
> drivers/spi/Makefile | 1 +
> drivers/spi/davinci_spi.c | 223
> +++++++++++++++++++++++++++++++++++++
> drivers/spi/davinci_spi.h | 101 +++++++++++++++++
> include/asm-arm/arch-omap3/cpu.h | 4 +
> include/configs/devkit8000.h | 1 -
> include/configs/netstar.h | 3 -
> include/configs/omap3_beagle.h | 1 -
> include/configs/omap3_evm.h | 1 -
> include/configs/omap3_overo.h | 1 -
> include/configs/omap3_pandora.h | 1 -
> include/configs/omap3_sdp3430.h | 1 -
> include/configs/omap3_zoom1.h | 1 -
> include/configs/omap3_zoom2.h | 1 -
> 19 files changed, 369 insertions(+), 212 deletions(-)
> create mode 100644 drivers/spi/davinci_spi.c
> create mode 100644 drivers/spi/davinci_spi.h
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti master
2010-01-28 21:05 [U-Boot] Please pull u-boot-ti master s-paulraj at ti.com
2010-01-30 10:13 ` Hiremath, Vaibhav
@ 2010-02-01 2:06 ` Tom
1 sibling, 0 replies; 7+ messages in thread
From: Tom @ 2010-02-01 2:06 UTC (permalink / raw)
To: u-boot
s-paulraj at ti.com wrote:
> Tom,
>
> Please pull u-boot-ti master.
Applied.
Thanks
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please Pull u-boot-ti master
@ 2010-07-15 20:49 s-paulraj at ti.com
2010-07-16 21:25 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: s-paulraj at ti.com @ 2010-07-15 20:49 UTC (permalink / raw)
To: u-boot
Wolfgang,
Please pull u-boot-ti/master
I ran MAKEALL and saw no issues.
Regards,
Sandeep
The following changes since commit dce6538f5d21a0def8a4df5328d536abed3e136a:
Nick Thompson (1):
Davinci: SPI: add the missing v2 patch changes
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ajay Kumar Gupta (1):
musb: fix compilation warning
Prakash PM (2):
da830 evm: Fix checkpatch error on 'pinmux' macro
da850 evm: Fix definition of 'pinmux' macro
Steve Sakoman (1):
ARMV7: Add basic gpmc initialization for OMAP4
arch/arm/cpu/armv7/omap4/Makefile | 1 +
arch/arm/cpu/armv7/omap4/mem.c | 45 ++++++++++++++++++
arch/arm/include/asm/arch-omap4/cpu.h | 48 +++++++++++++++++++
arch/arm/include/asm/arch-omap4/omap4.h | 2 +-
arch/arm/include/asm/arch-omap4/sys_proto.h | 1 +
board/davinci/da8xxevm/da830evm.c | 68 +++++++++++++-------------
board/davinci/da8xxevm/da850evm.c | 22 ++++----
board/ti/panda/panda.c | 2 +
board/ti/sdp4430/sdp.c | 2 +
drivers/usb/musb/omap3.h | 2 +-
10 files changed, 146 insertions(+), 47 deletions(-)
create mode 100644 arch/arm/cpu/armv7/omap4/mem.c
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please Pull u-boot-ti master
2010-07-15 20:49 [U-Boot] Please Pull " s-paulraj at ti.com
@ 2010-07-16 21:25 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2010-07-16 21:25 UTC (permalink / raw)
To: u-boot
Dear s-paulraj at ti.com,
In message <1279226987-27761-1-git-send-email-s-paulraj@ti.com> you wrote:
>
> Please pull u-boot-ti/master
> I ran MAKEALL and saw no issues.
>
> Regards,
> Sandeep
>
> The following changes since commit dce6538f5d21a0def8a4df5328d536abed3e136a:
> Nick Thompson (1):
> Davinci: SPI: add the missing v2 patch changes
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> Ajay Kumar Gupta (1):
> musb: fix compilation warning
>
> Prakash PM (2):
> da830 evm: Fix checkpatch error on 'pinmux' macro
> da850 evm: Fix definition of 'pinmux' macro
>
> Steve Sakoman (1):
> ARMV7: Add basic gpmc initialization for OMAP4
>
> arch/arm/cpu/armv7/omap4/Makefile | 1 +
> arch/arm/cpu/armv7/omap4/mem.c | 45 ++++++++++++++++++
> arch/arm/include/asm/arch-omap4/cpu.h | 48 +++++++++++++++++++
> arch/arm/include/asm/arch-omap4/omap4.h | 2 +-
> arch/arm/include/asm/arch-omap4/sys_proto.h | 1 +
> board/davinci/da8xxevm/da830evm.c | 68 +++++++++++++-------------
> board/davinci/da8xxevm/da850evm.c | 22 ++++----
> board/ti/panda/panda.c | 2 +
> board/ti/sdp4430/sdp.c | 2 +
> drivers/usb/musb/omap3.h | 2 +-
> 10 files changed, 146 insertions(+), 47 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/omap4/mem.c
Pulled into u-boot-arm #master - thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
How much net work could a network work, if a network could net work?
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-07-16 21:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28 21:05 [U-Boot] Please pull u-boot-ti master s-paulraj at ti.com
2010-01-30 10:13 ` Hiremath, Vaibhav
2010-02-01 2:06 ` Tom
-- strict thread matches above, loose matches on Subject: below --
2010-07-15 20:49 [U-Boot] Please Pull " s-paulraj at ti.com
2010-07-16 21:25 ` Wolfgang Denk
2009-10-14 12:41 [U-Boot] Please pull " s-paulraj at ti.com
2009-10-14 13:03 ` Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox