Re: [U-Boot] [PATCH V2 1/1] arm: at91: reworked meesc board support

2015-10-31 Thread Andreas Bießmann
Hi Daniel, On 30.10.15 05:44, Daniel Gorsulowski wrote: > Signed-off-by: Daniel Gorsulowski > --- > Changes in V2: > - Fetched again and created patch against current master could you please regenerate another one: ---8<--- Applying: arm: at91: reworked meesc

Re: [U-Boot] [PATCH] gpio: atmel: Add the PIO4 driver support

2015-10-31 Thread Andreas Bießmann
Hi Wenyou, sorry for long delay ... On 08.09.15 08:33, Wenyou Yang wrote: > The PIO4 is introduced from SAMA5D2, as a new version > for Atmel PIO controller. > > Signed-off-by: Wenyou Yang > --- > > arch/arm/mach-at91/include/mach/atmel_pio4.h | 48 + >

Re: [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-24 Thread Andreas Bießmann
Hi Marek, On 24.10.15 01:29, Marek Vasut wrote: > On Saturday, October 24, 2015 at 12:59:14 AM, Andreas Bießmann wrote: >> On 23.10.15 20:46, Marek Vasut wrote: >>> Instead of passing just the register area as a private data, introduce >>> a proper struct atmel

Re: [U-Boot] [PATCH v2] mmc: atmel: Add atmel sdhci support

2015-10-23 Thread Andreas Bießmann
Dear Wenyou Yang, On 22.09.15 09:39, Wenyou Yang wrote: > The SDHCI is introduced by sama5d2, named as Secure Digital Multimedia > Card Controller(SDMMC). It supports the embedded MultiMedia Card (e.MMC) > Specification V4.41, the SD Memory Card Specification V3.0, and the SDIO > V3.0

Re: [U-Boot] [PATCH] at91: simplify spl board_init_f function

2015-10-23 Thread Andreas Bießmann
On 23.10.15 11:23, Josh Wu wrote: > crt0.S do both memset the bss section and call board_init_r for us, so > remove them from board_init_f(). > > Signed-off-by: Josh Wu <josh...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > >

Re: [U-Boot] [PATCH] arm: at91: clock: Add the generated clock support

2015-10-23 Thread Andreas Bießmann
Dear Wenyou Yang, On 09.09.15 04:29, Wenyou Yang wrote: > Some peripherals may need a second clock source that may be different > from the system clock. This second clock is the generated clock (GCK) > and is managed by the PMC via PMC_PCR. > > For simplicity, the source of the GCK is fixed to

Re: [U-Boot] [PATCH] arm: atmel: Add SAMA5D2 Xplained board

2015-10-23 Thread Andreas Bießmann
Dear Wenyou Yang, On 22.09.15 09:59, Wenyou Yang wrote: > The board supports following features: > - Boot media support: SD card/e.MMC/SPI flash, > - Support LCD display (optional, disabled by default), > - Support ethernet, > - Support USB mass storage. > > Signed-off-by: Wenyou Yang

Re: [U-Boot] [PATCH] ARM: at91: sama5: change the environment address to 0x6000

2015-10-23 Thread Andreas Bießmann
-by: Josh Wu <josh...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > include/configs/at91-sama5_common.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs/at91-sama5_common.h > b/include/c

Re: [U-Boot] [PATCH 2/4] mmc: atmel: Fix clock configuration

2015-10-23 Thread Andreas Bießmann
It turns out that the prints generated a short delay, which > was necessary for the CPU to reconfigure the clock without getting stuck. > Thus, this patch adds a short delay after the clock configuration instead. > > Signed-off-by: Marek Vasut <ma...@denx.de> Reviewed-by: Andreas Bießmann

Re: [U-Boot] [PATCH 4/4] mmc: atmel: Zap global 'initialized' variable

2015-10-23 Thread Andreas Bießmann
On 23.10.15 20:46, Marek Vasut wrote: > Global variables are bad. Get rid of this particular one, so we can > correctly instantiate multiple atmel mci interfaces, without having > them interfere with one another. > > Signed-off-by: Marek Vasut <ma...@denx.de> Reviewed

Re: [U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses

2015-10-23 Thread Andreas Bießmann
On 08.09.15 08:38, Wenyou Yang wrote: > Provide the specific addresses for the Chip ID and Chip ID Extension > registers, instead of the offset, which make it use on other chips. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas

Re: [U-Boot] [PATCH 1/4] mmc: atmel: Silence debug output

2015-10-23 Thread Andreas Bießmann
ail and it's not an error but > a part of the specification. Thus, make this debug() as well. > > Signed-off-by: Marek Vasut <ma...@denx.de> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > drivers/mmc/gen_atmel_mci.c | 8 > 1

Re: [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-23 Thread Andreas Bießmann
; > Signed-off-by: Marek Vasut <ma...@denx.de> Reveiwed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > drivers/mmc/gen_atmel_mci.c | 34 ++ > 1 file changed, 22 insertions(+), 12 deletions(-) > > diff --git a/drivers/mmc/gen_atme

Re: [U-Boot] [PATCH] lcd: atmel: Add 32bpp support for HLCDC

2015-10-23 Thread Andreas Bießmann
On 23.10.15 22:55, Marek Vasut wrote: > Add 32bpp framebuffer support for the Atmel HLCDC driver. This is > needed for output bpp higher than 16bpp. > > Signed-off-by: Marek Vasut <ma...@denx.de> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- >

Re: [U-Boot] [U-Boot, v2] arm, at91: small updates for the smartweb board

2015-10-01 Thread Andreas Bießmann
le > as CONFIG_SYS_PROMPT is already defined in > smartweb_defconfig. > > board/siemens/smartweb/smartweb.c | 25 ++--- > include/configs/smartweb.h | 4 ++++ > 2 files changed, 18 insertions(+), 11 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießm

Re: [U-Boot] ARM: at91: sama5: add support for CONFIG_ENV_IS_IN_MMC

2015-10-01 Thread Andreas Bießmann
Bo Shen <voice.s...@gmail.com> >--- > > include/configs/at91-sama5_common.h | 8 > 1 file 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

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

2015-10-01 Thread Andreas Bießmann
Hi Tom, here are two small fixes for v2015.10 regarding atmel boards. Andreas The following changes since commit 1f8836396de8215b7f460616926052b32597bb29: Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master

Re: [U-Boot] [PATCH] arm, at91: small updates for the smartweb board

2015-09-28 Thread Andreas Bießmann
Hi Heiko, > Am 25.09.2015 um 13:17 schrieb Heiko Schocher : > > - add CONFIG_BOOT_RETRY_TIME to 30 > - fex LED colors > - fix button pressed combination > - add > CONFIG_USB_HOST_ETHER > CONFIG_USB_ETHER_ASIX > CONFIG_USB_ETHER_MCS7830 > - change U-Boot prompt to "U-Boot> " > >

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Andreas Bießmann
Hi Josh, On 09/16/2015 05:18 AM, Josh Wu wrote: > As 'time(0) | getpid()' sometimes get same value. That depends on the > value of getpid(). > So that is not a expected behavior. We expect different value for the > seed when when run it in many times. I don't think your change made it better.

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Andreas Bießmann
Hi Josh, On 09/16/2015 11:12 AM, Josh Wu wrote: > On 9/16/2015 4:23 PM, Andreas Bießmann wrote: >> On 09/16/2015 05:18 AM, Josh Wu wrote: >>> As 'time(0) | getpid()' sometimes get same value. That depends on the >>> value of getpid(). >>> So that is not a ex

Re: [U-Boot] [PATCH v2] tools: gen_eth_addr: add getpid() to time(0) to avoid duplicated seed

2015-09-16 Thread Andreas Bießmann
hift the getpid() and add to time(0). That > avoid duplicated value. > > Test command is like: > % RUN=0; while [ $RUN -lt 1 ]; do > tools/gen_eth_addr; RUN=$(($RUN+1)); done | sort | uniq | wc -l > 1 > > This patch is incorporated with suggestions made

Re: [U-Boot] [U-Boot,v3] arm, at91: add axm extensions

2015-09-11 Thread Andreas Bießmann
urus/taurus.c | 196 ++ > include/configs/taurus.h | 71 ++- > 2 files changed, 249 insertions(+), 18 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,v3,1/2] at91: corvus: board updates

2015-09-11 Thread Andreas Bießmann
insertions(+), 10 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,v3] taurus: board updates

2015-09-11 Thread Andreas Bießmann
13d3697e735184f1bd955 > > board/siemens/taurus/taurus.c | 6 +++--- > include/configs/taurus.h | 21 +++-- > 2 files changed, 14 insertions(+), 13 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann _

Re: [U-Boot] [U-Boot,v3,2/2] corvus, dfu: add dfu support

2015-09-11 Thread Andreas Bießmann
nclude/configs/corvus.h | 26 +- > 2 files changed, 46 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

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

2015-09-11 Thread Andreas Bießmann
Hi Tom, hopefully the last pull request for 2015.10 from atmel side. It finally contains a fix for two siemens boards (axm, taurus) for SPL size check, a DFU series for armv5 at91 devices acked by Łukasz Majewski and some trivial fixes. The following changes since commit

Re: [U-Boot] [U-Boot, v5, 1/3] usb: gadget: at91_udc: port linux driver at91_udc

2015-09-11 Thread Andreas Bießmann
+ > drivers/usb/gadget/at91_udc.h | 175 > 2 files changed, 2211 insertions(+) > create mode 100644 drivers/usb/gadget/at91_udc.c > create mode 100644 drivers/usb/gadget/at91_udc.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] ARM: atmel: boards: use default CONFIG_SYS_PBSIZE

2015-09-11 Thread Andreas Bießmann
/configs/at91sam9n12ek.h | 2 -- > include/configs/at91sam9rlek.h | 1 - > include/configs/at91sam9x5ek.h | 2 -- > 8 files changed, 11 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/1] arm: at91: convert meesc board to generic board

2015-09-11 Thread Andreas Bießmann
Dear Daniel Gorsulowski, Daniel Gorsulowski <daniel.gorsulow...@esd.eu> writes: >Signed-off-by: Daniel Gorsulowski <daniel.gorsulow...@esd.eu> >Reviewed-by: Simon Glass <s...@chromium.org> >[fix corrupt line wraps in patch] >Signed-off-by: Andreas Bießmann

Re: [U-Boot] [U-Boot, v5, 3/3] at91, taurus, smartweb: add dfu support

2015-09-11 Thread Andreas Bießmann
es > > board/siemens/smartweb/smartweb.c | 29 + > board/siemens/taurus/taurus.c | 27 > include/configs/smartweb.h| 53 +-- > include/configs/taurus.h | 30 -- > 4 files change

Re: [U-Boot] [U-Boot, v5, 2/3] usb: gadget: at91_udc: add at91_udc into U-Boot

2015-09-11 Thread Andreas Bießmann
vers/usb/gadget/Makefile | 1 + > drivers/usb/gadget/at91_udc.c | 603 +++--- > drivers/usb/gadget/at91_udc.h | 16 +- > include/linux/usb/at91_udc.h | 20 ++ > 4 files changed, 123 insertions(+), 517 deletions(-) > create mode 100644 include/linux/

Re: [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition

2015-09-07 Thread Andreas Bießmann
On 08/21/2015 07:01 PM, Heiko Schocher wrote: > introduce BIT() definition, used in at91_udc gadget > driver. > > Signed-off-by: Heiko Schocher > NAK, this one breaks a lot of boards which already defined BIT() > --- > > Changes in v4: None > Changes in v3: > - new in v3 > >

Re: [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition

2015-09-07 Thread Andreas Bießmann
Hi Heiko, On 2015-09-07 13:52, Heiko Schocher wrote: Hello Andreas, Am 07.09.2015 um 13:20 schrieb Andreas Bießmann: On 08/21/2015 07:01 PM, Heiko Schocher wrote: introduce BIT() definition, used in at91_udc gadget driver. Signed-off-by: Heiko Schocher <h...@denx.de> NAK, this one

[U-Boot] [PATCH v5] bitops: introduce BIT() definition

2015-09-07 Thread Andreas Bießmann
From: Heiko Schocher <h...@denx.de> introduce BIT() definition, used in at91_udc gadget driver. Signed-off-by: Heiko Schocher <h...@denx.de> [remove all other occurrences of BIT(x) definition] Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> --- Full buildman

Re: [U-Boot] [PATCH v3] Makefile: fix SOURCE_DATE_EPOCH for *BSD host

2015-09-02 Thread Andreas Bießmann
On 09/01/2015 07:03 PM, Paul Kocialkowski wrote: > Le vendredi 28 août 2015 à 10:29 +0200, Andreas Bießmann a écrit : >> The SOURCE_DATE_EPOCH mechanism for reproducible builds require some date(1) >> with -d switch to print the relevant date and time strings of another point

Re: [U-Boot] [PATCH v2 1/2] tools/atmelimage.c: Fix warning when debug is enabled

2015-08-28 Thread Andreas Bießmann
+u-boot ML On 08/27/2015 07:54 PM, Tom Rini wrote: Otherwise we get: tools/atmelimage.c:134:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ [-Wformat=] debug(atmelimage: interrupt vector #%d is 0x%08X\n, pos+1, ^ Cc: Andreas Bießmann andreas.de

[U-Boot] [PATCH v3] Makefile: fix SOURCE_DATE_EPOCH for *BSD host

2015-08-28 Thread Andreas Bießmann
[2] http://www.freebsd.org/cgi/man.cgi?query=date Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This commit tries to figure out if we have a date variant available that supports the '-u' and '-d @0' switches. It errors on non-working variants of date. To respect *BSD host systems

Re: [U-Boot] [RFC PATCH v2] Makefile: search for GNU date

2015-08-27 Thread Andreas Bießmann
On 08/27/2015 03:03 PM, Paul Kocialkowski wrote: Le jeudi 27 août 2015 à 11:30 +0200, Andreas Bießmann a écrit : Changes in v2: * check for '-u' and '-d @0' switch rather than for the GNU variant Makefile | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/2] tools/atmelimage.c: Fix warning when debug is enabled

2015-08-27 Thread Andreas Bießmann
Hi Tom, On 08/26/2015 09:21 PM, Tom Rini wrote: Otherwise we get: tools/atmelimage.c:134:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ [-Wformat=] debug(atmelimage: interrupt vector #%d is 0x%08X\n, pos+1, ^ Signed-off-by: Tom Rini

Re: [U-Boot] [RFC PATCH] Makefile: search for GNU date

2015-08-27 Thread Andreas Bießmann
Hi Marek, On 08/27/2015 10:28 AM, Marek Vasut wrote: On Thursday, August 27, 2015 at 10:13:49 AM, Andreas Bießmann wrote: The SOURCE_DATE_EPOCH mechanism for reproducible builds requires the GNU variant of date. Why does it require the GNU date ? Cause of the -d switch. It is used in GNU

[U-Boot] [RFC PATCH v2] Makefile: search for GNU date

2015-08-27 Thread Andreas Bießmann
-by: Andreas Bießmann andreas.de...@googlemail.com --- This commit tries to figure out if we have a date variant available that supports the '-u' and '-d @0' switches. It errors on non-working variants of date. To respect *BSD host systems search for gdate and date.gnu. Those pre- and suffixes are widespread

Re: [U-Boot] [RFC PATCH] Makefile: search for GNU date

2015-08-27 Thread Andreas Bießmann
On 08/27/2015 10:32 AM, Paul Kocialkowski wrote: Le jeudi 27 août 2015 à 10:13 +0200, Andreas Bießmann a écrit : The SOURCE_DATE_EPOCH mechanism for reproducible builds requires the GNU variant of date. Respect this and search it, error on missing GNU date. Well, IMHO we shouldn't check

[U-Boot] [RFC PATCH] Makefile: search for GNU date

2015-08-27 Thread Andreas Bießmann
The SOURCE_DATE_EPOCH mechanism for reproducible builds requires the GNU variant of date. Respect this and search it, error on missing GNU date. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This commit tries to figure out if we have a GNU date variant available. It errors

[U-Boot] [PATCH] picosam9g45: adopt CONFIG_SYS_PROMPT

2015-08-25 Thread Andreas Bießmann
Commit 181bd9dc61d2da88b78f1c1138a685dae39354d6 introduced Kconfig selection for SYS_PROMPT. When applying the new picosam9g45 board this change slipped through, adopt it. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- configs/picosam9g45_defconfig | 1 + include/configs

Re: [U-Boot] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH

2015-08-25 Thread Andreas Bießmann
On 07/28/2015 05:00 PM, Tom Rini wrote: On Sun, Jul 26, 2015 at 06:48:15PM +0200, Paul Kocialkowski wrote: In order to achieve reproducible builds in U-Boot, timestamps that are defined at build-time have to be somewhat eliminated. The SOURCE_DATE_EPOCH environment variable allows

Re: [U-Boot] [Reproducible-builds] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH

2015-08-25 Thread Andreas Bießmann
On 08/25/2015 11:55 AM, Vagrant Cascadian wrote: On 2015-08-25, Andreas Bießmann wrote: On 07/28/2015 05:00 PM, Tom Rini wrote: On Sun, Jul 26, 2015 at 06:48:15PM +0200, Paul Kocialkowski wrote: In order to achieve reproducible builds in U-Boot, timestamps that are defined at build-time

Re: [U-Boot] [PATCH v3 1/2] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-25 Thread Andreas Bießmann
-by: Paul Kocialkowski cont...@paulk.fr This also re-enables normal building on *BSD style hosts. Tested-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v3: - None Changes in v2: - Collect some tested-by tags - Remove reference to f3f431a71272 in the commit message

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

2015-08-21 Thread Andreas Bießmann
Hi Tom, this is the corrected PR. Andreas The following changes since commit 8d77576371381ade83de475bb639949b44941e8c: ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to

Re: [U-Boot] [U-Boot, v2, 1/4] ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h

2015-08-21 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, 4/4] ARM: at91: sama5: update the spi flash mapping

2015-08-21 Thread Andreas Bießmann
++ include/configs/sama5d3xek.h| 11 ++- include/configs/sama5d4_xplained.h | 14 ++ include/configs/sama5d4ek.h | 14 ++ 4 files changed, 16 insertions(+), 33 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas

Re: [U-Boot] [U-Boot, v2, 2/4] ARM: at91: sama5d3xek: use a $dtb_name to load dtb

2015-08-21 Thread Andreas Bießmann
include/configs/at91-sama5_common.h | 5 - include/configs/sama5d3xek.h| 3 +++ 3 files changed, 27 insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot

Re: [U-Boot] [U-Boot, v2, 3/4] ARM: at91: sama5: move the nandflash env config to at91-sama5_common.h

2015-08-21 Thread Andreas Bießmann
| 9 + include/configs/sama5d3xek.h| 9 + include/configs/sama5d4_xplained.h | 9 + include/configs/sama5d4ek.h | 9 + 5 files changed, 16 insertions(+), 32 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

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

2015-08-21 Thread Andreas Bießmann
Sorry Tom, On 08/21/2015 03:25 PM, Andreas Bießmann wrote: The following changes since commit 8d77576371381ade83de475bb639949b44941e8c: ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400) there slipped one wrong commit in. Please forget this PR! Andreas

Re: [U-Boot] [U-Boot, 1/4] arm: at91: mpddr: allow multiple DDR controllers

2015-08-21 Thread Andreas Bießmann
...@interact.nl [remove 'new blank line at EOF'] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/mach-at91/include/mach/atmel_mpddrc.h | 6 ++-- arch/arm/mach-at91/mpddrc.c | 42 ++--- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 2

Re: [U-Boot] [U-Boot, 3/4] arm: at91: pmc: replace the constant with a define in at91_pmc.h

2015-08-21 Thread Andreas Bießmann
Dear Erik van Luijk, Erik van Luijk evanlu...@interact.nl writes: To enable the clocks on the at91 boards a constant (0x4) is used. This is replaced with a define in at91_pmc.h (1 2). Signed-off-by: Erik van Luijk evanlu...@interact.nl Reviewed-by: Andreas Bießmann andreas.de...@googlemail.com

Re: [U-Boot] [PATCH v2] arm, at91: add axm extensions

2015-08-21 Thread Andreas Bießmann
Hi Heiko, On 08/18/2015 03:54 PM, Heiko Schocher wrote: add extensions for the axm board: - power on LED on power up - press both recovery buttons on power up to enter recovery mode - detect 64 MiB and 128 MiB ramsize - PHY rest at reboot because of ATMEL bug - use siemens update concept

Re: [U-Boot] [U-Boot,v2] taurus: board updates

2015-08-21 Thread Andreas Bießmann
Hi Heiko, On 08/21/2015 03:28 PM, Andreas Bießmann wrote: Dear Heiko Schocher, Heiko Schocher h...@denx.de writes: taurus changes: - rename at91_spl_board_init to spl_board_init fixes problems with recovery button and nand erase sector 0 - adapt CONFIG_SPL_MAX_SIZE

Re: [U-Boot] [U-Boot,v2] taurus: board updates

2015-08-21 Thread Andreas Bießmann
(+), 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

Re: [U-Boot] [U-Boot,v2] arm, at91: add axm extensions

2015-08-21 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, 4/4] arm: at91: add support for mini-box picosam9g45 board

2015-08-21 Thread Andreas Bießmann
not set. Hit any key to stop autoboot: 0 U-Boot Signed-off-by: Erik van Luijk evanlu...@interact.nl [add 'picosam9g45_defconfig' to MAINTAINERS] Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: - Enable watchdog - Fix typo in lcd_show_board_info() arch/arm/include

Re: [U-Boot] [U-Boot, 2/4] arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init

2015-08-21 Thread Andreas Bießmann
/at91sam9m10g45ek/at91sam9m10g45ek.c | 8 board/siemens/corvus/board.c| 8 2 files changed, 16 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http

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

2015-08-21 Thread Andreas Bießmann
The following changes since commit 8d77576371381ade83de475bb639949b44941e8c: ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to

Re: [U-Boot] [PATCH v2 2/3] arm: Drop old non-generic-board code

2015-08-19 Thread Andreas Bießmann
On 08/19/2015 06:35 AM, Simon Glass wrote: This code is no-longer used. Drop it. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Andreas Bießmann andreas.de...@gmail.com --- Changes in v2: None arch/arm/include/asm/u-boot.h | 19 -- arch/arm/lib/Makefile | 3

Re: [U-Boot] [PATCH] ARM: at91: sama5d3xek: initialized a variable:ek_name in U-Boot

2015-08-19 Thread Andreas Bießmann
Hi Josh, sorry for the late reply! On 06/17/2015 12:56 PM, Josh Wu wrote: Then we can use this ek_name variable to load corresponding dtb file in mmc boot. I appreciate this change. I wonder however why not use the CONFIG_ENV_VARS_UBOOT_CONFIG + CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and the

[U-Boot] [PATCH] at91sam9260ek: add missing files to MAINTAINERS

2015-08-19 Thread Andreas Bießmann
This fixes the following genboardscfg.py warnings: ---8--- WARNING: no status for 'at91sam9g20ek_2mmc' WARNING: no maintainers for 'at91sam9g20ek_2mmc' ---8--- Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/atmel/at91sam9260ek/MAINTAINERS | 1 + 1 file changed, 1

Re: [U-Boot] [PATCH 1/3] ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h

2015-08-19 Thread Andreas Bießmann
Hi Josh, On 07/07/2015 01:08 PM, Josh Wu wrote: As almost all sama5 sd/mmc env configurations are same, so move them to at91-sama5_common.h. Also we define a KERNEL_DTB_FILE_NAME as dtb file name for different board. I don't like this new variable. At least we need some documentation in

[U-Boot] [PATCH] at91sam9rlek: add missing files to MAINTAINERS

2015-08-19 Thread Andreas Bießmann
This fixes following genboardscfg.py warning: ---8--- WARNING: no status for 'at91sam9rlek_mmc' WARNING: no maintainers for 'at91sam9rlek_mmc' ---8--- Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/atmel/at91sam9rlek/MAINTAINERS | 1 + 1 file changed, 1 insertion

Re: [U-Boot] [PATCH] arm, at91: add axm extensions

2015-08-18 Thread Andreas Bießmann
Hi Heiko, sorry for the late reply! This patch does not cleanly apply ... and some comments below follow. On 06/15/2015 02:21 PM, Heiko Schocher wrote: add extensions for the axm board: - power on LED on power up - press both recovery buttons on power up to enter recovery mode - detect

Re: [U-Boot] [PATCH] corvus, dfu: add dfu support

2015-08-18 Thread Andreas Bießmann
Hi Heiko, again sorry for the late reply! On 06/15/2015 02:25 PM, Heiko Schocher wrote: add support for DFU on the corvus board. Signed-off-by: Heiko Schocher h...@denx.de --- board/siemens/corvus/board.c | 21 + include/configs/corvus.h | 29

Re: [U-Boot] [PATCH 3/4] arm: at91: pmc: replace the constant with a define in at91_pmc.h

2015-08-18 Thread Andreas Bießmann
On 08/13/2015 03:43 PM, Erik van Luijk wrote: To enable the clocks on the at91 boards a constant (0x4) is used. This is replaced with a define in at91_pmc.h (1 2). Signed-off-by: Erik van Luijk evanlu...@interact.nl Reviewed-by: Andreas Bießmann andreas.de...@gmail.com --- arch/arm

Re: [U-Boot] [PATCH] taurus: board updates

2015-08-18 Thread Andreas Bießmann
Hi Heiko, sorry for the late reply! No real objections with this patch, it just will not apply without the AXM patch (patchwork #484257). Could you please rebase and re-send both? Andreas On 06/15/2015 02:40 PM, Heiko Schocher wrote: taurus changes: - rename at91_spl_board_init to

Re: [U-Boot] [PATCH 2/4] arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init

2015-08-18 Thread Andreas Bießmann
Hi Erik, On 08/13/2015 03:43 PM, Erik van Luijk wrote: On these boards the DDR is connected to a dedicated controller and not to chip select 1 of the EBI. from the specs this seems correct. Could I please get a Tested-by, since I do not own one of these boards. Best regards Andreas

Re: [U-Boot] ARM: atmel: switch to usb ehci for sama5d3 boards

2015-08-18 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] at91: corvus: board updates

2015-08-18 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] ARM: atmel: switch to usb ehci for sama5d3 boards

2015-08-18 Thread Andreas Bießmann
Hi Josh, On 08/18/2015 01:46 PM, Andreas Bießmann wrote: Dear Wu, Josh, Josh Wu josh...@atmel.com writes: From: Bo Shen voice.s...@atmel.com As the cache coherence issue in OHCI HCD, when enable I/D cache for sama5d3 SoC, the OHCI can not work properly. So, switch to EHCI, then the USB

Re: [U-Boot] at91: corvus: board updates

2015-08-18 Thread Andreas Bießmann
Hi Heiko, On 08/18/2015 02:19 PM, Heiko Schocher wrote: Hello Andreas, Am 18.08.2015 um 13:46 schrieb Andreas Bießmann: Dear Heiko Schocher, Heiko Schocher h...@denx.de writes: rename at91_spl_board_init into spl_board_init Signed-off-by: Heiko Schocher h...@denx.de --- board/siemens

Re: [U-Boot] [PATCH] README.scrapyard: add entries for dead AVR32 boards

2015-06-11 Thread Andreas Bießmann
) e5354b8a9e2a (avr32: delete non generic board's atstk100{3, 4, 6}) Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- Acked-by: Andreas Bießmann andreas.de...@googlemail.com @Tom: Could you please pick it up directly? Andreas ___ U-Boot mailing

Re: [U-Boot] [PATCH] avr32: move CONFIG_SYS_GENERIC_BOARD to Kconfig

2015-06-11 Thread Andreas Bießmann
On 06/11/2015 12:14 PM, Masahiro Yamada wrote: Now all the AVR32 boards have been converted into Generic Board. Select it in Kconfig and clean up defines in header files. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- Acked-by: Andreas Bießmann andreas.de

Re: [U-Boot] atngw100: convert to generic board

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Tested on an atngw100 thankfully provided by Waldemar. Thus http://patchwork.ozlabs.org/patch/470705/ is not required. include/configs

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

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/Kconfig | 4 - board/earthlcd/favr-32-ezkit/Kconfig | 15 -- board/earthlcd/favr-32-ezkit

Re: [U-Boot] [U-Boot,3/7] avr32: delete non generic board hammerhead

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/Kconfig | 4 - board/miromico/hammerhead/Kconfig | 15 board/miromico/hammerhead/MAINTAINERS

Re: [U-Boot] [U-Boot,5/7] avr32: delete non generic board's atstk100{3, 4, 6}

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/Kconfig| 9 -- board/atmel/atstk1000/Kconfig | 48 --- board/atmel/atstk1000/MAINTAINERS | 6

Re: [U-Boot] [U-Boot,4/7] avr32: delete non generic board mimc200

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/Kconfig | 4 - board/mimc/mimc200/Kconfig | 15 board/mimc/mimc200/MAINTAINERS | 6 -- board/mimc

Re: [U-Boot] [U-Boot,6/7] avr32: take maintainership for atstk1002

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: I have this board at work, so I can trun tests on it. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/atmel/atstk1000/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [U-Boot] [U-Boot,7/7] avr32: delete ancient board.c

2015-06-10 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, Andreas Devel andreas.de...@googlemail.com writes: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/lib/Makefile | 3 - arch/avr32/lib/board.c | 256 2 files changed, 259

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

2015-05-23 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Tested on an atngw100 thankfully provided by Waldemar. Thus http://patchwork.ozlabs.org/patch/470705/ is not required. include/configs/atngw100.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/atngw100.h

Re: [U-Boot] Ramdisk Error

2015-05-22 Thread Andreas Bießmann
Dear Gaurav Pathak, On 05/21/2015 02:01 PM, Andreas Bießmann wrote: Dear Gaurav Pathak, I'll verify that sama5d3xek is loading ramdisk larger than 4MiB with mainline U-Boot and post the results. The latest mainline does support loading 8MiB ramdisk on a sama5d3xek (sama5d34): ---8--- U-Boot

Re: [U-Boot] Ramdisk Error

2015-05-21 Thread Andreas Bießmann
? What type of image(s)? What was the command failing? Which addresses used and how many RAM is available? Any constraints regarding reserved memory? I'll verify that sama5d3xek is loading ramdisk larger than 4MiB with mainline U-Boot and post the results. regards Andreas Bießmann

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

2015-05-17 Thread Andreas Bießmann
Hi Waldemar, On 17.05.15 11:03, Waldemar Brodkorb wrote: Hi Andreas, Andreas Bießmann wrote, Hi Waldemar, On 05/11/2015 01:32 PM, Waldemar Brodkorb wrote: Hi, Andreas Bießmann wrote, Hi Hans-Christian, On 05/11/2015 01:19 PM, Hans-Christian Egtvedt wrote: Around Mon 11 May 2015 13

Re: [U-Boot] [U-Boot,1/3] ARM: at91: remove non-generic boards

2015-05-13 Thread Andreas Bießmann
Cc: Sergey Lapin sla...@ossfans.org Cc: Albin Tonnerre albin.tonne...@free-electrons.com Cc: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/mach-at91/Kconfig | 15 -- arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c | 2 +- board/afeb9260/Kconfig

Re: [U-Boot] ARM: at91: trival: fix typo for the nand partition name

2015-05-13 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

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

2015-05-13 Thread Andreas Bießmann
Hi Tom, please pull the following changes into u-boot/master. The following changes since commit bd328eb38274ffaf04caaa8a6ecc09b7e19a650e: Clean all defconfigs with savedefconfig (2015-05-12 18:10:26 -0400) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master

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

2015-05-13 Thread Andreas Bießmann
Hi Waldemar, On 05/11/2015 01:32 PM, Waldemar Brodkorb wrote: Hi, Andreas Bießmann wrote, 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: Andreas Bießmann (7): avr32: delete non

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

[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 andreas.de...@googlemail.com --- 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

[U-Boot] [PATCH 4/7] avr32: delete non generic board mimc200

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

[U-Boot] [PATCH 5/7] avr32: delete non generic board's atstk100{3, 4, 6}

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/Kconfig| 9 -- board/atmel/atstk1000/Kconfig | 48 -- board/atmel/atstk1000/MAINTAINERS | 6 -- board/atmel/atstk1000/atstk1000.c | 23 + configs/atstk1003_defconfig | 2

[U-Boot] [PATCH 3/7] avr32: delete non generic board hammerhead

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

[U-Boot] [PATCH 7/7] avr32: delete ancient board.c

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/lib/Makefile | 3 - arch/avr32/lib/board.c | 256 2 files changed, 259 deletions(-) delete mode 100644 arch/avr32/lib/board.c diff --git a/arch/avr32/lib/Makefile b

[U-Boot] [PATCH 6/7] avr32: take maintainership for atstk1002

2015-05-11 Thread Andreas Bießmann
I have this board at work, so I can trun tests on it. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/atmel/atstk1000/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/atmel/atstk1000/MAINTAINERS b/board/atmel/atstk1000/MAINTAINERS

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