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

2015-05-11 Thread Andreas Bießmann
warnings, 0 checks for 0005-avr32-delete-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-ez

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

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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 -- configs

[U-Boot] [PATCH 2/7] avr32: delete non generic board favr-32-ezkit

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- arch/avr32/Kconfig | 4 - board/earthlcd/favr-32-ezkit/Kconfig | 15 -- board/earthlcd/favr-32-ezkit/MAINTAINERS | 6 - board/earthlcd/favr-32-ezkit/Makefile| 9 -- board/earthlcd/favr-32-ezkit/favr-32

Re: [U-Boot] [PATCH v2 4/4] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-05-11 Thread Andreas Bießmann
Hi Stefan, On 05/08/2015 09:52 AM, Stefan Roese wrote: > This patch adds the feature to only stop the autobooting, and therefor > boot into the U-Boot prompt, when the input string / password matches > a values that is encypted via a SHA256 hash and saved in the environment. > > This feature is e

[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] spl_atmel.c: Switch s_init to board_init_f

2015-03-31 Thread Andreas Bießmann
of s_init(). It can be removed when lowlevel_init becomes s_init. > >Cc: Bo Shen >Cc: Andreas Bießmann >Tested-by: Matt Porter on sama5d3_xplained >Signed-off-by: Tom Rini >[rebased on current master, leave s_init() as empty stub] >Signed-off-by: Andreas Bießmann >-

Re: [U-Boot] [U-Boot,v2,2/4] ARM: atmel: at91sam9m10g45ek: enable spl support

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

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

2015-03-31 Thread Andreas Bießmann
ion. > >Signed-off-by: Bo Shen >Tested-by: Heiko Schocher >--- > >Changes in v2: None > > arch/arm/mach-at91/arm926ejs/clock.c | 54 +++- > 1 file changed, 28 insertions(+), 26 deletions(-) applied to u-boot-atmel/ma

Re: [U-Boot] [U-Boot,v2,4/4] ARM: atmel: at91sam9n12ek: enable spl support

2015-03-31 Thread Andreas Bießmann
+- > board/atmel/at91sam9n12ek/at91sam9n12ek.c | 73 ++ > configs/at91sam9n12ek_nandflash_defconfig | 1 + > configs/at91sam9n12ek_spiflash_defconfig | 1 + > include/configs/at91sam9n12ek.h| 58 +++- > 9 files changed, 138 insertions(+), 5 deletions(-) appl

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
- > 5 files changed, 102 insertions(+), 298 deletions(-) > create mode 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] [U-Boot,PATCHv2] ARM: at91: atmel_nand: Support flash based BBT

2015-03-31 Thread Andreas Bießmann
Dear David Dueck, David Dueck writes: >Add support for on-flash bad block table. This makes U-Boot handle an existing >BBT correctly. > >Signed-off-by: David Dueck >Reviewed-by: Boris BREZILLON >CC: Boris BREZILLON >CC: Josh Wu >CC: Andreas Bießmann >CC: Sco

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
e changed, 13 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,v2,3/4] ARM: atmel: at91sam9x5ek: enable spl support

2015-03-31 Thread Andreas Bießmann
fig | 1 + > include/configs/at91sam9x5ek.h | 57 + > 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] arm, at91: corvus: move MACH_TYPE to defconfig

2015-03-31 Thread Andreas Bießmann
r, 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
of s_init(). It can be removed when lowlevel_init becomes s_init. > >Cc: Bo Shen >Cc: Andreas Bießmann >Tested-by: Matt Porter on sama5d3_xplained >Signed-off-by: Tom Rini >[rebased on current master, leave s_init() as empty stub] >Signed-off-by: Andreas Bießmann >-

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

2015-03-31 Thread Andreas Bießmann
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 writes: >Signed-off-by: Bo Shen >[rebase on current master] >Signed-off-by: Andreas Bießmann >--- > >Changes in v2: None > > arch/arm/mach-at91/arm926ejs/timer.c | 59 > > arch/arm/mach-at91/include/mac

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 writes: >The commit 8dfafdd (Introduce common timer functions), add common >timer functions, we can use them directly. > >Signed-off-by: Bo Shen >[rebase on current master] >Sigend-off-by: Andreas Bießmann >--- > >Changes in v2: > - correct

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

2015-03-29 Thread Andreas Bießmann
t adopting 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 > Cc: A

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. > >

[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 0

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
oot-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/2] ARM: atmel: armv7: move spl lds to armv7 directory

2015-03-18 Thread Andreas Bießmann
pl.lds (100%) 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] ARM: atmel: sama5d4 boards: fix spl lds location

2015-03-18 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] ARM: at91: at91sam9rlek: add hush parser to defconfig

2015-03-18 Thread Andreas Bießmann
91sam9rlek_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://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 writes: >Enable the power for MMC/SD port. > >Signed-off-by: Bo Shen >--- > > board/atmel/sama5d4_xplained/sama5d4_xplained.c | 3 +++ > 1 file changed, 3 insertions(+) applied to u-boot-atmel/master, thanks! Best rega

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 writes: >This patch enable the MCI support for at91sam9rlek board. > >Signed-off-by: Josh Wu >[rebase on ToT] >Signed-off-by: Andreas Bießmann >--- > > arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c | 17 + > board/atmel/

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

2015-03-18 Thread Andreas Bießmann
+- > 2 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/u-boot

Re: [U-Boot] [U-Boot, v2] ARM: at91: at91sam9rlek: update the default nand flash configs

2015-03-18 Thread Andreas Bießmann
clude/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/mailman/listinfo/u-boot

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

2015-03-01 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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/include/configs/atngw100mkii.h

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

2015-02-18 Thread Andreas Bießmann
ome detection if the ELM is supported or not and switch in the HW part of omap_nand_switch_ecc() between OMAP_ECC_BCH8_CODE_HW and OMAP_ECC_BCH8_CODE_HW_DETECTION_SW. 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: &

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 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 >Reviewed-by: Simon Glass >--- > >Changes in v3: >- make arch_reserve_stack

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 writes: >Signed-off-by: Andreas Bießmann >--- >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. > &g

[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] [U-Boot,v3,11/12] grasshopper: enable generic board

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel writes: >Signed-off-by: Andreas Bießmann >--- > >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-avr32/master, tha

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 writes: >Signed-off-by: Andreas Bießmann >Reviewed-by: Simon Glass >--- > >Changes in v3: None >Changes in v2: >- provide as extra patch, remove from avr32 generic board support > >Changes in v1: None > > common/board_r.

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 writes: >Signed-off-by: Andreas Bießmann >Reviewed-by: Simon Glass >--- > >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,12/12] atstk1002: enable generic board

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel writes: >Signed-off-by: Andreas Bießmann >--- > >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-boot-avr32

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 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,02/12] avr32: rename cpu_init() -> arch_cpu_init()

2015-02-16 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel writes: >Signed-off-by: Andreas Bießmann >Reviewed-by: Simon Glass >--- > >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 |

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 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 >--- > >Changes in v3: None >Changes in v2: None >Changes in v1: >- ne

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 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 >--- > >Changes in v3: &g

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 writes: >Signed-off-by: Andreas Bießmann >--- > >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] [PATCH] tools: imagetool: Remove "INSERT BEFORE" from linker script

2015-02-16 Thread Andreas Bießmann
y the Darwin linker. The linker generated lists work just differently on Darwin, therefore a93648d197df48fa46dd55f925ff70468bd81c71 broke mkimage for me. Guilherme told the RFC would work [2]. Best regards Andreas Bießmann [1] http://patchwork.ozlabs.org/patch/437762/ [2] http://article.gmane.or

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 Acked-by: Andreas Bießmann > --- > > Changes in v3: > - Split out the ATMEL_PIO_P

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" wrote: >> Another point ... I really appreciate your efforts to bring this tool >> in. So don't get me wrong, but ... why ruby? > > Tha

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

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 > wrote: >> Signed-off-by: Andreas Bießmann >> --- >> This version still has the mmu_init_r() in common/board_r. Removing this now >> is >> not that easy ... I&

[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 Cc: Guilherme Maciel Ferreira --- It is highly encouraged to have a

Re: [U-Boot] MACB TX timeout

2015-02-08 Thread Andreas Bießmann
> Did anyone find this issue before? have 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-Microcontr

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

2015-02-08 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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 implementation for avr32 - fix b

[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 Reviewed-by: Simon Glass Tested-by: Michal Simek --- Changes in v3: None Changes in v2: None Changes in v1: None common/board_r.c | 12

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

2015-02-08 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann Reviewed-by: Simon Glass --- 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 insertions(+) diff --git a/common/board_r.c b

[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 --- Changes in v3: - make arch_reserve_stacks weak and adopt ppc/arm versions Changes in v2: - new since v1 Changes in v1: None arch/arm/lib/Ma

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

2015-02-08 Thread Andreas Bießmann
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] [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 1

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 writes: >enable WDT for the taurus board. > >Signed-off-by: Heiko Schocher >--- > > include/configs/taurus.h | 6 ++ > 1 file changed, 6 insertions(+) applied to u-boot-atmel/master, thanks! Best rega

Re: [U-Boot] arm, at91: add reset controller status register

2015-02-07 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher writes: >add reset controller status register > >Signed-off-by: Heiko Schocher >Acked-by: Bo Shen >--- > > arch/arm/include/asm/arch-at91/at91_rstc.h | 2 ++ > 1 file changed, 2 insertions(+) applied to u-boot-atmel/master, thanks

Re: [U-Boot] arm, at91: taurus remove MACH_TYPE definitions in config file

2015-02-07 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher writes: >remove MACH_TYPE definitions in config file, as they come from >the defconfig. > >Signed-off-by: Heiko Schocher >--- > > include/configs/taurus.h | 3 --- > 1 file changed, 3 deletions(-) applied to u-boot-atmel/master, thanks

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
gt; >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
it. > >Signed-off-by: Josh Wu >Acked-by: Bo Shen >Acked-by: Andreas Bießmann >--- > > drivers/mtd/nand/atmel_nand.c | 9 + > drivers/mtd/nand/atmel_nand_ecc.h | 20 > 2 files changed, 29 insertions(+) applied to u-boot-atmel/

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

Re: [U-Boot] [U-Boot,v1,3/4] arm, at91, wdt: make timeout configurable

2015-02-07 Thread Andreas Bießmann
files changed, 7 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] ARM: at91: mmc portA support is only for at91sam9g20ek_2mmc board

2015-02-07 Thread Andreas Bießmann
5 deletions(-) > create mode 100644 configs/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,2/4] common/board_f: add at91 wdt

2015-02-07 Thread Andreas Bießmann
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
Dear Heiko Schocher, Heiko Schocher writes: >if CONFIG_AT91SAM9_WATCHDOG is set, do not disable WDT in >SPL > >Signed-off-by: Heiko Schocher >--- > > arch/arm/cpu/at91-common/spl.c | 4 > 1 file changed, 4 insertions(+) applied to u-boot-atmel/master, thanks

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
gt; >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-at

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

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >The SAMAA5D4 SoC can access DDR in interleave mode. > >Signed-off-by: Bo Shen >--- > >Changes in v2: None > > arch/arm/cpu/at91-common/mpddrc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-atmel/master, tha

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

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

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Signed-off-by: Bo Shen >[fix subject] >Signed-off-by: Andreas Bießmann >--- > >Changes in v2: None > > arch/arm/cpu/armv7/at91/sama5d4_devices.c | 12 > 1 file changed, 12 insertions(+) applied to u-boot-atmel/master, tha

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

2015-02-07 Thread Andreas Bießmann
lated code. > >Signed-off-by: Bo Shen >Acked-by: Andreas Bießmann >--- > > 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|

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

2015-02-07 Thread Andreas Bießmann
4ek.h | 56 +++ > 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 writes: >Signed-off-by: Bo Shen >--- > >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
Dear Bo Shen, Bo Shen writes: >Signed-off-by: Bo Shen >--- > >Changes in v2: None > > arch/arm/cpu/armv7/at91/sama5d4_devices.c | 35 +++ > 1 file changed, 35 insertions(+) applied to u-boot-atmel/master, thanks! Best rega

Re: [U-Boot] [U-Boot,v2,04/13] ARM: atmel: spl: add weak bus matrix init function

2015-02-07 Thread Andreas Bießmann
ns(+) 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 writes: >Signed-off-by: Bo Shen >--- > >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,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/u-boot

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

2015-02-07 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >The SAMA5D4 SoC on chip rc oscillator can not be disabled. > >Signed-off-by: Bo Shen >--- > >Changes in v2: None > > arch/arm/cpu/at91-common/spl_atmel.c | 2 ++ > 1 file changed, 2 insertions(+) applied to u-boot-atmel/master, tha

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 writes: >The SFR (special function registers) can be shared bwteen >sama5d3 and sama5d4 soc. > >Signed-off-by: Bo Shen >[whitespace adoptions for 80 char compliance] >Signed-off-by: Andreas Bießmann >--- > >Changes in v2: None > &g

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 writes: >This matrix header file can be shared between sama5d3 and sama5d4 soc. > >Signed-off-by: Bo Shen >[whitespace adaptions for 80 char compliance] >Signed-off-by: Andreas Bießmann >--- > >Changes in v2: None > > arch/arm/include/asm

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 writes: >Signed-off-by: Bo Shen >--- > >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] [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: An

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 > wrote: >> On 07.02.15 16:10, Simon Glass wrote: >>> On 7 February 2015 at 03:04, Jeroen Hofstee wrote: >>>> On 06-02-15 22:00, Simon Glass wrote: >>>>&g

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 wrote: >> On 06-02-15 22:00, Simon Glass wrote: >>> On 6 February 2015 at 13:40, Andreas Bießmann >>> wrote: >>>> On 06.02.15 20:56, Jeroen Hofstee wrote: >

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

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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..a9c064a 100644 --- a

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

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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..54eb977 100644 --- a/include

[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 Reviewed-by: Simon Glass --- 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 +- 3 files changed, 4 insertions(+), 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 --- Changes in v3: None Changes in v2: None Changes in v1: - new since

[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 --- 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 |1 - include/configs

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

2015-02-06 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann Reviewed-by: Simon Glass --- 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/avr32/lib/board.c | 20

[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 --- Changes in v3: - new in v3 Changes in v2: None Changes in v1: None arch/avr32/cpu/exceptio

[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 --- Changes in v3: None Changes in v2: None Changes in v1: - new since RFC arch/avr32/cpu/at32ap700x/mmu.c |8 arch/avr32/include

Re: [U-Boot] recent tools on FreeBSD

2015-02-06 Thread Andreas Bießmann
So as far as I am concerned we go for option 3. +1 Dynamic list-sections is in general a good thing. But beside the linker problem here we will get another problem on darwin hosts when we want to read the sections. I added a patch to linux kernel to get around [1]. So I

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

2015-02-02 Thread Andreas Bießmann
are the maximum amount of dynamic stack usage for a specific symbol by command line would be really great. So one can guess the relevant parts and calculate the maximum size. Another point ... I really appreciate your efforts to bring this tool in. So don't get me wrong, but ... why ru

[U-Boot] [PATCH v2 09/11] avr32: add generic board support

2015-01-29 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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 v2: - remove bootparams allocation, provide as extra patch - us

[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 Reviewed-by: Simon Glass Tested-by: Michal Simek --- Changes in v2: None Changes in v1: None common/board_r.c | 12 1 file changed, 12

[U-Boot] [PATCH v2 08/11] common/board_r: allocate bootparams

2015-01-29 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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 insertions(+) diff --git a/common/board_r.c b/common/board_r.c index e712902..37577ab 100644

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