Re: [U-Boot] [PATCH v1 2/5] corvus DTS / DM support

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher <h...@denx.de> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> with some nits below ... > --- > > arch/arm/dts/Makefile | 2 +- > arch/arm/dts/a

Re: [U-Boot] [PATCH v1 1/5] arm: at91: add CONFIG_AT91SAM9M10G45

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > add support for CONFIG_AT91SAM9M10G45. > > Signed-off-by: Heiko Schocher <h...@denx.de> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > > arch/arm/mach-at91/include/mach/at91_matrix.h | 26 ++

Re: [U-Boot] [PATCH] ARM: at91: Don't invoke spl_boot_device() twice

2016-06-25 Thread Andreas Bießmann
.de> > Cc: Andreas Bießmann <andreas.de...@googlemail.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > arch/arm/mach-at91/spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-at91/spl.c b/arch/arm/mach-at91/spl

Re: [U-Boot] ARM: at91: sama5: Extend boot device autodetection

2016-06-12 Thread Andreas Bießmann
Dear Marek Vasut, Marek Vasut <ma...@denx.de> writes: >Extend the boot device autodetection from SAMA5D2 only to the entire >SAMA5Dx family of microcontrollers. > >Signed-off-by: Marek Vasut <ma...@denx.de> >Cc: Andreas Bießmann <andreas.de...@googlemail.c

Re: [U-Boot] linux/compat.h: add dev_warn()

2016-06-12 Thread Andreas Bießmann
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=, <andr...@biessmann.org> writes: >In order to prevent build errors for copied code from linux introduce >dev_warn(). > >Suggested-by: Scott Wood <o...@buserror.net> >Signed-off-by: Andreas Bießmann <andr...@biessmann.

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

2016-06-12 Thread Andreas Bießmann
a header file for the real-time clock at91: Correct NAND ECC register access at91: nand: Set up the ECC strength correctly arm: at91: Add support for gurnard Andreas Bießmann (1): linux/compat.h: add dev_warn() Marek Vasut (3): gpio: at91: Fix pullup/pulldown

Re: [U-Boot] [U-Boot, v2, 10/18] at91: Correct NAND ECC register access

2016-06-12 Thread Andreas Bießmann
...@chromium.org> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > drivers/mtd/nand/atmel_nand.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann _

Re: [U-Boot] [U-Boot,v2,18/18] arm: at91: Add support for gurnard

2016-06-12 Thread Andreas Bießmann
gt;two UARTs. > >Signed-off-by: Andre Renaud <an...@designa-electronics.com> >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >[apply CONFIG_BOOTDELAY transition] >Signed-off-by: Andreas Bießmann <andr...@biessma

Re: [U-Boot] [U-Boot, v2, 11/18] at91: nand: Set up the ECC strength correctly

2016-06-12 Thread Andreas Bießmann
Glass <s...@chromium.org> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > drivers/mtd/nand/atmel_nand.c | 1 + > 1 file changed, 1 insertion(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann _

Re: [U-Boot] [U-Boot, v2, 17/18] fdt: Correct return value in fdtdec_decode_display_timing()

2016-06-12 Thread Andreas Bießmann
Dear Simon Glass, Simon Glass <s...@chromium.org> writes: >This should return a non-zero value if there is a missing property. Update >the return value accordingly. The only expected error is -FDT_ERR_NOTFOUND. > >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed

Re: [U-Boot] [U-Boot, v2, 13/18] at91: Add driver-model GPIO devices for AT91SAM9G45

2016-06-12 Thread Andreas Bießmann
axm >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c | 18 ++ > 1 file changed, 18 insertions(+) ap

Re: [U-Boot] [U-Boot, v2] serial: atmel_usart: Add device tree support

2016-06-12 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Add device tree support. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >Reviewed-by: Simon Glass <s...@chromium.org> >--- > &

Re: [U-Boot] [U-Boot, v2, 05/18] net: macb: Prepare for driver-model conversion

2016-06-12 Thread Andreas Bießmann
org> >Reviewed-by: Heiko Schocher <h...@denx.de> >Tested-on: smartweb, corvus, taurus, axm >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Joe Hershberger <joe.hershber...@ni.com> >Acked-by: Joe Hershberger <joe.hershber...@ni.com> >Reviewed-by:

Re: [U-Boot] [U-Boot, v2, 09/18] arm: at91: Add a header file for the real-time clock

2016-06-12 Thread Andreas Bießmann
m> >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > arch/arm/mach-at91/include/mach/at91_rtc.h | 71 ++

Re: [U-Boot] [U-Boot, v2, 16/18] at91: video: Support driver-model for the LCD driver

2016-06-12 Thread Andreas Bießmann
Dear Simon Glass, Simon Glass <s...@chromium.org> writes: >Add driver-model support to this driver. Most features can be controlled >from the device tree. > >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed-by: Andreas Bießmann <andr...@biessmann.or

Re: [U-Boot] [U-Boot, v2, 15/18] at91: video: Prepare for driver-model conversion

2016-06-12 Thread Andreas Bießmann
Dear Simon Glass, Simon Glass <s...@chromium.org> writes: >Adjust the driver to use struct display_timing for its display timing. >This is what is used by driver-model and allows the LCD init code to be >common. > >Signed-off-by: Simon Glass <s...@chromium.org> >

Re: [U-Boot] [U-Boot, v2, 06/18] net: macb: Flush correct cache portion when sending

2016-06-12 Thread Andreas Bießmann
ff-by: Simon Glass <s...@chromium.org> >Reviewed-by: Heiko Schocher <h...@denx.de> >Acked-by: Joe Hershberger <joe.hershber...@ni.com> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > drivers/net/macb.c | 2 +- > 1 fil

Re: [U-Boot] ARM: at91: Fix PMC bit definitions

2016-06-12 Thread Andreas Bießmann
Dear Marek Vasut, Marek Vasut <ma...@denx.de> writes: >Add missing parenthesis around the variable into the macro. > >Signed-off-by: Marek Vasut <ma...@denx.de> >Cc: Andreas Bießmann <andreas.de...@googlemail.com> >--- > arch/arm/mach-at91/include/mach/at91_

Re: [U-Boot] [U-Boot, v2, 08/18] arm: at91: dts: Bring in device tree file for AT91SAM9G45

2016-06-12 Thread Andreas Bießmann
ma/at91.h > create mode 100644 include/dt-bindings/pinctrl/at91.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, v2, 01/18] at91: Add support for the AT91 slow clock controller

2016-06-12 Thread Andreas Bießmann
m> >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > arch/arm/mach-at91/include/mach/at91_sck.h| 21

Re: [U-Boot] gpio: at91: Fix pullup/pulldown configuration on PIO3

2016-06-12 Thread Andreas Bießmann
hanges behavior >of at91_set_pio_pulldown() such that the pullup is only disabled if pulldown >is to be enabled. This changes behavior of at91_set_pio_pullup() such that >the pulldown is only disabled if pullup is to be enabled. > >Signed-off-by: Marek Vasut <ma...@denx.de&g

Re: [U-Boot] [U-Boot,v2,07/18] net: macb: Convert to driver model

2016-06-12 Thread Andreas Bießmann
> >Tested-on: smartweb, corvus, taurus, axm >Tested-by: Heiko Schocher <h...@denx.de> >Acked-by: Joe Hershberger <joe.hershber...@ni.com> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > drivers/net/macb.c | 1

Re: [U-Boot] [U-Boot, v2, 04/18] net: Handle an empty bootp extension section

2016-06-12 Thread Andreas Bießmann
s <s...@chromium.org> >Acked-by: Joe Hershberger <joe.hershber...@ni.com> >--- > >Changes in v2: None > > net/bootp.c | 9 + > 1 file changed, 9 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot, v2, 02/18] arm: Allow skipping of low-level init with I-cache on

2016-06-12 Thread Andreas Bießmann
joe.hershber...@ni.com> >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > >Changes in v2: None > > README | 5 + > arch/arm/cpu/arm1136/start.S | 2 ++ > arch/arm/cpu/arm920t/start.S

Re: [U-Boot] [U-Boot, v2, 03/18] bootm: Align cache flush end address correctly

2016-06-12 Thread Andreas Bießmann
nd address to prevent this problem. > >Signed-off-by: Simon Glass <s...@chromium.org> >Reviewed-by: Heiko Schocher <h...@denx.de> >Tested-on: smartweb, corvus, taurus, axm >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Joe Hershberger <joe.hershber...@n

Re: [U-Boot] [PATCH] gpio: at91: Fix pullup/pulldown configuration on PIO3

2016-06-12 Thread Andreas Bießmann
behavior > of at91_set_pio_pulldown() such that the pullup is only disabled if pulldown > is to be enabled. This changes behavior of at91_set_pio_pullup() such that > the pulldown is only disabled if pullup is to be enabled. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Andreas Bießmann &l

Re: [U-Boot] [PATCH] common: Pass the boot device into spl_boot_mode()

2016-06-12 Thread Andreas Bießmann
() correctly alter the behavior of the boot process. > > The later one is important, since in certain cases, it is desired that > spl_boot_device() return value be overriden using board_boot_order(). > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Andreas Bießmann <and

Re: [U-Boot] [PATCH] ARM: at91: Fix PMC bit definitions

2016-06-12 Thread Andreas Bießmann
On 14.05.16 23:43, Marek Vasut wrote: > Add missing parenthesis around the variable into the macro. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Andreas Bießmann <andreas.de...@googlemail.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- &

Re: [U-Boot] [PATCH] ARM: at91: sama5: Extend boot device autodetection

2016-06-12 Thread Andreas Bießmann
On 14.05.16 23:43, Marek Vasut wrote: > Extend the boot device autodetection from SAMA5D2 only to the entire > SAMA5Dx family of microcontrollers. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Andreas Bießmann <andreas.de...@googlemail.com> > Cc: Weny

Re: [U-Boot] [PATCH v2] serial: atmel_usart: Add device tree support

2016-06-04 Thread Andreas Bießmann
On 01.06.16 02:36, Wenyou Yang wrote: > Add device tree support. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > > Changes in v2: > - Add conditional for device tree support. >

Re: [U-Boot] [PATCH v2 18/18] arm: at91: Add support for gurnard

2016-06-04 Thread Andreas Bießmann
Signed-off-by: Andre Renaud <an...@designa-electronics.com> > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] linux/compat.h: add dev_warn()

2016-06-04 Thread Andreas Bießmann
In order to prevent build errors for copied code from linux introduce dev_warn(). Suggested-by: Scott Wood <o...@buserror.net> Signed-off-by: Andreas Bießmann <andr...@biessmann.org> --- This is a replacement patch for '[PATCH v2 14/18] at91: mtd: nand: Add dev_warn() to correct

Re: [U-Boot] [PATCH v2 17/18] fdt: Correct return value in fdtdec_decode_display_timing()

2016-06-04 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > This should return a non-zero value if there is a missing property. Update > the return value accordingly. The only expected error is -FDT_ERR_NOTFOUND. > > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Andreas Bießmann <

Re: [U-Boot] [PATCH v2 16/18] at91: video: Support driver-model for the LCD driver

2016-06-04 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > Add driver-model support to this driver. Most features can be controlled > from the device tree. > > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > > Change

Re: [U-Boot] [PATCH v2 15/18] at91: video: Prepare for driver-model conversion

2016-06-04 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > Adjust the driver to use struct display_timing for its display timing. > This is what is used by driver-model and allows the LCD init code to be > common. > > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: A

Re: [U-Boot] [PATCH] serial: atmel_usart: Add device tree support

2016-05-31 Thread Andreas Bießmann
Hi Wenyou, On 2016-05-31 05:14, Wenyou Yang wrote: Add device tree support. Signed-off-by: Wenyou Yang --- drivers/serial/atmel_usart.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c

Re: [U-Boot] [PATCH v2 09/18] arm: at91: Add a header file for the real-time clock

2016-05-30 Thread Andreas Bießmann
gt; Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Heiko Schocher <h...@denx.de> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 06/18] net: macb: Flush correct cache portion when sending

2016-05-30 Thread Andreas Bießmann
um.org> > Reviewed-by: Heiko Schocher <h...@denx.de> > Acked-by: Joe Hershberger <joe.hershber...@ni.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > > Changes in v2: None > > drivers/net/macb.c | 2 +- > 1 file changed, 1 ins

Re: [U-Boot] [PATCH v2 14/18] at91: mtd: nand: Add dev_warn() to correct build error in driver

2016-05-30 Thread Andreas Bießmann
Hi Simon, On 05.05.16 15:28, Simon Glass wrote: > The code does not compile if ECC is enabled. > > Signed-off-by: Andre Renaud > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/mtd/nand/atmel_nand.c | 2 ++ > 1 file changed,

Re: [U-Boot] [PATCH v2 13/18] at91: Add driver-model GPIO devices for AT91SAM9G45

2016-05-30 Thread Andreas Bießmann
: Heiko Schocher <h...@denx.de> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 08/18] arm: at91: dts: Bring in device tree file for AT91SAM9G45

2016-05-30 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > Add this file from Linux v4.5. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Heiko Schocher <h...@denx.de> > Tested-on: smartweb, corvus, taurus, axm > Tested-by: Heiko Schocher <h...@denx.de>

Re: [U-Boot] [PATCH v2 07/18] net: macb: Convert to driver model

2016-05-30 Thread Andreas Bießmann
smartweb, corvus, taurus, axm > Tested-by: Heiko Schocher <h...@denx.de> > Acked-by: Joe Hershberger <joe.hershber...@ni.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 12/18] mtd: nand: Drop a blank line in nand_wait()

2016-05-30 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > From: Andre Renaud <an...@designa-electronics.com> > > This empty line should not be there. Remove it. > > Signed-off-by: Andre Renaud <an...@designa-electronics.com> > Signed-off-by: Simon Glass <s...@chromium.org>

Re: [U-Boot] [PATCH v2 10/18] at91: Correct NAND ECC register access

2016-05-30 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > From: Andre Renaud <an...@designa-electronics.com> > > This uses the wrote base register value. Fix it. > > Signed-off-by: Andre Renaud <an...@designa-electronics.com> > Signed-off-by: Simon Glass <s...@chromium.org>

Re: [U-Boot] [PATCH v2 11/18] at91: nand: Set up the ECC strength correctly

2016-05-30 Thread Andreas Bießmann
On 05.05.16 15:28, Simon Glass wrote: > From: Andre Renaud <an...@designa-electronics.com> > > This needs to be set to avoid a fatal error when ECC is used. > > Signed-off-by: Andre Renaud <an...@designa-electronics.com> > Signed-off-by: Simon Glass <s...@ch

Re: [U-Boot] [PATCH] gpio: at91: Fix pullup/pulldown configuration on PIO3

2016-05-30 Thread Andreas Bießmann
behavior > of at91_set_pio_pulldown() such that the pullup is only disabled if pulldown > is to be enabled. This changes behavior of at91_set_pio_pullup() such that > the pulldown is only disabled if pullup is to be enabled. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Andreas Bießmann &l

Re: [U-Boot] [PATCH v2 05/18] net: macb: Prepare for driver-model conversion

2016-05-30 Thread Andreas Bießmann
h_device to phy_connect() but why change the function then and add the *name to function parameters? >PHY_INTERFACE_MODE_RGMII); > if (!phydev) { > printf("phy_connect failed\n"); No more questions ... Reviewed-by: Andreas Bießmann <andr...@biessmann.org> ___ 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

2016-05-24 Thread Andreas Bießmann
Hi Tom, this is a resend of the pull request send late in release cycle for 2016.05. The following changes since commit d7d000311285e4b8d11e089ca13ea456a01be3b8: Merge branch 'master' of git://git.denx.de/u-boot-mips (2016-05-23 11:51:37 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH 03/12] board_f: Don't require CONFIG_SYS_MONITOR_BASE

2016-05-18 Thread Andreas Bießmann
Hi Simon, On 2016-05-15 02:49, Simon Glass wrote: Allow this to be unset, such that gd->mon_len is invalid. This seems to be what the sh architecture does. Signed-off-by: Simon Glass --- common/board_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH 12/12] Drop HAVE_GENERIC_BOARD and SYS_GENERIC_BOARD options

2016-05-18 Thread Andreas Bießmann
On 2016-05-15 02:49, Simon Glass wrote: These are no longer used. The migration is complete. Drop these options. Signed-off-by: Simon Glass <s...@chromium.org> Acked-by: Andreas Bießmann <andr...@biessmann.org> --- arch/Kconfig | 32 1 file

Re: [U-Boot] [PATCH 10/12] Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot

2016-05-18 Thread Andreas Bießmann
On 2016-05-15 02:49, Simon Glass wrote: This option is always enabled and is about to be removed. Drop references to it. Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> --- common/Makefile| 4 ++-- common/mai

Re: [U-Boot] [PATCH 03/12] board_f: Don't require CONFIG_SYS_MONITOR_BASE

2016-05-18 Thread Andreas Bießmann
Hi Simon, On 2016-05-15 02:49, Simon Glass wrote: Allow this to be unset, such that gd->mon_len is invalid. This seems to be what the sh architecture does. Signed-off-by: Simon Glass --- common/board_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH 02/12] Remove/update old generic-board documentation and warning

2016-05-18 Thread Andreas Bießmann
On 2016-05-15 02:49, Simon Glass wrote: Remove the warning from the Makefile, since boards that do not use generic board will no longer build. Also update documentation. Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> --

Re: [U-Boot] [PATCH 06/12] avr32: Drop unused code in u-boot.h

2016-05-18 Thread Andreas Bießmann
On 2016-05-15 02:49, Simon Glass wrote: Since generic board init is enabled, this is not used. Drop it. Signed-off-by: Simon Glass <s...@chromium.org> Acked-by: Andreas Bießmann <andr...@biessmann.org> --- arch/avr32/include/asm/u-boot.h | 20 1 file

Re: [U-Boot] [PATCH v2 03/18] bootm: Align cache flush end address correctly

2016-05-05 Thread Andreas Bießmann
N)); > > debug(" kernel loaded at 0x%08lx, end = 0x%08lx\n", load, *load_end); > bootstage_mark(BOOTSTAGE_ID_KERNEL_LOADED); > Reviewed-by: Andreas Bießmann <andr...@biessmann.org> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 02/18] arm: Allow skipping of low-level init with I-cache on

2016-05-05 Thread Andreas Bießmann
> * CPU_init_critical registers > diff --git a/arch/arm/cpu/sa1100/start.S b/arch/arm/cpu/sa1100/start.S > index 408b70d..f5318c9 100644 > --- a/arch/arm/cpu/sa1100/start.S > +++ b/arch/arm/cpu/sa1100/start.S > @@ -96,6 +96,7 @@ cpu_init_crit: >

Re: [U-Boot] [PATCH 01/18] at91: Add support for the AT91 slow clock controller

2016-05-05 Thread Andreas Bießmann
t; @@ -109,6 +109,7 @@ > #define ATMEL_BASE_RTT 0xfd20 > #define ATMEL_BASE_PIT 0xfd30 > #define ATMEL_BASE_WDT 0xfd40 > +#define ATMEL_BASE_SCKCR 0xfd50 > #define ATMEL_BASE_GPBR 0xfd60 > #define ATMEL_

[U-Boot] [PATCH] mkimage: fix generation of FIT image

2016-05-03 Thread Andreas Bießmann
has one parameter. Signed-off-by: Andreas Bießmann <andr...@biessmann.org> --- tools/mkimage.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tools/mkimage.c b/tools/mkimage.c index b407aed..93d1c16 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -133,10

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

2016-05-03 Thread Andreas Bießmann
Hi Tom, On 2016-05-03 14:13, Tom Rini wrote: On Tue, May 03, 2016 at 01:35:07PM +0200, Andreas Bießmann wrote: Hi Tom, here are some fixes for sama5d2 and a new sama5d2 board for 2016.05. The following changes since commit 58abb988ce24525474f0d515d2a36c1b3acf893f: mx6ul_evk: Remove

Re: [U-Boot] ARM: sama5d2: Implement boot device autodetection

2016-05-03 Thread Andreas Bießmann
Hi Marek, On 2016-05-03 13:04, Marek Vasut wrote: On 05/03/2016 10:52 AM, Andreas Bießmann wrote: On Fri, Apr 22, 2016 at 09:56:21PM +0200, Marek Vasut wrote: Implement support for saving ARM register R4 early during boot using save_boot_params . Implement support for decoding the stored

Re: [U-Boot] ARM: sama5d2: Implement boot device autodetection

2016-05-03 Thread Andreas Bießmann
;from eMMC and fail. This is because eMMC is on SDHCI0 (BOOT_DEVICE_MMC1), >while SD slot is on SDHCI1 (BOOT_DEVICE_MMC2) and the SPL was hard-wired >to always boot from BOOT_DEVICE_MMC1. > >Signed-off-by: Marek Vasut <ma...@denx.de> >Cc: Andreas Bießmann <andreas.de...@google

Re: [U-Boot] [U-Boot, 1/3] ARM: at91: clock: fix the GCK's clock source

2016-05-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Before enabling a generated clock whose source is from the UPLL >clock, check and enable the UPLL clock. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andr...@bi

Re: [U-Boot] [U-Boot, 2/2] board: atmel: add SAMA5D2 PTC Engineering board

2016-05-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >The board supports following features: > - Boot media support: NAND Flash/SPI Flash > - Support ethernet > - Support USB mass storage > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Re

Re: [U-Boot] board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0

2016-05-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Fix the missing pin config of the SDMMC0 interface. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > > board/atmel/sama5d2_xpl

Re: [U-Boot] ARM: atmel: Enable FIT image support for SAMA5Dx

2016-05-03 Thread Andreas Bießmann
Dear Marek Vasut, Marek Vasut <ma...@denx.de> writes: >Enable the fitImage support for the entire SAMA5Dx lineup of CPUs. >The fitImage is superior image format to uImage and it is useful >to have it available. > >Signed-off-by: Marek Vasut <ma...@denx.de> >Cc

Re: [U-Boot] [U-Boot, 2/3] ARM: at91: clock: complete the GCK's clock sources

2016-05-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Add the UPLL clock and master clock as a clock source for getting >the generated clock frequency to complete its clock sources support. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed

Re: [U-Boot] [U-Boot, 3/3] board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL

2016-05-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Change the clock source of the SDHCI's generated clock from PLLA to >UPLL clock to align to Linux driver. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andr...

Re: [U-Boot] [U-Boot, 1/2] ARM: at91: sama5d2: add macro & field definitions

2016-05-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >They will be used on SAMA5D2 PTC board. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andr...@biessmann.org> >--- > > arch/arm/ma

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

2016-05-03 Thread Andreas Bießmann
Hi Tom, here are some fixes for sama5d2 and a new sama5d2 board for 2016.05. The following changes since commit 58abb988ce24525474f0d515d2a36c1b3acf893f: mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT (2016-05-02 21:04:36 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH] gpio: atmel_pio4: rework to support driver model & DT

2016-05-03 Thread Andreas Bießmann
Dear Wenyou, On 2016-04-15 02:49, Wenyou Yang wrote: Rework the driver to support the driver model and the device tree. Could you please put this one into a series with the pinctrl driver? Signed-off-by: Wenyou Yang --- drivers/gpio/Kconfig | 2 +-

Re: [U-Boot] [PATCH 1/2] pinctrl: at91-pio4: add pinctrl driver

2016-05-03 Thread Andreas Bießmann
Dear Wenyou, On 2016-04-07 04:15, Wenyou Yang wrote: AT91 PIO4 controller is a combined gpio-controller, pin-mux and pin-config module. The peripherals are assigned pins through per-pin based muxing logic. And the pin configuration are performed on specific registers which are shared along with

Re: [U-Boot] [PATCH 1/2] pinctrl: at91-pio4: add pinctrl driver

2016-05-03 Thread Andreas Bießmann
Dear Wenyou, On 2016-04-07 04:15, Wenyou Yang wrote: AT91 PIO4 controller is a combined gpio-controller, pin-mux and pin-config module. The peripherals are assigned pins through per-pin based muxing logic. And the pin configuration are performed on specific registers which are shared along with

Re: [U-Boot] [PATCH 2/2] atmel: bring in at91 pio4 device tree file and bindings

2016-05-03 Thread Andreas Bießmann
trl-bindings.txt in this directory for details of the +common pinctrl bindings used by client devices. + +Subnode format +Each node (or subnode) will list the pins it needs and how to configured these ... how to configure ... Would you upstream this via linux kernel? Reviewed-by: Andrea

Re: [U-Boot] ARM: sama5d2: Implement boot device autodetection

2016-05-03 Thread Andreas Bießmann
U-Boot > from eMMC and fail. This is because eMMC is on SDHCI0 (BOOT_DEVICE_MMC1), > while SD slot is on SDHCI1 (BOOT_DEVICE_MMC2) and the SPL was hard-wired > to always boot from BOOT_DEVICE_MMC1. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Andreas Bießmann <and

Re: [U-Boot] ARM: atmel: Enable FIT image support for SAMA5Dx

2016-05-03 Thread Andreas Bießmann
On Mon, Apr 18, 2016 at 06:30:41PM +0200, Marek Vasut wrote: > Enable the fitImage support for the entire SAMA5Dx lineup of CPUs. > The fitImage is superior image format to uImage and it is useful > to have it available. > > Signed-off-by: Marek Vasut <ma...@denx.de> &

Re: [U-Boot] [U-Boot, 3/3] board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL

2016-05-03 Thread Andreas Bießmann
On Mon, Apr 11, 2016 at 04:41:33PM +0800, Wenyou Yang wrote: > Change the clock source of the SDHCI's generated clock from PLLA to > UPLL clock to align to Linux driver. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <

Re: [U-Boot] [U-Boot, 2/3] ARM: at91: clock: complete the GCK's clock sources

2016-05-03 Thread Andreas Bießmann
On Mon, Apr 11, 2016 at 04:41:32PM +0800, Wenyou Yang wrote: > Add the UPLL clock and master clock as a clock source for getting > the generated clock frequency to complete its clock sources support. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andr

Re: [U-Boot] [U-Boot, 1/3] ARM: at91: clock: fix the GCK's clock source

2016-05-03 Thread Andreas Bießmann
On Mon, Apr 11, 2016 at 04:41:31PM +0800, Wenyou Yang wrote: > Before enabling a generated clock whose source is from the UPLL > clock, check and enable the UPLL clock. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.o

Re: [U-Boot] board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0

2016-05-03 Thread Andreas Bießmann
On Mon, Apr 11, 2016 at 02:07:17PM +0800, Wenyou Yang wrote: > Fix the missing pin config of the SDMMC0 interface. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > > board/atmel/sama5d2_xplained

Re: [U-Boot] [U-Boot, 2/2] board: atmel: add SAMA5D2 PTC Engineering board

2016-05-03 Thread Andreas Bießmann
On Fri, Feb 26, 2016 at 05:20:26PM +0800, Wenyou Yang wrote: > The board supports following features: > - Boot media support: NAND Flash/SPI Flash > - Support ethernet > - Support USB mass storage > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by

Re: [U-Boot] [U-Boot, 1/2] ARM: at91: sama5d2: add macro & field definitions

2016-05-03 Thread Andreas Bießmann
On Fri, Feb 26, 2016 at 05:20:25PM +0800, Wenyou Yang wrote: > They will be used on SAMA5D2 PTC board. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andr...@biessmann.org> > --- > > arch/arm/mach-at91/i

[U-Boot] [PATCH] Change my mailaddress

2016-04-30 Thread Andreas Bießmann
I'll switch my mails to my own server, so drop all gmail references. Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> --- .mailmap| 1 + MAINTAINERS | 4 ++-- arch/arm/lib/s

[U-Boot] [PATCH] mkimage: fix argument parsing on BSD systems

2016-04-30 Thread Andreas Bießmann
The getopt(3) optstring '-' is a GNU extension which is not available on BSD systems like OS X. Remove this dependency by implementing argument parsing in another way. This will also change the lately introduced '-b' switch behaviour. Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.

Re: [U-Boot] [PATCH v2 16/27] mkimage: Allow a FIT to include an image of any type

2016-04-27 Thread Andreas Bießmann
Hi Simon, On 23.02.2016 06:55, Simon Glass wrote: > At present FIT images are set up by providing a device tree source file > which is a file with a .its extension. We want to support automatically > creating this file based on the image supplied to mkimage. This means that > even though the

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-18 Thread Andreas Bießmann
Hi Marek, On 2016-04-18 17:30, Marek Vasut wrote: Hi! I've been playing around with latest mainline u-boot on sama5d2 xplained ultra. I noticed that if I want to boot the board from SD card (SDHCI1), the board will indeed load the SPL from it, but SPL will try to load u-boot.img from eMMC

Re: [U-Boot] [PATCH 0/2] ARM: AT91: add AT91 PIO4 pinctrl driver

2016-04-06 Thread Andreas Bießmann
Hi Wenyou, Really cool to see the first dm based driver for atmel devices! I'll dive into this weekend. Best regards Andreas > Am 07.04.2016 um 04:15 schrieb Wenyou Yang : > > AT91 PIO4 controller is a combined gpio-controller, pin-mux and > pin-config module. This

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

2016-02-20 Thread Andreas Bießmann
-atmel.git master for you to fetch changes up to 2a0b9ea3067b00366455b0504056cb6728a0b865: vinco: add Maintainers file (2016-02-20 21:40:02 +0100) Andreas Bießmann (1): vinco: add Maintainers file Gregory CLEMENT (1): ARM

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

2016-02-19 Thread Andreas Bießmann
Hi Tom, there is another issue in this PR. Please drop it, I'll send another one shortly. Andreas On 18.02.2016 22:34, Andreas Bießmann wrote: > Hi Tom, > > Please pull into u-boot/master. > > buildman for arm has a warning in one patch which is repaired some patches > lat

Re: [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform

2016-02-19 Thread Andreas Bießmann
> On jeu., févr. 18 2016, Andreas Bießmann <andreas.de...@googlemail.com> > wrote: > >> Dear Gregory CLEMENT, >> >> Gregory CLEMENT <gregory.clem...@free-electrons.com> writes: >>> The Versatile Industrial Communication platform is a community orie

Re: [U-Boot] [U-Boot, v4, 5/5] drivers: at91: clean up peripheral clock code

2016-02-18 Thread Andreas Bießmann
.@denx.de> >[fixup for missing clk.h in at91_emac.c] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > drivers/net/at91_emac.c | 10 +- > drivers/usb/host/ehci-atmel.c | 8 > drivers/usb/host/ohci-at91.c | 20 >

Re: [U-Boot] siemens,at91: enable features for smartweb

2016-02-18 Thread Andreas Bießmann
t;Signed-off-by: Matthias Michel <matthias.mic...@siemens.com> >Reviewed-by: Samuel Egli <samuel.e...@siemens.com> >Cc: Roger Meier <r.me...@siemens.com> >Cc: Heiko Schocher <h...@denx.de> >Reviewed-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann &l

Re: [U-Boot] [U-Boot, v3, 1/3] ARM: at91: clock: add PMC_PLLICPR init function

2016-02-18 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >To avoid the duplicated code, add the PMC_PLLICPR init function. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießm

Re: [U-Boot] [U-Boot, v3, 2/4] ARM: at91: armv7: clean up UTMI PLL handle code

2016-02-18 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Due to introducing the UTMI PLL enable function, use this function >to reduce the duplicated code. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Tested-by: Heiko Schocher <h...@denx.de&g

Re: [U-Boot] arm: at91: Add support for DENX MA5D4 SoM and EVK

2016-02-18 Thread Andreas Bießmann
ot, LCD header, 2x CAN connector and a >lot of expansion headers. > >Signed-off-by: Marek Vasut <ma...@denx.de> >Cc: Andreas Bießmann <andreas.de...@googlemail.com> >Reviewed-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andreas.de...@googlem

Re: [U-Boot] [U-Boot, v3, 3/4] drivers: usb: atmel: clean up the UTMI PLL code

2016-02-18 Thread Andreas Bießmann
+++- > 2 files changed, 11 insertions(+), 47 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] [PULL] u-boot-atmel/master -> u-boot/master

2016-02-18 Thread Andreas Bießmann
Hi Tom, Please pull into u-boot/master. buildman for arm has a warning in one patch which is repaired some patches later in this pull. I think this is Ok since it is an unused variable warning for some boards which do not declare a specific define. The later patch will remove the warning line

Re: [U-Boot] [U-Boot, v4, 2/3] drivers: usb: ohci-at91: clean up the PLLB code

2016-02-18 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Due to introducing the new PLLB clock handle functions, >use these functions to clean up the PLLB enable/disable code. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann &l

Re: [U-Boot] [U-Boot, v3, 4/4] board: atmel: siemens: clean up UTMI PLL code

2016-02-18 Thread Andreas Bießmann
denx.de> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v3: > - collect Tested-by from Heiko Schocher. > >Changes in v2: None > > board/siemens/corvus/board.c |4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) ap

Re: [U-Boot] [U-Boot, v4, 1/3] ARM: at91: clock: add PLLB enable/disable functions

2016-02-18 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >To avoid the duplicated code, add the PLLB handle functions. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >Tested-by: Heiko Sch

Re: [U-Boot] [U-Boot, v3, 3/3] board: atmel: clean up the PMC_PLLICPR init code

2016-02-18 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Due to introducing the PMC_PLLICPR init function, use this >function to clean up the code. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Tested-by: Heiko Schocher <h...@denx.de> >Revie

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