Re: [U-Boot] U-Boot for MIPS AR7161

2012-12-02 Thread Drassal, Allan
Sorry I need to shorten the message, exchange keeps trying to do something and I keep getting a message rejected due to "No base64 encoded MIME text parts allowed" U-Boot list keeps rejecting the message. U-Boot list driving me nuts... keeps rejecting my message due to the "No base64 encoded MI

[U-Boot] [PATCH V2 0/2] Add USB host support for CM-T35

2012-12-02 Thread Nikita Kiryanov
Add USB host support for CM-T35. As a preparation, some register offset definitions are added to twl4030.h Changes in V2: - Added GPIO register offsets for twl4030 - Used twl4030 definitions from patch 1 in twl4030 functions instead of BASE_ADDR + Nikita Kiryanov (2): t

[U-Boot] [PATCH V2 1/2] twl4030: add gpio register offsets

2012-12-02 Thread Nikita Kiryanov
Add gpio register offsets for twl4030. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- include/twl4030.h | 44 1 file changed, 44 insertions(+) diff --git a/include/twl4030.h b/include/twl4030.h index 9cd32ab..e3b3806 100644 --- a/

[U-Boot] [PATCH V2 2/2] cm-t35: add USB host support

2012-12-02 Thread Nikita Kiryanov
Add support for USB host ports on cm-t3530 and cm-t3730. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- Changes in V2: - Used twl4030 definitions from patch 1 in twl4030 functions instead of BASE_ADDR + board/cm_t35/cm_t35.c| 77 +

[U-Boot] [PATCH v2 2/3] x86: Enable ICH6 GPIO controller for coreboot

2012-12-02 Thread Simon Glass
Coreboot uses this controller to implement GPIO access. Signed-off-by: Simon Glass --- Changes in v2: - Enable gpio command for coreboot also include/configs/coreboot.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/coreboot.h b/include/configs/coreb

[U-Boot] [PATCH v2 05/15] x86: Add basic cache operations

2012-12-02 Thread Simon Glass
From: Stefan Reinauer Add functions to enable/disable the data cache. Signed-off-by: Stefan Reinauer Signed-off-by: Simon Glass --- Changes in v2: - Move all control register access into new include/asm/control_regs.h - Redo the cache control functions in cpu.c instead of creating new ones - A

[U-Boot] [PATCH v2 07/15] x86: Import MSR/MTRR code from Linux

2012-12-02 Thread Simon Glass
From: Graeme Russ Imported from Linux 3.1 with a few modifications to suit U-Boot Signed-off-by: Simon Glass --- Changes in v2: - Bring in Graeme's Linux in place so we cover all bases arch/x86/include/asm/msr-index.h | 447 ++ arch/x86/include/asm/msr.h

[U-Boot] [PATCH v2 08/15] x86: Clean up MTRR 7 right before jumping to the kernel

2012-12-02 Thread Simon Glass
From: Stefan Reinauer This cleans up the rom caching optimization implemented in coreboot (and needed throughout U-Boot runtime). Signed-off-by: Stefan Reinauer Signed-off-by: Simon Glass --- Changes in v2: - Use en/disable_caches() instead of en/disable_cache() - Use functions from Graeme's m

[U-Boot] [PATCH v2 10/15] x86: Enable CONFIG_CMD_ZBOOT for coreboot

2012-12-02 Thread Simon Glass
Enable this option to support booting a zImage. Signed-off-by: Simon Glass --- Changes in v2: - Enable CONFIG_ZBOOT_32 to make CONFIG_CMD_BOOT work correctly include/configs/coreboot.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/coreboot.h b/includ

[U-Boot] [PATCH v2 07/15] x86: Import MSR/MTRR code from Linux

2012-12-02 Thread Simon Glass
From: Graeme Russ Imported from Linux 3.1 with a few modifications to suit U-Boot Signed-off-by: Simon Glass --- Changes in v2: - Bring in Graeme's Linux in place so we cover all bases arch/x86/include/asm/msr-index.h | 469 ++ arch/x86/include/asm/msr.h

[U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory

2012-12-02 Thread Simon Glass
From: Gabe Black The default implementation of this function is just memset, but other implementations will be needed when physical memory isn't accessible by U-Boot using normal addressing mechanisms. Signed-off-by: Gabe Black Signed-off-by: Che-Liang Chiou Signed-off-by: Simon Glass --- Cha

Re: [U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board

2012-12-02 Thread trem
On 26/11/12 18:55, Albert ARIBAUD wrote: +/* + * Fuse bank 1 row 8 is "reserved for future use" and therefore available for + * custormer use. The APF27 board uses this fuse to store the board revision: + * 0: initial board revision + * 1: first revision - Presence of the second RAM chip on the b

Re: [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

2012-12-02 Thread trem
On 26/11/12 19:02, Albert ARIBAUD wrote: Hi Philippe, On Mon, 29 Oct 2012 18:35:56 +0100, Philippe Reynes wrote: Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige create mode 100644 board/armadeus/apf27/start.S create mode 100644 board/armadeus/apf27/u-boot-spl.lds This is need

[U-Boot] [PATCH 00/10] Add Marvell Dove and SolidRun CuBox

2012-12-02 Thread Sebastian Hesselbarth
This patch set add support for the Marvell Dove 88AP510 SoC and the SolidRun CuBox board based on that SoC. The patch set is divided into the four following sections: (1) Patches 1-5: Add support for the Dove SoC and related drivers. Where possible drivers from Marvell Kirkwood are reused (mvsata,

[U-Boot] [PATCH 02/10] GPIO: add gpio driver for Orion SoCs

2012-12-02 Thread Sebastian Hesselbarth
This adds a gpio driver for Marvell Orion SoCs, i.e. orion5x, kirkwood, dove. This is based on kw_gpio but as gpio capabilities depend heavily on the mpp configuration for dove, it allows to set gpi/gpo capabilities from mpp. This should be compatible with the current kw_gpio and porting mpp of kir

[U-Boot] [PATCH 04/10] SPI: Add Orion SPI driver

2012-12-02 Thread Sebastian Hesselbarth
This adds an SPI driver found on Marvell Orion SoCs. This driver is taken from kirkwood_spi but removes mpp configuration as dove has dedicated spi pins. To have a common driver for orion5x, kirkwood, and dove, mpp configuration should be handled in some cpu/board-specific setup. Signed-off-by: Se

[U-Boot] [PATCH 05/10] block: mvsata: add dove include

2012-12-02 Thread Sebastian Hesselbarth
Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sebastian Hesselbarth --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth Cc: Rabeeh Khoury Cc: Albert Aribaud Cc: Prafulla Wadaskar Cc: Andy Fleming Cc: Joe Hershberger

[U-Boot] [PATCH 06/10] NET: phy: add 88E1310 PHY initialization

2012-12-02 Thread Sebastian Hesselbarth
This adds PHY initialization for Marvell Alaska 88E1310 PHY. Signed-off-by: Sebastian Hesselbarth --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth Cc: Rabeeh Khoury Cc: Albert Aribaud Cc: Prafulla Wadaskar Cc: Andy Fleming Cc: Joe Hershberger Cc: Daniel Stodden Cc: Dieter Kiermaier

[U-Boot] [PATCH 07/10] NET: mvgbe: add phylib support

2012-12-02 Thread Sebastian Hesselbarth
This add phylib support to the Marvell GBE driver. Signed-off-by: Sebastian Hesselbarth --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth Cc: Rabeeh Khoury Cc: Albert Aribaud Cc: Prafulla Wadaskar Cc: Andy Fleming Cc: Joe Hershberger Cc: Daniel Stodden Cc: Dieter Kiermaier --- drive

[U-Boot] [PATCH 08/10] NET: mvgbe: add support for Dove

2012-12-02 Thread Sebastian Hesselbarth
Marvell Dove also uses mvgbe as ethernet driver, therefore add support for Dove to reuse the current driver. Signed-off-by: Sebastian Hesselbarth --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth Cc: Rabeeh Khoury Cc: Albert Aribaud Cc: Prafulla Wadaskar Cc: Andy Fleming Cc: Joe Hershbe

[U-Boot] [PATCH 09/10] Boards: Add support for SolidRun CuBox

2012-12-02 Thread Sebastian Hesselbarth
With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Signed-off-by: Sebastian Hesselbarth --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth Cc: Rabeeh Khoury Cc: Albert Aribaud Cc: Prafulla Wadaskar Cc: Andy Fleming Cc: Joe Hershberger

[U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-02 Thread Sebastian Hesselbarth
On Dove kwboot can also be used to boot an u-boot image into RAM. In contrast to Kirkwood, Dove does not support the UART boot mode sequence but requires the UART boot mode to be selected through strap pins. The SolidRun CuBox has a push button to allow uart boot mode but fails on the boot sequence

[U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Pavel Herrmann
Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a build that has no available commands. Setting LC_ALL=C for the generator script helps. Signed-off-by: Pavel Herrmann --- helper.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper.mk b/helper.m

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Marek Vasut
Dear Pavel Herrmann, > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a > build that has no available commands. Setting LC_ALL=C for the generator > script helps. > > Signed-off-by: Pavel Herrmann > --- > helper.mk | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Pavel Herrmann
On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote: > Dear Pavel Herrmann, > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a > > build that has no available commands. Setting LC_ALL=C for the generator > > script helps. > > > > Signed-off-by: Pavel Herrmann > >

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Marek Vasut
Dear Pavel Herrmann, > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote: > > Dear Pavel Herrmann, > > > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is > > > a build that has no available commands. Setting LC_ALL=C for the > > > generator script helps. > > > >

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Pavel Herrmann
On Sunday 02 of December 2012 19:12:17 Marek Vasut wrote: > Dear Pavel Herrmann, > > > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote: > > > Dear Pavel Herrmann, > > > > > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is > > > > a build that has no available co

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Pavel Herrmann
On Sunday 02 of December 2012 19:12:17 Marek Vasut wrote: > Dear Pavel Herrmann, > > > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote: > > > Dear Pavel Herrmann, > > > > > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is > > > > a build that has no available co

Re: [U-Boot] [PATCH 01/10] ARM: dove: add support for Marvell Dove SoC

2012-12-02 Thread Luka Perkov
Hi Sebastian, On Sun, Dec 02, 2012 at 03:36:13PM +0100, Sebastian Hesselbarth wrote: > This patch adds initial support for the armv7-based Marvell Dove SoC > (88AP510). > > Signed-off-by: Sebastian Hesselbarth ... > + for (; i < CONFIG_NR_DRAM_BANKS; i++) { > + /* If above loop

Re: [U-Boot] [PATCH 09/10] Boards: Add support for SolidRun CuBox

2012-12-02 Thread Luka Perkov
Hi Sebastian, On Sun, Dec 02, 2012 at 03:36:21PM +0100, Sebastian Hesselbarth wrote: > With latest support for Marvell Dove SoC, add the SolidRun CuBox as > the very first board with that SoC. > > Signed-off-by: Sebastian Hesselbarth ... > +/* > + * Enable devicetree support > + */ Shouldn't

Re: [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-02 Thread Luka Perkov
Hi Sebastian, On Sun, Dec 02, 2012 at 03:36:22PM +0100, Sebastian Hesselbarth wrote: > On Dove kwboot can also be used to boot an u-boot image into RAM. > In contrast to Kirkwood, Dove does not support the UART boot mode > sequence but requires the UART boot mode to be selected through > strap pin

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Marek Vasut
Dear Pavel Herrmann, > On Sunday 02 of December 2012 19:12:17 Marek Vasut wrote: > > Dear Pavel Herrmann, > > > > > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote: > > > > Dear Pavel Herrmann, > > > > > > > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result > > > >

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Marek Vasut
Dear Pavel Herrmann, [...] > > > > > - LC_COLLATE=C sort -u | \ > > > > > + LC_ALL=C sort -u | \ > > > > > > > > How will this work? LC_COLLATE is supposed to adjust the behavior of > > > > "sort" command, without it, "sort" will not behave as expected. > > > > > > Clearly, LC_COLLATE i

Re: [U-Boot] U-Boot for MIPS AR7161

2012-12-02 Thread Daniel Schwierzeck
Hi Allan, 2012/12/2 Drassal, Allan > Sorry I need to shorten the message, exchange keeps trying to do something > and I keep getting a message rejected due to "No base64 encoded MIME text > parts allowed" > U-Boot list keeps rejecting the message. > > U-Boot list driving me nuts... keeps rejecti

Re: [U-Boot] U-Boot for MIPS AR7161

2012-12-02 Thread Wolfgang Denk
Dear "Drassal, Allan", In message <872e3b9a58411441878dd99be03d7cf510d42...@exmb-02.ad.wsu.edu> you wrote: > Sorry I need to shorten the message, exchange keeps trying to do something > and I keep getting a message rejected due to "No base64 encoded MIME text > parts allowed" > U-Boot list keep

Re: [U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory

2012-12-02 Thread Wolfgang Denk
Dear Simon Glass, In message <1354460119-23877-15-git-send-email-...@chromium.org> you wrote: > From: Gabe Black > > The default implementation of this function is just memset, but other > implementations will be needed when physical memory isn't accessible by > U-Boot using normal addressing me

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Wolfgang Denk
Dear Pavel Herrmann, In message <1354470210-30801-1-git-send-email-morpheus.i...@gmail.com> you wrote: > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a build > that has no available commands. Setting LC_ALL=C for the generator script > helps. Setting LC_ALL is a pretty

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Wolfgang Denk
Dear Marek Vasut, In message <201212022013.13540.ma...@denx.de> you wrote: > > "This works because LC_ALL sets LC_COLLATE, as well as all other LC_* > environment variables." > > Where can I verify this? Do you have any link to any documentation? Is it really so difficult to find TFM these day

Re: [U-Boot] [PATCH 3/4] fs:ext4:fix: Code refactoring to suppress compiler warnings

2012-12-02 Thread Simon Glass
On Mon, Nov 26, 2012 at 8:13 AM, Lukasz Majewski wrote: > Several fixes to suppress compiler's (eldk-5.[12].x gcc 4.6) > warning [-Wunused-but-set-variable] > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park This removes the warnings for me on gcc 4.6 and 4.7, and from my readi

Re: [U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory

2012-12-02 Thread Simon Glass
Hi Wolfgang, On Sun, Dec 2, 2012 at 11:33 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1354460119-23877-15-git-send-email-...@chromium.org> you wrote: >> From: Gabe Black >> >> The default implementation of this function is just memset, but other >> implementations will be needed

Re: [U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory

2012-12-02 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > Please make sure to supply proper trheading information with ALL patch > > submissions! Thanks. > > I'm not quite sure how do to this. Did we discuss this before? Do I Do we have to? With all your experience? If in doubt, please RTFM git-send-e

[U-Boot] [PATCH 00/10] PXE support updates

2012-12-02 Thread Rob Herring
From: Rob Herring This is a series of various enhancements and fixes for u-boot pxe support. These patches are a result of testing with server side tools like Cobbler and ubuntu MAAS. Rob Rob Herring (10): pxe: Use ethact setting for pxe pxe: make string parameters const pxe: fix handling

[U-Boot] [PATCH 01/10] pxe: Use ethact setting for pxe

2012-12-02 Thread Rob Herring
From: Rob Herring Get the MAC address using eth_getenv_enetaddr_by_index so that the MAC address of ethact is used. This enables using the a NIC other than the first one for PXE boot. Signed-off-by: Rob Herring --- common/cmd_pxe.c | 34 +- 1 file changed, 9 i

[U-Boot] [PATCH 03/10] pxe: fix handling of different localboot values

2012-12-02 Thread Rob Herring
From: Rob Herring Add support for value of -1 For localboot. A value of -1 means return to u-boot prompt. The localboot value is often 0, so we need to distinguish the value from localboot being selected. A value of greater than or equal to 0 means attempt local boot command. If localboot is se

[U-Boot] [PATCH 02/10] pxe: make string parameters const

2012-12-02 Thread Rob Herring
From: Rob Herring Convert a bunch of string parameters to be const. Signed-off-by: Rob Herring --- common/cmd_pxe.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index 306c483..8b897ad 100644 --- a/common/cm

[U-Boot] [PATCH 04/10] bootz: un-staticize do_bootz

2012-12-02 Thread Rob Herring
From: Rob Herring Make do_bootz available for other functions like do_bootm is. Signed-off-by: Rob Herring --- common/cmd_bootm.c |2 +- include/command.h |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 4dbe952..fc32a2

[U-Boot] [PATCH 05/10] pxe: use bootz instead of bootm when enabled

2012-12-02 Thread Rob Herring
From: Rob Herring Standard pxelinux servers would use zImage rather than u-boot image format, so use bootz instead of bootm if enabled. Signed-off-by: Rob Herring --- common/cmd_pxe.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/cmd_pxe.c b/common/cmd_

[U-Boot] [PATCH 06/10] pxe: always display a menu when present

2012-12-02 Thread Rob Herring
From: Rob Herring The prompt flag is for displaying a "boot:" prompt in pxelinux. This doesn't make sense for u-boot as we don't support the pxelinux command interface. So we should just ignore prompt statements and always show the menu if a menu is present. Signed-off-by: Rob Herring --- comm

[U-Boot] [PATCH 07/10] pxe: simplify menu display and selection

2012-12-02 Thread Rob Herring
From: Rob Herring Menus with lots of entries and long append lines are hard to read. Just show a numbered list using the label or name and make the choice by entering the number. Signed-off-by: Rob Herring --- common/cmd_pxe.c | 34 -- 1 file changed, 16 inser

[U-Boot] [PATCH 08/10] pxe: add support for ontimeout token

2012-12-02 Thread Rob Herring
From: Rob Herring ontimeout is similar to default, but is the selection on menu timeout. This is how cobbler sets a default. The label default is supposed to be the default selection when is pressed. If both default and ontimeout are set, last one parsed wins. Signed-off-by: Rob Herring --- c

[U-Boot] [PATCH 10/10] pxe: add ipappend support

2012-12-02 Thread Rob Herring
From: Rob Herring Add ipappend support to pass network device information to the kernel. Signed-off-by: Rob Herring --- common/cmd_pxe.c | 47 --- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c in

[U-Boot] [PATCH 09/10] pxe: add support for per arch and SoC default paths

2012-12-02 Thread Rob Herring
From: Rob Herring A pxelinux server setup for "default" menu is typically an x86 binary. This does not work well with a mixed architecture setup. Extend the default search to look for default-- and then default- before falling back to just "default". Signed-off-by: Rob Herring --- common/cmd_p

[U-Boot] [PATCH 1/2] ARM: add wfi assembly macro

2012-12-02 Thread Rob Herring
From: Rob Herring Since wfi instruction is only available on ARMv7, add a conditional macro for it. Signed-off-by: Rob Herring --- arch/arm/include/asm/system.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h index 2b28

[U-Boot] [PATCH 2/2] ARM: highbank: use wfi macro instead of inline asm

2012-12-02 Thread Rob Herring
From: Rob Herring Older compilers don't recognize v7 wfi instruction, so use wfi macro to fix builds on old compilers. Signed-off-by: Rob Herring --- board/highbank/highbank.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/highbank/highbank.c b/board/highbank/hi

[U-Boot] [PATCH] serial_pl011: Set RTS during initialization

2012-12-02 Thread Rob Herring
From: Joshua Housh If the pl011 is connected to another device which has hardware flow-control on, characters are never received by the pl011. Asserting RTS when flow-control is off will have no effect. This is in line with how Linux behaves. Signed-off-by: Joshua Housh --- drivers/serial/ser

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-02 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Pavel Herrmann, > > In message <1354470210-30801-1-git-send-email-morpheus.i...@gmail.com> you wrote: > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a > > build that has no available commands. Setting LC_ALL=C for the generator > > script he

Re: [U-Boot] [PATCH v4 3/4] dtc/libfdt: introduce fdt types for annotation by endian checkers

2012-12-02 Thread David Gibson
On Wed, Nov 28, 2012 at 05:33:01PM -0600, Kim Phillips wrote: > Projects such as linux and u-boot run sparse on libfdt. libfdt > contains the notion of endianness via usage of endian conversion > functions such as fdt32_to_cpu. As such, in order to pass endian > checks, libfdt has to annotate its

Re: [U-Boot] [PATCH V2 0/2] Add USB host support for CM-T35

2012-12-02 Thread Marek Vasut
Dear Nikita Kiryanov, > Add USB host support for CM-T35. As a preparation, some register offset > definitions are added to twl4030.h > > Changes in V2: > - Added GPIO register offsets for twl4030 > - Used twl4030 definitions from patch 1 in twl4030 functions instead of > BASE_AD

Re: [U-Boot] [PATCH] serial_pl011: Set RTS during initialization

2012-12-02 Thread Marek Vasut
Hi Rob, Joshua, > From: Joshua Housh > > If the pl011 is connected to another device which has hardware > flow-control on, characters are never received by the pl011. > Asserting RTS when flow-control is off will have no effect. > > This is in line with how Linux behaves. [...] Tested-by: Mare

Re: [U-Boot] [PATCH 1/2] ARM: add wfi assembly macro

2012-12-02 Thread Marek Vasut
Dear Rob Herring, > From: Rob Herring > > Since wfi instruction is only available on ARMv7, add a conditional > macro for it. > > Signed-off-by: Rob Herring > --- > arch/arm/include/asm/system.h |6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/include/asm/system.h b

Re: [U-Boot] [PATCH 00/46] Enhance spear support

2012-12-02 Thread Vipin Kumar
On 11/30/2012 6:04 PM, Wolfgang Denk wrote: Dear Armando Visconti, In message<50b89534.6040...@st.com> you wrote: Not sure what are next steps for this patchset. Is someone going to review it, or part of it? Or is Vipin expected to do something on the repository assigned to him (maybe he alr

Re: [U-Boot] [PATCH 5/6 V4] I2C: Driver changes for FDT support

2012-12-02 Thread Rajeshwari Birje
Hi Prem, On Fri, Nov 30, 2012 at 5:42 PM, prem s wrote: > Hi All, > > I am new to u-boot, i want to add phy support for usb, i have referred many > sites for this some of them saying that it will be decided by FDT. The Flattened Device Tree (FDT) is a data structure for describing the hardware in

Re: [U-Boot] Reg Bootstrapping on x86-64 for tizen

2012-12-02 Thread manohar . betham
Dear All, Can you please help me how to make u-boot to support it on x86 64 bit PC intel i5 processor (MIH61R-MB ) for Tizen kernel loading on x86 processor. What are the things i need to take care of ? Please help me ASAP. Thank you! Best Regards, Manohar -Original Message