Re: [U-Boot] Please pull u-boot-samsung/master

2010-06-14 Thread Tom Rix
Minkyu Kang wrote: The following changes since commit 922d27b596c179c5a7d68abe45ede5adb1b6589c: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master I have pushed this to

Re: [U-Boot] Please Pull u-boot-ti/master

2010-06-08 Thread Tom Rix
s-paul...@ti.com wrote: Tom, Please pull u-boot-ti/master. There are some more patches but those would not apply clean. Will send a separate pull request for them. I ran MAKEALL for all ARM 11 and CORTEX A8 boards. Thanks, Sandeep The following changes since commit

Re: [U-Boot] [PATCH] SAMSUNG: goni: add the GPL licence

2010-06-08 Thread Tom Rix
Minkyu Kang wrote: Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- board/samsung/goni/config.mk | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/board/samsung/goni/config.mk

Re: [U-Boot] ARM pull request.

2010-06-07 Thread Tom Rix
Marek Vasut wrote: Dne Ne 30. května 2010 15:52:04 Tom Rix napsal(a): This is to catch master up to ARM mach-types Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang ... hm? Sorry I have been out for a while. Please verify that PXA branch you wish me to pull

Re: [U-Boot] Please pull u-boot-samsung/master

2010-06-06 Thread Tom Rix
Minkyu Kang wrote: Dear Tom, Please pull u-boot-samsung/master. Thanks. The following changes since commit 922d27b596c179c5a7d68abe45ede5adb1b6589c: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at:

Re: [U-Boot] [PATCH v3] add new board pm9g45

2010-06-06 Thread Tom Rix
Asen Dimov wrote: Add the new board PM9G45 from Ronetix GmbH. * AT91SAM9G45 MCU at 400Mhz. * 128MB DDR2 SDRAM * 256MB NAND * 10/100 MBits Ethernet DP83848 * Serial number chip DS2401 The board is made as SODIMM200 module. For more info www.ronatix.at or i...@ronetix.at. Signed-off-by:

Re: [U-Boot] FW: Please Pull u-boot-ti/master

2010-06-02 Thread Tom Rix
Paulraj, Sandeep wrote: FYI. Can you apply this please The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at:

Re: [U-Boot] [PATCH v2] ARM1136: Fix cache_flush() error and correct cpu_init_crit() comments

2010-06-01 Thread Tom Rix
gda...@mvista.com wrote: From: George G. Davis gda...@mvista.com The ARM1136 cache_flush() function uses the mcr p15, 0, rn, c7, c7, 0 instruction which means Invalidate Both Caches when in fact the intent is to clean and invalidate all caches. So add an mcr p15, 0, %0, c7, c10, 0

Re: [U-Boot] [PATCH] arm: add initilisation of watchdog in init_sequence

2010-05-30 Thread Tom Rix
Nicolas Ferre wrote: For platforms that implement a hardware watchdog, call its initialization routine in init_sequence. This location has been chosen to be the closest to initialization of console as some watchdog drivers are writing status messages. On the other hand, watchdog setup

[U-Boot] ARM pull request.

2010-05-30 Thread Tom Rix
This is to catch master up to ARM mach-types Tom The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1): Prepare v2010.06-rc1 are available in the git repository at: git://git.denx.de/u-boot-arm master Tom (2): ARM Update

Re: [U-Boot] please update ARM mach-types

2010-05-29 Thread Tom Rix
Minkyu Kang wrote: Dear Tom, Could you please update ARM machine types? I will post the new board that is named goni, but mach-types is not updated. I have update mach-types in arm/master. Your board is there #define MACH_TYPE_GONI 2862 Tom Thanks. Minkyu Kang

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2010-05-11 Thread Tom Rix
Stefano Babic wrote: Hi Tom, please pull from u-boot-imx. Applied, Thanks Tom The following changes since commit b88c5988db176a0f9de5598d5167ee2498637d40: Kim Phillips (1): configs: remove unused CONFIG_COMMAND_HISTORY are available in the git repository at:

[U-Boot] ARM mach-types updated

2010-05-09 Thread Tom Rix
Machine types update pushed to arm/master. Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-05 Thread Tom Rix
Vipin KUMAR wrote: On 5/3/2010 5:55 AM, Tom Rix wrote: Vipin KUMAR wrote: The i2c IP used by spear platform is a synopsys i2c controller 'IP' expand. IP is Intellectual Property i.e peripheral hardware Please use the term 'peripheral hardware' in place of IP IP is too generic. Tom

Re: [U-Boot] [PATCH 0/3] Support for TI's DA850/OMAP-L138 platform

2010-05-05 Thread Tom Rix
Sudhakar Rajashekhara wrote: This patch series adds support for TI's DA850/OMAP-L138 platform. This series is dependant on the following patch which I have submitted earlier: [U-Boot] [PATCH] da830: Move common code out of da830evm.c file Sudhakar Rajashekhara (3): TI: DaVinci: Prepare

Re: [U-Boot] [PATCH v2 04/17] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET

2010-05-04 Thread Tom Rix
Vipin KUMAR wrote: On 5/3/2010 5:06 AM, Tom Rix wrote: Vipin KUMAR wrote: ethaddr can be optionally read from i2c memory. So, chip_config command supports reading/writing hw mac id into i2c memory. Placing this code within CONFIG_CMD_NET as this would only be needed when network interface

Re: [U-Boot] [PATCH v2 07/17] SPEAr : Network driver support added

2010-05-04 Thread Tom Rix
Vipin KUMAR wrote: On 5/3/2010 5:18 AM, Tom Rix wrote: Vipin KUMAR wrote: Designware network driver support added. This is a Synopsys ethernet controller Signed-off-by: Vipin Kumar vipin.ku...@st.com --- drivers/net/Makefile |1 + drivers/net/designware.c | 537

Re: [U-Boot] [PATCH v2 16/17] SPEAr : spear1300 SoC support added

2010-05-03 Thread Tom Rix
Vipin KUMAR wrote: On 5/3/2010 6:07 AM, Tom Rix wrote: Vipin KUMAR wrote: SPEAr1300 SoC support contains basic spear1300 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver snip + +#define

Re: [U-Boot] [GIT PULL] Please pull u-boot-pxa/next

2010-05-03 Thread Tom Rix
Marek Vasut wrote: Dne Čt 29. dubna 2010 18:31:41 Tom Rix napsal(a): Marek Vasut wrote: Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. Please pull these changes then. Cheers The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0

Re: [U-Boot] [PATCH v2 01/17] u-boot.img file not created when srctree and objtree are different

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Adding ($obj) before tools/mkimage for u-boot.img file creation This is fine. Change follows similar targets in the Makefile Ack-ed Tom Signed-off-by: Vipin Kumar vipin.ku...@st.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [PATCH v2 02/17] change_bit routine defined

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: change_bit routine is left implementation dependent until now. This routine is now defined for arm platforms in asm-arm/bitops.h Add a reason on why this change is needed. Something like 'mtd/nand/.. needs this to be defined.. and the new nand driver needs it.. ' Tom

Re: [U-Boot] [PATCH v2 05/17] SPEAr : Reducing the max RAM size to 128MB

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Signed-off-by: Vipin Kumar vipin.ku...@st.com --- include/configs/spear-common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index cc52e39..b526558 100644 ---

Re: [U-Boot] [PATCH v2 06/17] SPEAr : Basic arch related support added for SPEAr SoCs

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Adding CONFIG_DISPLAY_CPUINFO and CONFIG_ARCH_CPU_INIT support for SPEAr3xx and SPEAr6xx SoCs Add more complete description of these CONFIG_* variables in the commit log Signed-off-by: Vipin Kumar vipin.ku...@st.com --- arch/arm/cpu/arm926ejs/spear/Makefile |

Re: [U-Boot] [PATCH v2 07/17] SPEAr : Network driver support added

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Designware network driver support added. This is a Synopsys ethernet controller Signed-off-by: Vipin Kumar vipin.ku...@st.com --- drivers/net/Makefile |1 + drivers/net/designware.c | 537 ++

Re: [U-Boot] [PATCH v2 08/17] SPEAr : Network support configured for spear SoCs

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Signed-off-by: Vipin Kumar vipin.ku...@st.com --- arch/arm/include/asm/arch-spear/hardware.h |1 + board/spear/spear300/spear300.c|6 ++ board/spear/spear310/spear310.c|6 ++ board/spear/spear320/spear320.c|6

Re: [U-Boot] [PATCH v2 09/17] SPEAr : macb driver support added for spear310 and spear320

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Add more detail in the commit to the what this change is and why it is needed. Signed-off-by: Vipin Kumar vipin.ku...@st.com --- arch/arm/include/asm/arch-spear/clk.h | 27 +++ arch/arm/include/asm/arch-spear/hardware.h |7 +++

Re: [U-Boot] [PATCH v2 10/17] SPEAr : FSMC driver support added

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Flexible static memory controller is an IP which controls the access to NAND chips along with many other memory device chips eg NOR, SRAM. This is an ST peripheral. This patch adds the driver support for FSMC controller interfacing with NAND memory. IP, ST ? Add meaning of

Re: [U-Boot] [PATCH v2 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: Since FSMC is a standard IP and it supports different memory interfaces the FSMC grammar 'interfaces the' - 'interfaces; the' is supported independent of spear platform and spear is configured to use that driver for interfacing with the NAND device Describe that because

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: The i2c IP used by spear platform is a synopsys i2c controller 'IP' expand. What is the connection between 'synopsys' and 'designware' ? If the part is synopsys, that should be the string used instead of 'dw' or 'designware' The earlier driver adds the driver of this

Re: [U-Boot] [PATCH v2 13/17] SPEAr : smi driver moved completely into drivers/mtd

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: The smi IP used by spear platform is a ST serial memory interface controller The earlier driver adds the driver of this controller as if it is specific to spear platform. The driver files are now moved into drivers/mtd folder for reusability by other platforms Similar

Re: [U-Boot] [PATCH v2 14/17] SPEAr : USBD driver support added

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: USBD is a Synopsys IP. The earlier driver implements itself as specific to spear SoCs. This patch implements this driver as a reusable driver for other platforms as well. Similar comments about 'IP' Similar comments about Synopsys vs DW Expand 'USBD' to be 'the usb

Re: [U-Boot] [PATCH v2 15/17] SPEAr : Basic spear1300 architecture support added

2010-05-02 Thread Tom Rix
Expand the commit log to describe this new part. Include a URL reference to where it can be reviewed. Vipin KUMAR wrote: Signed-off-by: Vipin Kumar vipin.ku...@st.com --- arch/arm/cpu/arm_cortexa8/spear13xx/Makefile| 52 arch/arm/cpu/arm_cortexa8/spear13xx/cache.S | 112

Re: [U-Boot] [PATCH v2 16/17] SPEAr : spear1300 SoC support added

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: SPEAr1300 SoC support contains basic spear1300 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver Signed-off-by: Vipin Kumar vipin.ku...@st.com --- Makefile

Re: [U-Boot] [PATCH v2 17/17] SPEAr : Supporting various configurations for spear3xx and spear6xx boards

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: spear3xx and 6xx boards can be compiled in following configurations 1. Environment placed in NAND 2. console on usb device 3. console on usb device with environment placed in NAND Add the new configs to the README.spear Tom Signed-off-by: Vipin Kumar

[U-Boot] ARM pull request

2010-05-01 Thread Tom Rix
Wolfgang, Please pull from arm/master. Tom The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in the git repository at: git://git.denx.de/u-boot-arm master

Re: [U-Boot] [PATCH v2 00/17] Network support for spear platform and spear1300 support

2010-04-30 Thread Tom Rix
Vipin KUMAR wrote: Hello Tom/Wolfgang, Didn't see any feedbacks on this patchset. Please let me know if the patch is good or should I make changes and resubmit Vipin, I will provide you with complete review of your patch set this weekend. Please use MAKEALL arm to check for regressions.

Re: [U-Boot] [PATCH v2] at91: define matrix registers bit fields

2010-04-29 Thread Tom Rix
Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) I saw this v2 right after the v1. It fixed the problem with the cpp typo. This is ok.

Re: [U-Boot] [PATCH v2] pm9263 converted to at91 soc access

2010-04-29 Thread Tom Rix
Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 87 +- 3 files changed, 152 insertions(+), 145

Re: [U-Boot] [PATCH v3] at91: define matrix registers bit fields

2010-04-29 Thread Tom Rix
Asen Dimov wrote: Change since [PATCH v2]: use space instead of tab after #define. Signed-off-by: Asen Dimov di...@ronetix.at I saw this after v2 was pushed. The space vs tab was not as important as fixing the cpp. Tom ___ U-Boot mailing list

Re: [U-Boot] [GIT PULL] Please pull u-boot-pxa/next

2010-04-29 Thread Tom Rix
Marek Vasut wrote: Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. Please pull these changes then. Cheers The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1): Merge branch 'master' of

Re: [U-Boot] [PATCH] at91: define matrix registers bit fields

2010-04-28 Thread Tom Rix
Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_matrix.h

Re: [U-Boot] [PATCH] ARM1176: Coexist with other ARM1176 platforms

2010-04-26 Thread Tom Rix
Cyril Chemparathy wrote: The current ARM1176 CPU specific code is too specific to the SMDK6400 architecture. The following changes were necessary prerequisites for the addition of other SoCs based on ARM1176. Existing board's (SMDK6400) configuration has been modified to keep behavior

Re: [U-Boot] Pull request u-boot-marvell.git

2010-04-21 Thread Tom Rix
Prafulla Wadaskar wrote: Hi Tom Pls pull the following The following changes since commit 07739bcef5da07cc4a4edef8b91014ccc332eda3: Stefano Babic (1): Moved board specific values in config file are available in the git repository at:

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2010-04-18 Thread Tom Rix
Stefano Babic wrote: Hi Tom, in the pull request there are also two patches by Heiko that were already included in the late pull, but they generated warnings and are not yet in mainline. The patch to remove these warnings was already merged by Wolfgang and it is in mainline. The

Re: [U-Boot] [ARM] U-Boot ARM/PXA maintainership

2010-04-18 Thread Tom Rix
Marek Vasut wrote: Dne So 17. dubna 2010 23:27:56 Tom Rix napsal(a): Marek Vasut wrote: Dne Ne 11. dubna 2010 22:53:44 Tom napsal(a): Marek Vasut wrote: Hello, Hi It seems my patches for the PXA2xx and PXA3xx in U-Boot are ignored. I'd be willing to take over PXA maintainance in U-Boot. I

Re: [U-Boot] [PATCH 1/2] PXA: Add UP2OCR register bit definitions

2010-04-18 Thread Tom Rix
Marek Vasut wrote: This register is used on PXA to control the USB Port2 operation (USB Port2 is the host port). Signed-off-by: Marek Vasut marek.va...@gmail.com --- arch/arm/include/asm/arch-pxa/pxa-regs.h | 20 1 files changed, 16 insertions(+), 4 deletions(-)

Re: [U-Boot] [PATCH v2] [ARM] at91: Add support for taskit AT91SAM9G20 boards

2010-04-17 Thread Tom Rix
Achim Ehrlich wrote: Tom wrote: Achim Ehrlich wrote: This adds support for the AT91SAM9G20 boards by taskit GmbH. Both boards, Stamp9G20 and PortuxG20, are integrated in one file. PortuxG20 is basically a SBC built around Stamp9G20. Signed-off-by: Achim Ehrlich aehrl...@taskit.de ---

Re: [U-Boot] [PATCH] pm9263 converted to at91 soc access

2010-04-17 Thread Tom Rix
RONETIX - Asen Dimov wrote: Tom wrote: Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 82 - 3

Re: [U-Boot] [ARM] U-Boot ARM/PXA maintainership

2010-04-17 Thread Tom Rix
Marek Vasut wrote: Dne Ne 11. dubna 2010 22:53:44 Tom napsal(a): Marek Vasut wrote: Hello, Hi It seems my patches for the PXA2xx and PXA3xx in U-Boot are ignored. I'd be willing to take over PXA maintainance in U-Boot. I already maintain various PXA- based devices in mainline Linux

Re: [U-Boot] EABI 4.2

2010-04-17 Thread Tom Rix
Wolfgang Denk wrote: Dear Tom, In message 20100317084833.364b2...@marrow.netinsight.se Simon Kagstrom wrote: (Sorry if this has already been taken up, I've not been following the discussion closely) On Thu, 11 Mar 2010 11:11:09 +0100 Martin Krause martin.kra...@tqs.de wrote: Does this

Re: [U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-04-17 Thread Tom Rix
Rabin VINCENT wrote: On Sun, Mar 28, 2010 at 07:49:15PM +0200, Tom wrote: Rabin Vincent wrote: + /* UART2 */ + nmk_gpio_af(29, GPIO_ALT_C); + nmk_gpio_af(30, GPIO_ALT_C); Change these to immediates to logical #define's I've changed this in the other places you mentioned, but for

Re: [U-Boot] Please pull u-boot-samsung/master

2010-04-17 Thread Tom Rix
Minkyu Kang wrote: Dear Tom, The following changes since commit 45e565337a90bbca0c1bb712b5e008b7c0b18bd5: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang

[U-Boot] [PATCH] OMAP3 Remove unneeded boot_flash_* declarations

2009-11-17 Thread Tom Rix
of variable used is part of a #define in the config file. Signed-off-by: Tom Rix tom@windriver.com --- include/configs/devkit8000.h|4 include/configs/omap3_beagle.h |2 -- include/configs/omap3_evm.h |1 - include/configs/omap3_overo.h |2 -- include/configs

[U-Boot] OMAP3 move declaration of gpmc_cfg

2009-11-16 Thread Tom Rix
This is cleanup of omap3 board config files. This is the link to the thread on the list http://lists.denx.de/pipermail/u-boot/2009-November/064351.html This was regression tested with MAKEALL arm and runtested on Zoom2 Tom ___ U-Boot mailing list

[U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg.

2009-11-16 Thread Tom Rix
Every omap3 board config file declared the global variable gpmc_cfg. This changes moves the declaration to a better location in the arch dependent header file cpu.h. Signed-off-by: Tom Rix tom@windriver.com --- include/asm-arm/arch-omap3/cpu.h |4 include/configs/devkit8000.h

Re: [U-Boot] AT91 runnable out of RAM ?

2009-11-07 Thread Tom Rix
Remy Bohmer wrote: Hi Tom, 2009/11/6 Tom Rix t...@bumblecow.com: Remy Bohmer wrote: Hi Tom, I would rather keep the patch set together. OK. My current work depends on it. I am working with the usb/cdc branch to added gadget support for omap and ultimately help mainline the usb/cdc

[U-Boot] Omap USB missing patch #10

2009-11-04 Thread Tom Rix
Remy, This is the patch that is missing from your set. It is for omap3_evm support. Thanks Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 10/10] omap3evm: musb: add USB config

2009-11-04 Thread Tom Rix
From: Ajay Kumar Gupta ajay.gu...@ti.com Added USB host and device config for host (MSC, Keyboard) and device (ACM) functionalities. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- include/configs/omap3_evm.h | 39 +++ 1 files changed, 39

[U-Boot] ARM LED weak symbols

2009-11-03 Thread Tom Rix
As discussed earlier today http://lists.denx.de/pipermail/u-boot/2009-November/063711.html This is the patch to conditionally compile the ARM board LED functions. It was regression tested with MAKEALL arm using the Code Sourcery 2009 compiler and my roll-your-own gcc-4.4.2 Both patches were

[U-Boot] [PATCH 1/2] ARM Conditionally compile board LED functions

2009-11-03 Thread Tom Rix
In general, what happens is they call into the weak stubs. Only if the cpu/board provides an overriding function do these calls cause anything meaningful to happen. Now this noop case is removed and these LED functions are excuted only when CONFIG_STATUS_LED is defined Signed-off-by: Tom Rix tom

[U-Boot] [PATCH 02/10] USB add macros for debugging usb device setup.

2009-10-31 Thread Tom Rix
When developing usb device features, it is useful to print out common usb structures. Signed-off-by: Tom Rix tom@windriver.com --- include/usbdescriptors.h | 26 include/usbdevice.h | 103 ++ 2 files changed, 129 insertions

[U-Boot] [PATCH 01/10] USB Consolidate descriptor definitions

2009-10-31 Thread Tom Rix
descriptor elements are accessed now by an element 'desc'. As an example - if (iface-bInterfaceClass != USB_CLASS_HUB) + if (iface-desc.bInterfaceClass != USB_CLASS_HUB) This has been compile tested on MAKEALL arm, ppc and mips. Signed-off-by: Tom Rix tom@windriver.com --- common

[U-Boot] v3 OMAP USB

2009-10-31 Thread Tom Rix
The is version 3 of the patchset to enable usb device support on OMAP. The changes from the last revision are. Per Remy's request USB_CONFIG_DESCRIPTOR_DEFINITION USB_INTERFACE_DESCRIPTOR_DEFINITION Personally I do not like the macros for these kind of definitions, I would prefer a

[U-Boot] [PATCH 03/10] TWL4030 Add usb PHY support

2009-10-31 Thread Tom Rix
The twl4030 provides a PHY device for connecting a link device, like musb, to physical connection. This change adds the twl4030 usb registers and functions for initializing the PHY as required by omap3. Signed-off-by: Tom Rix tom@windriver.com --- Makefile |1 + drivers

[U-Boot] [PATCH 06/10] OMAP3 beagle Add usbtty configuration

2009-10-31 Thread Tom Rix
The primary console of beagle is the serial header. A secondary console is to use the usbtty. The user can set this manually by doing setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty saveenv usbtty will be usable by accessing the /dev/ttyACM0 on a linux host. Signed-off-by: Tom

[U-Boot] [PATCH 04/10] OMAP3 Add usb device support

2009-10-31 Thread Tom Rix
This change adds the usb device support for musb. Omap3 platform support added at the same level as davinci. The interface for usbtty to use the musb device support was added. Verified on omap3 beagle, zoom1 and zoom2. Signed-off-by: Tom Rix tom@windriver.com --- drivers/serial/usbtty.h

[U-Boot] [PATCH 05/10] OMAP3 zoom1 Add usbtty configuration

2009-10-31 Thread Tom Rix
the /dev/ttyACM0 on a linux host. Signed-off-by: Tom Rix tom@windriver.com --- include/configs/omap3_zoom1.h | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index da4b677..2f8ebb4 100644

[U-Boot] [PATCH 10/10] omap3evm: musb: add USB config

2009-10-31 Thread Tom Rix
From: Ajay Kumar Gupta ajay.gu...@ti.com Added USB host and device config for host (MSC, Keyboard) and device (ACM) functionalities. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- include/configs/omap3_evm.h | 39 +++ 1 files changed, 39

[U-Boot] [PATCH 07/10] USBTTY make some function declarations easier to use.

2009-10-31 Thread Tom Rix
Zoom2 needs to use these declarations and the include directory is a better place from them than in the middle of the driver directory. It did not make sense to create a new file for just a couple of lines so they were appended to the serial.h Signed-off-by: Tom Rix tom@windriver.com

[U-Boot] [PATCH 08/10] OMAP3 zoom2 Use usbtty if the debug board is not connected.

2009-10-31 Thread Tom Rix
The preferred serial output comes from the debug board. When the debug board is disconnected, fall back on using usbtty from the usb connector on the Zoom2 board. This shows up as /dev/ttyACM0 in a linux host. Signed-off-by: Tom Rix tom@windriver.com --- board/logicpd/zoom2/zoom2_serial.c

[U-Boot] [PATCH 09/10] OMAP3 USB Initialize twl4030 only if required

2009-10-31 Thread Tom Rix
OMAP3EVM uses ISP1504 phy and so twl4030 related init is not required. Submitted-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Tom Rix tom@windriver.com --- drivers/usb/musb/omap3.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/omap3

Re: [U-Boot] [PATCH/RFC] Better I2C support for OMAP3

2009-10-31 Thread Tom Rix
Dirk Behme wrote: Hugo Vincent wrote: Hi everyone, This patch improves I2C support on OMAP3 platforms, including supporting the second and third I2C controllers (mainline only supports the first controller), and supporting writes where alen=0 (i.e. no register address - this was

[U-Boot] Better I2C support for OMAP

2009-10-31 Thread Tom Rix
Hugo Vincent wrote: Hi everyone, This patch improves I2C support on OMAP3 platforms, including supporting the second and third I2C controllers (mainline only supports the first controller), and supporting writes where alen=0 (i.e. no register address - this was needed for

[U-Boot] [PATCH] Add I2C multibus support for OMAP2/3 boards

2009-10-31 Thread Tom Rix
#defines to a structure. Signed-off-by: Syed Mohammed Khasim kha...@ti.com Signed-off-by: Jason Kridner jkrid...@beagleboard.org Signed-off-by: Tom Rix tom@windriver.com --- drivers/i2c/omap24xx_i2c.c | 220 ++- include/asm-arm/arch-omap24xx/i2c.h

Re: [U-Boot] Requesting an update to ARM mach types

2009-10-22 Thread Tom Rix
Paulraj, Sandeep wrote: Tom, The ARM mach-types.h in /include/asm-arm needs to be updated with what is present at http://www.arm.linux.org.uk/developer/machines/ Thanks, Sandeep ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.

2009-10-17 Thread Tom Rix
Eric Benard wrote: Signed-off-by: Eric Benard e...@eukrea.com --- board/eukrea/cpu9260/cpu9260.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/eukrea/cpu9260/cpu9260.c b/board/eukrea/cpu9260/cpu9260.c index 0b4f0d4..af8a4a2 100644 ---

Re: [U-Boot] [PATCH] fix cpuat91 compile warning

2009-10-17 Thread Tom Rix
Eric Benard wrote: main.c: In function 'abortboot': main.c:122: warning: too few arguments for format Signed-off-by: Eric Benard e...@eukrea.com --- include/configs/cpuat91.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/cpuat91.h

Re: [U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-10-14 Thread Tom Rix
Remy Bohmer wrote: Hi Tom, Sorry for not responding to this series very fast, because I wanted to look into it carefully. Below my comments on this patch 2009/9/28 Tom Rix tom@windriver.com: The header files usb.h and usbdescriptors.h have the same or similarly named structure

Re: [U-Boot] ARM pull request v3

2009-10-14 Thread Tom Rix
Simon Kagstrom wrote: On Tue, 13 Oct 2009 16:51:14 +0200 Wolfgang Denk w...@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

Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Tom Rix
Stefan Roese wrote: Hi Tom, On Wednesday 14 October 2009 05:31:04 Tom Rix wrote: git://git.denx.de/u-boot-samsung master Minkyu Kang (5): s5pc1xx: support Samsung s5pc1xx SoC s5pc1xx: support onenand driver s5pc1xx: support serial driver s5pc1xx: add support

Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Tom Rix
Stefan Roese wrote: Hi Tom, On Wednesday 14 October 2009 05:31:04 Tom Rix wrote: git://git.denx.de/u-boot-samsung master Minkyu Kang (5): s5pc1xx: support Samsung s5pc1xx SoC s5pc1xx: support onenand driver s5pc1xx: support serial driver s5pc1xx: add support

Re: [U-Boot] ARM pull request v2

2009-10-13 Thread Tom Rix
Wolfgang Denk wrote: Dear Tom, In message 4ad3e52d.4050...@windriver.com you wrote: Sandeep has pointed out that the pull request should be one down. This is new request. The following changes since commit 2d4072c06b5549444e4140231bba3d47d9b0bc53: Sandeep Paulraj (1): ARM:

Re: [U-Boot] OMAP3: proposal: dont piggy back on ROMCode interrupt vectors

2009-10-13 Thread Tom Rix
Nishanth Menon wrote: Hi, Current interrupt vectors[1] are piggy backing on OMAP3 ROM Code vectors This has the disadvantage that external boot option of OMAP GP devices for booting off NOR devices would probably not function as the interrupt vectors are not setup. In general we want to

[U-Boot] ARM pull request v3

2009-10-13 Thread Tom Rix
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

Re: [U-Boot] [PATCH] TI DaVinci: Fix DM6467 EVM Compilation Warning

2009-10-13 Thread Tom Rix
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com Due to new TI boards being added to U-Boot, the hardware.h is getting very messy. The warning being fixed is due to the EMIF addresses being redefined. The long term solution(after 2009.11) to this is to have SOC specific

Re: [U-Boot] [PATCH] TI DaVinci: Adding Copyright for DM365 EVM

2009-10-13 Thread Tom Rix
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com Forgot to add Copyright while submitting the patch. This patch adds the copyright. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- board/davinci/dm365evm/dm365evm.c |1 + include/configs/davinci_dm365evm.h |1 +

Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-13 Thread Tom Rix
Minkyu Kang wrote: Dear Tom, The following changes since commit 617da90c1dcf65428ddfb63fef897439950bc915: Tom Rix (1): Merge branch 't-next-marvell' into t-next-at91 are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (5

Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-12 Thread Tom Rix
Minkyu Kang wrote: Dear Tom, The following changes since commit 617da90c1dcf65428ddfb63fef897439950bc915: Tom Rix (1): Merge branch 't-next-marvell' into t-next-at91 are available in the git repository at: git://git.denx.de/u-boot-samsung master I will merge this in soon

Re: [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.

2009-10-12 Thread Tom Rix
Eric Benard wrote: Signed-off-by: Eric Benard e...@eukrea.com --- board/eukrea/cpu9260/cpu9260.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/eukrea/cpu9260/cpu9260.c b/board/eukrea/cpu9260/cpu9260.c index 0b4f0d4..af8a4a2 100644 ---

Re: [U-Boot] [PATCH] fix cpuat91 compile warning

2009-10-12 Thread Tom Rix
Eric Benard wrote: main.c: In function 'abortboot': main.c:122: warning: too few arguments for format Signed-off-by: Eric Benard e...@eukrea.com --- include/configs/cpuat91.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/cpuat91.h

Re: [U-Boot] u-boot-ti next updated

2009-10-11 Thread Tom Rix
Steve Sakoman wrote: On Sat, Oct 10, 2009 at 12:38 PM, Paulraj, Sandeep s-paul...@ti.com wrote: All, I've updated the u-boot-ti next tree with quite a few patches. There are instances were multiple patches modify the same file. Can the OMAP 3 boards be tested to see if things are ok?

Re: [U-Boot] V2 of OMAP3 USB device Support

2009-10-11 Thread Tom Rix
Paulraj, Sandeep wrote: The technical change is better handling of address setting on the usb handshaking setup phase. Other changes from Jean's comments 2/8 USB add macros for debugging usb device setup. static inline function replacing debug macros 3/8 TWL4030 Add usb PHY support

Re: [U-Boot] [PATCH] Zoom2 Fix serial gpmc setup

2009-10-11 Thread Tom Rix
of this problem are that the Zoom2 currently hangs. This was run tested on Zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/logicpd/zoom2/zoom2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/logicpd/zoom2/zoom2.c b/board/logicpd/zoom2/zoom2.c

Re: [U-Boot] [PATCH] TI DaVinci DVEVM: Add Config option for 64 bit Support

2009-10-11 Thread Tom Rix
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM config. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- include/configs/davinci_dvevm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH] TI DaVinci DVEVM: Add Config option for 64 bit Support

2009-10-11 Thread Tom Rix
Paulraj, Sandeep wrote: -Original Message- From: Tom Rix [mailto:t...@bumblecow.com] Sent: Sunday, October 11, 2009 1:26 PM To: Paulraj, Sandeep; u-boot@lists.denx.de Subject: Re: [PATCH] TI DaVinci DVEVM: Add Config option for 64 bit Support s-paul...@ti.com wrote: From

Re: [U-Boot] [PATCH v2] TI: DaVinci: DM355 Leopard board support

2009-10-11 Thread Tom Rix
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds support for the leopard board which is based on the DM355 SOC. Signed-off-by: Sandeep Paulraj s-paul...@ti.com This looks fine. Ack-ed Tom ___ U-Boot mailing list

Re: [U-Boot] [PATCH] TI DaVinci DM646x: Adding initial support for DM6467 EVM

2009-10-11 Thread Tom Rix
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds the initial support for DM6467 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- Changes since the initial version - Add entries to MAKEALL and MAINTAINERS as suggested by Tom - Fix

[U-Boot] arm/master merged

2009-10-11 Thread Tom Rix
I have merged arm/next into arm/master. There are new warnings in CPU9260 , CONFIG_SYS_64BIT_VSPRINTF CPU9G20 , CONFIG_SYS_64BIT_VSPRINTF GPUAT91 , CONFIG_NET_MULTI, davinci_dm355evm , CONFIG_SYS_64BIT_VSPRINTF, generic_set_bit I have ack-ed patches for these.. openrd_base , kwgbe_init

[U-Boot] Zoom2 Fix serial setup

2009-10-05 Thread Tom Rix
This patch is against u-boot-ti/master I run tested this on Zoom2. Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] Zoom2 Fix serial gpmc setup

2009-10-05 Thread Tom Rix
are that the Zoom2 currently hangs. This was run tested on Zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/logicpd/zoom2/zoom2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/logicpd/zoom2/zoom2.c b/board/logicpd/zoom2/zoom2.c index d9e2ae5..cd8c9fe 100644

  1   2   >