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

2013-02-19 Thread Wolfgang Denk
Dear Simon, In message capnjgz38hpmof07cmyssa1q167srjzdpbbubcvmaogdrowe...@mail.gmail.com you wrote: Thanks for looking at this so closely - it's just an RFC at this stage, but I think it has promise. Agreed. I think config_* is not a good name to use here - it has never been a

Re: [U-Boot] [PATCH v2 00/11] *** SUBJECT HERE ***

2013-02-19 Thread Wolfgang Denk
Dear Sonic Zhang, please provide a useful Subject: line - *** SUBJECT HERE *** is not exactly helpful. In message 1361257266-3722-1-git-send-email-sonic@gmail.com you wrote: The v2 patches 1) fix most checkpatch issues mentioned by Wolfgang Hm... I'm sorry, but this information is not

Re: [U-Boot] [PATCH v2 01/11] Blackfin: bf60x: new processor header files

2013-02-19 Thread Wolfgang Denk
Dear Sonic Zhang, In message 1361257266-3722-2-git-send-email-sonic@gmail.com you wrote: Add header files for blackfin new processor bf60x. ... arch/blackfin/include/asm/mach-bf609/BF609_def.h | 3758 + This is a bit excessive, isn't it? Do we really all thse many

Re: [U-Boot] ARM: atmel: add at91sam9g20ek_2mmc nand boot support

2013-02-19 Thread andreas . devel
Dear Bo Shen, Add at91sam9g20_2mmc nand boot support. on this board, there is no dataflash, so disable it change one commet for at91sam9g20ek board Signed-off-by: Bo Shen voice.s...@atmel.com --- board/atmel/at91sam9260ek/at91sam9260ek.c |7 ++- boards.cfg

Re: [U-Boot] [PATCH v7 06/19] nand: mxc: Use appropriate page number in syndrome functions

2013-02-19 Thread Benoît Thébaudeau
Hi Scott, On Tuesday, February 19, 2013 1:30:23 AM, Scott Wood wrote: On 02/15/2013 02:54:12 PM, Benoît Thébaudeau wrote: The syndrome functions should use the page number passed as argument instead of the page number saved upon NAND_CMD_READ0. This does not make any difference if the

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

2013-02-19 Thread Alexandre Belloni
On Mon, Feb 18, 2013 at 06:56:36PM -0300, Otavio Salvador wrote : The point of using the Falcon mode here would be to allow boot onto interactive mode, when need, and boot fast by default. The whoosh goal is *very* nice but it is different. :-) Yeah, exactly, the use case is different but it

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

2013-02-19 Thread Alexandre Belloni
On Mon, Feb 18, 2013 at 02:59:24PM -0700, Chaves, Kevin wrote : 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? No, that is not supported

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

2013-02-19 Thread Wolfgang Denk
Dear Alexandre Belloni, In message 20130219112532.gb24...@piout.net you wrote: No, that is not supported and probably won't be. Some people will argue I think you are wrong. This is definitely a not supported _yet_. that you probably don't need a bootloader once you are able to boot a

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

2013-02-19 Thread Otavio Salvador
On Mon, Feb 18, 2013 at 10:38 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Mon, Feb 18, 2013 at 8:16 PM, Fabio Estevam feste...@gmail.com wrote: On Sun, Feb 17, 2013 at 4:45 PM, Otavio Salvador ota...@ossystems.com.br wrote: +#ifdef CONFIG_CMD_USB + /* Enable

[U-Boot] [PATCH] I2C: S3C24X0: Bug fixes in i2c_transfer

2013-02-19 Thread Rajeshwari Shinde
This patch corrects the following issues 1) Write the correct M/T Stop value to I2CSTAT after i2c write. According to the spec, after finish the data transmission, we should write a M/T Stop (I2C_MODE_MT | I2C_TXRX_ENA) to I2CSTAT instead of a M/R Stop (I2C_MODE_MR | I2C_TXRX_ENA). 2)

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

2013-02-19 Thread Marek Vasut
Dear Otavio Salvador, On Mon, Feb 18, 2013 at 10:38 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Mon, Feb 18, 2013 at 8:16 PM, Fabio Estevam feste...@gmail.com wrote: On Sun, Feb 17, 2013 at 4:45 PM, Otavio Salvador ota...@ossystems.com.br wrote: +#ifdef

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

2013-02-19 Thread Otavio Salvador
On Tue, Feb 19, 2013 at 9:21 AM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Mon, Feb 18, 2013 at 10:38 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Mon, Feb 18, 2013 at 8:16 PM, Fabio Estevam feste...@gmail.com wrote: On Sun, Feb 17, 2013 at 4:45 PM,

Re: [U-Boot] patch to support Xilinx 1000BASE-X phy (GTX)

2013-02-19 Thread Charles Coldwell
and here it is again, in-line commit 39695029bc15041c809df3db4ba19bd729c447fa Author: Charles Coldwell coldw...@ll.mit.edu Date: Tue Feb 19 08:27:33 2013 -0500 Changes to support the Xilinx 1000BASE-X phy (GTX/MGT) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index

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

2013-02-19 Thread Alexandre Belloni
On Tue, Feb 19, 2013 at 12:35:01PM +0100, Wolfgang Denk wrote : Dear Alexandre Belloni, In message 20130219112532.gb24...@piout.net you wrote: No, that is not supported and probably won't be. Some people will argue I think you are wrong. This is definitely a not supported _yet_.

[U-Boot] [PATCH 0/2 v1] Exynos5: spl: Reduce spl size

2013-02-19 Thread Akshay Saraswat
This patch set tries to gain some space in spl by restructuring and reorganising some code in two different clock init's for two different times of execution. Akshay Saraswat (2): Exynos5: spl: Reorganize mem_timing struct to gain space in spl Exynos5: spl: Reduce clock init in spl

[U-Boot] [PATCH 1/2] Exynos5: spl: Reorganize mem_timing struct to gain space in spl

2013-02-19 Thread Akshay Saraswat
Distributes struct mem_timings into new different structures to gain space in spl by removing necessity of maintaining two big and almost similar mem_timings instances. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- board/samsung/smdk5250/clock_init.c| 177

[U-Boot] [PATCH 2/2] Exynos5: spl: Reduce clock init in spl

2013-02-19 Thread Akshay Saraswat
This patch subtracts a part of clock init from spl and executes it after relocation. spl_clock_init executes in spl and system_clock_init executes after relocation in u-boot. This is done to gain some space by removing initially not necessary code. Signed-off-by: Akshay Saraswat

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

2013-02-19 Thread Harvey Chapman
I'm not sure if this has been discussed, but I've found as a new u-boot user there are often features that require enabling other CONFIG macros that I think should just be auto-enabled as dependencies. Please keep this in mind for any future designs. For example, when enabling CONFIG_CMD_UBI

[U-Boot] [PATCH] Fix omap5 hyp mode for second cpu

2013-02-19 Thread Vincent Stehlé
Make it work on PandaBoard 5 with 5432 ES2 and Linux. Signed-off-by: Vincent Stehlé v-ste...@ti.com --- Hi, Here are some necessary adaptations for OMAP5 ES2, as magic value has changed. In the mean time, we make the secondary cpu routine a bit closer to what romcode does. Best regards, V.

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

2013-02-19 Thread Mark Jackson
On 18/02/13 14:54, Tom Rini wrote: 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

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

2013-02-19 Thread Chaves, Kevin
Thanks for the response, so the whoosh does not support holding a key to get into another image? I guess that won't work. So if I wanted to support the SPL on the nitrogent6x are there any instruction on what requirements it has to support it. I'm guessing all the work I'd need to do is in

[U-Boot] Please pull u-boot-ti/master

2013-02-19 Thread Tom Rini
Hello, The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b: Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 0/5] am335x_evm: Misc environment enhancements

2013-02-19 Thread Tom Rini
On Fri, Feb 08, 2013 at 04:20:10PM -0500, Tom Rini wrote: Hey all, The bulk of this series adds environemnt variables to better support working with NAND, SPI or ethernet. In the case of SPI we also add a spiboot target which will change environment to be looked for on SPI rather than

Re: [U-Boot] [PATCH] am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SK

2013-02-19 Thread Tom Rini
On Tue, Feb 12, 2013 at 03:07:43PM -0500, Tom Rini wrote: In commit cfd4ff6 we implemented part of advisory 1.0.10 (internal delay for RGMII mode not supported). This in turn however requires that we set the tx clock delay feature in the PHY itself. Signed-off-by: Tom Rini tr...@ti.com

Re: [U-Boot] [U-Boot, 1/2] da8xx: ea20: Add the configuration define for the exact SoC variant

2013-02-19 Thread Tom Rini
On Fri, Feb 01, 2013 at 06:44:06AM -, Tomas Novotny wrote: Signed-off-by: Tomas Novotny to...@novotny.cz Cc: Tom Rini tr...@ti.com Cc: Stefano Babic sba...@denx.de Acked-by: Stefano Babic sba...@denx.de This and 2/2 have been applied to u-boot-ti/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, 1/2] beagle: expansion boards: retry i2c_read with 16bit addressing

2013-02-19 Thread Tom Rini
On Mon, Feb 04, 2013 at 06:03:10AM -, robertcnel...@gmail.com wrote: Some expansion boards now ship with at24 eeproms that need to communicate via 16bit addressing. Signed-off-by: Robert Nelson robertcnel...@gmail.com This and 2/2 have been applied to u-boot-ti/master, thanks! -- Tom

Re: [U-Boot] am33xx: pcm051: Remove wp pin mux for sd-card

2013-02-19 Thread Tom Rini
On Mon, Feb 04, 2013 at 11:13:58PM -, Lars Poeschel wrote: From: Lars Poeschel poesc...@lemonage.de The pcm051 does not have the wp pin connected to the sd-card socket. Therefore remove the pinmux for the pin. The was a carry-over from the am335x evm code. Signed-off-by: Lars

Re: [U-Boot] [U-Boot, PATCHv2, 1/3] OMAP3: igep00x0: use official board names.

2013-02-19 Thread Tom Rini
On Thu, Feb 07, 2013 at 12:40:04AM -, Enric Balletbo i Serra wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com This trivial patch only changes current boards names for the official names. Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com This as well as the rest of

Re: [U-Boot] [U-Boot, 1/3] omap3: mvblx: change console to ttyO0 and make silent by default.

2013-02-19 Thread Tom Rini
On Thu, Feb 07, 2013 at 11:53:35PM -, Michael Jones wrote: From: Howard Gray howard.g...@matrix-vision.de Also, change bootdelay to 0 but allow pressing 'S' to stop at U-Boot prompt. Signed-off-by: Michael Jones michael.jo...@matrix-vision.de Signed-off-by: Howard Gray

Re: [U-Boot] [PATCH v2 0/3] USB SPL support for AM33xx / am335x_evm

2013-02-19 Thread Tom Rini
On Tue, Feb 05, 2013 at 04:36:23PM -0500, Tom Rini wrote: Hey all, The following is a slight update to Ilya's previous series for USB SPL on am33xx platforms. The changes are that I've dropped two patches needed to force usage on older platforms (where a ROM bug prevents USB from being

Re: [U-Boot] [PATCH 1/1] Add support for new SomIQ-AM37 system on module from MENTOREL Ltd SomIQ-AM37 is based on TI AM37/DM37 processors

2013-02-19 Thread Tom Rini
On Thu, Jan 24, 2013 at 03:30:00PM +0300, Maxim Podbereznyy wrote: From: Maxim Podberezny lisar...@gmail.com Signed-off-by: Maxim Podberezny lisar...@gmail.com Sorry I missed this at first. First problem, you don't update the MAINTAINERS file for this board. Next: diff --git

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

2013-02-19 Thread Eric Nelson
Hi Kevin, I'm a bit late to this party, but have a couple of comments... On 02/19/2013 08:20 AM, Chaves, Kevin wrote: Thanks for the response, so the whoosh does not support holding a key to get into another image? I guess that won't work. Note that there's already support for key-handling

Re: [U-Boot] [PATCH 1/2] ARM: bootm: allow skipping fdt memory node fixup

2013-02-19 Thread Tom Rini
On Thu, Jan 24, 2013 at 09:39:19PM -0600, Rob Herring wrote: From: Rob Herring rob.herr...@calxeda.com Currently, u-boot will always fixup the DT memory node on ARM. If the dtb has correct memory information, then we don't want or need u-boot to touch the memory node. Allow platforms to

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

2013-02-19 Thread Simon Glass
Hi Wolfgang, On Tue, Feb 19, 2013 at 1:19 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message capnjgz38hpmof07cmyssa1q167srjzdpbbubcvmaogdrowe...@mail.gmail.com you wrote: Thanks for looking at this so closely - it's just an RFC at this stage, but I think it has promise.

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

2013-02-19 Thread Stephen Warren
On 02/15/2013 12:00 PM, Akshay Saraswat wrote: This patch adds fdt nodes for peripherals which require pin muxing and configuration. Existing pinmux code modified to retrieve gpio range and function related info from fdt. Is this the same DT binding that the Linux kernel uses; has it been

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

2013-02-19 Thread Stephen Warren
On 02/18/2013 04:10 PM, Andy Fleming wrote: 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

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

2013-02-19 Thread Chaves, Kevin
It's not so much a faster boot I'm looking for but just relying less on uboot to initialize the device. The initial idea by my superiors is make an infallible way to update uboot, since they think they'll screw it up and have to support a field update. So we wanted to make two images with

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

2013-02-19 Thread Otavio Salvador
On Tue, Feb 19, 2013 at 3:22 PM, Chaves, Kevin kevin.cha...@thermofisher.com wrote: It's not so much a faster boot I'm looking for but just relying less on uboot to initialize the device. The initial idea by my superiors is make an infallible way to update uboot, since they think they'll

[U-Boot] DFU on OMAP4?

2013-02-19 Thread Michael Cashwell
Greetings, I've been trying to do some feasibility (performance / features) testing of DFU to see if it might work on a project I'm involved with. Due to architecture similarities I'm trying to do this using a custom-built u-boot from Denx mainline on a OMAP4460 ES1.1 Pandaboard. But I've been

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

2013-02-19 Thread Chaves, Kevin
So uboot can recover if it's bad using watchdog? How does this work if the binary is clobbered? -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Tuesday, February 19, 2013 1:34 PM To: Chaves, Kevin Cc: Eric Nelson;

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

2013-02-19 Thread Otavio Salvador
On Tue, Feb 19, 2013 at 3:48 PM, Chaves, Kevin kevin.cha...@thermofisher.com wrote: So uboot can recover if it's bad using watchdog? How does this work if the binary is clobbered? Watchdog + bootcount. -- Otavio Salvador O.S. Systems E-mail:

Re: [U-Boot] patch to support Xilinx 1000BASE-X phy (GTX)

2013-02-19 Thread Wolfgang Denk
Dear Charles Coldwell, In message cacw6+c5mo7bluuhmckdzutk+cpjzmr0jmjggxmnypvzgtlg...@mail.gmail.com you wrote: and here it is again, in-line commit 39695029bc15041c809df3db4ba19bd729c447fa Author: Charles Coldwell coldw...@ll.mit.edu Date: Tue Feb 19 08:27:33 2013 -0500 Changes

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

2013-02-19 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ2NvwAB0t4v=41bavxqmacgau7xbttbm1zrt0fta_4...@mail.gmail.com you wrote: You are wrong. This includes a number of functions, and macros, too, for example: ... That's a very manageable and small series of patches I think if we want to use either. I do

Re: [U-Boot] [PATCH 1/2] ARM: bootm: allow skipping fdt memory node fixup

2013-02-19 Thread Wolfgang Denk
Dear Rob Herring, In message 1359085160-28675-1-git-send-email-robherri...@gmail.com you wrote: Currently, u-boot will always fixup the DT memory node on ARM. If the dtb has correct memory information, then we don't want or need u-boot to touch the memory node. Allow platforms to skip this

Re: [U-Boot] [PATCH 2/2] ARM: highbank: remove DRAM bank setup

2013-02-19 Thread Wolfgang Denk
Dear Rob Herring, In message 1359085160-28675-2-git-send-email-robherri...@gmail.com you wrote: The memory sizes in highbank dtb's are already correct, so remove the DRAM bank setup so the memory node is not fixed up by u-boot. I think you do more here... -void dram_init_banksize(void) -{

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

2013-02-19 Thread Fabio Estevam
On Tue, Feb 19, 2013 at 10:22 AM, Otavio Salvador ota...@ossystems.com.br wrote: Because this will not be used globally with all GPIOs, but only locally for this one case. So my suggestion is to postpone this change and do this in one large swipe afterwards. I see; I agree with you. I

[U-Boot] V2: i.MX6: updates to support boards with multiple CPU options

2013-02-19 Thread Eric Nelson
V2 includes Copyright fixes and addition of MX6_ prefix as requested by Jason Liu. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V2 1/6] i.MX6: mx6qsabrelite: indent with tabs

2013-02-19 Thread Eric Nelson
This patch has no functional changes and simply replaces leading spaces with tabs. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 106 - 1 file changed, 53 insertions(+), 53 deletions(-) diff --git

[U-Boot] [PATCH V2 3/6] i.MX6: crm_regs: define CCM_CCGRx for use in board config files

2013-02-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/crm_regs.h | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h index d670f30..7676457 100644 ---

[U-Boot] [PATCH V2 5/6] i.MX6DL: define IOMUX pads NANDF_CS1-3 for use as GPIO

2013-02-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/mx6dl_pins.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h b/arch/arm/include/asm/arch-mx6/mx6dl_pins.h index 0395357..9494e41 100644 ---

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

2013-02-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/mx6-ddr.h | 85 + arch/arm/include/asm/arch-mx6/mx6dl-ddr.h | 71 arch/arm/include/asm/arch-mx6/mx6q-ddr.h | 69 +++ 3

[U-Boot] [PATCH V2 4/6] i.MX6: crm_regs: define IOMUXC_GPR4/6/7

2013-02-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/iomux.h |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h index d23abd7..d67f600 100644 ---

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Eric Nelson
Hi Stefano, This seems to have gotten lost in the shuffle. It's showing as Changes requested in Patchwork: http://patchwork.ozlabs.org/patch/186280/ Is there something you'd like changed? Please advise, Eric ___ U-Boot mailing list

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Otavio Salvador
On Tue, Feb 19, 2013 at 5:12 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Stefano, This seems to have gotten lost in the shuffle. It's showing as Changes requested in Patchwork: http://patchwork.ozlabs.org/patch/186280/ Is there something you'd like changed? Please

Re: [U-Boot] [PATCH] to support Xilinx 1000BASE-X phy (GTX)

2013-02-19 Thread Charles Coldwell
On Tue, 19 Feb 2013, Wolfgang Denk wrote: Your patch is white space corrupted. Please fix your mailer. commit 39695029bc15041c809df3db4ba19bd729c447fa Author: Charles Coldwell coldw...@ll.mit.edu Date: Tue Feb 19 08:27:33 2013 -0500 Changes to support the Xilinx 1000BASE-X phy

[U-Boot] Possible GPL violation

2013-02-19 Thread Mateusz Kulikowski
Hi, Short version: Is there anyone that can support me with enforcing GPL compliance on company that ships product with binary u-boot? Or did that in the past? Long version: Polish market is flooded with cheap DVB-T receivers (we're switching to digital tv now), android tablets etc. They're

Re: [U-Boot] [PATCH] Add Boundary Devices Nitrogen6X boards

2013-02-19 Thread Benoît Thébaudeau
Hi Eric, On Tuesday, February 19, 2013 9:20:48 PM, Eric Nelson wrote: [--snip--] diff --git a/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg b/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg new file mode 100644 index 000..45b8879 --- /dev/null +++

Re: [U-Boot] [PATCH 1/2] ARM: bootm: allow skipping fdt memory node fixup

2013-02-19 Thread Rob Herring
On 02/19/2013 01:26 PM, Wolfgang Denk wrote: Dear Rob Herring, In message 1359085160-28675-1-git-send-email-robherri...@gmail.com you wrote: Currently, u-boot will always fixup the DT memory node on ARM. If the dtb has correct memory information, then we don't want or need u-boot to touch

Re: [U-Boot] timing issue - uboot freeze after pringing header

2013-02-19 Thread John Stile
Hello Bo Shen, On Mon, 2013-02-18 at 11:06 +0800, Bo Shen wrote: Hi John, On 02/16/2013 12:45 AM, John Stile wrote: I am trying to move from uboot-1.3.6 to uboot 2013.01, where the old works, the new prints this before freezing: U-Boot 2013.01 (Feb 14 2013 - 16:24:13)

[U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Tom Rini
With v3.9 and later of the Linux Kernel defaulting to multi-platform images with omap2plus_defconfig, uImage isn't builtable anymore by default. Add CONFIG_CMD_BOOTZ so that we can still boot something the kernel spits out. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |

[U-Boot] [PATCH 2/4] omap5_evm: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Tom Rini
With v3.9 and later of the Linux Kernel defaulting to multi-platform images with omap2plus_defconfig, uImage isn't builtable anymore by default. Add CONFIG_CMD_BOOTZ so that we can still boot something the kernel spits out. Cc: Sricharan R r.sricha...@ti.com Signed-off-by: Tom Rini tr...@ti.com

[U-Boot] [PATCH 3/4] omap3_beagle: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Tom Rini
With v3.9 and later of the Linux Kernel defaulting to multi-platform images with omap2plus_defconfig, uImage isn't builtable anymore by default. Add CONFIG_CMD_BOOTZ so that we can still boot something the kernel spits out. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/omap3_beagle.h

[U-Boot] [PATCH 4/4] omap4_common: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Tom Rini
With v3.9 and later of the Linux Kernel defaulting to multi-platform images with omap2plus_defconfig, uImage isn't builtable anymore by default. Add CONFIG_CMD_BOOTZ so that we can still boot something the kernel spits out. Cc: Sricharan R r.sricha...@ti.com Signed-off-by: Tom Rini tr...@ti.com

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

2013-02-19 Thread Alexandre Belloni
Hi Eric, On Tue, Feb 19, 2013 at 09:33:58AM -0700, Eric Nelson wrote : Whoosh seems pretty compelling with such a small code base. Does it really boot faster though? Do you have any numbers for TTP (Time-to-penguin) on a SABRE Lite or SABRE SD? I don't exactly have that number but I believe

Re: [U-Boot] [PATCH] Add Boundary Devices Nitrogen6X boards

2013-02-19 Thread Eric Nelson
On 02/19/2013 01:52 PM, Benoît Thébaudeau wrote: Hi Eric, On Tuesday, February 19, 2013 9:20:48 PM, Eric Nelson wrote: [--snip--] diff --git a/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg b/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg new file mode 100644 index 000..45b8879 ---

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

2013-02-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/19/2013 04:29 PM, Julius Werner wrote: Hi Tom, This patch is not really target specific, it works on all platforms that support USB 2.0. I just wrapped it in a new config option because most people probably won't need it… it is only really

Re: [U-Boot] [PATCH] Add Boundary Devices Nitrogen6X boards

2013-02-19 Thread Benoît Thébaudeau
On Tuesday, February 19, 2013 10:53:48 PM, Eric Nelson wrote: On 02/19/2013 01:52 PM, Benoît Thébaudeau wrote: Hi Eric, On Tuesday, February 19, 2013 9:20:48 PM, Eric Nelson wrote: [--snip--] diff --git a/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg

Re: [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom With v3.9 and later of the Linux Kernel defaulting to multi-platform Tom images with omap2plus_defconfig, uImage isn't builtable anymore by Tom default. Add CONFIG_CMD_BOOTZ so that we can still boot something the Tom kernel spits out. Tom

Re: [U-Boot] [PATCH] Add Boundary Devices Nitrogen6X boards

2013-02-19 Thread Eric Nelson
Hi Benoît, On 02/19/2013 03:31 PM, Benoît Thébaudeau wrote: On Tuesday, February 19, 2013 10:53:48 PM, Eric Nelson wrote: On 02/19/2013 01:52 PM, Benoît Thébaudeau wrote: Hi Eric, On Tuesday, February 19, 2013 9:20:48 PM, Eric Nelson wrote: [--snip--] diff --git

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Eric Nelson
Hi Otavio, On 02/19/2013 01:30 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 5:12 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Stefano, This seems to have gotten lost in the shuffle. It's showing as Changes requested in Patchwork:

Re: [U-Boot] [PATCH 1/2] ARM: bootm: allow skipping fdt memory node fixup

2013-02-19 Thread Wolfgang Denk
Dear Rob Herring, In message 5123e311.1070...@gmail.com you wrote: I dislike this. If you want to make a property of your device tree immutable, then you should mark it there as such. Instead of removing the code here, U-Boot should then check for such a property and leave the value

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

2013-02-19 Thread Jeroen Hofstee
Hello Alexandre, On 02/19/2013 10:26 PM, Alexandre Belloni wrote: Hi Eric, On Tue, Feb 19, 2013 at 09:33:58AM -0700, Eric Nelson wrote : Whoosh seems pretty compelling with such a small code base. Does it really boot faster though? Do you have any numbers for TTP (Time-to-penguin) on a SABRE

Re: [U-Boot] [U-Boot, v4] nand: Hack to support 4k page in fsl_elbc_nand

2013-02-19 Thread Scott Wood
On Tue, Jul 03, 2012 at 11:07:26AM -, Rafael Beims wrote: Freescale FCM controller has a 2K size limitation of buffer RAM. In order to support the Nand flash chip with pagesize larger than 2K bytes, we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB and save them to a large

Re: [U-Boot] [PATCH 3/4] env_nand.c: do warn only if really no valid environment could be loaded

2013-02-19 Thread Scott Wood
On 11/21/2012 06:59:20 AM, Phil Sutter wrote: The warning is misleading, since there is no equivalent success note when reading the other copy succeeds. Signed-off-by: Phil Sutter phil.sut...@viprinet.com --- common/env_nand.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-)

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Otavio Salvador
On Tue, Feb 19, 2013 at 8:03 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Otavio, On 02/19/2013 01:30 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 5:12 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Stefano, This seems to have gotten lost in the shuffle.

Re: [U-Boot] [PATCH v4] imls: Add support to list images in NAND device

2013-02-19 Thread Scott Wood
On 12/17/2012 02:32:48 AM, Vipin Kumar wrote: This patch adds support to list images in NAND flash through imls Signed-off-by: Vipin Kumar vipin.ku...@st.com --- Changes in v4 - Keep stdout dumps in one line - Continue even after read errors for all the blocks README | 3 +-

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Eric Nelson
On 02/19/2013 05:42 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 8:03 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Otavio, On 02/19/2013 01:30 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 5:12 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Stefano,

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Otavio Salvador
On Tue, Feb 19, 2013 at 10:16 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: On 02/19/2013 05:42 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 8:03 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Otavio, On 02/19/2013 01:30 PM, Otavio Salvador wrote: On Tue, Feb

Re: [U-Boot] i.MX6: Add hdmidet command

2013-02-19 Thread Eric Nelson
On 02/19/2013 06:19 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 10:16 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: On 02/19/2013 05:42 PM, Otavio Salvador wrote: On Tue, Feb 19, 2013 at 8:03 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Otavio, On 02/19/2013

Re: [U-Boot] [PATCH v2 01/11] Blackfin: bf60x: new processor header files

2013-02-19 Thread Sonic Zhang
Hi Wolfgang, On Tue, Feb 19, 2013 at 6:15 PM, Wolfgang Denk w...@denx.de wrote: Dear Sonic Zhang, In message 1361257266-3722-2-git-send-email-sonic@gmail.com you wrote: Add header files for blackfin new processor bf60x. ... arch/blackfin/include/asm/mach-bf609/BF609_def.h | 3758

Re: [U-Boot] [PATCH v4] imls: Add support to list images in NAND device

2013-02-19 Thread Vipin Kumar
On 2/20/2013 6:45 AM, Scott Wood wrote: On 12/17/2012 02:32:48 AM, Vipin Kumar wrote: This patch adds support to list images in NAND flash through imls Signed-off-by: Vipin Kumarvipin.ku...@st.com --- Changes in v4 - Keep stdout dumps in one line - Continue even after read errors for all the

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

2013-02-19 Thread Lukasz Majewski
Hi Tom, First of all, sorry for late reply. 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

Re: [U-Boot] DFU on OMAP4?

2013-02-19 Thread Lukasz Majewski
Hi Michael, Greetings, I've been trying to do some feasibility (performance / features) testing of DFU to see if it might work on a project I'm involved with. Due to architecture similarities I'm trying to do this using a custom-built u-boot from Denx mainline on a OMAP4460 ES1.1

Re: [U-Boot] [PATCH 0/2 V3] SMDK5250: Set Initial PMIC Values

2013-02-19 Thread Minkyu Kang
On 13/02/13 15:40, Rajeshwari Shinde wrote: These patches add PMIC MAX77686 voltage settings for SMDK5250. Changes in V2: - Corrected the multi line comment style Changes in V3: - Renamed the ps hold function. Rajeshwari Shinde (2): EXYNOS5: Add function to setup set ps