Re: [U-Boot] [PATCH] Move the SC520 specific pci.h header into an sc520 directory.

2011-10-28 Thread Graeme Russ
Gabe, I have already submitted a patch for this: http://patchwork.ozlabs.org/patch/120011/ Also, you patch does a delete then create rather than a file rename - When you use git-format-patch, use the --find-renames option Regards, Graeme On 29/10/11 09:34, Gabe Black wrote: > The arch/i386/in

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Simon Glass
Hi Mike, On Fri, Oct 28, 2011 at 6:05 PM, Mike Frysinger wrote: > On Sat, Oct 29, 2011 at 02:57, Simon Glass wrote: >> On Fri, Oct 28, 2011 at 5:50 PM, Mike Frysinger wrote: >>> On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: I am not going to get back to sandbox for a few weeks now - my n

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Mike Frysinger
On Sat, Oct 29, 2011 at 02:57, Simon Glass wrote: > On Fri, Oct 28, 2011 at 5:50 PM, Mike Frysinger wrote: >> On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: >>> I am not going to get back to sandbox for a few weeks now - my next >>> task is to get it booting from simulated SPI/MMC and see what t

Re: [U-Boot] [PATCH] [WIP] sandbox: spi/sf emulation

2011-10-28 Thread Simon Glass
Hi Mike, On Fri, Oct 28, 2011 at 5:56 PM, Mike Frysinger wrote: > On Sat, Oct 29, 2011 at 02:47, Simon Glass wrote: >> On Wed, Oct 26, 2011 at 1:37 PM, Mike Frysinger wrote: >>> On Wed, Oct 26, 2011 at 12:26, Simon Glass wrote: On Wed, Oct 26, 2011 at 3:30 AM, Mike Frysinger wrote: > ---

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Simon Glass
Hi Mike, On Fri, Oct 28, 2011 at 5:50 PM, Mike Frysinger wrote: > On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: >> On Wed, Oct 26, 2011 at 11:16 PM, Mike Frysinger wrote: >>> On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: This adds simple command-line parssing to sandbox. The idea is

Re: [U-Boot] [PATCH] [WIP] sandbox: spi/sf emulation

2011-10-28 Thread Mike Frysinger
On Sat, Oct 29, 2011 at 02:47, Simon Glass wrote: > On Wed, Oct 26, 2011 at 1:37 PM, Mike Frysinger wrote: >> On Wed, Oct 26, 2011 at 12:26, Simon Glass wrote: >>> On Wed, Oct 26, 2011 at 3:30 AM, Mike Frysinger wrote: --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c +off

Re: [U-Boot] [RFC PATCH 1/3] sandbox: gpio: WIP add basic driver for simulating GPIOs

2011-10-28 Thread Simon Glass
Hi Mike, On Fri, Oct 28, 2011 at 5:42 PM, Mike Frysinger wrote: > ignoring the upgrade issues, i think this is useful.  only thing > "missing" is having the pin update state externally, but maybe i'm > crazy in thinking we need that.  it certainly could be done in a > follow up patch once your v2

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Mike Frysinger
On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: > On Wed, Oct 26, 2011 at 11:16 PM, Mike Frysinger wrote: >> On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: >>> This adds simple command-line parssing to sandbox. The idea is that it >>> sets up the state with options provided, and this state can

Re: [U-Boot] [PATCH] [WIP] sandbox: spi/sf emulation

2011-10-28 Thread Simon Glass
Hi Mike, On Wed, Oct 26, 2011 at 1:37 PM, Mike Frysinger wrote: > On Wed, Oct 26, 2011 at 12:26, Simon Glass wrote: >> On Wed, Oct 26, 2011 at 3:30 AM, Mike Frysinger wrote: >>> --- a/arch/sandbox/cpu/os.c >>> +++ b/arch/sandbox/cpu/os.c >>> >>> +off_t os_lseek(int fd, off_t offset, int whence) >

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Simon Glass
Hi Mike, On Wed, Oct 26, 2011 at 11:16 PM, Mike Frysinger wrote: > On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: >> This adds simple command-line parssing to sandbox. The idea is that it >> sets up the state with options provided, and this state can then be >> queried as needed later. > > i'm

Re: [U-Boot] [RFC PATCH 1/3] sandbox: gpio: WIP add basic driver for simulating GPIOs

2011-10-28 Thread Mike Frysinger
ignoring the upgrade issues, i think this is useful. only thing "missing" is having the pin update state externally, but maybe i'm crazy in thinking we need that. it certainly could be done in a follow up patch once your v2 of this patch gets updated, and once we actually have a proposed interfac

Re: [U-Boot] [RFC PATCH 1/3] sandbox: gpio: WIP add basic driver for simulating GPIOs

2011-10-28 Thread Simon Glass
Hi Mike, On Wed, Oct 26, 2011 at 11:14 PM, Mike Frysinger wrote: > On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: >> --- /dev/null >> +++ b/drivers/gpio/sandbox.c >> >> +#include >> +#include > > not used > >> +#include > > should be asm/gpio.h > >> +/* These functions make up what could be

Re: [U-Boot] [PATCH 3/9] arm: Move CP15 init out of cpu_init_crit()

2011-10-28 Thread Simon Glass
Hi Albert, On Thu, Oct 27, 2011 at 10:09 PM, Albert ARIBAUD wrote: > Le 28/10/2011 03:43, Simon Glass a écrit : > >> The test was >> >>        mrc     p15, 0, r0, c0, c0, 0   @ get ID register >>        and     r0, r0, #0xf        @ get architecture >>        cmp     r0, #0xf            @

Re: [U-Boot] [PATCH] lib/string: memmove: use memcpy if it is safe to do so

2011-10-28 Thread Mike Frysinger
On Fri, Oct 28, 2011 at 22:25, Wolfgang Denk wrote: > Peter Korsgaard wrote: >> memmove is used in a number of performance critical places, like copying the >> linux kernel from nor flash to ram, so optimizing it can be interesting. >> >> Unfortunately, an arch specific version of memmove often isn

Re: [U-Boot] Pullrequest: u-boot-arm/master

2011-10-28 Thread Simon Glass
Hi Albert, On Thu, Oct 27, 2011 at 10:13 PM, Albert ARIBAUD wrote: > Hi Simon, > > Le 28/10/2011 03:53, Simon Glass a écrit : >> >> Hi Albert, > >> You have Tom's MMC patch here but not the series from Stephen. Please >> can you see my email below about this: >> >> On Thu, Oct 20, 2011 at 3:57 PM

Re: [U-Boot] [PATCH] disk: part_efi: fix regression due to incorrect buffer usage

2011-10-28 Thread Simon Glass
On Fri, Oct 28, 2011 at 3:47 PM, Anton Staaf wrote: > Thanks Stephen, sorry Doug.  :) > > -Anton > > On Fri, Oct 28, 2011 at 12:43 PM, Doug Anderson wrote: >> Acked-by: Doug Anderson Tested-by: Simon Glass >> >> ...to be fair though, the regression appears to be caused by a mid-air >> collisi

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-28 Thread Simon Glass
Hi, On Thu, Oct 27, 2011 at 11:25 PM, Mike Frysinger wrote: > On Fri, Oct 28, 2011 at 07:35, Albert ARIBAUD wrote: >> Going up my backlog... for 2/4 and 4/5, as their are touching MMC driver >> code, I'd like Andy to ack them as the the MMC custodian, then I can apply >> the whole set (pending th

[U-Boot] [BREAKAGE] gplugd board / armada100_fec

2011-10-28 Thread Marek Vasut
Dear Ajay Bhargav, I compiled the "gplugd" board and I got the following warnings, please fix. Configuring for gplugd board... armada100_fec.c: In function 'armdfec_init': armada100_fec.c:483:2: warning: dereferencing type-punned pointer will break strict-aliasing rules armada100_fec.c:484:2: wa

Re: [U-Boot] [PATCH] e1000: fix bugs from recent commits

2011-10-28 Thread Mike Frysinger
On Fri, Oct 28, 2011 at 22:19, Wolfgang Denk wrote: > Mike Frysinger wrote: >> On Fri, Oct 28, 2011 at 07:49, Wolfgang Denk wrote: >> > --- a/drivers/net/e1000.h >> > +++ b/drivers/net/e1000.h >> > >> >  #define E1000_WRITE_FLUSH(a) \ >> > -       do { uint32_t x = E1000_READ_REG(a, STATUS); } whil

Re: [U-Boot] [PATCH] lib/string: memmove: use memcpy if it is safe to do so

2011-10-28 Thread Peter Korsgaard
> "Wolfgang" == Wolfgang Denk writes: Hi, >> memmove is used in a number of performance critical places, like copying the >> linux kernel from nor flash to ram, so optimizing it can be interesting. >> >> Unfortunately, an arch specific version of memmove often isn't used, and >> not su

Re: [U-Boot] [PATCH] The type expected by %zd is ssize_t, but it was being passed a size_t.

2011-10-28 Thread Mike Frysinger
generally the subject/changelog should be more of the form: cmd_nvedit: fix printf warning gcc warns when using %zd with size_t types since the correct format is %zu: otherwise, the change (in theory) makes perfect sense to me ... i would ack if not for the commit summary/log ;) -mike ___

Re: [U-Boot] U-Boot maintainers: some boards are broken by recent mach-type update

2011-10-28 Thread Marek Vasut
Hi Albert, > Hello all, > > Recently the ARM mach-types.h file has been brought in sync with its > Linux original, leasing to a number of boards not being listed any more, > as the new list only contains boards which have actual Linux support or > were declared less than one year ago. > > The sy

Re: [U-Boot] U-Boot maintainers: some boards are broken by recent mach-type update

2011-10-28 Thread Robert Schwebel
Hi Marek, On Fri, Oct 28, 2011 at 11:10:08PM +0200, Marek Vasut wrote: > > Robert Schwebel > > > > csb226 xscale/pxa > > innokom xscale/pxa > > Drop unless I get fixes from maintainer in a week or request for > longer time to fix. (here I have some feeling it's not gonna

Re: [U-Boot] [PATCH] disk: part_efi: fix regression due to incorrect buffer usage

2011-10-28 Thread Anton Staaf
Thanks Stephen, sorry Doug. :) -Anton On Fri, Oct 28, 2011 at 12:43 PM, Doug Anderson wrote: > Acked-by: Doug Anderson > > ...to be fair though, the regression appears to be caused by a mid-air > collision of Anton's change (f75dd584cdfe29dfdcfd424bb237b9238cfb8fe4) with > my change.  His patc

[U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init

2011-10-28 Thread Gabe Black
From: Gabe Black Signed-off-by: Gabe Black --- arch/x86/include/asm/u-boot-x86.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index accc8fa..d3e2f4c 100644 --- a/arch/x86/include/asm/u-boot-x86.h

[U-Boot] [PATCH] Move the SC520 specific pci.h header into an sc520 directory.

2011-10-28 Thread Gabe Black
The arch/i386/include/asm/ic/pci.h header file include definitions which were not generic to i386 and where specifically for SC520. This change moves that header into a directory which more accurately reflects that. Signed-off-by: Gabe Black --- arch/x86/include/asm/ic/pci.h | 79 ---

Re: [U-Boot] [PATCH v2 5/8] nand: Merge new implementation of 1-bit ECC from Linux nand driver

2011-10-28 Thread Scott Wood
On 10/12/2011 02:32 AM, Christian Hitz wrote: > [backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] > > This patch synchronizes the nand driver with the Linux 3.0 state. > > Signed-off-by: Christian Hitz > Cc: Scott Wood > --- > > Adds 1416 bytes to the image size. What does

[U-Boot] [PATCH] The type expected by %zd is ssize_t, but it was being passed a size_t.

2011-10-28 Thread Gabe Black
Signed-off-by: Gabe Black --- common/cmd_nvedit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 396a171..d9dc3f2 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -862,7 +862,7 @@ static int do_env_import(cmd_

Re: [U-Boot] [PATCH] e1000: fix bugs from recent commits

2011-10-28 Thread Marek Vasut
> Commit 114d7fc0 "e1000: Rewrite EEPROM checksum error to give more > information" failed to initialize the checksum variable which should > result in random results. Fix that. > [I wonder if that code has _ever_ been tested!!] > > Commit 2326a94d caused a ton of "unused variable 'x'" warnings. >

Re: [U-Boot] [PATCH 2/3] nand: Add common functions to linux/mtd/nand.h

2011-10-28 Thread Scott Wood
On 10/16/2011 05:50 AM, Simon Schwarz wrote: > Functions often used in SPL are now part of linux/mtd/nand.h. > > Signed-off-by: Simon Schwarz > Cc: scottw...@freescale.com > Cc: s-paul...@ti.com > Cc: albert.u.b...@aribaud.net > --- > Changes V2: > CHG moved function definiton from nand.h to linu

Re: [U-Boot] [PATCH 1/3] nand: Remove static modifier from common functions

2011-10-28 Thread Scott Wood
On 10/16/2011 05:50 AM, Simon Schwarz wrote: > Removed static modifiers from functions that were often duplicated in > SPL implementations. > > Signed-off-by: Simon Schwarz > Cc: scottw...@freescale.com > Cc: s-paul...@ti.com > Cc: albert.u.b...@aribaud.net > --- > Changes V2: > nothing > --- >

Re: [U-Boot] [PATCH] e1000: fix bugs from recent commits

2011-10-28 Thread Wolfgang Denk
Dear "Moffett, Kyle D", In message you wrote: > > The correct E1000_WRITE_FLUSH macro should be: > #define E1000_WRITE_FLUSH(a) \ > do { uint32_t x =3D E1000_READ_REG(a, STATUS); (void)x; } while(0= > ) > > It shouldn't return a value, it's just ensuring that writes are properly > po

Re: [U-Boot] [PATCH v8 2/3] MIPS: Jz4740: Add NAND driver

2011-10-28 Thread Scott Wood
On 10/12/2011 09:26 AM, Shinya Kuribayashi wrote: > From: Xiangfu Liu > Date: Wed, 12 Oct 2011 12:24:06 +0800 > > Jz4740 NAND flash controller can support: > * MLC NAND as well as SLC NAND > * all 8-bit/16-bit NAND flash devices > * HAMMING and RS hardware ECC > * automatic boot up from NAND flas

Re: [U-Boot] Patchwork question

2011-10-28 Thread Wolfgang Denk
Dear Anton Staaf, In message you wrote: > > That makes sense to me, the reason I asked is that all of my patches are still > sitting in the new state, even though most of them have been applied already > (or rejected) for a while... Patchwork bugs... If you see such cases, please correct the s

Re: [U-Boot] Patchwork question

2011-10-28 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4eaae366.7050...@aribaud.net> you wrote: > > State changing should be done by the person who causes the change -- > > change requester or custodian -- as this is the only person that really > > knows for sure what the state change should be. Well, Patchwork often

Re: [U-Boot] Patchwork question

2011-10-28 Thread Wolfgang Denk
Dear Anton Staaf, In message you wrote: > > Who should change the state of patches there? Should I mark patches > that have been applied as Accepted? Or should the tree maintainer do > that? Both :-) > Also, should I delegate patches to custodians that I believe should be > looking at them?

Re: [U-Boot] [PATCH] lib/string: memmove: use memcpy if it is safe to do so

2011-10-28 Thread Wolfgang Denk
Dear Peter Korsgaard, In message <1319789046-17715-1-git-send-email-jac...@sunsite.dk> you wrote: > memmove is used in a number of performance critical places, like copying the > linux kernel from nor flash to ram, so optimizing it can be interesting. > > Unfortunately, an arch specific version o

Re: [U-Boot] [PATCH] e1000: fix bugs from recent commits

2011-10-28 Thread Wolfgang Denk
Dear Mike Frysinger, In message you wrote: > On Fri, Oct 28, 2011 at 07:49, Wolfgang Denk wrote: > > --- a/drivers/net/e1000.h > > +++ b/drivers/net/e1000.h > > > > #define E1000_WRITE_FLUSH(a) \ > > - do { uint32_t x = E1000_READ_REG(a, STATUS); } while (0) > > + E1000_READ_REG(a,

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-28 Thread Wolfgang Denk
Dear Stefan Roese, In message <201110280825.08189...@denx.de> you wrote: > > Wolfgang, what would you prefer? Should Dirk just send an incremental patch? Yes, please. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Offic

[U-Boot] U-Boot maintainers: some boards are broken by recent mach-type update

2011-10-28 Thread Albert ARIBAUD
Hello all, Recently the ARM mach-types.h file has been brought in sync with its Linux original, leasing to a number of boards not being listed any more, as the new list only contains boards which have actual Linux support or were declared less than one year ago. The symptom is a build failure

Re: [U-Boot] [PATCH] disk: part_efi: fix regression due to incorrect buffer usage

2011-10-28 Thread Doug Anderson
Acked-by: Doug Anderson ...to be fair though, the regression appears to be caused by a mid-air collision of Anton's change (f75dd584cdfe29dfdcfd424bb237b9238cfb8fe4) with my change. His patch was committed on Oct 25th (though authored earlier). When I submitted my patch on the Oct 19th against

[U-Boot] [PATCH] disk: part_efi: fix regression due to incorrect buffer usage

2011-10-28 Thread Stephen Warren
Commit deb5ca80275e8cfa74d5680b41204e08a095eca5 "disk: part_efi: fix **pgpt_pte == NULL" modified the code to pass "&gpt_head" to is_gpt_valid() rather than the previous "gpt_head". However, gpt_head is a pointer to the buffer, not the actual buffer, since it was allocated using ALLOC_CACHE_ALIGN_B

[U-Boot] Regression caused by "disk: part_efi: fix **pgpt_pte == NULL"

2011-10-28 Thread Stephen Warren
The commit below causes the command "mmc part" to fail on both Seaboard and Ventana (and I assume any Tegra platform, and possibly just any platform). Reverting it solves the problem. (this is observed in git://git.denx.de/u-boot.git master) commit deb5ca80275e8cfa74d5680b41204e08a095eca5 Author:

[U-Boot] [PATCH] README: Fix supported i.MX SoC list for CONFIG_MXC_SPI

2011-10-28 Thread Fabio Estevam
CONFIG_MXC_SPI currently works on MX31/35/51 boards, so update the README file. Signed-off-by: Fabio Estevam --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index 46f062f..de0b2db 100644 --- a/README +++ b/README @@ -1904,7 +1904,7 @@ The foll

Re: [U-Boot] [PATCH] pm9261: add mach-type localy for the board

2011-10-28 Thread Albert ARIBAUD
Hi Asen, You should copy Ilko as the maintainer, unless you are taking over maintainership of this board (and pm9263 and pm9g45), in which case please modify MAINTAINERS file as well. Le 28/10/2011 18:10, Asen Chavdarov Dimov a écrit : > Signed-off-by: Asen Chavdarov Dimov > --- > board/ronet

Re: [U-Boot] A bit about board.c, board.c

2011-10-28 Thread Albert ARIBAUD
Hi Simon, Le 22/10/2011 18:40, Simon Glass a écrit : > Hi Albert, > > On Sat, Oct 22, 2011 at 12:17 AM, Albert ARIBAUD > wrote: >> Le 22/10/2011 07:11, Simon Glass a écrit : >>> >>> Hi, >>> >>> Each architecture has its own board.c but they are mostly quite similar. >>> >>> New features such as

Re: [U-Boot] [PATCH 3/5] mmc: Tegra2: Factor out mmc_wait_inhibit functionality

2011-10-28 Thread Anton Staaf
On Thu, Oct 13, 2011 at 2:57 PM, Anton Staaf wrote: > This is a well encapsulated section of mmc_send_cmd, by moving > it to it's own function it increases the readability of mmc_send_cmd. > > Signed-off-by: Anton Staaf > Cc: Tom Warren > Cc: Stephen Warren Adding Albert to CC. -Anton > ---

Re: [U-Boot] [PATCH 1/5] mmc: Tegra2: Support DMA restarts at buffer boundaries

2011-10-28 Thread Anton Staaf
On Thu, Oct 13, 2011 at 2:57 PM, Anton Staaf wrote: > Currently if a DMA buffer straddles a buffer alignment boundary > (512KiB) then the DMA engine will pause and generate a DMA > interrupt.  Since the DMA interrupt is not enabled it will hang > the MMC driver. > > This patch adds support for res

Re: [U-Boot] [PATCH 2/5] mmc: Tegra2: Add data transfer completion timeout

2011-10-28 Thread Anton Staaf
On Thu, Oct 13, 2011 at 2:57 PM, Anton Staaf wrote: > Currently when no expected completion condition occures in the > mmc_send_cmd while loop that is waiting for a data transfer to > complete the MMC driver just hangs. > > This patch adds an arbitrary 2 second timeout.  If nothing we > recognize

Re: [U-Boot] [PATCH v6 4/5] tegra2: Modify MMC driver to handle power and cd GPIOs

2011-10-28 Thread Stephen Warren
Stephen Warren wrote at Wednesday, October 12, 2011 4:53 PM: > Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and > modify that function to perform all required GPIO initialization. This > removes the need for board files to perform these operations. > > Move board_mmc_getcd(

Re: [U-Boot] [PATCH 0/2] am335x: Minor fixes

2011-10-28 Thread Albert ARIBAUD
Hi Tom, Le 22/10/2011 00:23, Tom Rini a écrit : > Hey all, > > As part of bringing over SPL support (which I'll post as soon > as I can figure out why this code doesn't run for me), I ran into > the following two fixes being needed. Patch set applied to u-boot-arm/master as a bugfix to the MACH_T

Re: [U-Boot] [PATCH v6 2/5] tegra2: Move MMC clock initialization into MMC driver

2011-10-28 Thread Stephen Warren
Stephen Warren wrote at Wednesday, October 12, 2011 4:53 PM: > This centralizes knowledge of MMC clocking into the MMC driver. This also > removes clock setup from the board files, which will simplify later changes > that modify the Harmony board to support the correct set of MMC controllers. Andy

Re: [U-Boot] [PATCH] e1000: fix bugs from recent commits

2011-10-28 Thread Moffett, Kyle D
On Oct 28, 2011, at 01:49, Wolfgang Denk wrote: > Commit 114d7fc0 "e1000: Rewrite EEPROM checksum error to give more > information" failed to initialize the checksum variable which should > result in random results. Fix that. > [I wonder if that code has _ever_ been tested!!] > > I wonder if you

Re: [U-Boot] Patchwork question

2011-10-28 Thread Anton Staaf
On Fri, Oct 28, 2011 at 10:16 AM, Albert ARIBAUD wrote: > Hi Anton, > > Le 28/10/2011 18:52, Anton Staaf a écrit : >> >> I'm new to patchwork, and am wondering. >> >> Who should change the state of patches there? Should I mark patches >> that have been applied as Accepted?  Or should the tree main

Re: [U-Boot] [PATCH V2] ARM: Update mach-types

2011-10-28 Thread Albert ARIBAUD
Hi Tom, Le 28/10/2011 18:32, Tom Rini a écrit : > On Fri, Oct 28, 2011 at 8:22 AM, Albert ARIBAUD > wrote: >> Hi all, >> >> Le 28/10/2011 11:57, Stefano Babic a écrit : >>> On 10/28/2011 11:03 AM, Mike Frysinger wrote: On Wed, Oct 19, 2011 at 08:31, Albert ARIBAUD wrote: > Le 12/09/2011

Re: [U-Boot] Patchwork question

2011-10-28 Thread Albert ARIBAUD
Hi Anton, Le 28/10/2011 18:52, Anton Staaf a écrit : > I'm new to patchwork, and am wondering. > > Who should change the state of patches there? Should I mark patches > that have been applied as Accepted? Or should the tree maintainer do > that? State changing should be done by the person who ca

Re: [U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard

2011-10-28 Thread Tom Rini
On 10/28/2011 09:42 AM, Scott Wood wrote: > On 10/28/2011 11:29 AM, Tom Rini wrote: >> On 10/28/2011 09:00 AM, Scott Wood wrote: >>> On 10/27/2011 06:33 PM, Tom Rini wrote: On 10/27/2011 04:22 PM, Scott Wood wrote: > On 10/27/2011 06:13 PM, Tom Rini wrote: >> OK, so, Scott, where would

[U-Boot] [PATCH] pm9263: add mach-type localy for the board

2011-10-28 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- board/ronetix/pm9263/mach-type.h | 31 +++ board/ronetix/pm9263/pm9263.c|1 + 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 board/ronetix/pm9263/mach-type.h diff --git a/board/ronetix/pm9263/ma

[U-Boot] [PATCH] pm9261: add mach-type localy for the board

2011-10-28 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- board/ronetix/pm9261/mach-type.h | 31 +++ board/ronetix/pm9261/pm9261.c|1 + 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 board/ronetix/pm9261/mach-type.h diff --git a/board/ronetix/pm9261/ma

[U-Boot] [PATCH] pm9g45: add mach-type localy for the board

2011-10-28 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- board/ronetix/pm9g45/mach-type.h | 31 +++ board/ronetix/pm9g45/pm9g45.c|1 + 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 board/ronetix/pm9g45/mach-type.h diff --git a/board/ronetix/pm9g45/ma

[U-Boot] Patchwork question

2011-10-28 Thread Anton Staaf
I'm new to patchwork, and am wondering. Who should change the state of patches there? Should I mark patches that have been applied as Accepted? Or should the tree maintainer do that? Also, should I delegate patches to custodians that I believe should be looking at them? Or should custodians del

Re: [U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard

2011-10-28 Thread Scott Wood
On 10/28/2011 11:29 AM, Tom Rini wrote: > On 10/28/2011 09:00 AM, Scott Wood wrote: >> On 10/27/2011 06:33 PM, Tom Rini wrote: >>> On 10/27/2011 04:22 PM, Scott Wood wrote: On 10/27/2011 06:13 PM, Tom Rini wrote: > OK, so, Scott, where would you suggest we put a very trivial set of nand >>

Re: [U-Boot] Help starting u-boot on an at91sam9260ek

2011-10-28 Thread Fabio Porcedda
On Fri, 2011-10-28 at 14:45 +0200, Stefano Babic wrote: > On 10/28/2011 11:21 AM, Fabio Porcedda wrote: > > Hi all, > > i'm trying to use the u-boot on an at91sam9260ek board, > > i cannot start successfull the u-boot binary. > > > > Hi Fabio, > Hi Stefano, > > Hit any key to stop autoboot: 0 > >

Re: [U-Boot] [PATCH V2] ARM: Update mach-types

2011-10-28 Thread Tom Rini
On Fri, Oct 28, 2011 at 8:22 AM, Albert ARIBAUD wrote: > Hi all, > > Le 28/10/2011 11:57, Stefano Babic a écrit : >> On 10/28/2011 11:03 AM, Mike Frysinger wrote: >>> On Wed, Oct 19, 2011 at 08:31, Albert ARIBAUD wrote: Le 12/09/2011 05:54, Marek Vasut a écrit :   >  This commit updates

Re: [U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard

2011-10-28 Thread Tom Rini
On 10/28/2011 09:00 AM, Scott Wood wrote: > On 10/27/2011 06:33 PM, Tom Rini wrote: >> On 10/27/2011 04:22 PM, Scott Wood wrote: >>> On 10/27/2011 06:13 PM, Tom Rini wrote: OK, so, Scott, where would you suggest we put a very trivial set of nand infrastructure we need outside of the scope

Re: [U-Boot] OMAP3 NAND ECC bug report

2011-10-28 Thread Scott Wood
On 10/28/2011 01:10 AM, Arno Steffen wrote: > I have been used u-boot supportet (or better say not suppported) by TI > in their latest PSP/SDK (Juli 2011). > Base is 2010.06. But this issue was also inside older versions. It's not older versions I'm concerned about, but newer ones. This bug has b

Re: [U-Boot] [PATCH 05/10 v3] spl, nand: add 4bit HW ecc oob first nand_read_page function

2011-10-28 Thread Scott Wood
On 10/28/2011 01:05 AM, Heiko Schocher wrote: > Hello Scott, > > Scott Wood wrote: >> On 10/27/2011 12:23 AM, Heiko Schocher wrote: > In drivers/mtd/nand/davinci_nand.c CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST > is used, and there are 4bit specific functions, so this define is > also valid

Re: [U-Boot] [PATCH v4 06/11] spl, nand: add 4bit HW ecc oob first nand_read_page function

2011-10-28 Thread Scott Wood
On 10/24/2011 02:38 AM, Heiko Schocher wrote: > similiar to commit dc7cd8e59ba077f3b4c1a4557c9cd86a31b9ab1f, only > adapted for the new spl framework. > > Signed-off-by: Heiko Schocher > Acked-by: Tom Rini > Cc: Scott Wood > Cc: Albert ARIBAUD > Cc: Sandeep Paulraj > > --- > changes for v2:

Re: [U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard

2011-10-28 Thread Scott Wood
On 10/27/2011 06:33 PM, Tom Rini wrote: > On 10/27/2011 04:22 PM, Scott Wood wrote: >> On 10/27/2011 06:13 PM, Tom Rini wrote: >>> OK, so, Scott, where would you suggest we put a very trivial set of nand >>> infrastructure we need outside of the scope of loading u-boot itself >>> from NAND ? >> >>

Re: [U-Boot] [PATCH] kirkwood: drop empty asm-offsets.s file

2011-10-28 Thread Jason Cooper
Mike, On Fri, Oct 28, 2011 at 02:23:56AM -0400, Mike Frysinger wrote: > This generated file does not belong in the tree -> punt. > > Signed-off-by: Mike Frysinger Acked-by: Jason Cooper > --- > 0 files changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 arch/arm/cpu/arm926ejs/kirk

Re: [U-Boot] [PATCH V2] ARM: Update mach-types

2011-10-28 Thread Albert ARIBAUD
Hi all, Le 28/10/2011 11:57, Stefano Babic a écrit : > On 10/28/2011 11:03 AM, Mike Frysinger wrote: >> On Wed, Oct 19, 2011 at 08:31, Albert ARIBAUD wrote: >>> Le 12/09/2011 05:54, Marek Vasut a écrit : >>> > This commit updates the mach-types based on the latest in Linus's head >>> >>> Applie

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

2011-10-28 Thread Albert ARIBAUD
Hi Stefano, Le 28/10/2011 14:37, Stefano Babic a écrit : > Hi Albert, > > please pull from u-boot-imx. > > The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2: > >e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 > 00:37:01 +0200) > > are available i

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

2011-10-28 Thread Albert ARIBAUD
Hi Minkyu, Le 28/10/2011 10:19, Minkyu Kang a écrit : > Dear Albert, > > The following changes since commit 37fc0ed268dc5acacd3a83adafa26eb1a84e90af: > >ARM: Add Calxeda Highbank platform (2011-10-27 21:56:37 +0200) > > are available in the git repository at: >git://git.denx.de/u-boot-sams

Re: [U-Boot] [PATCH 1/5] arm/km: adapt bootcounter evaluation

2011-10-28 Thread Holger Brunck
Hi Prafulla, On 09/14/2011 10:41 AM, Holger Brunck wrote: > The bootcounter (stored in the RAM) is not enough protected with the 4 Bytes > BOOTCOUNT_MAGIC against bit errors due to short power loss or holding a system > in RESET. It has been seen, that the bootcounter value has been changed due to

Re: [U-Boot] Help starting u-boot on an at91sam9260ek

2011-10-28 Thread Stefano Babic
On 10/28/2011 11:21 AM, Fabio Porcedda wrote: > Hi all, > i'm trying to use the u-boot on an at91sam9260ek board, > i cannot start successfull the u-boot binary. > Hi Fabio, > Hit any key to stop autoboot: 0 > U-Boot> loadb > ## Ready for binary (kermit) download to 0x2200 at 115200 bps...

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

2011-10-28 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx. The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2: e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 00:37:01 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master Fab

Re: [U-Boot] Help starting u-boot on an at91sam9260ek

2011-10-28 Thread Ansell, John
Hi Fabio, I believe the at91 U-Boot that Atmel publish has some patches applied. I don't know offhand what they were but it would be worth checking that these have made it into the current builds. http://www.at91.com/project-community/article/2-Projects/218-at91-u-boot -bootloader.html refers.

[U-Boot] RE

2011-10-28 Thread MD-GIFT
VIEW ATTACHMENT FOR DETAILS! INTERNATIONAL MONETARY FUND.docx Description: application/vnd.openxmlformats-officedocument.wordprocessingml.document ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2] ARM: Update mach-types

2011-10-28 Thread Stefano Babic
On 10/28/2011 11:03 AM, Mike Frysinger wrote: > On Wed, Oct 19, 2011 at 08:31, Albert ARIBAUD wrote: >> Le 12/09/2011 05:54, Marek Vasut a écrit : >> > This commit updates the mach-types based on the latest in Linus's head >> >> Applied to u-boot-arm/master, thanks. > > so it's up to the respecti

[U-Boot] Help starting u-boot on an at91sam9260ek

2011-10-28 Thread Fabio Porcedda
Hi all, i'm trying to use the u-boot on an at91sam9260ek board, i cannot start successfull the u-boot binary. build u-boot 2011.09: export CROSS_COMPILE=/opt/arm-2010q1/bin/arm-none-linux-gnueabi- /MAKEALL at91sam9260ek_nandflash load & start: RomBOOT > U-Boot 1.3.4 (Mar 9 2010 - 19:29:50) DRA

Re: [U-Boot] [PATCH V2] ARM: Update mach-types

2011-10-28 Thread Marek Vasut
> On Wed, Oct 19, 2011 at 08:31, Albert ARIBAUD wrote: > > Le 12/09/2011 05:54, Marek Vasut a écrit : > > > This commit updates the mach-types based on the latest in Linus's head > > > > Applied to u-boot-arm/master, thanks. > > so it's up to the respective board maintainers to fix all their boa

Re: [U-Boot] [PATCH V2] ARM: Update mach-types

2011-10-28 Thread Mike Frysinger
On Wed, Oct 19, 2011 at 08:31, Albert ARIBAUD wrote: > Le 12/09/2011 05:54, Marek Vasut a écrit : >  > This commit updates the mach-types based on the latest in Linus's head > > Applied to u-boot-arm/master, thanks. so it's up to the respective board maintainers to fix all their boards that are no

[U-Boot] [PATCH] net: bootp: fix warning when CONFIG_BOOTP_SERVERIP is set

2011-10-28 Thread Stefano Babic
Signed-off-by: Stefano Babic CC: Wolfgang Denk --- net/bootp.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/bootp.c b/net/bootp.c index b789eec..b446521 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -105,7 +105,9 @@ static int BootpCheckPkt(uchar *pkt, unsigned d

Re: [U-Boot] [PATCH V3 2/3] mx31: add ESD control registers

2011-10-28 Thread Stefano Babic
On 10/27/2011 01:31 PM, Helmut Raiger wrote: > This allows to initialize DDR memory in C code. > Currently all mx31 boards use assembler code (lowlevel_init.S) > > Signed-off-by: Helmut Raiger > --- > V2: new in V2 > V3: no changes > > arch/arm/include/asm/arch-mx31/imx-regs.h | 13 ++

Re: [U-Boot] [PATCH V3 1/3] mx31: define pins and init for UART2 and CSPI3

2011-10-28 Thread Stefano Babic
On 10/27/2011 01:31 PM, Helmut Raiger wrote: > Signed-off-by: Helmut Raiger > --- > V2: no changes since V1 > V3: fixed multiline comment, rebased to u-boot-imx > > arch/arm/cpu/arm1136/mx31/devices.c | 15 +++ > arch/arm/include/asm/arch-mx31/clock.h|1 + > arch/ar

[U-Boot] [PATCH] MX25: tx25: Fix building due to missing MACH_TYPE

2011-10-28 Thread Stefano Babic
Added MACH_TYPE for the tx25 to the configuration file. The MACH_TYPE is dropped from mach-types.h after last sync with kernel. Signed-off-by: Stefano Babic --- board/karo/tx25/tx25.c |1 - include/configs/tx25.h |6 ++ 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/b

[U-Boot] please pull u-boot-samsung/master

2011-10-28 Thread Minkyu Kang
Dear Albert, The following changes since commit 37fc0ed268dc5acacd3a83adafa26eb1a84e90af: ARM: Add Calxeda Highbank platform (2011-10-27 21:56:37 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master Angus Ainslie (2): ORIGEN : enable device tree suppo

Re: [U-Boot] [PATCH] misc:pmic:samsung Enable PMIC driver at C210 Universal target

2011-10-28 Thread Minkyu Kang
Dear Lukasz Majewski, On 10/27/2011 05:33 PM, Lukasz Majewski wrote: > Enable support for PMIC driver at C210 Universal reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Depend on: "New generic PMIC framework" > > http://patchwork.oz

[U-Boot] [PATCH] lib/string: memmove: use memcpy if it is safe to do so

2011-10-28 Thread Peter Korsgaard
memmove is used in a number of performance critical places, like copying the linux kernel from nor flash to ram, so optimizing it can be interesting. Unfortunately, an arch specific version of memmove often isn't used, and not supported at all on a number of archs (arm/mips/nds32/nios2/x86) - But

Re: [U-Boot] [PATCH] arm:exynos4:samsung Support for NURI target

2011-10-28 Thread Minkyu Kang
Dear Lukasz Majewski, On 10/20/2011 05:07 PM, Lukasz Majewski wrote: > This patch adds support for Samsung's Exynos4 (C210) Nuri reference > board. > > New exynos4_nuri board has been added to boards.cfg > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > ---

Re: [U-Boot] [PATCH 2/2] Powerpc/i2c: Force i2c to become bus master out of reset

2011-10-28 Thread Huang Changming-R66093
Thanks and Best Regards Jerry Huang > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Friday, October 28, 2011 2:34 PM > To: Huang Changming-R66093 > Cc: Joakim Tjernlund; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 2/2] Powerpc/i2c: Force i2c to become b

Re: [U-Boot] [PATCH] net, davinci_emac: fix compiler error

2011-10-28 Thread Hadli, Manjunath
Heiko, Thank you very much for identifying it and sending across a patch. I was about to send the patch :) Regards --Manju On Fri, Oct 28, 2011 at 11:29:03, Heiko Schocher wrote: > This patch fixes following compile error for the davinice_emac driver: > > $ make -s cam_enc_4xx > Config

Re: [U-Boot] [Nios] New Nios Custodian

2011-10-28 Thread Thomas Chou
On 10/28/2011 12:56 PM, 馬克泡 wrote: > Hi Scott and Thomas, > > 2011/10/28 Scott McNutt: >> Dear u-boot Nios Developers, >> >> Please welcome Thomas Chou as our new Nios custodian. >> >> Over the past several months, my personal work load has >> increased significantly. While this is great for me >>

Re: [U-Boot] [PATCH 2/2 v2] board/nios2-generic: Use altera_pio driver and remove board specific driver

2011-10-28 Thread Thomas Chou
On 10/21/2011 09:48 PM, Joachim Foerster wrote: > Signed-off-by: Joachim Foerster > --- > board/altera/nios2-generic/Makefile |1 - > board/altera/nios2-generic/gpio.c | 71 > --- > include/configs/nios2-generic.h |4 ++ > 3 files changed, 4 ins

Re: [U-Boot] [PATCH 1/2 v2] gpio: Add driver for Altera's PIO core

2011-10-28 Thread Thomas Chou
On 10/21/2011 09:48 PM, Joachim Foerster wrote: > This driver may handle multiple PIO cores and thus needs to be > setup by calling the altera_pio_init() function within the early > board setup routine. > > The driver comes with some extras, see below the copyleft header. > > Signed-off-by: Joachim

Re: [U-Boot] [PATCH v3] nios2: Pseudo implement dcache_status/enable/disable()

2011-10-28 Thread Thomas Chou
On 10/20/2011 04:28 PM, Joachim Foerster wrote: > AFAIK the NIOS2 architecture does not have any possibility to > dynamically switch off the data cache. So _status() always reports 1 and > _enable/_disable() just issue a flush of everything. > > For example, common/cmd_elf.c depends on these symbol