Re: [U-Boot] [U-Boot, resend, v3, 5/5] ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement

2013-08-22 Thread Andreas Bießmann
= instead of use . drivers/mtd/nand/atmel_nand.c | 130 - 1 file changed, 128 insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot

[U-Boot] [PULL] u-boot-atmel/master - u-boot-arm/master

2013-08-22 Thread Andreas Bießmann
Dear Albert Aribaud, The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch

Re: [U-Boot] net: macb: fix the following building warning

2013-08-22 Thread Andreas Bießmann
...@atmel.com --- drivers/net/macb.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

Re: [U-Boot] [PATCH 1/4] gpio: atmel: fix code to use pointer for pio port

2013-08-21 Thread Andreas Bießmann
changes and tell me your opinion about erroneous return value. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/4] gpio: atmel: add gpio common API support

2013-08-21 Thread Andreas Bießmann
), +at91_gpio_to_pin(gpio), value); + + return 0; +} Great, I love this. But wasn't there some define for generic GPIO? Shouldn't we encapsulate this API into this other define? Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH 2/4] gpio: atmel: remove the at91_pio definition

2013-08-21 Thread Andreas Bießmann
the new API and change the users of this struct to the new API after introducing. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/4] gpio: atmel: add copyright and remove error header info

2013-08-21 Thread Andreas Bießmann
Scharsig (js_at...@scharsoft.de) * Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2] arm: atmel: cpux9k2: board update and enhancement

2013-08-21 Thread Andreas Bießmann
=ttyS0,115200 \ video=vcxk_fb:xres:${displaywidth}, \ sorry, but this hunk doesn't apply cleanly on top of current u-boot-atmel/master, could you please rebase? Best regards, Andreas Bießmann

Re: [U-Boot] [PATCH] net: macb: fix the building warning

2013-08-16 Thread Andreas Bießmann
) { struct eth_device *netdev = macb-netdev; #ifdef CONFIG_PHYLIB - struct phy_device *phydev; + struct phy_device *phydev = NULL; NAK, this will deference a NULL pointer later on ... Best regards Andreas Bießmann ___ U-Boot mailing

Re: [U-Boot] [PATCH 2/3] net: macb: using phylib to configure phy device

2013-08-15 Thread Andreas Bießmann
Hi Bo, I'm currently applying your patches. Patch 'arm: atmel: add gmac support for sama5d3xek board' shows that this particular patch is defective ... please send a fix or I will not apply the gmac for sama5. On 04/24/2013 09:59 AM, Bo Shen wrote: using phylib to configure phy device in macb

Re: [U-Boot] fw_printenv (uboot2011.12) 'Warning: Bad CRC, using default environment'

2013-07-31 Thread Andreas Bießmann
. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 0/1] ext4 fixes for BE machine

2013-07-23 Thread Andreas Bießmann
I just copied the patch provided by Rommel and tested reading an ext4 on avr32 machine. List content and read data from it worked, but I can't say anything about ext4write which Rommel says to fix with that patch. @sjg: We should add Series-notes switch to avoid cover letter for single patch

Re: [U-Boot] [PATCH] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
Hi Lukasz, On 22.07.13 08:43, Lukasz Majewski wrote: On Sun, 21 Jul 2013 10:53:25 +0200 Andreas Bießmann andreas.de...@googlemail.com wrote, snip I've tested this patch at LE Samsung Trats board. The code worked as before (ext4ls, ext4load, ext4write) - also taking into account limitation

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
using git send-email? It seems like we should try to fix this before the release? +1 I can confirm that reading ext4 extended header on BE machine (avr32) is broken. I'm currently on it to get it working by using Rommel's patch. Regards Andreas Bießmann

[U-Boot] [PATCH] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
before. Signed-off-by: Rommel Custodio sessyargc+ub...@gmail.com [sent via git-send-email; rework commit message] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- fs/ext4/ext4_common.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fs/ext4

Re: [U-Boot] [PATCH] arm: at91sam9n12: change EBI IO to high drive mode

2013-07-20 Thread Andreas Bießmann
a fairly new SoC which is first used in this new board. Therefore Acked-by: Andreas Bießmann andreas.de...@googlemail.com And Tom, please apply this patch directly. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [RFC] ARM: omap3: Add option to disable errata workarounds.

2013-07-09 Thread Andreas Bießmann
want is easing the search for errata by number. I join Albert's suggestion. Another solution could be to read the silicon revision and enable erratum workarounds on that information. It would be a step towards single binary. Best regards Andreas Bießmann

Re: [U-Boot] [RFC] ARM: omap3: Add option to disable errata workarounds.

2013-07-09 Thread Andreas Bießmann
. Regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] omap3/sys_info: fix printout of OMAP36XX L3 freqency

2013-07-08 Thread Andreas Bießmann
The OMAP36xx/OMAP37xx family uses L3 frequency of 200MHz instead of 165MHz used by OMAP34xx/OMAP35xx. Also fix checkpatch warning about alignment. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/cpu/armv7/omap3/sys_info.c |6 +++--- 1 file changed, 3 insertions

Re: [U-Boot] U-Boot + libtomcrypt

2013-07-08 Thread Andreas Bießmann
Hi André, On 08.07.13 10:28, André Schaller wrote: Hi there, I want to add some Random Number Generation functions / Hashing Functions to u-boot. I implemented the functionality and now I need to include it to the upstream source code of u-boot (inside hwinit-common.c). I was wondering if

Re: [U-Boot] [PATCH] cmd_bootm.c: Correct check/return for unsupported sub-command

2013-07-04 Thread Andreas Bießmann
it, missing push? Regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3] Makefile: fix readelf usage

2013-07-04 Thread Andreas Bießmann
Hi Albert, On 07/04/2013 02:09 PM, Albert ARIBAUD wrote: Hi Andreas, On Sun, 30 Jun 2013 13:15:06 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Some OS (like OS X) do not provide a generic readelf. We should enforce to use the toochain provided readelf instead, to do so

[U-Boot] [PATCH v2 0/3] Adopt u-boot build to OS X

2013-07-02 Thread Andreas Bießmann
of defining it conditionally (as Jeroen suggested) Andreas Bießmann (3): lib/rsa/rsa-sig.c: compile on OS X tools/proftool: remove REG_NOERROR Makefile: fix readelf usage Makefile | 2 +- lib/rsa/rsa-sign.c | 1 - tools/proftool.c | 2 +- 3 files changed, 2 insertions(+), 3

[U-Boot] [PATCH v2 1/3] lib/rsa/rsa-sig.c: compile on OS X

2013-07-02 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory ---8--- Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Tested-by: Lubomir Popov

[U-Boot] [PATCH v2 2/3] tools/proftool: remove REG_NOERROR

2013-07-02 Thread Andreas Bießmann
Remove non portable usage of REG_NOERROR. BSD (like OS X) variants of regex.h do not declare REG_NOERROR, even GNU regex(3) do mention REG_NOERROR, just remove it. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: - remove REG_NOERROR instead of defining

[U-Boot] [PATCH v2 3/3] Makefile: fix readelf usage

2013-07-02 Thread Andreas Bießmann
Some OS (like OS X) do not provide a generic readelf. We should enforce to use the toochain provided readelf instead, to do so use $(CROSS_COMPILE)readelf. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Tested-by: Lubomir Popov lpo...@mm-sol.com --- Changes in v2: None Makefile

Re: [U-Boot] [PATCH 2/3] tools/proftool: add missing definition

2013-07-02 Thread Andreas Bießmann
Hi Jeroen, On 01.07.13 22:12, Jeroen Hofstee wrote: Hello Andreas, On 07/01/2013 08:45 PM, Jeroen Hofstee wrote: Hello Andreas, On 06/30/2013 01:15 PM, Andreas Bießmann wrote: BSD (like OS X) variants of regex.h do not declare REG_NOERROR, add a simple define for them. Signed-off

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-02 Thread Andreas Bießmann
it these days. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling

2013-07-02 Thread Andreas Bießmann
: 1000 Entry Point: 9000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK subcommand not supported U-Boot ---8--- Who will fix that? I'll have a look for the avr32 specific part. Regards Andreas Bießmann ___ U-Boot mailing

[U-Boot] [PATCH] avr32: fix do_bootm_linux

2013-07-02 Thread Andreas Bießmann
refactoring later on. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/lib/bootm.c |9 + 1 file changed, 9 insertions(+) diff --git a/arch/avr32/lib/bootm.c b/arch/avr32/lib/bootm.c index 87f3f9c..eedab9d 100644 --- a/arch/avr32/lib/bootm.c +++ b/arch/avr32

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-02 Thread Andreas Bießmann
On 07/02/2013 02:34 PM, Tom Rini wrote: On 07/02/2013 06:37 AM, Andreas Bießmann wrote: Hi, On 07/01/2013 10:44 PM, Robert Nelson wrote: On Fri, Jun 28, 2013 at 5:12 PM, Tom Rini tr...@ti.com wrote: Hey all, I've tagged and pushed v2013.07-rc2. A bit more over the place than I should

Re: [U-Boot] [PATCH v2] cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling

2013-07-02 Thread Andreas Bießmann
On 07/02/2013 02:35 PM, Tom Rini wrote: On 07/02/2013 06:49 AM, Andreas Bießmann wrote: Hi all, On 06/28/2013 11:41 PM, Simon Glass wrote: Hi Tom, On Fri, Jun 28, 2013 at 1:25 PM, Tom Rini tr...@ti.com wrote: snip @@ -660,34 +680,25 @@ static int do_bootm_states(cmd_tbl_t *cmdtp

Re: [U-Boot] [PATCH] cmd_bootm.c: Correct check/return for unsupported sub-command

2013-07-02 Thread Andreas Bießmann
will not be returning this error for some other case. Signed-off-by: Tom Rini tr...@ti.com Tested-by: Andreas Bießmann andreas.de...@googlemail.com on avr32 --- common/cmd_bootm.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) ___ U

Re: [U-Boot] [PATCH] avr32: fix do_bootm_linux

2013-07-02 Thread Andreas Bießmann
On 07/02/2013 03:03 PM, Tom Rini wrote: On Tue, Jul 02, 2013 at 01:57:44PM +0200, Andreas Bießmann wrote: Commit 35fc84fa1ff51e15ecd3e464dac87eb105ffed30 broke bootm on avr32. It requires to call do_bootm_linux() with flag set to BOOTM_STATE_OS_PREP before calling it again with flag set

[U-Boot] [PATCH 0/3] Adopt u-boot build to OS X

2013-06-30 Thread Andreas Bießmann
Latest changes to mkimage, Makefile and added proftool broke compilation on OS X. This series makes u-boot build clean again with some little adoptions. Patch 'lib/rsa/rsa-sig.c: compile on OS X' supersedes http://patchwork.ozlabs.org/patch/255283/ Andreas Bießmann (3): lib/rsa/rsa-sig.c

[U-Boot] [PATCH 3/3] Makefile: fix readelf usage

2013-06-30 Thread Andreas Bießmann
Some OS (like OS X) do not provide a generic readelf. We should enforce to use the toochain provided readelf instead, to do so use $(CROSS_COMPILE)readelf. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 2/3] tools/proftool: add missing definition

2013-06-30 Thread Andreas Bießmann
BSD (like OS X) variants of regex.h do not declare REG_NOERROR, add a simple define for them. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- tools/proftool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/tools/proftool.c b/tools/proftool.c index a48ed28..d910b50

[U-Boot] [PATCH 1/3] lib/rsa/rsa-sig.c: compile on OS X

2013-06-30 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory ---8--- Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Supersedes http

Re: [U-Boot] [PATCH] lib/rsa/rsa-sig.c: compile on OS X

2013-06-30 Thread Andreas Bießmann
superseded by http://patchwork.ozlabs.org/patch/255877/ On 28.06.13 09:00, Andreas Bießmann wrote: Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-28 Thread Andreas Bießmann
--- proftool.c: In function ‘check_trace_config_line’: proftool.c:336: error: ‘REG_NOERROR’ undeclared (first use in this function) ---8--- I'll check this too. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-28 Thread Andreas Bießmann
Hi Simon, On 28.06.13 08:52, Simon Glass wrote: Hi Andreas, On Thu, Jun 27, 2013 at 11:48 PM, Andreas Bießmann andreas.de...@googlemail.com mailto:andreas.de...@googlemail.com wrote: snip +# TODO(s...@chromium.org mailto:s...@chromium.org): Is this correct on Mac OS? I'll

[U-Boot] [PATCH] lib/rsa/rsa-sig.c: compile on OS X

2013-06-28 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory ---8--- Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- At least rsa-sig

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-26 Thread Andreas Bießmann
u-boot (2013.04 and the upcoming one). Best regards Andreas Bießmann [1] https://github.com/linux4sam/at91bootstrap ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-24 Thread Andreas Bießmann
. Maybe he decides to switch to a newer at91bootstrap also which would solve this too. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-24 Thread Andreas Bießmann
On 06/24/2013 10:22 AM, Bo Shen wrote: Hi Larry Baker, On 6/24/2013 16:02, Larry Baker wrote: I have found why the latest U-Boot does not work on my Glomation GESBC-9G20 board. Two causes: a bad code text segment address (prevents U-Boot from executing) and bad flash partition offsets

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-24 Thread Andreas Bießmann
and challenging) work! ... as always ;) Best regards, Andreas Bießmann [1] https://github.com/linux4sam/at91bootstrap ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] net: macb: using AT91FAMILY replace #ifdeferry

2013-06-24 Thread Andreas Bießmann
of the series) for this release? Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] image: Use ENOENT instead of ENOMEDIUM for better compatibility

2013-06-17 Thread Andreas Bießmann
On 16.06.13 16:46, Simon Glass wrote: This error may not be defined on some platforms such as MacOS so host compilation will fail. Use one of the more common errors instead. Signed-off-by: Simon Glass s...@chromium.org Tested-by: Andreas Bießmann andreas.de...@googlemail.com on OS X 10.7.5

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-17 Thread Andreas Bießmann
of env will only take a single parameter. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-05-23 Thread Andreas Bießmann
Hi Bo, On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On 5/14/2013 05:31, Joe Hershberger wrote: On Sun, May 12, 2013 at 6:33 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Bo Shen, On 12.03.2013 07:15, Bo Shen wrote: Add macb support for sama5d3x devices Signed-off

Re: [U-Boot] [U-Boot,1/3] ARM: at91: add Atmel sama5d3 SoC new pmc register

2013-05-21 Thread Andreas Bießmann
changed, 23 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot,2/3] USB: ohci-at91: support sama5d3x devices

2013-05-21 Thread Andreas Bießmann
insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot,3/3] ARM: atmel: add sama5d3xek support

2013-05-21 Thread Andreas Bießmann
create mode 100644 include/configs/sama5d3xek.h applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot,1/3] ARM: at91: fix and update README.at91 document

2013-05-21 Thread Andreas Bießmann
...@atmel.com --- doc/README.at91 | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [U-Boot,3/3] ARM: at91: add NAND partition table and index

2013-05-21 Thread Andreas Bießmann
insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot,2/3] ARM: at91: add at91sam9x5 and sama5d3x information

2013-05-21 Thread Andreas Bießmann
to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PULL] please pull u-boot-atmel/master

2013-05-21 Thread Andreas Bießmann
Dear Albert Aribaud, please pull the following changes from u-boot-atmel/master into u-boot-arm/master. The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98: at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200) are available in the git

Re: [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263

2013-05-17 Thread Andreas Bießmann
Hi Simon, On 15.05.13 18:23, Simon Glass wrote: This is not currently used, since autoboot is not enabled for this board, but the string is missing a parameter. Add it. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v4

Re: [U-Boot] u-boot USB question

2013-05-16 Thread Andreas Bießmann
... there was a discussion to consolidate this) to have env 'loadaddr' set. With that you can use $loadaddr instead of 0x2000 in the example above. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] u-boot USB question

2013-05-16 Thread Andreas Bießmann
to the end user. Well, we have to discuss if this is a drawback ;) Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Wrong RAM Size on Devkit8000

2013-05-15 Thread Andreas Bießmann
the mentioned kernel re-timing. Patches are welcome (I havn't fixed the tricorder issue til now ... ;). Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] avr32: fix relocation address calculation

2013-05-13 Thread Andreas Bießmann
Hi Albert, On 05/10/2013 05:09 PM, Albert ARIBAUD wrote: Hi Andreas, On Fri, 10 May 2013 12:57:21 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Albert, On 05/10/2013 11:24 AM, Albert ARIBAUD wrote: Hi Andreas, On Wed, 8 May 2013 11:25:17 +0200, Andreas Bießmann

Re: [U-Boot] avr32: fix relocation address calculation

2013-05-13 Thread Andreas Bießmann
Dear Andreas Bießmann, Andreas Bießmann andreas.de...@googlemail.com writes: Commit 1865286466a5d0c7f2e3c37632da56556c838e9e (Introduce generic link section.h symbol files) changed the __bss_end symbol type from char[] to ulong. This led to wrong relocation parameters which ended up

[U-Boot] [PULL] please pull u-boot-avr32/master

2013-05-13 Thread Andreas Bießmann
at: git://git.denx.de/u-boot-avr32.git master for you to fetch changes up to a7e62be09189dae3a16882e53f15c38754f9db91: avr32: fix relocation address calculation (2013-05-13 10:35:12 +0200) Andreas Bießmann (1): avr32: fix

Re: [U-Boot] avr32: fix relocation address calculation

2013-05-13 Thread Andreas Bießmann
On 05/13/2013 10:38 AM, Andreas Bießmann wrote: Dear Andreas Bießmann, Andreas Bießmann andreas.de...@googlemail.com writes: Commit 1865286466a5d0c7f2e3c37632da56556c838e9e (Introduce generic link section.h symbol files) changed the __bss_end symbol type from char[] to ulong. This led

Re: [U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices

2013-05-12 Thread Andreas Bießmann
regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [Patch v2 3/4] SPI: atmel_spi: support sama5d3x devices

2013-05-12 Thread Andreas Bießmann
remove this patch from series. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-05-12 Thread Andreas Bießmann
://patchwork.ozlabs.org/patch/239064/ instead of this one. Joe, do you have any objections? Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [Patch v2 4/4] ARM: atmel: add sama5d3xek support

2013-05-12 Thread Andreas Bießmann
) no obvious objections here, please just change order order or split the register definition changes out of this one. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [Patch v2 3/3] ARM: at91sam9n12: add network support with ksz8851_16mll

2013-05-12 Thread Andreas Bießmann
Dear Bo Shen, On 24.04.2013 04:46, Bo Shen wrote: add network support with ksz8851_16mll on at91sam9n12ek board Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- Change in v2 No change --- board/atmel/at91sam9n12ek/at91sam9n12ek.c

Re: [U-Boot] [U-Boot, v4, 1/3] spi: atmel_spi: using ip version to check whether has wdrbt

2013-05-12 Thread Andreas Bießmann
-by: Josh Wu josh...@atmel.com --- changes since v3: - rebase on top of atmel master tree. drivers/spi/atmel_spi.c | 15 --- drivers/spi/atmel_spi.h |2 +- 2 files changed, 13 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot,v4,2/3] arm: at91: add at91sam9n12 register definition

2013-05-12 Thread Andreas Bießmann
/at91sam9x5.h| 19 --- arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h | 17 ++--- arch/arm/include/asm/arch-at91/hardware.h |2 +- 4 files changed, 32 insertions(+), 8 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas

Re: [U-Boot] [U-Boot,v4,3/3] arm: at91: add at91sam9n12ek board support

2013-05-12 Thread Andreas Bießmann
()] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- MAINTAINERS |3 + arch/arm/cpu/arm926ejs/at91/Makefile |1 + arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c | 177 arch/arm/cpu/arm926ejs/at91/clock.c

Re: [U-Boot] [U-Boot, v4, 1/3] spi: atmel_spi: using ip version to check whether has wdrbt

2013-05-12 Thread Andreas Bießmann
-by: Josh Wu josh...@atmel.com --- changes since v3: - rebase on top of atmel master tree. drivers/spi/atmel_spi.c | 15 --- drivers/spi/atmel_spi.h |2 +- 2 files changed, 13 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot,v4,2/3] arm: at91: add at91sam9n12 register definition

2013-05-12 Thread Andreas Bießmann
/at91sam9x5.h| 19 --- arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h | 17 ++--- arch/arm/include/asm/arch-at91/hardware.h |2 +- 4 files changed, 32 insertions(+), 8 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas

Re: [U-Boot] [U-Boot,v4,3/3] arm: at91: add at91sam9n12ek board support

2013-05-12 Thread Andreas Bießmann
()] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- MAINTAINERS |3 + arch/arm/cpu/arm926ejs/at91/Makefile |1 + arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c | 177 arch/arm/cpu/arm926ejs/at91/clock.c

Re: [U-Boot] [U-Boot,1/2] arm: at91: enable mci support for at91sam9g20ek.

2013-05-12 Thread Andreas Bießmann
++-- 3 files changed, 28 insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot,1/2] mmc: atmel_mci: using IP version for different setting

2013-05-12 Thread Andreas Bießmann
++ include/atmel_mci.h |2 ++ 2 files changed, 40 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] [U-Boot,2/2] mmc: atmel_mci: add mmc card support

2013-05-12 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: add mmc card support with atmel mci driver Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/mmc/gen_atmel_mci.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas

Re: [U-Boot] [U-Boot,v2] at91sam9260ek: move board id setup to config header

2013-05-12 Thread Andreas Bießmann
Dear Andreas Bießmann, Andreas Bießmann andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Acked-by: Bo Shen voice.s...@atmel.com --- Changes in v2: * use only one ifdef for sam9G variants board/atmel/at91sam9260ek/at91sam9260ek.c | 12

[U-Boot] [PULL] please pull u-boot-atmel/master

2013-05-12 Thread Andreas Bießmann
repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to d0a51373131c4ba565a2391d5ed78b87c406ce98: at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200) Andreas

Re: [U-Boot] [U-Boot, 2/2] arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc card

2013-05-12 Thread Andreas Bießmann
regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-10 Thread Andreas Bießmann
? Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Uboot question from Newbee

2013-05-10 Thread Andreas Bießmann
that code changes. Best regards Andreas Bießmann [1] http://schedule2012.rmll.info/IMG/pdf/LSM2012_UbootFalconMode_Babic.pdf ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] avr32: fix relocation address calculation

2013-05-10 Thread Andreas Bießmann
Hi Albert, On 05/10/2013 11:24 AM, Albert ARIBAUD wrote: Hi Andreas, On Wed, 8 May 2013 11:25:17 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Commit 1865286466a5d0c7f2e3c37632da56556c838e9e (Introduce generic link section.h symbol files) changed the __bss_end symbol type

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-10 Thread Andreas Bießmann
Hi Julius, On 05/10/2013 01:40 PM, Julius Hemanth P wrote: Hi Andreas, On Fri, May 10, 2013 at 12:21 PM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Julius Hemanth P, On 09.05.13 19:07, Julius Hemanth P wrote: snip diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c b

[U-Boot] [PATCH v2] at91sam9260ek: move board id setup to config header

2013-05-10 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Acked-by: Bo Shen voice.s...@atmel.com --- Changes in v2: * use only one ifdef for sam9G variants board/atmel/at91sam9260ek/at91sam9260ek.c | 12 include/configs/at91sam9260ek.h | 18 ++ 2

[U-Boot] [PATCH] avr32: fix relocation address calculation

2013-05-08 Thread Andreas Bießmann
we may get a 'half-working' u-boot then. Fix this by dereferencing the __bss_end symbol where needed. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/lib/board.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/avr32/lib/board.c b/arch

Re: [U-Boot] [PATCH 1/3] net: macb: using AT91FAMILY replace #ifdeferry

2013-05-08 Thread Andreas Bießmann
On 04/24/2013 09:59 AM, Bo Shen wrote: Using CONFIG_AT91FAMILY replace #ifdeferry for atmel SoC Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- drivers/net/macb.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions

[U-Boot] [PATCH v3 1/5] microblaze: fix style in board.c

2013-04-19 Thread Andreas Bießmann
Make microblaze's board.c checkpatch clean. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Michal Simek mon...@monstr.eu --- Changes in v3: * shorten error string for 'no FDT' Changes in v2: None arch/microblaze/lib/board.c | 63

[U-Boot] [PATCH v3 2/5] nios2: fix style in board.c.

2013-04-19 Thread Andreas Bießmann
Make nios2's board.c checkpatch clean. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None arch/nios2/lib/board.c | 43 +-- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/arch/nios2

[U-Boot] [PATCH v3 3/5] mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORT

2013-04-19 Thread Andreas Bießmann
In order to use the generic hang() later on pull libgeneric in SPL. This has no impact on the SPL size. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None include/configs/mx31pdk.h |1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH v3 4/5] tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT

2013-04-19 Thread Andreas Bießmann
In order to use the generic hang() later on pull libgeneric in SPL. This has no impact on the SPL size. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None include/configs/tx25.h |1 + 1 file changed, 1 insertion(+) diff --git a/include

Re: [U-Boot] [PATCH v3 4/5] tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT

2013-04-19 Thread Andreas Bießmann
Dear Benoît Thébaudeau, On 04/19/2013 11:00 AM, Benoît Thébaudeau wrote: Dear Andreas Bießmann, On Friday, April 19, 2013 10:48:49 AM, Andreas Bießmann wrote: In order to use the generic hang() later on pull libgeneric in SPL. This has no impact on the SPL size. Signed-off-by: Andreas

[U-Boot] [PATCH v3 0/5] consolidate hang()

2013-04-19 Thread Andreas Bießmann
: * shorten error string for 'no FDT' * remove unnecessarily added linux/compiler.h * fix typo in new hang() docu * use simplified macro for SPL_LIBCOMMON_SUPPORT as suggested by Benoît Changes in v2: * delete all hang() and provide generic lib/hang.c Andreas Bießmann (5): microblaze: fix style

[U-Boot] [PATCH v3 5/5] lib: consolidate hang()

2013-04-19 Thread Andreas Bießmann
Delete all occurrences of hang() and provide a generic function. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: * remove unnecessarily added linux/compiler.h * fix typo in new hang() docu * use simplified macro for SPL_LIBCOMMON_SUPPORT as suggested by Benoît

Re: [U-Boot] phy ic isn't reset

2013-04-18 Thread Andreas Bießmann
, what is the root cause of your issue? Does it not oscillate or is your PHY 'mis-configured' in means of wrong initial setup on configuration lines? In both cases I recommend to find a HW solution for the final product. Best regards Andreas Bießmann

[U-Boot] [PATCH v2 1/5] microblaze: fix style in board.c

2013-04-17 Thread Andreas Bießmann
Make microblaze's board.c checkpatch clean. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: None arch/microblaze/lib/board.c | 64 +-- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/arch/microblaze/lib

[U-Boot] [PATCH v2 2/5] nios2: fix style in board.c.

2013-04-17 Thread Andreas Bießmann
Make nios2's board.c checkpatch clean. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: None arch/nios2/lib/board.c | 43 +-- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/arch/nios2/lib/board.c b/arch

[U-Boot] [PATCH v2 3/5] mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORT

2013-04-17 Thread Andreas Bießmann
In order to use the generic hang() later on pull libgeneric in SPL. This has no impact on the SPL size. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: None include/configs/mx31pdk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx31pdk.h

<    5   6   7   8   9   10   11   12   13   14   >