Re: [U-Boot] [PATCH v4 3/9] main: Separate out the two abortboot() functions

2013-05-15 Thread Joe Hershberger
On Wed, May 15, 2013 at 11:23 AM, Simon Glass wrote: > There are two implementations of abortboot(). Turn these into two separate > functions, and create a single abortboot() which calls either one or the > other. > > Also it seems that nothing uses abortboot() outside main, so make it static. > >

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-15 Thread Benoît Thébaudeau
Hi Albert, On Wednesday, May 15, 2013 10:30:00 AM, Albert ARIBAUD wrote: > On Wed, 15 May 2013 09:31:37 +0200, Albert ARIBAUD > wrote: > > > Then I should add =relocate_code to r3, not =_start, and also -- as r9 > > is not the right offset here -- compute r7 as the delta between the > > link-tim

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-15 Thread Albert ARIBAUD
Hi Henrik, On Wed, 15 May 2013 18:34:07 +0200, Henrik Nordström wrote: > ons 2013-05-15 klockan 17:11 +0200 skrev Albert ARIBAUD: > > > What is the rationale behind putting it in arch/ rather than in common/ > > by adding this to the existing common/cmd_boot.c file under ARMv7 > > conditionals?

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-15 Thread Kiril Zyapkov
On 15 May 2013 18:24, Otavio Salvador wrote: > On Wed, May 15, 2013 at 6:49 AM, Kiril Zyapkov > wrote: >> The mini board, despite having R17 removed, shows occasional memory >> errors, here are some: > What about including R17 and giving it a go? I lost it and don't have another one. I could ta

Re: [U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 08:58:03AM -0700, Vadim Bendebury wrote: > On Tue, Apr 30, 2013 at 2:14 PM, Tom Rini wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 04/30/2013 04:49 PM, Doug Anderson wrote: > >> Tom, > >> > >> On Tue, Apr 30, 2013 at 1:35 PM, Tom Rini wrote: > >>

Re: [U-Boot] [PATCH v2] powerpc/mpc85xx: The end address of the bss in the SPL should be 4byte alignment

2013-05-15 Thread Scott Wood
On 05/14/2013 05:30:05 AM, Wolfgang Denk wrote: Dear ying.zh...@freescale.com, In message <1368520918-22496-1-git-send-email-ying.zh...@freescale.com> you wrote: > From: Ying Zhang You mark this patch as V2 but there is no history of changes. Please always include information what exactl

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 06:44:10PM +0200, Albert ARIBAUD wrote: > Hi Henrik, > > On Wed, 15 May 2013 18:34:07 +0200, Henrik Nordstr??m > wrote: > > > ons 2013-05-15 klockan 17:11 +0200 skrev Albert ARIBAUD: > > > > > What is the rationale behind putting it in arch/ rather than in common/ > > >

[U-Boot] [PATCH 2/2] Update MAINTAINERS file for sandbox

2013-05-15 Thread Simon Glass
This currently has no maintainer listed. Signed-off-by: Simon Glass --- MAINTAINERS | 11 +++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 072e245..2f06630 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1350,5 +1350,16 @@ Stefan Kristiansson ope

[U-Boot] [PATCH 1/2] Update MAINTAINERS file for x86

2013-05-15 Thread Simon Glass
This still shows the previous maintainer. Signed-off-by: Simon Glass --- MAINTAINERS | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 643a5ac..072e245 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1072,9 +1072,19 @@ Unknown /

Re: [U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-05-15 Thread Doug Anderson
Vadim, On Wed, May 15, 2013 at 8:58 AM, Vadim Bendebury wrote: > This is not a big deal for u-boot (maybe very marginally inefficient > when determining the actual memory size). Is this a big deal for > kernel? I mean it is easy to squash these seven memory banks into one > when filling out the m

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-15 Thread Albert ARIBAUD
Hi Tom, On Wed, 15 May 2013 12:51:21 -0400, Tom Rini wrote: > On Wed, May 15, 2013 at 06:44:10PM +0200, Albert ARIBAUD wrote: > > Hi Henrik, > > > > On Wed, 15 May 2013 18:34:07 +0200, Henrik Nordstr??m > > wrote: > > > > > ons 2013-05-15 klockan 17:11 +0200 skrev Albert ARIBAUD: > > > > > >

Re: [U-Boot] [PATCH] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Simon Glass
Hi Henrik, On Tue, May 14, 2013 at 4:36 PM, Henrik Nordström wrote: > A simple "host" block driver using any host file/device > as backing store. > > The mapping is established using the "sb bind" command > > Signed-off-by: Henrik Nordstrom > --- > common/cmd_sandbox.c | 10 +++- > disk/

Re: [U-Boot] [PATCH v2 4/4] arm: factorize relocate_code routine

2013-05-15 Thread Albert ARIBAUD
Hi Benoît, On Wed, 15 May 2013 18:36:05 +0200 (CEST), Benoît Thébaudeau wrote: > Hi Albert, > > On Wednesday, May 15, 2013 10:30:00 AM, Albert ARIBAUD wrote: > > On Wed, 15 May 2013 09:31:37 +0200, Albert ARIBAUD > > wrote: > > > > > Then I should add =relocate_code to r3, not =_start, and al

Re: [U-Boot] [PATCH v5 1/7] cros: add cros_ec driver

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds the cros_ec driver that implements the protocol for > communicating with Google's ChromeOS embedded controller. > > Signed-off-by: Bernie Thompson > Signed-off-by: Bill Richardson > Signed-off-by: Che-Liang Chiou > Signed-

Re: [U-Boot] [PATCH v5 2/7] cros: add I2C support for cros_ec

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds I2C support for carrying out the cros_ec protocol. > > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Signed-off-by: Hung-ying Tyan Tested on snow: Acked-by: Simon Glass Tested-by: Simon Glass _

Re: [U-Boot] [PATCH v5 3/7] cros: exynos: add SPI support for cros_ec

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds SPI support for carrying out the cros_ec protocol. > > Signed-off-by: Hung-ying Tyan > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass I haven't tested this as I don't have a SPI interface close enough to ups

Re: [U-Boot] [PATCH v5 4/7] cros: add LPC support for cros_ec

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds LPC support for carrying out the cros_ec protocol. > > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Signed-off-by: Hung-ying Tyan Acked-by: Simon Glass ___ U-

Re: [U-Boot] [PATCH v5 5/7] cros: adds cros_ec keyboard driver

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds the driver for keyboard that's controlled by ChromeOS EC. > > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass > Signed-off-by: Vincent Palatin > Signed-off-by: Hung-ying Tyan Acked-by: Simon Glass _

Re: [U-Boot] [PATCH v5 6/7] cros: exynos: add cros-ec device nodes to exynos5250-snow.dts

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds cros-ec related device nodes to exynos5250-snow.dts. > It also adds a gpio node to exynos5250.dtsi. > > Signed-off-by: Hung-ying Tyan Acked-by: Simon Glass ___ U-Boot mailing lis

Re: [U-Boot] [PATCH v5 7/7] cros: exynos: enable cros-ec for smdk5250

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch initiates cros-ec in board_init() to enable it for smdk5250. > > This patch depends on the patch in the MMC series that brings in exynos5-dt.c. > Refer to http://patchwork.ozlabs.org/patch/240084. > > Signed-off-by: Simon Glass >

Re: [U-Boot] Unable to understand flow of U-Boot Code.

2013-05-15 Thread Vikram Narayanan
Hello, On 5/15/2013 3:35 PM, Rajdeep Vaghasia wrote: Hello, I am trying to understand the flow of U-boot code, but unable to get the complete link. This question has been asked *innumerous* times in the list. One sample from the archive

Re: [U-Boot] [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-15 Thread Jeremiah Foster
On Wed, May 15, 2013 at 4:04 PM, Lucas De Marchi wrote: > On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering > wrote: > > On Wed, 15.05.13 11:43, Jeremiah Foster (jeremiah.fos...@pelagicore.com) > wrote: > > > >> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John < > john_mehaf...@mentor.com>wrote:

[U-Boot] [PATCH 03/10] ARM: highbank: update config options

2013-05-15 Thread Rob Herring
From: Rob Herring Various changes to highbank config: Enable EFI partitions Enable ext4 and FAT filesystems Enable bootz command and raw initrd Increase cmd and print buffer size to 1K Change serial baudrate to 115200 Enable hush shell Signed-off-by: Rob Herring --- include/configs/highbank.h

[U-Boot] [PATCH 04/10] ARM: highbank: fix get_tbclk value to timer rate

2013-05-15 Thread Rob Herring
From: Rob Herring get_tbclk should return the timer's frequency, not CONFIG_SYS_HZ. Signed-off-by: Rob Herring --- arch/arm/cpu/armv7/highbank/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/highbank/timer.c b/arch/arm/cpu/armv7/highbank/timer.c

[U-Boot] [PATCH 08/10] ARM: highbank: setup peripherals based on power domain status

2013-05-15 Thread Rob Herring
From: Rob Herring Accessing powered down peripherals will hang the bus, so check power domain status before initializing SATA and fixup the FDT to disable unused peripherals. Signed-off-by: Rob Herring --- board/highbank/highbank.c | 29 +++-- include/configs/highbank.

[U-Boot] [PATCH 10/10] highbank: enable keyed autoboot stop

2013-05-15 Thread Rob Herring
From: Rob Herring Restrict autoboot interruption to "s" or "d" keys. This will prevent some unwanted stopping and also allow disabling the reset on command timeout. Signed-off-by: Rob Herring --- include/configs/highbank.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/h

[U-Boot] [PATCH 01/10] ARM: move interrupt_init to before relocation

2013-05-15 Thread Rob Herring
From: Rob Herring interrupt_init also sets up the abort stack, but is not setup before relocation. So any aborts during relocation will hang and not print out any useful information. Fix this by moving the interrupt_init to after the stack setup in board_init_f. Signed-off-by: Rob Herring ---

[U-Boot] [PATCH 07/10] ARM: highbank: enable reset on command timeout

2013-05-15 Thread Rob Herring
From: Rob Herring Enable resetting on command timeout. The timeout is set with environment setting bootretry. Signed-off-by: Rob Herring --- include/configs/highbank.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/highbank.h b/include/configs/highbank.h index d4659cb..

[U-Boot] [PATCH 09/10] ARM: highbank: fix build with CONFIG_MISC_INIT_R turned off

2013-05-15 Thread Rob Herring
From: Rob Herring Signed-off-by: Rob Herring --- board/highbank/highbank.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c index 4cc4b1c..82ebeea 100644 --- a/board/highbank/highbank.c +++ b/board/highbank/highbank.c @@ -60,6 +60,7 @@

[U-Boot] [PATCH 06/10] ARM: highbank: avoid bss write in timer_init

2013-05-15 Thread Rob Herring
From: Rob Herring The timer_init function is called before relocation and writes to bss data were corrupting relocation data. Fix this by removing the call to reset_timer_masked. The initial timer count should be 0 or near 0 anyway, so initializing the variables are not needed. Signed-off-by: Ro

[U-Boot] [PATCH 05/10] ARM: highbank: set timer prescaler to 256

2013-05-15 Thread Rob Herring
From: Rob Herring The 150MHz clock rate gives u-boot time functions problems and there's no benefit to a fast clock, so lower the rate. Signed-off-by: Rob Herring --- arch/arm/cpu/armv7/highbank/timer.c| 6 -- arch/arm/include/asm/arch-armv7/systimer.h | 2 ++ 2 files changed, 6 in

[U-Boot] [PATCH 02/10] net: calxedaxgmac: enable rx cut-thru

2013-05-15 Thread Rob Herring
From: Rob Herring There is no reason to wait for the entire frame to start DMA on receive, so enable rx cut-thru for better performance. Signed-off-by: Rob Herring --- drivers/net/calxedaxgmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/calxedaxgmac.c b/dr

Re: [U-Boot] [PATCH 01/10] ARM: move interrupt_init to before relocation

2013-05-15 Thread Albert ARIBAUD
Hi Rob, On Wed, 15 May 2013 14:56:07 -0500, Rob Herring wrote: > From: Rob Herring > > interrupt_init also sets up the abort stack, but is not setup before > relocation. So any aborts during relocation will hang and not print out > any useful information. Fix this by moving the interrupt_init

Re: [U-Boot] [PATCH 09/10] ARM: highbank: fix build with CONFIG_MISC_INIT_R turned off

2013-05-15 Thread Albert ARIBAUD
Hi Rob, On Wed, 15 May 2013 14:56:15 -0500, Rob Herring wrote: > From: Rob Herring > > Signed-off-by: Rob Herring This commit could have more meaningful summary, such as "compile misc_init_r only if CONFIG_MISC_INIT_R" > --- > board/highbank/highbank.c | 2 ++ > 1 file changed, 2 insertion

Re: [U-Boot] [PATCH v2 1/7] am33xx/omap3: Clean up gpmc_init slightly

2013-05-15 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> We don't really need the gpmc_config, base and size variables and can Tom> just call enable_gpmc_cs_config more directly, like the boards which Tom> need to re-configure CS0 or CS1 do. Tom> Signed-off-by: Tom Rini Reviewed-by: Peter Korsgaard -- Bye,

Re: [U-Boot] [PATCH v2 3/7] am335x_evm: Update SPI_BOOT support, add MTDPARTS info

2013-05-15 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> - Style cleanup (# define -> #define) Tom> - Due to ROM issues, redudant loading isn't feasible, so drop. Tom> - Given extra space, increase max size of U-Boot to 512KiB Tom> - Correct env size to match usage (we had not re-defined ENV_SIZE). Tom> - Given

Re: [U-Boot] [PATCH v2 4/7] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-15 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> Due to hardware design the board supported by the am335x_evm config Tom> cannot have both NAND and SPI (or NOR) enabled at the same time due to Tom> conflicts. Disable the NAND SW stack when we know we can't have it Tom> present. Tom> Signed-off-by: Tom

Re: [U-Boot] [PATCH v2 5/7] am335x_evm: Rework board_is_foo() checks

2013-05-15 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> We rework the various board_is_foo() checks to take a pointer to Tom> struct am335x_baseboard_id rather than using a local copy in board.c. Tom> This allows us to make use of the same checks in mux.c as well as fixing Tom> problems when this code could be

Re: [U-Boot] [PATCH v5 4/7] cros: add LPC support for cros_ec

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 11:21 AM, Simon Glass wrote: > On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: >> This patch adds LPC support for carrying out the cros_ec protocol. >> >> Signed-off-by: Randall Spangler >> Signed-off-by: Simon Glass >> Signed-off-by: Hung-ying Tyan > > Acked-by:

Re: [U-Boot] [PATCH] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Henrik Nordström
ons 2013-05-15 klockan 10:42 -0700 skrev Simon Glass: > Some high-level comments: > > Configuring for sandbox board... > sandbox.c: In function ‘host_dev_bind’: > - should not have any warnings Shame on me :) Fixed now, and should have before submitting for review. > =>sb bind > Segmentation

Re: [U-Boot] [PATCH 01/10] ARM: move interrupt_init to before relocation

2013-05-15 Thread Rob Herring
On Wed, May 15, 2013 at 3:26 PM, Albert ARIBAUD wrote: > Hi Rob, > > On Wed, 15 May 2013 14:56:07 -0500, Rob Herring > wrote: > >> From: Rob Herring >> >> interrupt_init also sets up the abort stack, but is not setup before >> relocation. So any aborts during relocation will hang and not print o

[U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Henrik Nordström
Version 2 of this patch addressing the code comments by Simon and adding some small missing pieces. left on the to-do is documentation and adding test suite tests. --- A simple "host" block driver using any host file/device as backing store. Adds two sb subcommands for managing host device bindi

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 06:55:24PM +0300, Lubomir Popov wrote: > Prerequisites: appropriate patches to the USB EHCI and Eth > drivers, and to the OMAP5 clock register definitions. > > Signed-off-by: Lubomir Popov > --- > Assumption is that this code shall run on TI 750-2628-21X > hardware (also

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-15 Thread Andy Fleming
On Wed, May 15, 2013 at 9:23 AM, Ruud Commandeur wrote: > This patch fixes a number of mmc and fat-related bugs: > > > Added a check for blkcnt > 0 in mmc_write_blocks (drivers/mmc.c) to > prevent a hangup for further mmc commands. > You need more information than that. Why is some code request

Re: [U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Simon Glass
Hi Henrik, On Wed, May 15, 2013 at 2:54 PM, Henrik Nordström wrote: > Version 2 of this patch addressing the code comments by Simon and adding > some small missing pieces. Looks good. For change log, you should follow the standard approach - also instead of 'comments by Simon' it is good to lis

Re: [U-Boot] [PATCH v2] mmc: fix env in mmc with redundant compile error

2013-05-15 Thread Andy Fleming
On Tue, May 14, 2013 at 8:38 PM, Bo Shen wrote: > The commit d196bd8 (env_mmc: add support for redundant environment) > introduce the following compile error when enable redundant > environment support with MMC > ---8<--- > env_mmc.c:149: error: 'env_t' has no member named 'flags' > env_mmc.c:248

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Gilles Chanteperdrix
On 05/15/2013 05:55 PM, Lubomir Popov wrote: > Prerequisites: appropriate patches to the USB EHCI and Eth > drivers, and to the OMAP5 clock register definitions. Hi Lubomir, I have been trying to get the USB working on omap5 uEVM yesterday. In addition to your code, I added the changes necessa

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Gilles Chanteperdrix
On 05/16/2013 12:06 AM, Tom Rini wrote: > CONFIG_OMAP_EHCI_PHY2_RESET_GPIO. I'm looking around for the schematic > so I can try and find that out. There: https://www.svtronics.com/download/OMAP5uEVM_Spec_DOC-21163_REV0_4.pdf -- G

Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused code

2013-05-15 Thread Andy Fleming
On Wed, May 15, 2013 at 2:02 AM, wrote: > From: Ying Zhang > > Add the symbol CONFIG_SPL_BUILD_MINIMAL for the minimal SPL. It used to > eliminate code unused in the minimal SPL but used in the SPL. > > This patch is on top of the following patch: > 1. common/Makefile: Add new symbol CONFIG_SPL_

[U-Boot] [PATCH] powerpc/mpc85xx: work around erratum A-006593

2013-05-15 Thread Scott Wood
Erratum A-006593 is "Atomic store may report failure but still allow the store data to be visible". The workaround is: "Set CoreNet Platform Cache register CPCHDBCR0 bit 21 to 1'b1. This may have a small impact on synthetic write bandwidth benchmarks but should have a negligible impact on real co

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-15 Thread Fabio Estevam
On Wed, May 15, 2013 at 1:17 PM, Kiril Zyapkov wrote: > On 15 May 2013 18:24, Otavio Salvador wrote: >> On Wed, May 15, 2013 at 6:49 AM, Kiril Zyapkov >> wrote: >>> The mini board, despite having R17 removed, shows occasional memory >>> errors, here are some: >> What about including R17 and giv

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-15 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2013 11:37 AM, Benoît Thébaudeau wrote: > Hi Ruud, > > On Wednesday, May 15, 2013 4:23:51 PM, Ruud Commandeur wrote: >> This patch fixes a number of mmc and fat-related bugs: [snip] >> @@ -901,7 +902,8 @@ } >> >> curclust = get_fatent_value(

Re: [U-Boot] [PATCH 2/4] mpc8xx: Correct cast of im_cpm.cp_dparam

2013-05-15 Thread Scott Wood
On 05/14/2013 05:26:19 AM, Wolfgang Denk wrote: Dear Tom, In message <20130513223447.5d86c380...@gemini.denx.de> I wrote: > > In message <1368477117-32669-2-git-send-email-tr...@ti.com> you wrote: > > We must cast this to unsigned char not unsigned short to avoid warnings. > > But this is w

[U-Boot] Please pull u-boot-mmc.git

2013-05-15 Thread Andy Fleming
The following changes since commit fb651b10d43be36e7d7e16704c4b5ea1e295587a: Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx (2013-05-15 08:41:04 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-mmc.git master for you to fetch changes up to 48e0b2b

Re: [U-Boot] [PATCH v2] mmc: fix env in mmc with redundant compile error

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 05:31:30PM -0500, Andy Fleming wrote: > On Tue, May 14, 2013 at 8:38 PM, Bo Shen wrote: > > > The commit d196bd8 (env_mmc: add support for redundant environment) > > introduce the following compile error when enable redundant > > environment support with MMC > > ---8<---

Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused code

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 03:02:19PM +0800, ying.zh...@freescale.com wrote: > From: Ying Zhang > > Add the symbol CONFIG_SPL_BUILD_MINIMAL for the minimal SPL. It used to > eliminate code unused in the minimal SPL but used in the SPL. [snip] > diff --git a/common/env_common.c b/common/env_common.c

Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused code

2013-05-15 Thread Scott Wood
On 05/15/2013 06:58:44 PM, Tom Rini wrote: On Wed, May 15, 2013 at 03:02:19PM +0800, ying.zh...@freescale.com wrote: > From: Ying Zhang > > Add the symbol CONFIG_SPL_BUILD_MINIMAL for the minimal SPL. It used to > eliminate code unused in the minimal SPL but used in the SPL. [snip] > diff

Re: [U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Henrik Nordström
ons 2013-05-15 klockan 15:20 -0700 skrev Simon Glass: > Hi Henrik, > > On Wed, May 15, 2013 at 2:54 PM, Henrik Nordström > wrote: > > Version 2 of this patch addressing the code comments by Simon and adding > > some small missing pieces. > > Looks good. > > For change log, you should follow the

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-15 Thread Henrik Nordström
ons 2013-05-15 klockan 19:39 +0200 skrev Albert ARIBAUD: > I understand all this, but what I am interested in is the root issue. > > IIUC, the problem is that some code is loaded in DDR, and the CPU is > about to jump to it, but its instruction cache is enabled so maybe some > instructions afte

[U-Boot] [PATCH v2] fsl_ifc: add support for different IFC bank count

2013-05-15 Thread Mingkai Hu
From: Mingkai Hu Calculate reserved fields according to IFC bank count 1. Move csor_ext register behind csor register and fix res offset 2. Move ifc bank count to config_mpc85xx.h to support 8 bank count 3. Guard fsl_ifc.h with CONFIG_FSL_IFC macro to eliminate the compile error on some devic

Re: [U-Boot] [PATCH v2 1/6] arm: mvf600: Add Vybrid MVF600 CPU support

2013-05-15 Thread Wang Huan-B18965
Hi, Stefano, > > On 14/05/2013 11:51, Alison Wang wrote: > > This patch adds generic codes to support Freescale's Vybrid MVF600 CPU. > > > > It aligns Vybrid MVF600 platform with i.MX platform. As there are some > > differences between MVF600 and i.MX platforms, the specific codes are > > in the

Re: [U-Boot] [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit

2013-05-15 Thread Axel Lin
2013/5/15 Albert ARIBAUD : > Hi Marek, > > On Wed, 15 May 2013 05:36:14 +0200, Marek Vasut wrote: > >> Dear Axel Lin, >> >> > cpu_init_crit() can be skipped, but the code is still enabled requiring a >> > platform to supply lowlevel_init(). >> > >> > Signed-off-by: Axel Lin >> >> Nice CC list, it

Re: [U-Boot] [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit

2013-05-15 Thread Axel Lin
2013/5/15 Stephen Warren : > On 05/14/2013 09:04 PM, Axel Lin wrote: >> cpu_init_crit() can be skipped, but the code is still enabled requiring a >> platform to supply lowlevel_init(). > >> diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm720t/start.S > >> +#ifndef CONFIG_SKIP_LOWLEVEL_I

[U-Boot] [PATCH] powerpc/c29xpcie: add readme document for c29xpcie

2013-05-15 Thread Po Liu
Signed-off-by: Po Liu --- This patch add readme file for the privious patch "powerpc/c29xpcie: add support for C29XPCIE board" board/freescale/c29xpcie/README | 100 1 file changed, 100 insertions(+) create mode 100644 board/freescale/c29xpcie/README d

Re: [U-Boot] [PATCH v2] fsl_ifc: add support for different IFC bank count

2013-05-15 Thread Hu Mingkai-B21284
1. Applied on latest mpc85xx u-boot git tree: git://www.denx.de/git/u-boot-mpc85xx.git 2. Tested on T4240QDS and P1010RDB board. > -Original Message- > From: Hu Mingkai-B21284 > Sent: Thursday, May 16, 2013 10:18 AM > To: u-boot@lists.denx.de > Cc: Fleming Andy-AFLEMING; sun york-R58495;

Re: [U-Boot] [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit

2013-05-15 Thread Stephen Warren
On 05/15/2013 07:00 PM, Axel Lin wrote: > 2013/5/15 Stephen Warren : >> On 05/14/2013 09:04 PM, Axel Lin wrote: >>> cpu_init_crit() can be skipped, but the code is still enabled requiring a >>> platform to supply lowlevel_init(). >> >>> diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm72

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-15 Thread Tsvetan Usunov, OLIMEX Ltd
Hi Kiril something in uboot/kernel 3.x is broken with the memory setup we also never succeed to build stabile image from 3.x the only image which work rock solid is this one with kernel 2.6.x / elftosb someone who is more familiar with kernel/uboot should take look at the memory/clock/plls initia

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-15 Thread Tsvetan Usunov, OLIMEX Ltd
Kiril, R17 adds instability to the SDRAM so you do not have to add it, that MAXI works better is because it uses 4 layer design and even with R17 could work without glitch, but if you remove R17 from MAXI it will work even better :) Tsvetan - Original Message - From: "Kiril Zyapkov"

Re: [U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin numbering feature

2013-05-15 Thread Minkyu Kang
Hello, On 15/05/13 22:29, Simon Glass wrote: > Hi Minkyu, > > On Sun, May 12, 2013 at 9:07 PM, Rajeshwari Birje > wrote: >> Hi Simon, >> >> I applied the V5 patches on the latest u-boot-samsung tree and need >> seem to compile fine. >> Yes I will need to rebase them once the MMC patches get in,

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-15 Thread Wolfgang Denk
Dear Ruud Commandeur, In message <15ae5a936f5e3a42a9144e66875a0a89308...@server1-derijp.clb-Benelux.lokaal> you wrote: > This patch fixes a number of mmc and fat-related bugs: > > > Added a check for blkcnt > 0 in mmc_write_blocks (drivers/mmc.c) to preve= > nt a hangup for further mmc commands

<    1   2