[U-Boot] [PATCH 0/7] avr32: remove non-generic boards

2015-05-11 Thread Andreas Bießmann
-non-generic-board-s-atstk100-3-4-6.patch: warning: arch/avr32/Kconfig,13: please write a paragraph that describes the config symbol fully ---8--- Andreas Bießmann (7): avr32: delete non generic board atngw100 avr32: delete non generic board favr-32-ezkit avr32: delete non generic board

[U-Boot] [PATCH 1/7] avr32: delete non generic board atngw100

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/Kconfig | 4 - board/atmel/atngw100/Kconfig | 15 board/atmel/atngw100/MAINTAINERS | 6 -- board/atmel/atngw100/Makefile| 6 -- board/atmel/atngw100/atngw100.c | 109

Re: [U-Boot] [PATCH 0/7] avr32: remove non-generic boards

2015-05-11 Thread Andreas Bießmann
Hi Waldemar, On 05/11/2015 01:32 PM, Waldemar Brodkorb wrote: Andreas Bießmann (7): avr32: delete non generic board atngw100 avr32: delete non generic board favr-32-ezkit avr32: delete non generic board hammerhead avr32: delete non generic board mimc200 avr32: delete non generic

Re: [U-Boot] [PATCH 0/7] avr32: remove non-generic boards

2015-05-11 Thread Andreas Bießmann
Hi Hans-Christian, On 05/11/2015 01:19 PM, Hans-Christian Egtvedt wrote: Around Mon 11 May 2015 13:07:22 +0200 or thereabout, Andreas Bießmann wrote: This series deletes avr32-boards that are still using the ancient arch/avr32/lib/board.c code. If one would like his board to stay in u-boot

Re: [U-Boot] [U-Boot,v2,1/4] ARM: atmel: arm926ejs: fix clock configuration

2015-03-31 Thread Andreas Bießmann
, 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,v2,2/4] ARM: atmel: at91sam9m10g45ek: enable spl support

2015-03-31 Thread Andreas Bießmann
, 194 insertions(+), 1 deletion(-) create mode 100644 arch/arm/mach-at91/arm926ejs/u-boot-spl.lds 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,v2,4/4] ARM: atmel: at91sam9n12ek: enable spl support

2015-03-31 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] [U-Boot, v2] ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h

2015-03-31 Thread Andreas Bießmann
100644 include/configs/at91-sama5_common.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] [PATCH] spl_atmel.c: Switch s_init to board_init_f

2015-03-31 Thread Andreas Bießmann
(). It can be removed when lowlevel_init becomes s_init. Cc: Bo Shen voice.s...@atmel.com Cc: Andreas Bießmann andreas.de...@googlemail.com Tested-by: Matt Porter mpor...@konsulko.com on sama5d3_xplained Signed-off-by: Tom Rini tr...@ti.com [rebased on current master, leave s_init() as empty stub

Re: [U-Boot] [U-Boot, v2] ARM: at91: at91sam9n12ek: save the environment to a fat file in MMC card

2015-03-31 Thread Andreas Bießmann
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,v2,3/4] ARM: atmel: at91sam9x5ek: enable spl support

2015-03-31 Thread Andreas Bießmann
+ 11 files changed, 157 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-boot

Re: [U-Boot] [U-Boot,PATCHv2] ARM: at91: atmel_nand: Support flash based BBT

2015-03-31 Thread Andreas Bießmann
boris.brezil...@free-electrons.com CC: Josh Wu josh...@atmel.com CC: Andreas Bießmann andreas.de...@googlemail.com CC: Scott Wood scottw...@freescale.com Acked-by: Josh Wu josh...@atmel.com --- Changes since v1: - improve commit message - add Reviewed-by tag drivers/mtd/nand/atmel_nand.c | 6

Re: [U-Boot] [PATCH] spl_atmel.c: Switch s_init to board_init_f

2015-03-31 Thread Andreas Bießmann
(). It can be removed when lowlevel_init becomes s_init. Cc: Bo Shen voice.s...@atmel.com Cc: Andreas Bießmann andreas.de...@googlemail.com Tested-by: Matt Porter mpor...@konsulko.com on sama5d3_xplained Signed-off-by: Tom Rini tr...@ti.com [rebased on current master, leave s_init() as empty stub

Re: [U-Boot] arm, at91: corvus: move MACH_TYPE to defconfig

2015-03-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

Re: [U-Boot] ARM: at91: sama5d4: display the U-Boot version on LCD

2015-03-31 Thread Andreas Bießmann
++ 2 files changed, 4 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, v2, 1/2] ARM: atmel: arm9: switch to use common timer functions

2015-03-31 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Signed-off-by: Bo Shen voice.s...@atmel.com [rebase on current master] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: None arch/arm/mach-at91/arm926ejs/timer.c | 59 arch

Re: [U-Boot] [U-Boot, v2, 2/2] ARM: atmel: armv7: switch to use common timer functions

2015-03-31 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: The commit 8dfafdd (Introduce common timer functions), add common timer functions, we can use them directly. Signed-off-by: Bo Shen voice.s...@atmel.com [rebase on current master] Sigend-off-by: Andreas Bießmann andreas.de...@googlemail.com

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

2015-03-31 Thread Andreas Bießmann
Hi Tom, another pull request for 2015.04 release. Atmel stuff should be fine now for this release. The following changes since commit 662e2acb46250881ec26bc8366fc9eb1856cb7c2: sunxi: UTOO_P66: Add missing MAINTAINERS entry (2015-03-29 14:56:48 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 2/6] ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h

2015-03-29 Thread Andreas Bießmann
Hi Josh, sorry for beeing late. I'd like to apply this one but it does not cleanly. Could you please rebase on current master? Andreas On 19.11.14 12:03, Josh Wu wrote: Create a new configuration file: at91-sama5_common.h. Which include the configurations that reused by all SAMA5 chips. In

Re: [U-Boot] [PATCH 1/2] spl_atmel.c: Switch s_init to board_init_f

2015-03-29 Thread Andreas Bießmann
your patch or would you like to repost? Andreas On 11.02.15 01:07, Tom Rini wrote: To facilitate changing lowlevel_init to become s_init, move the current contents of s_init into board_init_f and add the rest of what board_init_f does here. Cc: Bo Shen voice.s...@atmel.com Cc: Andreas Bießmann

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

2015-03-20 Thread Andreas Bießmann
Hi Tom, I have a few fixes for atmel devices, please pull them into u-boot/master. There are still some more on my patchwork todo list regarding SPL for armv5 atmel devices. I will check them this weekend and maybe request another pull beginning of next week. The following changes since commit

Re: [U-Boot] Net: macb: reset GBE bit when fallback checking

2015-03-18 Thread Andreas Bießmann
changed, 1 insertion(+), 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] ARM: atmel: sama5d4: set non-secured for peripherals

2015-03-18 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

Re: [U-Boot] ARM: atmel: sama5d4 xplained: enable mmc power

2015-03-18 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Enable the power for MMC/SD port. Signed-off-by: Bo Shen voice.s...@atmel.com --- board/atmel/sama5d4_xplained/sama5d4_xplained.c | 3 +++ 1 file changed, 3 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot,1/2] ARM: at91: at91sam9rlek: add mci support

2015-03-18 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu josh...@atmel.com writes: This patch enable the MCI support for at91sam9rlek board. Signed-off-by: Josh Wu josh...@atmel.com [rebase on ToT] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c | 17

Re: [U-Boot] [U-Boot, 2/2] ARM: at91: at91sam9rlek: add mmc environment configuration

2015-03-18 Thread Andreas Bießmann
files changed, 20 insertions(+), 1 deletion(-) create mode 100644 configs/at91sam9rlek_mmc_defconfig 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] [U-Boot,1/2] ARM: atmel: sama5d4 boards: fix spl lds location

2015-03-18 Thread Andreas Bießmann
+- 2 files changed, 2 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] ARM: at91: at91sam9rlek: add hush parser to defconfig

2015-03-18 Thread Andreas Bießmann
| 1 + configs/at91sam9rlek_mmc_defconfig | 1 + configs/at91sam9rlek_nandflash_defconfig | 1 + 3 files changed, 3 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [U-Boot,2/2] ARM: atmel: armv7: move spl lds to armv7 directory

2015-03-18 Thread Andreas Bießmann
%) 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, v2] ARM: at91: at91sam9rlek: update the default nand flash configs

2015-03-18 Thread Andreas Bießmann
and dtb. include/configs/at91sam9rlek.h | 18 +++--- 1 file changed, 11 insertions(+), 7 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

[U-Boot] [PATCH] atngwmkii: convert to generic board

2015-03-01 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- include/configs/atngw100mkii.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index 35eae76..eaed7ea 100644 --- a/include/configs/atngw100mkii.h +++ b

Re: [U-Boot] omap_gpmc: Do not default to HAM1 when SW ECC is selected

2015-02-18 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] [PULL v2] u-boot-avr32/master - u-boot/master

2015-02-17 Thread Andreas Bießmann
for you to fetch changes up to 5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30: atstk1002: enable generic board (2015-02-17 22:54:41 +0100) Andreas Bießmann (11): avr32: use dlmalloc for DMA buffers avr32: rename cpu_init

Re: [U-Boot] [PULL] u-boot-avr32/master - u-boot/master

2015-02-17 Thread Andreas Bießmann
Hi Tom, On 02/17/2015 04:12 PM, Tom Rini wrote: On Mon, Feb 16, 2015 at 09:25:06PM +0100, Andreas Bießmann wrote: Hi Tom, finally generic board support for avr32! The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f: sunxi: configs/sunxi-common.h: Enable

Re: [U-Boot] [U-Boot,v3,07/12] common/board_f: factor out reserve_stacks

2015-02-17 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Introduce arch_reserve_stacks() to tailor gd-start_addr_sp and gd-irq_sp to the architecture needs. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3

Re: [U-Boot] [U-Boot,v3,10/12] avr32: add generic board support

2015-02-17 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This version still has the mmu_init_r() in common/board_r. Removing this now is not that easy ... I'd love to get it in as is and change it later

Re: [U-Boot] [PATCH] tools: imagetool: Remove INSERT BEFORE from linker script

2015-02-16 Thread Andreas Bießmann
the RFC would work [2]. Best regards Andreas Bießmann [1] http://patchwork.ozlabs.org/patch/437762/ [2] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/211224 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot,v3,01/12] avr32: use dlmalloc for DMA buffers

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: None arch/avr32/include/asm/dma-mapping.h |7 - arch/avr32/lib/board.c | 51

Re: [U-Boot] [U-Boot,v3,09/12] common/board_r: allocate bootparams

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: - provide as extra patch, remove from avr32 generic board support Changes in v1

Re: [U-Boot] [U-Boot,v3,05/12] avr32: convert to dram_init()

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: - new since v1 Changes in v1: None arch/avr32/include/asm/u-boot.h

Re: [U-Boot] [U-Boot,v3,11/12] grasshopper: enable generic board

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: None include/configs/grasshopper.h |4 1 file changed, 4 insertions(+) applied to u-boot

Re: [U-Boot] [U-Boot,v3,04/12] avr32: rename mmu.h definitions

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Prefix mmu.h PAGE_xxx definitions with MMU_ in order to prevent a naming conflict with other definitions. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1

Re: [U-Boot] [U-Boot,v3,02/12] avr32: rename cpu_init() - arch_cpu_init()

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None Changes in v1: None arch/avr32/cpu/cpu.c|2 +- arch/avr32

Re: [U-Boot] [U-Boot,v3,06/12] avr32: use generic gd-start_addr_sp

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Before avr32 had an extra storage for stack end to have a nice stack printout on exception. Remove this extra storage and use generic gd-start_addr_sp instead. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com

Re: [U-Boot] [U-Boot,v3,03/12] avr32: factor out cpu_mmc_init()

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: cpu_mmc_init() is required by the init sequence to have a working MMC interface on avr32. This will not be included in the binary if we omit the avr32 board.c when building the generic board. Signed-off-by: Andreas Bießmann

Re: [U-Boot] [U-Boot,v3,12/12] atstk1002: enable generic board

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: - new since RFC include/configs/atstk1002.h |4 1 file changed, 4 insertions(+) applied to u

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

2015-02-16 Thread Andreas Bießmann
master for you to fetch changes up to 4d3dada78ec402dc51e4198dda316301e0d99f35: atstk1002: enable generic board (2015-02-16 21:21:26 +0100) Andreas Bießmann (11): avr32: use dlmalloc for DMA buffers avr32: rename cpu_init

Re: [U-Boot] [PATCH v3 1/4] dm: at91: Drop use of ATMEL_PIO_PORTS in the header file

2015-02-12 Thread Andreas Bießmann
On 02/12/2015 12:32 AM, Simon Glass wrote: With driver model the number of PIO ports is defined by platform data, so remove it from the header file. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: - Split out

Re: [U-Boot] [RFC/PATCH] tools: New 'spl-stackusage' script

2015-02-11 Thread Andreas Bießmann
Hi Siarhei, On 02/11/2015 05:15 AM, Siarhei Siamashka wrote: On Mon, 02 Feb 2015 14:15:33 +0100 Andreas Bießmann andreas.de...@googlemail.com wrote: Another point ... I really appreciate your efforts to bring this tool in. So don't get me wrong, but ... why ruby? That's because I know

Re: [U-Boot] [PATCH v3 10/12] avr32: add generic board support

2015-02-09 Thread Andreas Bießmann
Hi Simon, On 07.02.15 01:28, Simon Glass wrote: On 6 February 2015 at 15:06, Andreas Bießmann andreas.de...@googlemail.com wrote: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This version still has the mmu_init_r() in common/board_r. Removing this now is not that easy

Re: [U-Boot] [PATCH] mtd: atmel_nand: according to pmecc version to perform 0xff page correction

2015-02-09 Thread Andreas Bießmann
Hi Scott, On 09.02.15 18:04, Scott Wood wrote: On Mon, 2015-02-02 at 14:08 +0800, Josh Wu wrote: Hi, Scott On 1/16/2015 4:24 PM, Andreas Bießmann wrote: Hi Bo, Josh, On 01/16/2015 07:50 AM, Josh Wu wrote: Hi, Bo On 1/16/2015 1:27 PM, Bo Shen wrote: Hi Josh, On 01/16/2015 11:54 AM

[U-Boot] [PATCH v3 10/12] avr32: add generic board support

2015-02-08 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This version still has the mmu_init_r() in common/board_r. Removing this now is not that easy ... I'd love to get it in as is and change it later to the board_init_f_r() sequence. Changes in v3: - remove unnecessary stack

[U-Boot] [PATCH v3 0/12] avr32: add generic board

2015-02-08 Thread Andreas Bießmann
to generic board will be removed soon. Andreas Bießmann Changes in v3: - new in v3 - make arch_reserve_stacks weak and adopt ppc/arm versions - remove unnecessary stack implementation for avr32 - fix bdinfo output Changes in v2: - new since v1 - new since v1 - provide as extra patch, remove from

[U-Boot] [PATCH v3 08/12] common/board_r: manual relocation for cmd table

2015-02-08 Thread Andreas Bießmann
This is required for architectures still need manual relocation like avr32, m68k microblaze and maybe others. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org Tested-by: Michal Simek michal.si...@xilinx.com --- Changes in v3: None Changes

[U-Boot] [PATCH v3 09/12] common/board_r: allocate bootparams

2015-02-08 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: - provide as extra patch, remove from avr32 generic board support Changes in v1: None common/board_r.c | 15 +++ 1 file changed, 15

[U-Boot] [PATCH v3 07/12] common/board_f: factor out reserve_stacks

2015-02-08 Thread Andreas Bießmann
Introduce arch_reserve_stacks() to tailor gd-start_addr_sp and gd-irq_sp to the architecture needs. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: - make arch_reserve_stacks weak and adopt ppc/arm versions Changes in v2: - new since v1 Changes in v1: None

Re: [U-Boot] MACB TX timeout

2015-02-08 Thread Andreas Bießmann
you checked your errata notice [1] in chapter 7.1.1? If you have a rev C base board you should add the impedance mismatch fix mentioned there. Best regards Andreas Bießmann [1] http://www.atmel.com/Images/Atmel_11180_32-bit-Cortex-A5-Microcontroller_SAMA5D3-Series-EK_User-Guide.pdf

[U-Boot] [PATCH v1] tools/imagetool: remove linker script

2015-02-08 Thread Andreas Bießmann
used in linux kernel script/mod/file2alias.c which has the very same problem (cause it is a host tool). This code also comes with an abstraction for Mach-O binary format used in Darwin systems. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Guilherme Maciel Ferreira

Re: [U-Boot] recent tools on FreeBSD

2015-02-07 Thread Andreas Bießmann
Hi Simon, On 07.02.15 17:29, Simon Glass wrote: On 7 February 2015 at 09:23, Andreas Bießmann andreas.de...@googlemail.com wrote: On 07.02.15 16:10, Simon Glass wrote: On 7 February 2015 at 03:04, Jeroen Hofstee jer...@myspectrum.nl wrote: On 06-02-15 22:00, Simon Glass wrote: On 6 February

Re: [U-Boot] recent tools on FreeBSD

2015-02-07 Thread Andreas Bießmann
Hi Simon, On 07.02.15 16:10, Simon Glass wrote: On 7 February 2015 at 03:04, Jeroen Hofstee jer...@myspectrum.nl wrote: On 06-02-15 22:00, Simon Glass wrote: On 6 February 2015 at 13:40, Andreas Bießmann andreas.de...@googlemail.com wrote: On 06.02.15 20:56, Jeroen Hofstee wrote: Dynamic

[U-Boot] [RFC PATCH] tools/imagetool: remove linker generated list

2015-02-07 Thread Andreas Bießmann
. Therefore this commit broke this host-tool for theem, namely FreeBSD and Darwin (OS/X). This commit tries to fix this. We won't go back to the register functions but we also can not use the linker script. So use another approach copied from linux kernel scripts/mod/file2alias.c. Signed-off-by: Andreas

Re: [U-Boot] [U-Boot,v1,4/4] arm, at91, taurus: enable WDT

2015-02-07 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher h...@denx.de writes: enable WDT for the taurus board. Signed-off-by: Heiko Schocher h...@denx.de --- include/configs/taurus.h | 6 ++ 1 file changed, 6 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot, v2, 01/13] ARM: atmel: clock: make it possible to configure HMX32

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: None arch/arm/cpu/armv7/at91/clock.c | 8 1 file changed, 8 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

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

2015-02-07 Thread Andreas Bießmann
Hi Tom, I have some atmel changes posted way before the MW has closed. Sorry for the delay, there will be some more patches to process next few days. The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08: Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04

Re: [U-Boot] [U-Boot, v3, 2/3] ARM: at91: sama5d3xek: save enviroment as a FAT file in MMC card

2015-02-07 Thread Andreas Bießmann
...@atmel.com --- Changes in v3: - move CONFIG_FAT_WRITE macro to share with USB and MMC Changes in v2: None include/configs/sama5d3xek.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] mtd: atmel_nand: according to pmecc version to perform 0xff page correction

2015-02-07 Thread Andreas Bießmann
-off-by: Josh Wu josh...@atmel.com Acked-by: Bo Shen voice.s...@atmel.com Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- drivers/mtd/nand/atmel_nand.c | 9 + drivers/mtd/nand/atmel_nand_ecc.h | 20 2 files changed, 29 insertions(+) applied to u-boot

Re: [U-Boot] [U-Boot,v1,2/4] common/board_f: add at91 wdt

2015-02-07 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

Re: [U-Boot] [U-Boot, v3, 3/3] ARM: at91: at91sam9x5: save environment to a FAT file in MMC card

2015-02-07 Thread Andreas Bießmann
...@atmel.com --- Changes in v3: None Changes in v2: - refined commit messages - fix a compile error for at91sam9x5 mmc env file. include/configs/at91sam9x5ek.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] ARM: at91: mmc portA support is only for at91sam9g20ek_2mmc board

2015-02-07 Thread Andreas Bießmann
/at91sam9g20ek_2mmc_defconfig delete mode 100644 configs/at91sam9g20ek_mmc_defconfig 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,v1,3/4] arm, at91, wdt: make timeout configurable

2015-02-07 Thread Andreas Bießmann
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,v1,1/4] arm, at91, wdt: do not disable WDT in SPL

2015-02-07 Thread Andreas Bießmann
, 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, v3, 1/3] ARM: at91: sama5d3_xplained: save environment in a FAT file in MMC card

2015-02-07 Thread Andreas Bießmann
...@atmel.com --- Changes in v3: - move CONFIG_FAT_WRITE macro to share with USB and MMC Changes in v2: - refined commit messages include/configs/sama5d3_xplained.h | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas

Re: [U-Boot] ARM: atmel: cleanup: remove at91cap9 related code

2015-02-07 Thread Andreas Bießmann
. Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/cpu/arm926ejs/at91/Makefile | 1 - arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c | 189 --- arch/arm/include/asm/arch-at91/at91_pmc.h| 9

Re: [U-Boot] [U-Boot, v2, 10/13] ARM: atmel: sama5d4: can access DDR in interleave mode

2015-02-07 Thread Andreas Bießmann
, 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] arm, at91: add reset controller status register

2015-02-07 Thread Andreas Bießmann
, 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] arm, at91: taurus remove MACH_TYPE definitions in config file

2015-02-07 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] [U-Boot,v2,04/13] ARM: atmel: spl: add weak bus matrix init function

2015-02-07 Thread Andreas Bießmann
(+) 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, v2, 07/13] ARM: atmel: sama5d4: add matrix1 base addr definition

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: None arch/arm/include/asm/arch-at91/sama5d4.h | 2 ++ 1 file changed, 2 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot,v2,03/13] ARM: atmel: sama5: add sfr register header file

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: The SFR (special function registers) can be shared bwteen sama5d3 and sama5d4 soc. Signed-off-by: Bo Shen voice.s...@atmel.com [whitespace adoptions for 80 char compliance] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com

Re: [U-Boot] [U-Boot,v2,06/13] ARM: atmel: spl: can not disable osc for sama5d4

2015-02-07 Thread Andreas Bießmann
, 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,v2,05/13] ARM: atmel: spl: add saic to aic redirect function

2015-02-07 Thread Andreas Bießmann
| 7 +++ arch/arm/include/asm/arch-at91/at91_common.h | 1 + 2 files changed, 8 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

Re: [U-Boot] [U-Boot,v2,12/13] ARM: atmel: sama5d4ek: enable SPL support

2015-02-07 Thread Andreas Bießmann
+++ 6 files changed, 145 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, v2, 11/13] ARM: atmel: sama5d4: build related file when enable SPL

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: None arch/arm/cpu/at91-common/Makefile | 1 + 1 file changed, 1 insertion(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot,v2,08/13] ARM: atmel: sama5d4: add bus matrix init function

2015-02-07 Thread Andreas Bießmann
, 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,v2,02/13] ARM: atmel: sama5: add bus matrix header file

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: This matrix header file can be shared between sama5d3 and sama5d4 soc. Signed-off-by: Bo Shen voice.s...@atmel.com [whitespace adaptions for 80 char compliance] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2

Re: [U-Boot] [U-Boot,v2,13/13] ARM: atmel: sama5d4_xplained: enable spl support

2015-02-07 Thread Andreas Bießmann
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, v2, 09/13] ARM: atmel: sama5d4: add interrupt redirect function

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Signed-off-by: Bo Shen voice.s...@atmel.com [fix subject] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: None arch/arm/cpu/armv7/at91/sama5d4_devices.c | 12 1 file changed, 12 insertions

Re: [U-Boot] recent tools on FreeBSD

2015-02-06 Thread Andreas Bießmann
, add the magic handling for Mach-O binaries and remove the linker foo. Best regards Andreas Bießmann [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dd2a3acaecd7abb2d43b09a823cf2e4c967fa2ac ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH v3 02/12] avr32: rename cpu_init() - arch_cpu_init()

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None Changes in v1: None arch/avr32/cpu/cpu.c|2 +- arch/avr32/include/asm/u-boot.h |2 ++ arch/avr32/lib/board.c |2

[U-Boot] [PATCH v3 03/12] avr32: factor out cpu_mmc_init()

2015-02-06 Thread Andreas Bießmann
cpu_mmc_init() is required by the init sequence to have a working MMC interface on avr32. This will not be included in the binary if we omit the avr32 board.c when building the generic board. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2

[U-Boot] [PATCH v3 01/12] avr32: use dlmalloc for DMA buffers

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: None arch/avr32/include/asm/dma-mapping.h |7 - arch/avr32/lib/board.c | 51 -- include/configs/atngw100.h

[U-Boot] [PATCH v3 06/12] avr32: use generic gd-start_addr_sp

2015-02-06 Thread Andreas Bießmann
Before avr32 had an extra storage for stack end to have a nice stack printout on exception. Remove this extra storage and use generic gd-start_addr_sp instead. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: - new in v3 Changes in v2: None Changes in v1: None

[U-Boot] [PATCH v3 05/12] avr32: convert to dram_init()

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: - new since v1 Changes in v1: None arch/avr32/include/asm/u-boot.h |1 + arch/avr32/lib/Makefile |1 + arch

[U-Boot] [PATCH v3 11/12] grasshopper: enable generic board

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: None include/configs/grasshopper.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/grasshopper.h b/include/configs/grasshopper.h index 83f0ed2

[U-Boot] [PATCH v3 12/12] atstk1002: enable generic board

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: - new since RFC include/configs/atstk1002.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 9e58238

[U-Boot] [PATCH v3 04/12] avr32: rename mmu.h definitions

2015-02-06 Thread Andreas Bießmann
Prefix mmu.h PAGE_xxx definitions with MMU_ in order to prevent a naming conflict with other definitions. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: None Changes in v2: None Changes in v1: - new since RFC arch/avr32/cpu/at32ap700x/mmu.c |8

Re: [U-Boot] [RFC/PATCH] tools: New 'spl-stackusage' script

2015-02-02 Thread Andreas Bießmann
started to introduce python for some complex scripts, before that u-boot only had shell scripts. I personally think one interpreter in u-boot world is enough. I'm curious how others think about that. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot

Re: [U-Boot] Bug in buildman?

2015-01-29 Thread Andreas Bießmann
Hi Simon, I add some more descriptive text. On 29.01.15 18:41, Simon Glass wrote: Hi Andreas, On 31 December 2014 at 05:44, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Simon, while test-building 2015.01-rc4 I encountered following strange behaviour of buildman: ---8

[U-Boot] [PATCH v2 06/11] common/board_f: factor out reserve_stacks

2015-01-29 Thread Andreas Bießmann
Require each architecture to provide an arch_reserve_stacks() function to setup the required stacks for the architecture. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This patch is _not_ fully compile tested for all ppc/arm boards! Changes in v2: - new since v1 Changes in v1

[U-Boot] [PATCH v2 07/11] common/board_r: manual relocation for cmd table

2015-01-29 Thread Andreas Bießmann
This is required for architectures still need manual relocation like avr32, m68k microblaze and maybe others. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Reviewed-by: Simon Glass s...@chromium.org Tested-by: Michal Simek michal.si...@xilinx.com --- Changes in v2: None Changes

<    1   2   3   4   5   6   7   8   9   10   >