Re: [U-Boot] [U-Boot, v2] ARM: at91: sama5d2: configure the L2 cache memory

2016-02-18 Thread Andreas Bießmann
commit b5ea95ef2b5b from the at91bootstrap repository. > >Signed-off-by: Samuel Mescoff <samuel.mesc...@mobile-devices.fr> >Reviewed-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes for v2: > - remove

Re: [U-Boot] [U-Boot, v4, 3/3] board: atmel: siemens: clean up 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 code. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas

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

2016-02-18 Thread Andreas Bießmann
g <wenyou.y...@atmel.com> >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >[fixup for arm920t code] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > arch/arm/mach-at91/arm920t/

Re: [U-Boot] [U-Boot, v4, 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset

2016-02-18 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >Remove unnecessary #ifdef CPU_HAS_PCR. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com&g

Re: [U-Boot] [U-Boot, v3, 2/3] ARM: at91: 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

Re: [U-Boot] [U-Boot, v3, 1/4] ARM: at91: clock: add UTMI PLL enable/disable 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 UTMI PLL handle functions, >and add PMC_USB init function too. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Tested-by: Heiko Schocher <h...@denx.de&g

Re: [U-Boot] [U-Boot, v4, 4/5] board: atmel: clean up peripheral clock code

2016-02-18 Thread Andreas Bießmann
e> >[Rebased on current master, fixup for at91rm9200ek] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > board/atmel/at91rm9200ek/at91rm9200ek.c | 1 - > board/atmel/at91rm9200ek/led.c | 6 ++ > board/atmel/at91sam9260ek

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

2016-02-18 Thread Andreas Bießmann
;- a 4MB SPI flash >- a 4GB eMMC > >Signed-off-by: Gregory CLEMENT <gregory.clem...@free-electrons.com> >Acked-by: Nicolas Ferre <nicolas.fe...@atmel.com> >[rebase on current TOT] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > a

Re: [U-Boot] [U-Boot, v4, 2/5] ARM: at91: clock: add a new file to handle clock

2016-02-18 Thread Andreas Bießmann
l.com> >Tested-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v4: > - due to PMC_PECR1 avaiable when has CPU_HAS_PCR, remove > >pcer1 and >pcdr1. > >Changes in v3: > - fix incorrec

Re: [U-Boot] [U-Boot, v4, 2/5] ARM: at91: clock: add a new file to handle clock

2016-02-18 Thread Andreas Bießmann
t; > Tested-by: Heiko Schocher <h...@denx.de> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes in v4: > - due to PMC_PECR1 avaiable when has CPU_HAS_PCR, remove >>pcer1 and >pcdr1. > > Changes in v3: > - fix incor

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

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 12:46:14PM +0800, Wenyou Yang wrote: > 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> Reviewed-by: A

Re: [U-Boot] [U-Boot, v3, 2/3] ARM: at91: clean up the PMC_PLLICPR init code

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 12:46:13PM +0800, Wenyou Yang wrote: > 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> Reviewed-by: A

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

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 12:46:12PM +0800, Wenyou Yang wrote: > 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ßmann <a

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

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 11:11:54AM +0800, Wenyou Yang wrote: > Due to introducing the new UTMI PLL clock handle functions, > use the functions to reduce the duplicated code. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> > Tested-by: Heiko Schocher <h...@denx.d

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

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 11:11:53AM +0800, Wenyou Yang wrote: > Due to introducing the new UTMI PLL clock handle functions, > use these function to reduce the duplicated code. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> > Tested-by: Heiko Schocher <h...@denx.d

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

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 11:11:52AM +0800, Wenyou Yang wrote: > 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> Re

Re: [U-Boot] [U-Boot, v3, 1/4] ARM: at91: clock: add UTMI PLL enable/disable function

2016-02-18 Thread Andreas Bießmann
On Tue, Feb 02, 2016 at 11:11:51AM +0800, Wenyou Yang wrote: > To avoid the duplicated code, add the UTMI PLL handle functions, > and add PMC_USB init function too. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> > Tested-by: Heiko Schocher <h...@denx.de> Re

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

2016-02-16 Thread Andreas Bießmann
SD slot, 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.d

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

2016-02-16 Thread Andreas Bießmann
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 <andreas.de...

Re: [U-Boot] [U-Boot, v2] ARM: at91: sama5d2: configure the L2 cache memory

2016-02-16 Thread Andreas Bießmann
the at91bootstrap repository. > > Signed-off-by: Samuel Mescoff <samuel.mesc...@mobile-devices.fr> > Reviewed-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes for v2: > - removed useless #

Re: [U-Boot] [U-Boot, v2] ARM: at91: sama5d2: configure the L2 cache memory

2016-02-16 Thread Andreas Bießmann
the at91bootstrap repository. > > Signed-off-by: Samuel Mescoff <samuel.mesc...@mobile-devices.fr> > Reviewed-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes for v2: > - removed useless #

[U-Boot] [PATCH 4/4] pci_rom: fix may be used uninitialized warning

2016-02-16 Thread Andreas Bießmann
zed in this function [-Wmaybe-uninitialized] --->8--- Fix this as done in 55616b86c745fcac5a791268ab8e7cba36965c0f the ram variable. Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> --- drivers/pci/pci_rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[U-Boot] [PATCH 0/4] Some things that bug me

2016-02-16 Thread Andreas Bießmann
These are some fixes to the current TOT that break my test building on OS X. Maybe some of them already addressed by some other patches. If so, please just drop the corresponding patch from the series. Andreas Bießmann (4): tools: -Wno-deprecated-declarations for OpenSSL on darwin mxsboot

[U-Boot] [PATCH 3/4] samsung: fix mkorigenspl for darwin

2016-02-16 Thread Andreas Bießmann
Compiling the mkorigenspl tool on darwin complains about undefined ulong. Fix this by using the unified way. Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> --- board/samsung/origen/tools/mkorigenspl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

[U-Boot] [PATCH 1/4] tools: -Wno-deprecated-declarations for OpenSSL on darwin

2016-02-16 Thread Andreas Bießmann
Since OpenSSL is deprecated on OS X in favour of Common Crypto API disable the warning for this host OS. Another solution would be to add some glue layer for crypto stuff, but I think this is not worth the effort. Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> ---

[U-Boot] [PATCH 2/4] mxsboot: remove unused include

2016-02-16 Thread Andreas Bießmann
Commit 276d3ebb883024d753cd9c69ab2fd243ffa1262e removed htole32() but missed to remove the corresponding header. This is annoying, since BSD systems do not have endian.h. Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> --- tools/mxsboot.c | 1 - 1 file changed, 1 de

Re: [U-Boot] [PATCH 2/2] atmel_nand: Add 32 bit ecc support for sama5d2 chip

2016-02-02 Thread Andreas Bießmann
On 24.11.2015 09:34, Josh Wu wrote: > Also if minimum ecc requirment is bigger then what we support, then just > use our maxium pmecc support. > But it is not safe, so we'll output a warning about this. > > Signed-off-by: Josh Wu <josh...@atmel.com> Reviewed-by: Andreas

Re: [U-Boot] [PATCH 1/2] atmel_nand_ecc: update pmecc registers according to sama5d2 chip

2016-02-02 Thread Andreas Bießmann
<josh...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > drivers/mtd/nand/atmel_nand_ecc.h | 36 > 1 file changed, 32 insertions(+), 4 deletions(-) > > diff --git a/drivers/mtd/nand/atmel_nand_ecc.

Re: [U-Boot] [RESEND PATCH v3 2/5] ARM: at91: clock: add a new file to handle clock

2016-02-02 Thread Andreas Bießmann
Hi Wenyou, On 02.02.2016 03:31, Wenyou Yang wrote: > To reduce the duplicated code, add a new file to accommodate > the peripheral's and system's clock handle code, shared with > the SoCs with different ARM core. > > Signed-off-by: Wenyou Yang > Tested-by: Heiko Schocher

Re: [U-Boot] [PATCH v2] board: atmel: sama5d2_xplained: add SPL support

2016-02-02 Thread Andreas Bießmann
On 01.02.2016 11:18, Wenyou Yang wrote: > The sama5d2 Xplained SPL supports the boot medias: spi flash > and SD Card. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > This patch is base

Re: [U-Boot] [U-Boot, v2] board: atmel: sama5d2_xplained: add SPL support

2016-02-02 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >The sama5d2 Xplained SPL supports the boot medias: spi flash >and SD Card. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- &g

Re: [U-Boot] [U-Boot, v3, 3/3] arm: at91/spl: mpddrc: use IP version to check configuration

2016-02-02 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >To remove the unnecessary #ifdef-endif, use the mpddrc IP version >to check whether or not the interleaved decoding type is supported. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: A

Re: [U-Boot] [U-Boot, 1/2] atmel_nand_ecc: update pmecc registers according to sama5d2 chip

2016-02-02 Thread Andreas Bießmann
ed-off-by: Josh Wu <josh...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > > drivers/mtd/nand/atmel_nand_ecc.h | 36 > 1 file changed, 32 insertions(+), 4 deletions(-) applied to u-boot-at

Re: [U-Boot] [U-Boot, v3, 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization

2016-02-02 Thread Andreas Bießmann
roller, which is used >to support DDR3 devices. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v3: > - add 'base' argument to avoid specified base address. > - collect Re

Re: [U-Boot] [U-Boot, 2/2] atmel_nand: Add 32 bit ecc support for sama5d2 chip

2016-02-02 Thread Andreas Bießmann
t;Acked-by: Scott Wood <scottw...@freescale.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > > drivers/mtd/nand/atmel_nand.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas B

Re: [U-Boot] [U-Boot, v3, 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config

2016-02-02 Thread Andreas Bießmann
use. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v3: > - fix unchanged board files (at91sam9m10ek, at91sam9n12ek, > at91sam9x5ek, picosam9g45). > >Changes in v2: >

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

2016-02-02 Thread Andreas Bießmann
Hi Tom, please pull these changes into u-boot/master ... eventually before tagging rc1 ;) Andreas The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629: Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-01-26 17:45:37 -0500) are available in the git

Re: [U-Boot] [PATCH v3 2/5] ARM: at91: clock: add a new file to handle clock

2016-01-27 Thread Andreas Bießmann
Hi Wenyou, On 10.12.2015 03:20, Wenyou Yang wrote: > To reduce the duplicated code, add a new file to accommodate > the peripheral's and system's clock handle code, shared with > the SoCs with different ARM core. > > Signed-off-by: Wenyou Yang > --- > > Changes in v3: >

Re: [U-Boot] [PATCH v3 3/5] ARM: cpu: at91: clean up peripheral clock code

2016-01-27 Thread Andreas Bießmann
wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> There is a trivial fix required ... > --- > > Changes in v3: None > Changes in v2: None > > arch/arm/mach-at91/arm920t/at91rm9200_devices.c| 13 ++- > arch/arm/mach-at91/arm920t

Re: [U-Boot] [PATCH v3 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset

2016-01-27 Thread Andreas Bießmann
On 10.12.2015 03:20, Wenyou Yang wrote: > Remove unnecessary #ifdef CPU_HAS_PCR. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes in v3: None > Changes in v2: None >

Re: [U-Boot] [PATCH v2 2/3] atmel_nand: add '\n' in the end of error message for better display

2016-01-27 Thread Andreas Bießmann
On 25.01.2016 07:06, Wenyou Yang wrote: > From: Josh Wu <josh...@atmel.com> > > Also align the open parenthesis. > > Signed-off-by: Josh Wu <josh...@atmel.com> > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de

Re: [U-Boot] [U-Boot, v2, 3/3] atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number

2016-01-27 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >From: Josh Wu <josh...@atmel.com> > >As atmel_nand_ecc.h is sync with v4.1 kernel, which adds the >PMECC_OOB_RESERVED_BYTES. So use it in the driver. > >Signed-off-by: Josh Wu <josh...@atmel.co

Re: [U-Boot] [U-Boot, v2, 2/3] atmel_nand: add '\n' in the end of error message for better display

2016-01-27 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >From: Josh Wu <josh...@atmel.com> > >Also align the open parenthesis. > >Signed-off-by: Josh Wu <josh...@atmel.com> >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: A

Re: [U-Boot] [U-Boot, v2, 1/3] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function

2016-01-27 Thread Andreas Bießmann
ion. > >Signed-off-by: Josh Wu <josh...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >--- > >Changes in v2: None > > drivers/mtd/nand/atmel_nand.c | 44 +++--

Re: [U-Boot] [U-Boot, v2] mmc: atmel: Properly fix clock configuration

2016-01-27 Thread Andreas Bießmann
the thing to do. > >This patch allows fixing CPU hang observed when trying to changing the >bus width on a eMMC on SAMA5D4. > >Signed-off-by: Gregory CLEMENT <gregory.clem...@free-electrons.com> >Tested-by: Marek Vasut <ma...@denx.de> # on DENX MA5D4EV >Acked-by: Marek Va

Re: [U-Boot] [U-Boot, v3] net: macb: Not all the GEM are gigabit capable

2016-01-27 Thread Andreas Bießmann
-by: Nicolas Ferre <nicolas.fe...@atmel.com> >Acked-by: Joe Hershberger <joe.hershber...@ni.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >[fixed minor checkpatch warning] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >-

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

2016-01-27 Thread Andreas Bießmann
On 27.01.2016 03:04, Wenyou Yang wrote: > 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 <andreas

Re: [U-Boot] [PATCH v2 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization

2016-01-26 Thread Andreas Bießmann
t; to support DDR3 devices. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes in v2: > - remove comment accordingly after changing struct atmel_mpddr. > - remove some registers whic

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

2016-01-26 Thread Andreas Bießmann
Hi Wenyou, On 09.12.2015 05:29, Wenyou Yang wrote: > 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 > --- > > drivers/usb/host/ohci-at91.c | 20 +---

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

2016-01-26 Thread Andreas Bießmann
On 09.12.2015 05:29, Wenyou Yang wrote: > 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> > --- > > arch/arm/mach-

Re: [U-Boot] [PATCH 3/3] board: atmel: siemens: clean up PLLB code

2016-01-26 Thread Andreas Bießmann
On 09.12.2015 05:29, Wenyou Yang wrote: > Due to introducing the new PLLB clock handle functions, > use these functions to clean up the PLLB enable code. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> &

Re: [U-Boot] [PATCH v3] net: macb: Not all the GEM are gigabit capable

2016-01-24 Thread Andreas Bießmann
nresponsive MAC > controller. This patch fixes this behavior allowing using the gmac with > these SoCs. > > Suggested-by: Nicolas Ferre <nicolas.fe...@atmel.com> > Signed-off-by: Gregory CLEMENT <gregory.clem...@free-electrons.com> Reviewed-by: Andreas Bießmann

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

2016-01-24 Thread Andreas Bießmann
Hi Gregory, On 16.12.15 17:01, Gregory CLEMENT wrote: > The Versatile Industrial Communication platform is a community oriented > board from Landis + Gyr. It comes with: > - an RS-485 port > - 2 Ethernet ports > - a wireless M-BUS > - a 4G modem > - a 4MB SPI flash > - a 4GB eMMC > >

Re: [U-Boot] [PATCH 1/4] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function

2016-01-24 Thread Andreas Bießmann
On 24.11.15 09:26, Josh Wu wrote: > Since ecc_{strength,step}_ds is introduced in nand_chip structure for > minimum ecc requirements. So we can use them directly and remove our > own get_onfi_ecc_param function. > > Signed-off-by: Josh Wu <josh...@atmel.com> Reviewed

Re: [U-Boot] [PATCH 2/4] atmel_nand: add '\n' in the end of error message for better display

2016-01-24 Thread Andreas Bießmann
Hi Josh, On 24.11.15 09:26, Josh Wu wrote: > Also align the open parenthesis. > > Signed-off-by: Josh Wu > --- > > drivers/mtd/nand/atmel_nand.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mtd/nand/atmel_nand.c

Re: [U-Boot] [PATCH 3/4] atmel_nand: increase more delay to support MT29F32G08CBADA

2016-01-24 Thread Andreas Bießmann
Hi Josh, On 24.11.15 09:26, Josh Wu wrote: > The tR is 100us in the datasheet section: Array Characteristics > I've seen 50us for tR. Which datasheet do you have? Andreas > Signed-off-by: Josh Wu > --- > > drivers/mtd/nand/atmel_nand.c | 2 +- > 1 file changed, 1

Re: [U-Boot] [PATCH 4/4] atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number

2016-01-24 Thread Andreas Bießmann
On 24.11.15 09:26, Josh Wu wrote: > As atmel_nand_ecc.h is sync with v4.1 kernel, which adds the > PMECC_OOB_RESERVED_BYTES. So use it in the driver. > > Signed-off-by: Josh Wu <josh...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >

Re: [U-Boot] [PATCH] part: Drop duplication declaration of block_dev_desc_t

2016-01-24 Thread Andreas Bießmann
On 21.01.16 04:12, Simon Glass wrote: > This is already defined in ide.h, which part.h includes. So we don't need > the duplicate typedef. At least with my old blackfin gcc 4.3.5 tool chain, > this causes an error. > > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed

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

2016-01-21 Thread Andreas Bießmann
Hi Gregory, On 21.01.2016 12:08, Gregory CLEMENT wrote: > Hello all, > > On mer., déc. 16 2015, Gregory CLEMENT > wrote: > >> The Versatile Industrial Communication platform is a community oriented >> board from Landis + Gyr. It comes with: >> - an RS-485

Re: [U-Boot] [PATCH] net: macb: sama5d4 is not gigabit capable

2015-12-16 Thread Andreas Bießmann
Hi all, On 16.12.2015 10:19, Nicolas Ferre wrote: > Le 15/12/2015 20:59, Joe Hershberger a écrit : >> Hi Gregory, >> >> On Mon, Dec 14, 2015 at 10:37 AM, Gregory CLEMENT >> wrote: >>> During the initialization of PHY the gigabit bit capable is set if the >>>

Re: [U-Boot] [PATCH] net: macb: sama5d4 is not gigabit capable

2015-12-16 Thread Andreas Bießmann
Hi Gregory, On 16.12.2015 10:32, Gregory CLEMENT wrote: > Hi Joe, > > On mar., déc. 15 2015, Joe Hershberger wrote: > >> Hi Gregory, >> >> On Mon, Dec 14, 2015 at 10:37 AM, Gregory CLEMENT >> wrote: >>> During the initialization

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

2015-12-09 Thread Andreas Bießmann
Hi Heiko, On 09.12.2015 08:14, Heiko Schocher wrote: > Hello Wenyou, > > Am 09.12.2015 um 05:36 schrieb Wenyou Yang: >> To avoid the duplicated code, add the PMC_PLLICPR init function. >> >> Signed-off-by: Wenyou Yang >> --- >> >> arch/arm/mach-at91/armv7/clock.c

Re: [U-Boot] [PATCH v2] mmc: atmel: Properly fix clock configuration

2015-12-01 Thread Andreas Bießmann
Hi Pantelis, On 05.11.15 20:58, Gregory CLEMENT wrote: > Timing issue occurs on eMMC not only when modifying the frequency but > also for all the switch command(CMD6). According to the MMC spec waiting > 8 clocks after a switch command would be the thing to do. > > This patch allows fixing CPU

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

2015-11-30 Thread Andreas Bießmann
changed, 356 insertions(+) > create mode 100644 arch/arm/mach-at91/include/mach/atmel_pio4.h > create mode 100644 drivers/gpio/atmel_pio4.c applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot, v2, 1/5] arm: at91/spl: matrix: move matrix init to separate file

2015-11-30 Thread Andreas Bießmann
g <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v2: None > > arch/arm/mach-at91/Makefile|2 +- > arch/arm/mach-at91/armv7/sama5d4_devices.c | 42 --

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

2015-11-30 Thread Andreas Bießmann
;Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >[fix checkpatch warnings] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- >The patch is based on the following patches sent in mailing list. > [PATCH] gpio: atmel: Add the PIO4 driver support &

Re: [U-Boot] [U-Boot, v2, 3/5] arm: at91/spl: matrix: remove security peripheral select code

2015-11-30 Thread Andreas Bießmann
d-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v2: None > > arch/arm/mach-at91/matrix.c |9 - > 1 file changed, 9 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, An

Re: [U-Boot] [U-Boot, v2, 2/5] arm: at91/spl: matrix: remove matrix write protection code

2015-11-30 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >On processor reset, the matrix write protection is disabled, >so no need to disable/enable write protection when writing >the matrix registers. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >

Re: [U-Boot] [U-Boot, v2, 4/5] arm: at91/spl: matrix: use matrix slave id macros

2015-11-30 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >To make matrix initialization code sharing with others, >use the matrix slave id macros, instead of hard-coding. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann &l

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

2015-11-30 Thread Andreas Bießmann
Hi Tom, please pull the following changes into u-boot/master Andreas The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757: Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 -0500) are available in the git repository at:

Re: [U-Boot] [U-Boot, v2, 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file

2015-11-30 Thread Andreas Bießmann
_AICREDIR_KEY definition to sama5d4.h, because each >SoC has its own value. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v2: > 1./ split the version 1 [PATCH 2/3] into three pat

Re: [U-Boot] [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization

2015-11-27 Thread Andreas Bießmann
Hi Wenyou, On 04.11.15 07:32, Wenyou Yang wrote: > The implementation conforms to DDR3-SRAM/DDR3L-SDRAM typo --^ > initialization section described in the SAMA5D2 datasheet. > > Add registers and definitions of mpddrc controller, which is used > to support DDR3

Re: [U-Boot] [PATCH v2 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file

2015-11-27 Thread Andreas Bießmann
sama5d4.h, because each > SoC has its own value. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes in v2: > 1./ split the version 1 [PATCH 2/3] into three patches for >

Re: [U-Boot] [PATCH 3/3] arm: at91/spl: mpddrc: use IP version to check configuration

2015-11-27 Thread Andreas Bießmann
+ struct atmel_mpddr *mpddr = (struct atmel_mpddr *)ATMEL_BASE_MPDDRC; > + u16 version = readl(>version) & 0x; Unfortunately I can't check the version thing ... But the code looks good to me Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > + > +

Re: [U-Boot] [PATCH 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config

2015-11-27 Thread Andreas Bießmann
ff-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > arch/arm/mach-at91/include/mach/atmel_mpddrc.h | 12 +++- > arch/arm/mach-at91/mpddrc.c |2 +- > board/atmel/sama5d3_xplained/

Re: [U-Boot] i2c, avr32: fix compiler warning "input is not relaxable"

2015-11-23 Thread Andreas Bießmann
t is not relaxable > avr32: + atngw100mkii >+(atngw100mkii) drivers/i2c/built-in.o: warning: input is not relaxable >040 /4 0:00:16 : atngw100mkii > >Fix it. > >Signed-off-by: Heiko Schocher <h...@denx.de> >Reviewed-by: Roger Meier <r.me...@siemens

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

2015-11-23 Thread Andreas Bießmann
Hi Tom, please pull from u-boot-avr32/master Andreas The following changes since commit d018cd20b3d70e9deba8dbf2643853edfc977dff: sunxi: Update new defconfigs (2015-11-22 10:46:25 -0500) are available in the git repository at: git://git.denx.de/u-boot-avr32.git master for you to fetch

Re: [U-Boot] [PATCH v2] mmc: atmel: Properly fix clock configuration

2015-11-23 Thread Andreas Bießmann
Hi Gregory, On 05.11.15 20:58, Gregory CLEMENT wrote: > Timing issue occurs on eMMC not only when modifying the frequency but > also for all the switch command(CMD6). According to the MMC spec waiting > 8 clocks after a switch command would be the thing to do. > > This patch allows fixing CPU

Re: [U-Boot] [PATCH v2] mmc: atmel: Properly fix clock configuration

2015-11-23 Thread Andreas Bießmann
On 23.11.15 15:35, Andreas Bießmann wrote: > Hi Gregory, > > On 05.11.15 20:58, Gregory CLEMENT wrote: >> Timing issue occurs on eMMC not only when modifying the frequency but >> also for all the switch command(CMD6). According to the MMC spec waiting >> 8 clocks a

Re: [U-Boot] [PATCH v2 1/5] arm: at91/spl: matrix: move matrix init to separate file

2015-11-23 Thread Andreas Bießmann
@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes in v2: None > > arch/arm/mach-at91/Makefile|2 +- > arch/arm/mach-at91/armv7/sama5d4_devices.c | 42 --- > arch/arm/mach-at91/matrix.c

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

2015-11-23 Thread Andreas Bießmann
Hi Wenyou, On 30.10.15 02:55, 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 2/5] arm: at91/spl: matrix: remove matrix write protection code

2015-11-23 Thread Andreas Bießmann
On 05.11.15 09:37, Wenyou Yang wrote: > On processor reset, the matrix write protection is disabled, > so no need to disable/enable write protection when writing > the matrix registers. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas

Re: [U-Boot] [PATCH v2 4/5] arm: at91/spl: matrix: use matrix slave id macros

2015-11-23 Thread Andreas Bießmann
On 05.11.15 09:37, Wenyou Yang wrote: > To make matrix initialization code sharing with others, > use the matrix slave id macros, instead of hard-coding. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com

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

2015-11-23 Thread Andreas Bießmann
On 04.11.15 07:25, Wenyou Yang wrote: > The PIO4 is introduced from SAMA5D2, as a new version > for Atmel PIO controller. > > Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > >

Re: [U-Boot] [PATCH v2 3/5] arm: at91/spl: matrix: remove security peripheral select code

2015-11-23 Thread Andreas Bießmann
ou.y...@atmel.com> Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> > --- > > Changes in v2: None > > arch/arm/mach-at91/matrix.c |9 - > 1 file changed, 9 deletions(-) > > diff --git a/arch/arm/mach-at91/matrix.c b/arch/arm/mach-at91/matrix

Re: [U-Boot] U-Boot, avr32: compiler warning with

2015-11-16 Thread Andreas Bießmann
Hi Heiko, On 11/16/2015 07:29 AM, Heiko Schocher wrote: > Hello Simon, > > I see an compile error for avr32 on travis.org for current mainline > U-Boot, see [1]. > > git bisecting it, with the information that last working avr32 build > on travis.org is [2], shows: > > pollux:u-boot hs [(kein

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

2015-11-03 Thread Andreas Bießmann
Dear Wenyou Yang, Wenyou Yang <wenyou.y...@atmel.com> writes: >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: A

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

2015-11-03 Thread Andreas Bießmann
The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4: mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 -0800) 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] [U-Boot,v5] mmc: atmel: Add atmel sdhci support

2015-11-03 Thread Andreas Bießmann
the SDIO >V3.0 specification. It is compliant with the SD Host Controller Standard >V3.0 specification. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v5: > 1./ fix erroreous

Re: [U-Boot] [U-Boot, v2] mmc: sdhci: Fix the SD clock stop sequence

2015-11-03 Thread Andreas Bießmann
d & data inhibit bit > > drivers/mmc/sdhci.c | 20 ++-- > 1 file changed, 18 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, V3, 1/1] arm: at91: reworked meesc board support

2015-11-03 Thread Andreas Bießmann
just resent using 'git send-email' > > board/esd/meesc/meesc.c | 20 > include/configs/meesc.h | 42 -- > 2 files changed, 36 insertions(+), 26 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

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

2015-11-03 Thread Andreas Bießmann
ock source of the GCK is fixed to PLLA_CLK. > >Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > >Changes in v3: >1./ add arguments for at91_enable_periph_generated_clk(). >2./ add return value for

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

2015-11-01 Thread Andreas Bießmann
e> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > drivers/mmc/gen_atmel_mci.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___

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

2015-11-01 Thread Andreas Bießmann
ntu/Linaro 4.7.3-12ubuntu1) > >Signed-off-by: Josh Wu <josh...@atmel.com> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >Acked-by: Bo Shen <voice.s...@gmail.com> >--- > >Changes in v2: >- add more information (spl size) to the commit log >

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

2015-11-01 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu <josh...@atmel.com> writes: >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: Simon Glass <s...@chromium.org> >Revie

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

2015-11-01 Thread Andreas Bießmann
The following changes since commit 0e067a65f57189703668826d9841fea477026bf6: x86: Select the ns16550 debug UART for minnowmax, chromebook_link (2015-10-30 18:04:14 -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] [U-Boot, 3/4] mmc: atmel: Implement proper private data

2015-11-01 Thread Andreas Bießmann
;driver. > >Signed-off-by: Marek Vasut <ma...@denx.de> >Reviewed-by: Andreas Bießmann <andreas.de...@googlemail.com> >[fix free()] >Signed-off-by: Andreas Bießmann <andreas.de...@googlemail.com> >--- > drivers/mmc/gen_atmel_mci.c | 40 ++

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

2015-11-01 Thread Andreas Bießmann
Dear Marek Vasut, Marek Vasut <ma...@denx.de> writes: >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...@google

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

2015-11-01 Thread Andreas Bießmann
MMC, command 8 can fail 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> >[fix checkpatch warnings] >Signed-off-by

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

2015-11-01 Thread Andreas Bießmann
hard. 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> >Re

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