Re: [U-Boot] can i in u-boot partition a device and format it in fat ?

2013-02-18 Thread Lukasz Majewski
Hi Altunbas, Hi, i had a look at the u-boot cmd's. I can read/write a file from/to a dos partition but I didn't find a command for partitioning and formatting a device. It is possible with gpt command (please look into the Samsung's Trats board). This allows for GPT restoration/setting

Re: [U-Boot] M29EW flash is detected as 0xFF

2013-02-18 Thread Jagan Teki
FYI. Can u help me anything further. Thanks, Jagan. On Sun, Feb 17, 2013 at 5:21 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi, I have a 16MB, M29EW flash on target boards. I got the below info, while probing the flash. Bank # 1: CFI conformant flash (8 x 8) Size: 64 MB in 512

[U-Boot] [PATCH V2 2/7] arm: dra7xx: clock: Add the prcm changes

2013-02-18 Thread Lokesh Vutla
PRCM register addresses are changed from OMAP5 ES2.0 to DRA7XX. So adding the necessary register changes for DRA7XX socs. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: R Sricharan r.sricha...@ti.com --- [v2] Removed hard coded constants for PRM_DEVICE_BASE and using the

[U-Boot] [PATCH V2 7/7] arm: dra7xx: Add dra7xx_evm build support

2013-02-18 Thread Lokesh Vutla
Adding the build support for dra7xx_evm. Reusing omap5_evm.h config by moving it to omap5_common.h Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: R Sricharan r.sricha...@ti.com --- [v2] Addressed Tom Rini's tr...@ti.com comments boards.cfg |

[U-Boot] M29EW flash is detected as 0xFF

2013-02-18 Thread Jagan Teki
Hi all, I have a 16MB, M29EW flash on target boards. I got the below info, while probing the flash. Bank # 1: CFI conformant flash (8 x 8) Size: 64 MB in 512 Sectors AMD Standard command set, Manufacturer ID: 0xFF, Device ID: 0xFF Erase timeout: 4096 ms, write timeout: 2 ms Buffer write

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2013-02-18 Thread Wolfgang Denk
Dear Simon, In message CAPnjgZ089gS0gLHBVBVARpX=awcyruumslgnir4hfkwzzls...@mail.gmail.com you wrote: I have started on it - I've ported over the Kbuild infrastructure into a dedicated 'kbuild' makefile which is called from the main makefile. This make modifications to the existing

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Lukasz Majewski
Hi Tom, On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: We didn't support upload/download larger than available memory. This is pretty bad when you have to update your root filesystem for example. This patch removes the limitation (and the crashes when you

[U-Boot] [PATCH v3] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Mark Jackson
Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Changes in V3: - Fix line wrapping Changes in V2: - Indicate this is for AM33xx (not OMAP2) Signed-off-by: Mark Jackson m...@newflow.co.uk --- arch/arm/include/asm/arch-am33xx/sys_proto.h |2

Re: [U-Boot] [PATCH v2] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Mark Jackson
On 17/02/13 20:11, Peter Korsgaard wrote: Mark == Mark Jackson mpfj-l...@mimc.co.uk writes: Mark Expose the enable_gpmc_cs_config() function so AM33xx based boards can Mark register GPMC chip selects. Mark Changes in V2: Mark - Indicate this is for AM33xx (not OMAP2) Mark

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-18 Thread Andreas Bießmann
Hi Albert, On 02/16/2013 07:20 PM, Albert ARIBAUD wrote: Hi Andreas, On Mon, 04 Feb 2013 13:41:09 +0100, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Albert, On 02.02.2013 18:02, Albert ARIBAUD wrote: snip strict aliasing error on gcc-4.4 I have dug into it and found a way

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2013-02-18 Thread Graeme Russ
Hi Wolfgang, On Mon, Feb 18, 2013 at 8:59 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message CAPnjgZ089gS0gLHBVBVARpX=awcyruumslgnir4hfkwzzls...@mail.gmail.com you wrote: I have started on it - I've ported over the Kbuild infrastructure into a dedicated 'kbuild' makefile

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-18 Thread Andreas Bießmann
On 02/18/2013 11:39 AM, Andreas Bießmann wrote: Hi Albert, On 02/16/2013 07:20 PM, Albert ARIBAUD wrote: snip It's ok so far, the arm-linux toolchain I have do not produce these I mean avr32-linux ... damn weekend ... ___ U-Boot mailing list

[U-Boot] [PATCH 1/3] arm:goni: Adjustment of configuration for goni target

2013-02-18 Thread a . wlodarczyk
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes This change encompasses

[U-Boot] [PATCH 2/3] arm:goni:Change in mmc memory partitioning

2013-02-18 Thread a . wlodarczyk
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes This item includes the

[U-Boot] [PATCH 3/3] arm:goni: Add support for USB mass storage

2013-02-18 Thread a . wlodarczyk
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes Switch on USB gadget

Re: [U-Boot] [PATCH v3] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Peter Korsgaard
Mark == Mark Jackson mpfj-l...@mimc.co.uk writes: Mark Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Mark Changes in V3: Mark - Fix line wrapping Mark Changes in V2: Mark - Indicate this is for AM33xx (not OMAP2) Mark Signed-off-by:

[U-Boot] [PATCH v4] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Mark Jackson
Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Changes in V4: - Fix checkpatch errors (TAB - space mangling) Changes in V3: - Fix line wrapping Changes in V2: - Indicate this is for AM33xx (not OMAP2) Signed-off-by: Mark Jackson

Re: [U-Boot] [PATCH v3] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Mark Jackson
On 18/02/13 11:01, Peter Korsgaard wrote: Mark == Mark Jackson mpfj-l...@mimc.co.uk writes: Mark Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Mark Changes in V3: Mark - Fix line wrapping Mark Changes in V2: Mark - Indicate this

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-18 Thread Wolfgang Denk
Dear Tom, In message 51216721.1010...@ti.com you wrote: There's another thread I don't have yet (and I don't have this one in gmail yet even). But, I am OK with custodians using their repos, but not the master branch, for unrelated but otherwise good patches. I'm also fine with patchwork

Re: [U-Boot] [PATCH v4] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Peter Korsgaard
Mark == Mark Jackson mpfj-l...@mimc.co.uk writes: Mark Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Acked-by: Peter Korsgaard jac...@sunsite.dk -- Bye, Peter Korsgaard ___ U-Boot mailing list

Re: [U-Boot] [PATCH 2/4 V3] EXYNOS5: Add gpio pin numbering feature

2013-02-18 Thread Rajeshwari Birje
Hi Simon, Thank you for comments. On Sun, Feb 17, 2013 at 11:51 AM, Simon Glass s...@chromium.org wrote: Hi Rajeshwari, On Thu, Feb 7, 2013 at 4:00 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds support for gpio pin numbering support on EXYNOS5 pinmux.

Re: [U-Boot] [PATCH v7 16/19] arm926ejs: Remove deprecated and now unused NAND SPL

2013-02-18 Thread Benoît Thébaudeau
On Sunday, February 17, 2013 5:25:33 PM, Benoît Thébaudeau wrote: On Sunday, February 17, 2013 5:08:00 PM, Albert ARIBAUD wrote: Hi Albert, On Sun, 17 Feb 2013 17:04:54 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Sun, 17 Feb 2013 16:51:37 +0100

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Sunday, February 17, 2013 5:16:49 PM, Benoît Thébaudeau wrote: Hi Poonam, Andy, On Friday, February 15, 2013 9:54:19 PM, Benoît Thébaudeau wrote: PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE instead. We want to use --pad-to with a size, but this

[U-Boot] How to generate an interrupt from u-boot

2013-02-18 Thread VISWANADHULA BALAJI
Hi, Iam working on the samsung smdkv310 based soc. I want to generate an interrupt from the timer. Is it possible to service an interrupts at u-boot level. Smdkv310 board is having the GIC controller. Is there any patches to initialise the GIC(Generic interrupt controller). Please do needful.

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Marek Vasut
Dear Lukasz Majewski, Hi Tom, On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: We didn't support upload/download larger than available memory. This is pretty bad when you have to update your root filesystem for example. This patch removes the limitation (and

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2013-02-18 Thread Marek Vasut
Dear Graeme Russ, Hi Wolfgang, On Mon, Feb 18, 2013 at 8:59 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message CAPnjgZ089gS0gLHBVBVARpX=awcyRUUmSLGNiR4HFkwZZLsL- g...@mail.gmail.com you wrote: I have started on it - I've ported over the Kbuild infrastructure into a

[U-Boot] [PATCH] SMDK5250: FDT: Retrieve board model via DT

2013-02-18 Thread Rajeshwari Shinde
Print out the board model by parsing the device tree file. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- board/samsung/smdk5250/smdk5250.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/board/samsung/smdk5250/smdk5250.c

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 05:01 AM, Lukasz Majewski wrote: Hi Tom, On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: We didn't support upload/download larger than available memory. This is pretty bad when you have to update your root

Re: [U-Boot] [PATCH 6/6] i.MX6: Add DDR controller registers

2013-02-18 Thread Eric Nelson
Thanks for the review Jason, On 02/17/2013 10:16 PM, Liu Hui-R64343 wrote: -Original Message- From: Eric Nelson [mailto:eric.nel...@boundarydevices.com] Sent: Monday, February 18, 2013 3:24 AM To: u-boot@lists.denx.de Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496;

Re: [U-Boot] [PATCH 2/6] i.MX6: consolidate pad names for multi-CPU boards

2013-02-18 Thread Eric Nelson
Thanks again Jason, On 02/17/2013 10:31 PM, Liu Hui-R64343 wrote: -Original Message- From: Eric Nelson [mailto:eric.nel...@boundarydevices.com] Sent: Monday, February 18, 2013 3:24 AM To: u-boot@lists.denx.de Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496;

Re: [U-Boot] AM335x : failure to boot SPL from NAND

2013-02-18 Thread Mark Jackson
On 15/02/13 21:13, Tom Rini wrote: On Thu, Feb 14, 2013 at 03:54:23PM +, Mark Jackson wrote: I'm trying to diagnose why our AM335x based CPU board (based on the AM335x Starter Kit) can boot SPL and U-Boot from an MMC card, but is unable to boot from NAND (connected to CS0). Following

Re: [U-Boot] AM335x : failure to boot SPL from NAND

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 02:43:47PM +, Mark Jackson wrote: On 15/02/13 21:13, Tom Rini wrote: On Thu, Feb 14, 2013 at 03:54:23PM +, Mark Jackson wrote: I'm trying to diagnose why our AM335x based CPU board (based on the AM335x Starter Kit) can boot SPL and U-Boot from an MMC card,

Re: [U-Boot] [GIT PULL] Please pull u-boot-nds32/master into your branch

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 03:43:14PM +0800, Macpaul Lin wrote: Hi Tom, Please pull a bug fix for the missing of including header which cause broken on NDS32 (board adp-ag102). Thanks, Macpaul Lin The following changes since commit ea6bd08b7717bf0d3f69ad9f016bf3b03b3eaf16: nds32:

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-18 Thread Tom Rini
On Sun, Feb 17, 2013 at 09:28:33PM +0100, Peter Korsgaard wrote: Matt == Matt Porter mpor...@ti.com writes: Matt Support the ti814x specific register definitions within Matt arch-am33xx. Matt Signed-off-by: Matt Porter mpor...@ti.com Matt --- Matt

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-18 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Hi, Quite some of the base addresses are similar, but I wonder if it wouldn't be cleaner to simply have a hardware-am33xx.h / hardware-ti814x.h instead of all these ifdef / elif? Tom Since I suspect the things common from ti814x and am33xx are also

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-18 Thread Simon Glass
Hi Wolfgang, On Mon, Feb 18, 2013 at 3:35 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom, In message 51216721.1010...@ti.com you wrote: There's another thread I don't have yet (and I don't have this one in gmail yet even). But, I am OK with custodians using their repos, but not the master

Re: [U-Boot] [PATCH v7 16/19] arm926ejs: Remove deprecated and now unused NAND SPL

2013-02-18 Thread Tom Rini
On Sun, Feb 17, 2013 at 04:51:37PM +0100, Beno??t Th??baudeau wrote: Hi Albert, Tom, Zhong, On Friday, February 15, 2013 9:54:22 PM, Beno??t Th??baudeau wrote: Signed-off-by: Beno??t Th??baudeau benoit.thebaud...@advansee.com --- Changes in v7: None Changes in v6: - New patch.

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-18 Thread Albert ARIBAUD
Hi Andreas, On Mon, 18 Feb 2013 11:42:07 +0100, Andreas Bießmann andreas.de...@googlemail.com wrote: On 02/18/2013 11:39 AM, Andreas Bießmann wrote: Hi Albert, On 02/16/2013 07:20 PM, Albert ARIBAUD wrote: snip It's ok so far, the arm-linux toolchain I have do not produce these

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Tom Rini
On Sun, Feb 17, 2013 at 05:16:49PM +0100, Beno??t Th??baudeau wrote: Hi Poonam, Andy, On Friday, February 15, 2013 9:54:19 PM, Beno??t Th??baudeau wrote: PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE instead. We want to use --pad-to with a size, but

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 11:36 AM, Simon Glass wrote: Hi Wolfgang, On Mon, Feb 18, 2013 at 3:35 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom, In message 51216721.1010...@ti.com you wrote: There's another thread I don't have yet (and I don't have

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-18 Thread Simon Glass
Hi Wolfgang, On Mon, Feb 18, 2013 at 3:35 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom, In message 51216721.1010...@ti.com you wrote: There's another thread I don't have yet (and I don't have this one in gmail yet even). But, I am OK with custodians using their repos, but not the master

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 5:50:59 PM, Tom Rini wrote: On Sun, Feb 17, 2013 at 05:16:49PM +0100, Beno??t Th??baudeau wrote: Hi Poonam, Andy, On Friday, February 15, 2013 9:54:19 PM, Beno??t Th??baudeau wrote: PAD_TO is not a generic SPL configuration option, so use

[U-Boot] [RFC PATCH] Provide a mechanism to avoid using #ifdef everywhere

2013-02-18 Thread Simon Glass
Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes different boards compile different versions of the source code, meaning that we must build all boards to check for failures. It is easy to misspell an #ifdef and there is not as much checking of this by the compiler.

Re: [U-Boot] [PATCH] CONFIG_BOOTDELAY default should not affect runtime

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2013 11:21 AM, Otavio Salvador wrote: Hello Wolfgang, On Sat, Feb 9, 2013 at 4:54 AM, Wolfgang Denk w...@denx.de wrote: Dear Joe Hershberger, In message 1360355280-1197-1-git-send-email-joe.hershber...@ni.com you wrote: Because the

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 12:26 PM, Benoît Thébaudeau wrote: [snip] But I've just seen that commit 74752ba did something for that in u-boot/master, and this commit is not in u-boot-imx/master on which I based this series. Why is u-boot-imx/master not sync'ed

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 6:27:50 PM, Tom Rini wrote: Commit 74752ba performs a '--pad-to=$(or $(CONFIG_SPL_PAD_TO),0)' on u-boot-spl. I could use this CONFIG_SPL_PAD_TO for this series too, but is it really necessary to have both CONFIG_SPL_PAD_TO and CONFIG_SPL_MAX_SIZE? In other

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/18/2013 06:28:15 AM, Benoît Thébaudeau wrote: I'm also wondering why there is both generic SPL for NAND and legacy NAND SPL for p1_p2_rdb, all the more the NAND SPL version does not seem to be used in boards.cfg. p1_p2_rdb_pc and P1_P2_RDB are different targets (unfortunately).

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/18/2013 12:00:52 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 6:27:50 PM, Tom Rini wrote: Commit 74752ba performs a '--pad-to=$(or $(CONFIG_SPL_PAD_TO),0)' on u-boot-spl. I could use this CONFIG_SPL_PAD_TO for this series too, but is it really necessary to have both

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 7:02:49 PM, Scott Wood wrote: On 02/18/2013 12:00:52 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 6:27:50 PM, Tom Rini wrote: Commit 74752ba performs a '--pad-to=$(or $(CONFIG_SPL_PAD_TO),0)' on u-boot-spl. I could use this CONFIG_SPL_PAD_TO for

[U-Boot] trying to understand u-boot-nand.ais file for AM1808 exp kit

2013-02-18 Thread Robert P. J. Day
i hope someone here can clear up what should be a simple question -- i'm trying to figure out what exactly is going on when building and flashing a u-boot image for my new AM1808 experimenter kit or, more accurately, someone else's modified version where the 8M of NOR flash has been replaced

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/18/2013 12:22:58 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 7:02:49 PM, Scott Wood wrote: On 02/18/2013 12:00:52 PM, Benoît Thébaudeau wrote: The only question is if we may need to have an empty gap between the SPL and U-Boot within the resulting image. I don't

Re: [U-Boot] [PATCH 0/5] Add support for using an UBI volume for environment

2013-02-18 Thread Tom Rini
On Fri, Feb 08, 2013 at 02:07:21PM -0600, Joe Hershberger wrote: NAND is not good at handling absolute addresses to sectors for storing particular data. The current implementation of the NAND env support works around this in several ways such as storing a pointer to the sector in the OOB of

Re: [U-Boot] [PATCH 1/1] Davinci: Make MAC address offset in EEPROM configurable CONFIG_SYS_I2C_EEPROM_MAC_OFFSET

2013-02-18 Thread Tom Rini
On Fri, Feb 01, 2013 at 07:18:58AM +, Kim B??ndergaard wrote: --- arch/arm/cpu/arm926ejs/davinci/misc.c | 2 +- include/configs/da830evm.h| 1 + include/configs/davinci_dm365evm.h| 1 + include/configs/davinci_dm6467evm.h | 1 + include/configs/davinci_dvevm.h |

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 7:24:51 PM, Scott Wood wrote: On 02/18/2013 12:22:58 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 7:02:49 PM, Scott Wood wrote: On 02/18/2013 12:00:52 PM, Benoît Thébaudeau wrote: The only question is if we may need to have an empty gap between

Re: [U-Boot] imx6, spl and falcon boot

2013-02-18 Thread Chaves, Kevin
Ok is there documentation anywhere that can show the requirements for supporting SPL if I'd like to be able to implement it, same with falcon mode? I've already got support for nitrogen6x through another vendor but they won't support the spl. I'm taking a look at board/woodburn/woodburn.c to

Re: [U-Boot] [PATCH 1/1] Davinci: Make MAC address offset in EEPROM configurable CONFIG_SYS_I2C_EEPROM_MAC_OFFSET

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 01:39:45PM -0500, Tom Rini wrote: On Fri, Feb 01, 2013 at 07:18:58AM +, Kim B??ndergaard wrote: --- arch/arm/cpu/arm926ejs/davinci/misc.c | 2 +- include/configs/da830evm.h| 1 + include/configs/davinci_dm365evm.h| 1 +

[U-Boot] [PATCH] arm: pxa: Add support for ICP DAS LP-8x4x

2013-02-18 Thread Sergey Yanovich
LP-8x4x is a programmable automation controller by ICP DAS. It is shipped with outdated U-Boot v1.3.0 This patch adds enough supports to boot the board: - 128M of 128M SDRAM - 32M of 48M NOR Flash memory - 1 of 4 Serial console (PXA FFUART) - 1 of 2 Ethernet controller (DM9000)

Re: [U-Boot] [PATCH] usb: Add new command to set USB 2.0 port test modes

2013-02-18 Thread Tom Rini
On Fri, Feb 15, 2013 at 05:52:45PM -0800, Julius Werner wrote: This patch adds a new 'usb test' command, that will set a port to a USB 2.0 test mode (see USB 2.0 spec 7.1.20). It supports all five test modes on both downstream hub ports and ordinary device's upstream ports. In addition, it

Re: [U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-18 Thread McClintock Matthew-B29882
On Fri, Feb 15, 2013 at 6:34 PM, Scott Wood scottw...@freescale.com wrote: On 02/14/2013 03:35:13 PM, Matthew McClintock wrote: +#if defined(CONFIG_SYS_BR2_PRELIM) defined(CONFIG_SYS_OR2_PRELIM) + /* for FPGA */ + set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); + set_lbc_or(2,

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/18/2013 12:52:51 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 7:24:51 PM, Scott Wood wrote: On 02/18/2013 12:22:58 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 7:02:49 PM, Scott Wood wrote: On 02/18/2013 12:00:52 PM, Benoît Thébaudeau wrote: The only

Re: [U-Boot] trying to understand u-boot-nand.ais file for AM1808 exp kit

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 01:15:13PM -0500, Robert P. J. Day wrote: i hope someone here can clear up what should be a simple question -- i'm trying to figure out what exactly is going on when building and flashing a u-boot image for my new AM1808 experimenter kit or, more accurately, someone

Re: [U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-18 Thread Scott Wood
On 02/18/2013 01:07:53 PM, Matthew McClintock wrote: @@ -118,6 +172,7 @@ * Localbus non-cacheable * 0xe000_ 0xe80f_ Promjet/free 128M non-cacheable * 0xe800_ 0xefff_ FLASH 128M non-cacheable + * 0xff80_ 0xff80_1fff NAND 8K non-cacheable * 0xffdf_

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
Hi Scott, On Monday, February 18, 2013 8:11:22 PM, Scott Wood wrote: On 02/18/2013 12:52:51 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 7:24:51 PM, Scott Wood wrote: On 02/18/2013 12:22:58 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 7:02:49 PM, Scott Wood

[U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-18 Thread Matthew McClintock
Add defines needed to access NAND, remove second flash bank that is actually connected to NAND. Add nand booting support for P1022DS with hardcoded DDR config using SPL framework from 2011 Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Jerry Huang

Re: [U-Boot] [RFC PATCH] Provide a mechanism to avoid using #ifdef everywhere

2013-02-18 Thread Wolfgang Denk
Dear Simon, In message 1361207920-24983-1-git-send-email-...@chromium.org you wrote: Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes different boards compile different versions of the source code, meaning that we must build all boards to check for failures. It is easy

Re: [U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-18 Thread McClintock Matthew-B29882
On Mon, Feb 18, 2013 at 1:18 PM, Scott Wood scottw...@freescale.com wrote: On 02/18/2013 01:07:53 PM, Matthew McClintock wrote: @@ -118,6 +172,7 @@ * Localbus non-cacheable * 0xe000_ 0xe80f_ Promjet/free128M non-cacheable * 0xe800_ 0xefff_ FLASH

Re: [U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-18 Thread Scott Wood
On 02/18/2013 01:24:44 PM, McClintock Matthew-B29882 wrote: On Mon, Feb 18, 2013 at 1:18 PM, Scott Wood scottw...@freescale.com wrote: On 02/18/2013 01:07:53 PM, Matthew McClintock wrote: @@ -118,6 +172,7 @@ * Localbus non-cacheable * 0xe000_ 0xe80f_ Promjet/free

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/17/2013 10:16:49 AM, Benoît Thébaudeau wrote: Hi Poonam, Andy, On Friday, February 15, 2013 9:54:19 PM, Benoît Thébaudeau wrote: PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE instead. We want to use --pad-to with a size, but this option expects an

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 8:37:29 PM, Scott Wood wrote: On 02/17/2013 10:16:49 AM, Benoît Thébaudeau wrote: Hi Poonam, Andy, On Friday, February 15, 2013 9:54:19 PM, Benoît Thébaudeau wrote: PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE instead.

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/18/2013 01:52:10 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 8:37:29 PM, Scott Wood wrote: On 02/17/2013 10:16:49 AM, Benoît Thébaudeau wrote: Before this patch, PAD_TO was used, but there is no such definition for this board for generic SPL, so this board seems

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 8:47:28 PM, Scott Wood wrote: On 02/18/2013 01:52:10 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 8:37:29 PM, Scott Wood wrote: On 02/17/2013 10:16:49 AM, Benoît Thébaudeau wrote: Before this patch, PAD_TO was used, but there is no such

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Scott Wood
On 02/18/2013 02:01:59 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 8:47:28 PM, Scott Wood wrote: On 02/18/2013 01:52:10 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 8:37:29 PM, Scott Wood wrote: On 02/17/2013 10:16:49 AM, Benoît Thébaudeau wrote: all the more

Re: [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding

2013-02-18 Thread Benoît Thébaudeau
On Monday, February 18, 2013 9:06:30 PM, Scott Wood wrote: On 02/18/2013 02:01:59 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 8:47:28 PM, Scott Wood wrote: On 02/18/2013 01:52:10 PM, Benoît Thébaudeau wrote: On Monday, February 18, 2013 8:37:29 PM, Scott Wood wrote: On

Re: [U-Boot] [PATCH v5 04/23] Introduce generic link section.h symbol files

2013-02-18 Thread Tom Rini
On Fri, Feb 08, 2013 at 07:12:00AM -0800, Simon Glass wrote: We create a separate header file for link symbols defined by the link scripts. It is helpful to have these all in one place and try to make them common across architectures. Since Linux already has a similar file, we bring this in

Re: [U-Boot] [PATCH v5 03/23] Replace __bss_end__ with __bss_end

2013-02-18 Thread Tom Rini
On Fri, Feb 08, 2013 at 07:11:59AM -0800, Simon Glass wrote: Note this is a tree-wide change affecting multiple architectures. At present we use __bss_start, but mostly __bss_end__. This seems inconsistent and in a number of places __bss_end is used instead. Change to use __bss_end for

[U-Boot] [PATCH] powerpc/p1022ds: Add support for NAND and NAND boot using SPL

2013-02-18 Thread Matthew McClintock
Add defines needed to access NAND, remove second flash bank that is actually connected to NAND. Add nand booting support for P1022DS with hardcoded DDR config using SPL framework from 2011 Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Jerry Huang

Re: [U-Boot] [PATCH v7 16/19] arm926ejs: Remove deprecated and now unused NAND SPL

2013-02-18 Thread Benoît Thébaudeau
Hi Tom, On Monday, February 18, 2013 5:40:21 PM, Tom Rini wrote: On Sun, Feb 17, 2013 at 04:51:37PM +0100, Beno??t Th??baudeau wrote: Hi Albert, Tom, Zhong, On Friday, February 15, 2013 9:54:22 PM, Beno??t Th??baudeau wrote: Signed-off-by: Beno??t Th??baudeau

Re: [U-Boot] [PATCH v7 16/19] arm926ejs: Remove deprecated and now unused NAND SPL

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 03:39 PM, Benoît Thébaudeau wrote: Hi Tom, On Monday, February 18, 2013 5:40:21 PM, Tom Rini wrote: On Sun, Feb 17, 2013 at 04:51:37PM +0100, Beno??t Th??baudeau wrote: Hi Albert, Tom, Zhong, On Friday, February 15, 2013

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 11:01:42AM +0100, Lukasz Majewski wrote: Hi Tom, On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: We didn't support upload/download larger than available memory. This is pretty bad when you have to update your root filesystem for example.

[U-Boot] [PATCH v2] Exynos5: Pinmux: Add fdt for pinmux

2013-02-18 Thread Akshay Saraswat
This patch adds fdt nodes for peripherals which require pin muxing and configuration. Device tree bindings for pinctrl are kept same as required for Linux. Existing pinmux code modified to retrieve gpio range and function related info from fdt. Depends-on: [PATCH 0/3 V2] EXYNOS5: Add GPIO

Re: [U-Boot] [RFC PATCH] Provide a mechanism to avoid using #ifdef everywhere

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 02:23 PM, Wolfgang Denk wrote: Dear Simon, In message 1361207920-24983-1-git-send-email-...@chromium.org you wrote: Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes different boards compile different

Re: [U-Boot] [PATCH v5 03/23] Replace __bss_end__ with __bss_end

2013-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2013 at 5:13 PM, Tom Rini tr...@ti.com wrote: On Fri, Feb 08, 2013 at 07:11:59AM -0800, Simon Glass wrote: Note this is a tree-wide change affecting multiple architectures. At present we use __bss_start, but mostly __bss_end__. This seems inconsistent and in a number of

Re: [U-Boot] imx6, spl and falcon boot

2013-02-18 Thread Alexandre Belloni
Hi, On Mon, Feb 18, 2013 at 11:44:36AM -0700, Chaves, Kevin wrote : Ok is there documentation anywhere that can show the requirements for supporting SPL if I'd like to be able to implement it, same with falcon mode? I've already got support for nitrogen6x through another vendor but they

Re: [U-Boot] imx6, spl and falcon boot

2013-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2013 at 6:36 PM, Alexandre Belloni alexandre.bell...@piout.net wrote: Hi, On Mon, Feb 18, 2013 at 11:44:36AM -0700, Chaves, Kevin wrote : Ok is there documentation anywhere that can show the requirements for supporting SPL if I'd like to be able to implement it, same with

Re: [U-Boot] imx6, spl and falcon boot

2013-02-18 Thread Chaves, Kevin
This is almost exactly what we want to do, we just want to be able to hold a key down during the boot and switch it to a recovery settings with a different kernel/rfs, would this be supported as well? -Original Message- From: Alexandre Belloni [mailto:alexandre.bell...@piout.net] Sent:

Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-18 Thread Tom Rini
On Wed, Dec 26, 2012 at 10:57:05AM -0800, Simon Glass wrote: Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ Signed-off-by: Simon Glass s...@chromium.org [snip] diff --git a/common/cmd_fdos.c b/common/cmd_fdos.c index fbee861..5a35cc1 100644 --- a/common/cmd_fdos.c +++

Re: [U-Boot] [PATCH 13/20] drivers: Use new numeric setenv functions

2013-02-18 Thread Tom Rini
On Wed, Dec 26, 2012 at 10:57:06AM -0800, Simon Glass wrote: Use setenv_ulong(), setenv_hex() and setenv_addr() in drivers/ Signed-off-by: Simon Glass s...@chromium.org --- fs/fs.c |4 +--- fs/ubifs/ubifs.c |4 +--- fs/ not drivers/ -- Tom signature.asc Description:

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-18 Thread Tom Rini
On Mon, Feb 18, 2013 at 09:06:01AM -0800, Simon Glass wrote: Hi Wolfgang, On Mon, Feb 18, 2013 at 3:35 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom, In message 51216721.1010...@ti.com you wrote: There's another thread I don't have yet (and I don't have this one in gmail yet

Re: [U-Boot] [PATCH 0/20] Improvements to memory, hashing functions for sandbox

2013-02-18 Thread Tom Rini
On Wed, Dec 26, 2012 at 10:56:53AM -0800, Simon Glass wrote: This series aims to get all the memory functions running correctly on sandbox. There was some discussion about this a while ago, and a commit was added to show a possible approach: 355a8357 sandbox: Change md command to use

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-18 Thread Tom Rini
On Sun, Feb 17, 2013 at 01:32:58PM -0800, Simon Glass wrote: Hi Wolfgang, On Sun, Feb 17, 2013 at 12:58 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz2p6sbdxiwxw2tecdjadmhkn5inbgrpzbtvwmqutyv...@mail.gmail.com you wrote: Hi Tom, This series

Re: [U-Boot] [PATCH v4 07/10] usb: mxs: Adapt code for i.MX23 support

2013-02-18 Thread Marek Vasut
Dear Otavio Salvador, The i.MX23 just one USB port so we shouldn't mess up with PLL1CTRL and USB1 port when building for i.MX23. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: - Rework soc_ehci_hcd_{enable,disable}_clock to mxs_ehci_hcd_clock (Fabio / Marek)

Re: [U-Boot] [PATCH v4 4/4] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-18 Thread Andy Fleming
On Thu, Feb 14, 2013 at 3:04 PM, Tom Warren twarren.nvi...@gmail.comwrote: tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings.

Re: [U-Boot] [PATCH 16/20] Roll crc32 into hash infrastructure

2013-02-18 Thread Wolfgang Denk
Dear Simon, In message capnjgz09okkf0qtnifkorvg37nensnlfzylblp+4jt6u_l3...@mail.gmail.com you wrote: - bloat-o-meter u-boot-before u-boot What board is this please? That was TQM5200S This is the generic hashing command. What is happening here is that the crc32 command is getting a few

Re: [U-Boot] [PATCH v3 09/10] mx23_olinuxino: Enable USB support

2013-02-18 Thread Fabio Estevam
On Sun, Feb 17, 2013 at 4:45 PM, Otavio Salvador ota...@ossystems.com.br wrote: +#ifdef CONFIG_CMD_USB + /* Enable LAN9512 */ + gpio_direction_output(MX23_PAD_GPMI_ALE__GPIO_0_17, 1); +#endif What about doing like we do with other imx devices and write something like:

Re: [U-Boot] [PATCH v5 03/23] Replace __bss_end__ with __bss_end

2013-02-18 Thread Andy Fleming
On Fri, Feb 8, 2013 at 9:11 AM, Simon Glass s...@chromium.org wrote: Note this is a tree-wide change affecting multiple architectures. At present we use __bss_start, but mostly __bss_end__. This seems inconsistent and in a number of places __bss_end is used instead. Change to use __bss_end

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2013 at 7:52 PM, Tom Rini tr...@ti.com wrote: OK, I thought I said, but maybe I didn't, I'm OK with re-using the tree, but _not_ the master branch, u-boot-x86/sandbox would have been fine. Personally I'd prefer another tree as done for other custodians. It makes life of new

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 06:30 PM, Otavio Salvador wrote: On Mon, Feb 18, 2013 at 7:52 PM, Tom Rini tr...@ti.com wrote: OK, I thought I said, but maybe I didn't, I'm OK with re-using the tree, but _not_ the master branch, u-boot-x86/sandbox would have been

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2013 at 8:45 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 06:30 PM, Otavio Salvador wrote: On Mon, Feb 18, 2013 at 7:52 PM, Tom Rini tr...@ti.com wrote: OK, I thought I said, but maybe I didn't, I'm OK with re-using the tree,

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 06:48 PM, Otavio Salvador wrote: On Mon, Feb 18, 2013 at 8:45 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2013 06:30 PM, Otavio Salvador wrote: On Mon, Feb 18, 2013 at 7:52 PM, Tom Rini

Re: [U-Boot] [GIT PULL] u-boot-mpc83xx: keymile board updates

2013-02-18 Thread Tom Rini
On Fri, Feb 15, 2013 at 05:59:44PM -0600, Kim Phillips wrote: Hi Tom, Please pull the latest set of keymile 83xx board updates: The following changes since commit 9a82b10c6657c5744802971036bb564ebc660291: Merge branch 'master' of git://git.denx.de/u-boot (2013-02-15 17:46:50 -0600)

  1   2   >