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 + > drivers/gpio/Kconfig

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 board support fatal: corrupt pa

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_mci_p

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 Reviewed-by: Andreas Bießmann > --- > drivers/video/atmel_hlcdfb.c | 4 > 1 file

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 Reviewed-by: Andreas Bießmann &

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

2015-10-23 Thread Andreas Bießmann
> Signed-off-by: Marek Vasut Reveiwed-by: Andreas Bießmann > --- > drivers/mmc/gen_atmel_mci.c | 34 ++ > 1 file changed, 22 insertions(+), 12 deletions(-) > > diff --git a/drivers/mmc/gen_atmel_mci.c b/drivers/mmc/gen_atmel_mci.c > index 8b05fcd

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

2015-10-23 Thread Andreas Bießmann
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 Reviewed-by: Andreas Bießmann > --- > d

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 Reviewed-by: Andreas Bießmann > --- > drivers/mmc/gen_atmel_mci.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > d

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 Reviewed-by: Andreas Bießmann > --- > > arch/arm/mach-at91/spl_atmel.c | 5 - > 1 f

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

2015-10-23 Thread Andreas Bießmann
h Wu Reviewed-by: Andreas Bießmann > --- > > 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/configs/at91-sama5_common.h > index a5990ce..0b60f0b 100644 &

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

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 Reviewed-by: Andreas Bießmann > --- > > arch/arm/

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 PL

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

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

2015-10-01 Thread Andreas Bießmann
-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

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

2015-10-01 Thread Andreas Bießmann
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ßmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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> " > > Signed-off-by:

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
ill left shift 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 suggest

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

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 i

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

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
get/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/usb/at91_udc

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 writes: >Signed-off-by: Daniel Gorsulowski >Reviewed-by: Simon Glass >[fix corrupt line wraps in patch] >Signed-off-by: Andreas Bießmann >--- > include/configs/meesc.h | 2 ++ > 1 file changed, 2 insertions(+) applied t

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

2015-09-11 Thread Andreas Bießmann
s.c | 27 > include/configs/smartweb.h| 53 +-- > include/configs/taurus.h | 30 ++++-- > 4 files changed, 124 insertions(+), 15 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andr

Re: [U-Boot] ARM: atmel: boards: use default CONFIG_SYS_PBSIZE

2015-09-11 Thread Andreas Bießmann
t; 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, 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] [U-Boot,v3] taurus: board updates

2015-09-11 Thread Andreas Bießmann
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 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2015-09-11 Thread Andreas Bießmann
> 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
plied 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,2/2] corvus, dfu: add dfu support

2015-09-11 Thread Andreas Bießmann
+- > 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] [PATCH v5] bitops: introduce BIT() definition

2015-09-07 Thread Andreas Bießmann
From: Heiko Schocher introduce BIT() definition, used in at91_udc gadget driver. Signed-off-by: Heiko Schocher [remove all other occurrences of BIT(x) definition] Signed-off-by: Andreas Bießmann --- Full buildman is running Would be nice to get some Acked-by/Reviewed-by since this is a fixup

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 NAK, this one breaks a lot of

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 > > Changes in v2: N

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

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

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

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

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

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

2015-08-27 Thread Andreas Bießmann
: Andreas Bießmann --- 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 wides

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

[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 --- This commit tries to figure out if we have a GNU date variant available. It errors on missing GNU date when it is

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] [PATCH v3 1/2] Makefile: Use correct timezone for U_BOOT_TZ

2015-08-25 Thread Andreas Bießmann
l Kocialkowski This also re-enables normal building on *BSD style hosts. Tested-by: Andreas Bießmann > --- > > Changes in v3: > - None > > Changes in v2: > - Collect some tested-by tags > - Remove reference to f3f431a71272 in the commit message > - Drop Ccs that wer

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

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 al

[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 --- configs/picosam9g45_defconfig | 1 + include/configs/picosam9g45.h | 1 - 2 files

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 writes: >> taurus changes: >> - rename at91_spl_board_init to spl_board_init >> fixes problems with recovery button and nand erase sector 0 >>

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

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 c

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

Re: [U-Boot] [U-Boot, v2, 4/4] ARM: at91: sama5: update the spi flash mapping

2015-08-21 Thread Andreas Bießmann
by tag from Jagan Teki. > > include/configs/at91-sama5_common.h | 10 ++ > include/configs/sama5d3xek.h| 11 ++- > include/configs/sama5d4_xplained.h | 14 ++ > include/configs/sama5d4ek.h | 14 ++---- > 4 files

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
oard/atmel/sama5d3xek/sama5d3xek.c | 20 > 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 _

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
sertions(+), 50 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: at91: sama5: move the nandflash env config to at91-sama5_common.h

2015-08-21 Thread Andreas Bießmann
include/configs/sama5d3_xplained.h | 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-a

Re: [U-Boot] [U-Boot, v2, 4/4] arm: at91: add support for mini-box picosam9g45 board

2015-08-21 Thread Andreas Bießmann
>In:serial >Out: serial >Err: serial >Net: macb0 >Error: macb0 address not set. > >Hit any key to stop autoboot: 0 >U-Boot> > >Signed-off-by: Erik van Luijk >[add 'picosam9g45_defconfig' to MAINTAINERS] >Signed-off-by: Andreas Bießm

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

2015-08-21 Thread Andreas Bießmann
+ > 2 files changed, 8 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

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

2015-08-21 Thread Andreas Bießmann
248 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, 2/4] arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init

2015-08-21 Thread Andreas Bießmann
- > 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://lists.denx.de/mailman/listinfo/u-boot

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 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 >Reviewed-by: Andreas Bießmann >--- > arch/arm/mach-at91/inclu

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

2015-08-21 Thread Andreas Bießmann
ve 'new blank line at EOF'] >Signed-off-by: Andreas Bießmann >--- > arch/arm/mach-at91/include/mach/atmel_mpddrc.h | 6 ++-- > arch/arm/mach-at91/mpddrc.c | 42 ++--- > board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 2 +- > boa

[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 6e119bc25a27700b71a6340f9c7c

[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 --- board/atmel/at91sam9260ek/MAINTAINERS | 1 + 1 file changed, 1 insert

[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 --- board/atmel/at91sam9rlek/MAINTAINERS | 1 + 1 file changed, 1 insertion(+)

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 i

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 Acked-by: Andreas Bießmann > --- > > Changes in v2: None > > arch/arm/include/asm/u-boot.h | 19 -- > arch/arm/lib/Makefile |

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 c

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 writes: >> From: Bo Shen >> >> As the cache coherence issue in OHCI HCD, when enable I/D cache >> for sama5d3 SoC, the OHCI can not work properly. So, sw

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 writes: >>> rename at91_spl_board_init into spl_board_init >>> >>>

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

2015-08-18 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher writes: >rename at91_spl_board_init into spl_board_init > >Signed-off-by: Heiko Schocher >--- > > board/siemens/corvus/board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best rega

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

2015-08-18 Thread Andreas Bießmann
mainline] >Signed-off-by: Josh Wu >--- > > include/configs/sama5d3_xplained.h | 21 +++-- > include/configs/sama5d3xek.h | 21 +++-- > 2 files changed, 6 insertions(+), 36 deletions(-) applied to u-boot-a

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 > --- > > 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 Reviewed-by: Andreas Bießmann > --- > arch/arm/mach-at91

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

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 spl_board

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

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 > --- > Acked-by: Andreas Bießmann @Tom: Could you please p

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

2015-06-11 Thread Andreas Bießmann
oard mimc200) > e5354b8a9e2a (avr32: delete non generic board's atstk100{3, 4, 6}) > > Signed-off-by: Masahiro Yamada > --- Acked-by: Andreas Bießmann @Tom: Could you please pick it up directly? Andreas ___ U-Boot mailing list U-Boot@lists

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 writes: >Signed-off-by: Andreas Bießmann >--- > > arch/avr32/lib/Makefile | 3 - > arch/avr32/lib/board.c | 256 > 2 files changed, 259 deletions(-) > delete mode

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 writes: >I have this board at work, so I can trun tests on it. > >Signed-off-by: Andreas Bießmann >--- > > board/atmel/atstk1000/MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot

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 writes: >Signed-off-by: Andreas Bießmann >--- > arch/avr32/Kconfig | 4 - > board/mimc/mimc200/Kconfig | 15 > board/mimc/mimc200/MAINTAINERS | 6 -- > board/mimc/mimc200/Makefile| 6 -- &g

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 writes: >Signed-off-by: Andreas Bießmann >--- > arch/avr32/Kconfig | 4 - > board/earthlcd/favr-32-ezkit/Kconfig | 15 -- > board/earthlcd/favr-32-ezkit/MAINTAINERS | 6 - > boar

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 writes: >Signed-off-by: Andreas Bießmann >--- > arch/avr32/Kconfig | 4 - > board/miromico/hammerhead/Kconfig | 15 > board/miromico/hammerhead/MAINTAINERS | 6 -- > board/miromico/h

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 writes: >Signed-off-by: Andreas Bießmann >--- > arch/avr32/Kconfig| 9 -- > board/atmel/atstk1000/Kconfig | 48 --- > board/atmel/atstk1000/MAINTAINERS | 6 -- > board/atmel/atstk1000

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

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

2015-05-23 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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 b/include/configs/atngw100

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

Re: [U-Boot] Ramdisk Error

2015-05-21 Thread Andreas Bießmann
own patches). So a bit more information about what exactly is failing and some surroundings required: Which board? 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

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

[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] ARM: at91: trival: fix typo for the nand partition name

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

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

2015-05-13 Thread Andreas Bießmann
config > delete mode 100644 include/configs/afeb9260.h > delete mode 100644 include/configs/sbc35_a9g20.h > delete mode 100644 include/configs/tny_a9260.h applied to u-boot-atmel/master, thanks! This patch was rebased on current u-boot/master before applying! 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 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ßm

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 hammerhea

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 boa

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

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- arch/avr32/Kconfig | 4 - board/miromico/hammerhead/Kconfig | 15 board/miromico/hammerhead/MAINTAINERS | 6 -- board/miromico/hammerhead/Makefile | 6 -- board/miromico/hammerhead/hammerhead.c | 91

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

2015-05-11 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- 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/arch/avr32/lib/Makefile index

[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 --- board/atmel/atstk1000/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/atmel/atstk1000/MAINTAINERS b/board/atmel/atstk1000/MAINTAINERS index 6143846..1070f98

[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 --- arch/avr32/Kconfig| 9 -- board/atmel/atstk1000/Kconfig | 48 -- board/atmel/atstk1000/MAINTAINERS | 6 -- board/atmel/atstk1000/atstk1000.c | 23 + configs/atstk1003_defconfig | 2 - configs/atstk1004_defconfig

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

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

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