Re: [U-Boot] FDT retrived raspberry pi bootargs length > 350 characters cause setenv errors, sequemce fdt get/ set/ get truncates at the first blank in the string.

2016-11-23 Thread Anatolij Gustschin
On Wed, 23 Nov 2016 01:26:22 + (UTC) d...@synoia.com d...@synoia.com wrote: ... > 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=3840 > bcm2708_fb.fbheight=2160 bcm2709.boardrev=0xa02082 bcm2709.serial=0x998f552d > smsc95xx.macaddr=B8:27:EB:8F:55:2D bcm2708_fb.fbswap=1 >

Re: [U-Boot] [PATCH v4] mx6sx: Add initial support for Samtec VIN|ING 2000 board

2016-11-23 Thread Marek Vasut
On 11/23/2016 11:26 PM, Christoph Fritz wrote: > This patch adds initial support for Samtec VIN|ING 2000 board. > > Signed-off-by: Christoph Fritz > --- > Changes since v1: > - add more comments (enet phy init) > - fix layout style e.g. multi-line-comments > - use

[U-Boot] Please pull u-boot-fsl-qoriq master

2016-11-23 Thread york sun
Tom, Let's try again. The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a: spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 -0500) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git for you to fetch changes up to

Re: [U-Boot] [PATCH v2 1/7] ARM: DTS: stm32: add stm32f746-disco device tree files

2016-11-23 Thread Vikas MANOCHA
Hi Michael, > -Original Message- > From: Michael Kurz [mailto:michi.k...@gmail.com] > Sent: Friday, November 04, 2016 12:21 PM > To: u-boot@lists.denx.de > Cc: Michael Kurz ; Heiko Schocher ; Simon > Glass ; Masahiro Yamada >

Re: [U-Boot] [PATCH 08/24] armv8: add simple sdelay implementation

2016-11-23 Thread André Przywara
On 24/11/16 01:25, Siarhei Siamashka wrote: Hi Siarhei, > On Sun, 20 Nov 2016 14:57:02 + > Andre Przywara wrote: > >> The sunxi DRAM setup code needs an sdelay() implementation, which >> wasn't defined for armv8 so far. >> Shamelessly copy the armv7 version and

Re: [U-Boot] [PATCH 08/24] armv8: add simple sdelay implementation

2016-11-23 Thread Siarhei Siamashka
On Sun, 20 Nov 2016 14:57:02 + Andre Przywara wrote: > The sunxi DRAM setup code needs an sdelay() implementation, which > wasn't defined for armv8 so far. > Shamelessly copy the armv7 version and adjust it to work in AArch64. > > Signed-off-by: Andre Przywara

Re: [U-Boot] [PATCH v2 2/7] ARM: stm32: cleanup stm32f7 files

2016-11-23 Thread Vikas MANOCHA
Hi Michael, > -Original Message- > From: Michael Kurz [mailto:michi.k...@gmail.com] > Sent: Friday, November 04, 2016 12:21 PM > To: u-boot@lists.denx.de > Cc: Michael Kurz ; Kamil Lulko ; > Toshifumi NISHINAGA > ;

Re: [U-Boot] [PATCH 09/27] sh: Use asm-generic/io.h

2016-11-23 Thread Vladimir Zapolskiy
On 10/01/2016 05:19 PM, Paul Burton wrote: Convert the sh architecture to make use of the new asm-generic/io.h to provide address mapping functions. As the generic implementations are suitable for sh this is primarily a matter of moving code. I'll try to find time and test this change on top

Re: [U-Boot] [PATCH 08/24] armv8: add simple sdelay implementation

2016-11-23 Thread Siarhei Siamashka
On Mon, 21 Nov 2016 16:52:47 +0100 Alexander Graf wrote: > On 20/11/2016 15:57, Andre Przywara wrote: > > The sunxi DRAM setup code needs an sdelay() implementation, which > > wasn't defined for armv8 so far. > > Shamelessly copy the armv7 version and adjust it to work in AArch64.

Re: [U-Boot] [PATCH v3 1/6] drivers: usb: gadget: ether: adopt to usb driver model

2016-11-23 Thread Simon Glass
Hi Mugunthan, On 20 November 2016 at 22:38, Mugunthan V N wrote: > Hi Simon, > > On Saturday 19 November 2016 01:04 AM, Simon Glass wrote: >> Hi Mugunthan, >> >> On 17 November 2016 at 01:09, Mugunthan V N wrote: >>> Convert usb ether gadget to adopt

Re: [U-Boot] [PATCH v2 1/1] cmd: pci: add option to parse and display BAR information

2016-11-23 Thread Simon Glass
Hi, On 22 November 2016 at 03:49, Yehuda Yitschak wrote: > Hi Simon > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Friday, November 11, 2016 18:17 >> To: Yehuda Yitschak >> Cc: Bin Meng; Heiko Schocher;

Re: [U-Boot] New UCLASS_PINCTRL driver - probe is not called for all nodes

2016-11-23 Thread Simon Glass
Hi Konstantin, On 20 November 2016 at 04:33, Konstantin Porotchkin wrote: > Hi, Simon, > > Thank you for your reply. > In order to activate pin control function using "pinctrl-0" property, the > device driver itself has to be aware of the pin control existence, right? > So if I

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-11-23 Thread Simon Glass
Hi Michal, On 21 November 2016 at 12:36, Michal Simek wrote: > On 24.9.2016 19:26, Simon Glass wrote: >> Hi Michal, >> >> On 8 September 2016 at 07:57, Michal Simek wrote: >>> All sata based drivers are bind and corresponding block >>> device is

[U-Boot] [PATCH 2/2] armv8: ls2080aqds: Add support for SD boot

2016-11-23 Thread Priyanka Jain
Signed-off-by: Priyanka Jain Signed-off-by: Abhimanyu --- Depends on For correct type of image creation: https://patchwork.ozlabs.org/patch/671466/ For proper functonality on reverting below patch ARM: Rework and correct barrier

[U-Boot] [PATCH 04/19] imx-common: timer: add i.MX6SLL support

2016-11-23 Thread Peng Fan
Add i.MX6 SLL GPT timer support. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/imx-common/timer.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/arch/arm/imx-common/timer.c b/arch/arm/imx-common/timer.c index

[U-Boot] [PATCH v2 1/4] usb: dwc2: add support for external vbus supply

2016-11-23 Thread Kever Yang
Some board do not use the dwc2 internal VBUS_DRV signal, but use a gpio pin to enable the 5.0V VBUS power, add interface to enable the power in dwc2 driver. Signed-off-by: Kever Yang --- Changes in v2: None drivers/usb/host/dwc2.c | 29 +

[U-Boot] [PATCH v2 2/4] board: popmetal: de-assert the host rst pin in board init

2016-11-23 Thread Kever Yang
The PopMetal board have a on board FE1.1 usb 2.0 hub which connect to the usb host port, we need to de-assert its reset pin to enable it. Signed-off-by: Kever Yang --- Changes in v2: - move the vbus power enable into dwc2 driver

[U-Boot] [PATCH v2 3/4] config: popmetal: enable the USB host controller and function

2016-11-23 Thread Kever Yang
RK3288 using the dwc2 USB host controller, enable it and other usb host funtion like storage and ether. Signed-off-by: Kever Yang Acked-by: Simon Glass --- Changes in v2: None configs/popmetal-rk3288_defconfig | 3 +++

[U-Boot] [PATCH v2 0/4] Enable the host controller and hub on PopMetal board

2016-11-23 Thread Kever Yang
The PopMetal board based on rk3288 SoC have 3 USB 2.0 host ports from a usb 2.0 hub which connect to the rk3288 usb host1. This patch set enable those ports by enable the rk3288 usb host controller driver and usb host function like storage and ether, enable the port power and de-assert the hub

Re: [U-Boot] mmc: add bkops-enable command

2016-11-23 Thread Jaehoon Chung
Hi Tomas, On 11/23/2016 09:50 PM, Tomas Melin wrote: > Hi Jaehoon, > > On 11/23/2016 11:53 AM, Jaehoon Chung wrote: >> On 11/21/2016 04:52 PM, Tomas Melin wrote: >>> Is your meaning by this that you think that the kernel driver >>> implementation is insufficient, and that you therefore do not

Re: [U-Boot] [PATCH] common: image: Remove FIT header update from image post-processing

2016-11-23 Thread Lokesh Vutla
On Tuesday 22 November 2016 02:07 AM, Andrew F. Davis wrote: > After an image is selected out of a FIT blob for further processing we > run an optional, platform specific, post-processing function on this > component. This post-processing may modify the position and size of the > image, so after

Re: [U-Boot] [PATCH u-boot 0/5] Aspeed I2C driver, using Driver Model.

2016-11-23 Thread Heiko Schocher
Hello Maxim, Am 23.11.2016 um 17:40 schrieb Maxim Sloyko: Sorry, this was by mistake, please ignore. no problem at all! bye, Heiko On Wed, Nov 23, 2016 at 4:28 AM, Heiko Schocher > wrote: Hello Maxim, Am 23.11.2016 um 00:56 schrieb

[U-Boot] [PATCH 19/19] imx: mx6sllevk: add plugin support

2016-11-23 Thread Peng Fan
Add plugin support for mx6sllevk board. Signed-off-by: Peng Fan Cc: Stefano Babic --- board/freescale/mx6sllevk/imximage.cfg | 6 ++ board/freescale/mx6sllevk/plugin.S | 155 + configs/mx6sllevk_plugin_defconfig | 37

Re: [U-Boot] [RFC PATCH 1/1] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector

2016-11-23 Thread Jaehoon Chung
Hi Tomas, On 11/23/2016 10:04 PM, Tomas Melin wrote: > Hi, > > We have successfully been using this patch to fix the problem mentioned in the > original message. Could this be picked up upstream? Sorry. I didn't see this patch..Could you again send the patch without RFC? Then it's helpful to me

Re: [U-Boot] [PATCH 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family

2016-11-23 Thread Simon Glass
Hi, On 20 November 2016 at 08:38, wrote: > From: Konstantin Porotchkin > > Add a port of Marvell pin control driver. > The A8K SoC family contains several silicone dies interconnected > in a single package. Every die is normally equuipped with its own >

Re: [U-Boot] [PATCH] sata: fix sata command can not being executed bug

2016-11-23 Thread Simon Glass
On 20 November 2016 at 19:24, wrote: > From: Tang Yuantian > > Commit d97dc8a0 separated the non-command code into its own file > which caused variable sata_curr_device can not be set to a correct > value. > > Before commit d97dc8a0, variable

Re: [U-Boot] [PATCH] splash: add support for loading splash from a FIT image

2016-11-23 Thread Simon Glass
Hi Tomas, On 21 November 2016 at 01:27, Tomas Melin wrote: > Enable support for loading a splash image from within a FIT image. > The image is assumed to be generated with mkimage -E flag to hold > the data external to the FIT. > > Signed-off-by: Tomas Melin

Re: [U-Boot] [PATCH 20/24] SPL: read and store arch property from U-Boot image

2016-11-23 Thread Simon Glass
On 20 November 2016 at 07:57, Andre Przywara wrote: > Read the specified "arch" value from a legacy or FIT U-Boot image and > store it in our SPL data structure. > This allows loaders to take the target architecture in account for > custom loading procedures. > Having the

Re: [U-Boot] [PATCH 22/24] ARM: SPL/FIT: differentiate between arm and arm64 arch properties

2016-11-23 Thread Simon Glass
On 20 November 2016 at 07:57, Andre Przywara wrote: > Since the SPL FIT loader can now differentiate between different > architectures, teach it how to tell arm and arm64 apart when a FIT > image is used. > We just support those two for now, as these are so far the only

Re: [U-Boot] [PATCH v4 1/3] spl: add RAM boot device only if it is actually defined

2016-11-23 Thread Simon Glass
Hi Stefan, On 21 November 2016 at 11:58, Stefan Agner wrote: > From: Stefan Agner > > Some devices (e.g. dra7xx) support loading to RAM using DFU without > having direct boot from RAM support. Make sure the linker list > does not contain

[U-Boot] [PATCH v2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2016-11-23 Thread Vignesh R
According to Section 11.15.4.9.2 Indirect Write Controller of K2G SoC TRM SPRUHY8D[1], the external master is only permitted to issue 32-bit data interface writes until the last word of an indirect transfer otherwise indirect writes is known to fails sometimes. So, make sure that QSPI indirect

[U-Boot] [PATCH 03/19] imx: mx6sll: update register address

2016-11-23 Thread Peng Fan
Update register address for i.MX6 SLL Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/include/asm/arch-mx6/imx-regs.h | 76 1 file changed, 49 insertions(+), 27 deletions(-) diff --git

[U-Boot] [PATCH 00/19] imx: add i.MX6SLL support

2016-11-23 Thread Peng Fan
This patch set is to add i.MX6SLL support. 1. There are also a few patches to fix bugs in this patchset. 2. Default add device tree support. 3. Add two defconfigs, one for DCD, the other for plugin. Peng Fan (19): imx: add i.MX 6SLL CPU type imx: mx6sll: add pinmux header files imx: mx6sll:

[U-Boot] [PATCH 08/19] imx: mx6sl: add lcdif clock support

2016-11-23 Thread Peng Fan
Add lcdif clock support for i.MX6SL. Signed-off-by: Peng Fan --- arch/arm/cpu/armv7/mx6/clock.c | 78 arch/arm/include/asm/arch-mx6/crm_regs.h | 21 + 2 files changed, 80 insertions(+), 19 deletions(-) diff --git

[U-Boot] [PATCH 09/19] imx: clock: gate clk before changing pix clk mux

2016-11-23 Thread Peng Fan
The LCDIF Pixel clock mux is not glitchless, so need to gate before changing mux. Also change enable_lcdif_clock prototype with a new input parameter to indicate disable or enable. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/clock.c

[U-Boot] [PATCH 07/19] imx: mx6: lcdif: gate clock before changing mux

2016-11-23 Thread Peng Fan
The mux for the lcd clock is not glitchless, so need to first gate the clock before changing the mux. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/clock.c | 10 ++ 1 file changed, 10 insertions(+) diff --git

[U-Boot] [PATCH 14/19] OCOTP: Update OCOTP driver to support i.MX6SLL

2016-11-23 Thread Peng Fan
Add the i.MX6SLL support to OCOTP driver. The i.MX6SLL reuses the i.MX6ULL fuse, bank 7 and bank8 have 4 words each, and there is a hole between bank 5 and bank 6. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- drivers/misc/mxc_ocotp.c | 16

Re: [U-Boot] [PATCH 05/24] SPL: tiny-printf: add "l" modifier

2016-11-23 Thread Siarhei Siamashka
On Sun, 20 Nov 2016 14:56:59 + Andre Przywara wrote: > tiny-printf does not know about the "l" modifier so far, which breaks > the crash dump on AArch64, because it uses %lx to print the registers. > Add an easy way of handling longs correctly. I can't help but

Re: [U-Boot] [PATCH] image-fit: Fix compiling error caused by autoconf.h

2016-11-23 Thread Alison Wang
> -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: Thursday, November 24, 2016 3:09 AM > To: u-boot@lists.denx.de > Cc: york sun ; Alison Wang > Subject: [PATCH] image-fit: Fix compiling error caused by autoconf.h > > Commit

Re: [U-Boot] [PATCH] mmc: s5p_sdhci: fix to check proper pinmux id

2016-11-23 Thread Jaehoon Chung
Hi, On 11/24/2016 11:29 AM, Seung-Woo Kim wrote: > At sdhci_get_config(), there was wrong condition to check pimux > id, so this patch fixes to check proper pinmux id. I can't see this patch on patchwork. Best Regards, Jaehoon Chung > > Signed-off-by: Seung-Woo Kim >

[U-Boot] [PATCH 1/2] armv8:ls2080a: Reorganise NAND_BOOT code in config flag

2016-11-23 Thread Priyanka Jain
Add CONFIG_NAND_BOOT config flag to organise NAND_BOOT specific code in config flag like -nand-boot specfic errata errata_rcw_src() -CONFIG_SYS_NAND_U_BOOT_DST,etc Signed-off-by: Priyanka Jain Signed-off-by: Abhimanyu ---

[U-Boot] [PATCH 18/19] arm: imx: add i.MX6SLL EVK board support

2016-11-23 Thread Peng Fan
Add i.MX6SLL EVK board support. 1. Add imx6sll-evk device tree. 2. Enable SDHC/I2C/UART. 3. Enable REGULATOR/PMIC/I2C/GPIO/SDHC/PINCTRL driver. Boot Log: U-Boot 2016.11-00127-gc635871-dirty (Nov 24 2016 - 13:28:19 +0800) CPU: Freescale i.MX6SLL rev1.0 at 792MHz CPU: Commercial temperature

[U-Boot] [PATCH 11/19] imx-common: cache: configure L2 Cache for i.MX6SLL

2016-11-23 Thread Peng Fan
If L2 cache configured as OCRAM, reset it. Switch to use runtime check. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/imx-common/cache.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/arch/arm/imx-common/cache.c

Re: [U-Boot] [PATCH v2 5/7] ARM: stm32: enable support for smsc phy on stm32f746-disco board

2016-11-23 Thread Vikas MANOCHA
Hi, > -Original Message- > From: Michael Kurz [mailto:michi.k...@gmail.com] > Sent: Friday, November 04, 2016 12:21 PM > To: u-boot@lists.denx.de > Cc: Michael Kurz ; Albert Aribaud > ; Vikas MANOCHA > Subject:

[U-Boot] [PATCH 1/2][RESEND] armv8:ls2080a: Reorganise NAND_BOOT code in config flag

2016-11-23 Thread Priyanka Jain
Add CONFIG_NAND_BOOT config flag to organise NAND_BOOT specific code in config flag like -nand-boot specfic errata errata_rcw_src() -CONFIG_SYS_NAND_U_BOOT_DST,etc Signed-off-by: Priyanka Jain Signed-off-by: Abhimanyu Saini ---

[U-Boot] [PATCH 2/2][RESEND] armv8: ls2080aqds: Add support for SD boot

2016-11-23 Thread Priyanka Jain
Signed-off-by: Priyanka Jain Signed-off-by: Abhimanyu Saini --- Depends on For correct type of image creation: https://patchwork.ozlabs.org/patch/671466/ For proper functonality on reverting below patch ARM: Rework and correct

[U-Boot] [PATCH 15/19] imx-common: lcdif: update lcdif regs for i.MX6SL/SLL

2016-11-23 Thread Peng Fan
Update lcdif regs for i.MX6SL/SLL Signed-off-by: Ye.Li Signed-off-by: Peng Fan --- arch/arm/include/asm/imx-common/regs-lcdif.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/imx-common/regs-lcdif.h

[U-Boot] [PATCH 12/19] imx: mx6sll: add Kconfig entry for i.MX6SLL

2016-11-23 Thread Peng Fan
add Kconfig entry for i.MX6SLL Signed-off-by: Peng Fan --- arch/arm/cpu/armv7/mx6/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 762a581..72bc083 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig

[U-Boot] [PATCH 16/19] pinctrl: imx6: support i.MX6SLL

2016-11-23 Thread Peng Fan
There two iomuxc for i.MX6SLL. One is normal IOMUXC, the other is for IOMUXC_SNVS. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Simon Glass --- drivers/pinctrl/nxp/pinctrl-imx6.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[U-Boot] [PATCH 10/19] imx: mx6sll: add clock support

2016-11-23 Thread Peng Fan
Add clock support for i.MX6SLL. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/clock.c | 28 +--- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/arch/arm/cpu/armv7/mx6/clock.c

[U-Boot] [PATCH v2 4/4] dts: popmetal: add usb host power supply node

2016-11-23 Thread Kever Yang
The popmetal board using a HOST_VBUS_DRV gpio signal to control the USB host port 5V power, add a fix regulator and pinctrl for it, and enable the USB host1 controller with the vbus-supply. Signed-off-by: Kever Yang --- Changes in v2: None

Re: [U-Boot] [PATCH] common: image: Remove FIT header update from image post-processing

2016-11-23 Thread Simon Glass
On 21 November 2016 at 13:37, Andrew F. Davis wrote: > After an image is selected out of a FIT blob for further processing we > run an optional, platform specific, post-processing function on this > component. This post-processing may modify the position and size of the > image, so

Re: [U-Boot] [Resend RFC PATCH v1 1/3] add support of GPT partitioning over MTD

2016-11-23 Thread Simon Glass
Hi Patrick, On 22 November 2016 at 06:24, Patrick Delaunay wrote: > From: Patrick Delaunay > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrick Delaunay > --- > > Kconfig

Re: [U-Boot] [RFC PATCH v1 3/3] sandbox: GPT over MTD test

2016-11-23 Thread Simon Glass
On 22 November 2016 at 02:46, Patrick Delaunay wrote: > From: Patrick Delaunay > > activate needed feature in sandbox to allow test GPT over MTD > - EFI_PARTITION_MTD > - SPI_FLASH_MTD > - CMD_MTDPARTS > - MTD_PARTITIONS > - MTD_DEVICE > >

Re: [U-Boot] [PATCH RESEND 7/9] video: Allow board hook before video init

2016-11-23 Thread Simon Glass
Hi Maxime, On 22 November 2016 at 05:41, Maxime Ripard wrote: > Hi Simon, > > On Mon, Nov 14, 2016 at 01:44:45PM -0700, Simon Glass wrote: >> Hi Maxime, >> >> On 14 November 2016 at 13:24, Maxime Ripard >> wrote: >> > Hi Simon,

Re: [U-Boot] [RFC PATCH v2 7/7] env: Automatically mark dynamic configuration info as "do not export"

2016-11-23 Thread Simon Glass
Hi Bernhard, On 22 November 2016 at 15:30, Bernhard Nortmann wrote: > Hi Simon! > > > Am 19.11.2016 um 14:47 schrieb Simon Glass: >> >> Hi Bernhard, >> >> On 16 November 2016 at 03:30, Bernhard Nortmann >> wrote: >>> >>> This is an attempt to

Re: [U-Boot] [PATCH 1/3] image: Add FIT image loadable section custom processing

2016-11-23 Thread Simon Glass
Hi Andrew, On 21 November 2016 at 13:14, Andrew F. Davis wrote: > To help automate the loading of custom image types we add the ability > to define custom handlers for the loadable section types. When we find > a compatible type while loading a "loadable" image from a FIT image we >

Re: [U-Boot] [PATCH 2/3] image: Add Trusted Execution Environment image type

2016-11-23 Thread Simon Glass
On 21 November 2016 at 13:14, Andrew F. Davis wrote: > Add a new image type representing Trusted Execution Environment (TEE) > image types. For example, an OP-TEE OS binary image. > > Signed-off-by: Andrew F. Davis > --- > common/image.c | 1 + > include/image.h | 1 +

Re: [U-Boot] [PATCH 3/3] RFC: board: ti: dra7xx: add FIT image TEE processing

2016-11-23 Thread Simon Glass
On 21 November 2016 at 13:14, Andrew F. Davis wrote: > Populate the corresponding TEE image processing call to be > performed during FIT loadable processing. > > Signed-off-by: Andrew F. Davis > --- > board/ti/dra7xx/evm.c | 7 +++ > 1 file changed, 7 insertions(+)

Re: [U-Boot] [PATCHv3 09/15] pci: layerscape: add pci driver based on DM

2016-11-23 Thread Simon Glass
Hi, On 22 November 2016 at 02:25, Z.Q. Hou wrote: > Hi Simon, > > Sorry for my delay respond due to out of the office several days, and thanks > a lot for your comments! > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon

Re: [U-Boot] [PATCH v2 10/22] spi: Add error checking for invalid bus widths

2016-11-23 Thread Simon Glass
Hi Jagan, On 21 November 2016 at 10:57, Jagan Teki wrote: > On Sun, Nov 20, 2016 at 2:19 AM, Fabio Estevam wrote: >> On Sat, Nov 19, 2016 at 6:04 PM, Simon Glass wrote: >> EPROTONOSUPPORT means: /* Protocol not supported */, which

Re: [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-11-23 Thread Siarhei Siamashka
On Sun, 20 Nov 2016 14:56:56 + Andre Przywara wrote: > These days many Allwinner SoCs use clock_sun6i.c, although out of them > only the (original sun6i) A31 has a second MBUS clock register. > Also setting up the PRCM PLL_CTLR1 register to provide the proper voltage

[U-Boot] T2080 l2-cache-controller compatible string overwritten by ft_fixup_l2cache

2016-11-23 Thread Chris Packham
Hi, I was just looking at what it would take to add the T2080 L2 cache to the mpc85xx_edac driver in Linux. At a cursory glance all the registers appear to be there so I figured I'd just add the appropriate entry to the of match table. To my surprise I found that the compatible string in my

Re: [U-Boot] mmc: add bkops-enable command

2016-11-23 Thread Jaehoon Chung
Hi Tomas, On 11/21/2016 04:52 PM, Tomas Melin wrote: > Hi Jaehoon, > > On 11/18/2016 07:07 AM, Jaehoon Chung wrote: >>> On 11/16/2016 03:39 PM, Jaehoon Chung wrote: On 11/16/2016 10:12 PM, Tomas Melin wrote: > Hi, > > On 11/16/2016 02:05 PM, Jaehoon Chung wrote: >>

[U-Boot] [U-BOOT][TEST PATCH 0/5] Cosmetic modifications api_storage.c

2016-11-23 Thread Walt Feasel
Make various checkpatch style modifications for api_storage.c to include: Align parenthesis Blank line after { Line over 80 char Comment style Spelling correction Walt Feasel (5): Cosmetic api: api_storage.c Align parenthesis Cosmetic api: api_storage.c Blank line after { Cosmetic api:

[U-Boot] what/where is image_entry()

2016-11-23 Thread Haleigh Novak
Hello All,  Please forgive the uber-beginner question but I can not find anything related online, I have been digging around in the uboot source and I stumbled on the image_entry() function; sometimes it has parameters and sometimes it does not. I am unable to locate the source(s) of the

[U-Boot] Style modifications

2016-11-23 Thread Walt Feasel
Hello, I am new to making patches and have recently been doing some for the Linux staging tree. I would like to help here also. If you are a developer and or maintainer and would like help with trivial style changes please let me know and if I should use a different repository than

[U-Boot] [PATCH] post: cosmetic: fix typo

2016-11-23 Thread Tomas Melin
From: Niko Mauno Change 'date' to 'data'. Signed-off-by: Tomas Melin --- post/drivers/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/drivers/memory.c b/post/drivers/memory.c index d512fa5..89725fa 100644 ---

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

2016-11-23 Thread Marek Vasut
The following changes since commit 543bd27353d2c5679057fe09aa2d02259687ff32: MAINTAINERS: SUNXI: Update maintainership (2016-11-22 09:07:26 -0500) are available in the git repository at: git://git.denx.de/u-boot-pxa.git master for you to fetch changes up to

Re: [U-Boot] [RFC PATCH 1/1] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector

2016-11-23 Thread Tomas Melin
Hi, We have successfully been using this patch to fix the problem mentioned in the original message. Could this be picked up upstream? BR, Tomas On Wed Feb 5 21:00:42 CET 2014, Frank Bormann wrote: >Hello Everyone, > >I believe, there is a bug in the mmc driver code pertaining to how u-boot

Re: [U-Boot] [RFC PATCH 1/7] fpga: CONFIG_SYS_FPGA_PROG_FEEDBACK -> CONFIG_FPGA_PROG_FEEDBACK

2016-11-23 Thread Michal Simek
On 22.11.2016 09:48, Chris Packham wrote: > Prepare for move to Kconfig by removing "SYS" from the existing macros. > > Signed-off-by: Chris Packham > --- > > README | 2 +- > board/astro/mcf5373l/fpga.c | 4 ++-- >

Re: [U-Boot] [RFC PATCH 2/7] fpga: add Kconfig support for Xilinx Spartan devices

2016-11-23 Thread Michal Simek
On 22.11.2016 09:48, Chris Packham wrote: > Signed-off-by: Chris Packham > --- > > drivers/fpga/Kconfig | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig > index f3f6bf7f6747..d137ab2df1d7 100644 > ---

Re: [U-Boot] Please pull u-boot-fsl-qoriq master

2016-11-23 Thread Tom Rini
On Wed, Nov 23, 2016 at 01:06:12AM +, york sun wrote: > Tom, > > The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a: > >spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 > -0500) > > are available in the git repository at: > >

Re: [U-Boot] mmc: add bkops-enable command

2016-11-23 Thread Tomas Melin
Hi Jaehoon, On 11/23/2016 11:53 AM, Jaehoon Chung wrote: > On 11/21/2016 04:52 PM, Tomas Melin wrote: >> Is your meaning by this that you think that the kernel driver implementation >> is insufficient, and that you therefore do not recommmend using bkops >> functionality for eMMC at all (ever)?

[U-Boot] [PATCH v2 3/4] arm: Remove VCMA9 board

2016-11-23 Thread Simon Glass
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/Kconfig| 5 - board/mpl/common/common_util.c | 23 -- board/mpl/vcma9/Kconfig | 15 --

[U-Boot] [PATCH v2 2/4] arm: Remove smdk2410 board

2016-11-23 Thread Simon Glass
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/Kconfig | 5 - board/samsung/smdk2410/Kconfig | 15 --- board/samsung/smdk2410/MAINTAINERS | 6 --

[U-Boot] [PATCH v2 1/4] serial: Update docs to indicate mcfuart supports DM_SERIAL

2016-11-23 Thread Simon Glass
This driver was converted so we should remove it from the list. Signed-off-by: Simon Glass --- Changes in v2: None doc/driver-model/serial-howto.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt

[U-Boot] [PATCH 5/6] dm: i2c: Add a note to I2C drivers which need conversion

2016-11-23 Thread Simon Glass
Maintainers need to be notified more directly of the need to convert these drivers. Add a note to the top each affected file. Signed-off-by: Simon Glass --- drivers/i2c/adi_i2c.c | 3 +++ drivers/i2c/davinci_i2c.c | 3 +++ drivers/i2c/fti2c010.c | 3 +++

[U-Boot] [PATCH 6/6] dm: Add timeline and guide for porting I2C drivers

2016-11-23 Thread Simon Glass
Add a README with a brief guide to porting i2c drivers over to use driver model. Add a timeline also. All I2C drivers should be converted by the end of June 2017. Signed-off-by: Simon Glass --- doc/driver-model/i2c-howto.txt | 56 ++

[U-Boot] [PATCH 4/6] samsung: i2c: Split the high-speed I2C code into a new driver

2016-11-23 Thread Simon Glass
Now that driver model is used for I2C on all boards, we can split the high-speed code into its own driver. There is virtually no common code, and this significantly reduces confusion. Signed-off-by: Simon Glass --- drivers/i2c/Makefile| 2 +-

Re: [U-Boot] [RFC PATCH 7/7] fpga/spartan3: add reverse bitstream mode

2016-11-23 Thread Michal Simek
On 22.11.2016 09:49, Chris Packham wrote: > The Xilinx tools we use appear to give us a bitstream with the bits > reversed (compared to what the existing code expects) add a new > CONFIG_FPGA_REVERSE_BITSTREAM option which tells the spartan3 driver > to output the serial stream with the leftmost

Re: [U-Boot] [U-BOOT][TEST PATCH 0/5] Cosmetic modifications api_storage.c

2016-11-23 Thread Walt Feasel
Looks like [U-boot] is added at the mailing list server. I had added it since it was not included to my 1st test email to myself. I have fixed that. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 5/7] fpga: add Kconfig for CONFIG_FPGA_PROG_FEEDBACK

2016-11-23 Thread Michal Simek
On 22.11.2016 09:49, Chris Packham wrote: > Signed-off-by: Chris Packham > --- > > drivers/fpga/Kconfig | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig > index d137ab2df1d7..1b3b03c8f938 100644 > ---

Re: [U-Boot] [RFC PATCH 3/7] Move CONFIG_FPGA_SPARTAN options to defconfig

2016-11-23 Thread Michal Simek
On 22.11.2016 09:48, Chris Packham wrote: > Signed-off-by: Chris Packham > --- > > configs/PMC440_defconfig | 3 +++ > configs/apf27_defconfig | 2 ++ > configs/astro_mcf5373l_defconfig | 2 ++ > configs/mt_ventoux_defconfig | 2 ++ >

Re: [U-Boot] [RFC PATCH 4/7] fpga/spartan3: make output quieter

2016-11-23 Thread Michal Simek
On 22.11.2016 09:48, Chris Packham wrote: > Suppress some putc calls with CONFIG_SYS_FPGA_PROG_FEEDBACK. > > Signed-off-by: Chris Packham > --- > > drivers/fpga/spartan3.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/fpga/spartan3.c

[U-Boot] [PATCH 06/11] ARM: dts: dra7xx: sync DT with latest Linux

2016-11-23 Thread Lokesh Vutla
Sync all dra7xx based dts files with latest Linux Signed-off-by: Lokesh Vutla --- arch/arm/dts/dra7-dspeve-thermal.dtsi | 27 ++ arch/arm/dts/dra7-evm.dts | 507 +--- arch/arm/dts/dra7-iva-thermal.dtsi| 27 ++ arch/arm/dts/dra7.dtsi

[U-Boot] [U-BOOT][TEST PATCH 4/5] Cosmetic api: api_storage.c Comment style

2016-11-23 Thread Walt Feasel
Make comment style modifications Signed-off-by: Walt Feasel --- This patch series is to verify a correct patch submission. Please let me know if there is a problem or preferred wording for submitting cosmetic patches. api/api_storage.c | 33

[U-Boot] [U-BOOT][TEST PATCH 1/5] Cosmetic api: api_storage.c Align parenthesis

2016-11-23 Thread Walt Feasel
Make checkpatch style modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- This patch series is to verify a correct patch submission. Please let me know if there is a problem or preferred wording for submitting cosmetic patches.

[U-Boot] [U-BOOT][TEST PATCH 3/5] Cosmetic api: api_storage.c Line over 80 char

2016-11-23 Thread Walt Feasel
Make checkpatch style modification for WARNING: line over 80 characters Signed-off-by: Walt Feasel --- This patch series is to verify a correct patch submission. Please let me know if there is a problem or preferred wording for submitting cosmetic patches.

[U-Boot] [U-BOOT][TEST PATCH 2/5] Cosmetic api: api_storage.c Blank line after {

2016-11-23 Thread Walt Feasel
Make checkpatch style modification for CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Walt Feasel --- This patch series is to verify a correct patch submission. Please let me know if there is a problem or preferred wording for submitting cosmetic

[U-Boot] [U-BOOT][TEST PATCH 5/5] Cosmetic api: api_storage.c Spelling correction

2016-11-23 Thread Walt Feasel
Make spelling correction for 'from' Signed-off-by: Walt Feasel --- This patch series is to verify a correct patch submission. Please let me know if there is a problem or preferred wording for submitting cosmetic patches. api/api_storage.c | 2 +- 1 file changed, 1

[U-Boot] Blackfin in U-Boot

2016-11-23 Thread Simon Glass
Hi, So far blackfin in mainline U-Boot does not support driver model and it is has the only serial driver in this state. Does anyone plan to take on this work? If you know someone, please forward this email. Thanks! Simon ___ U-Boot mailing list

[U-Boot] [PATCH 2/6] arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C

2016-11-23 Thread Simon Glass
These are the last two samsung boards that don't use DM_I2C. Move them over, leaving #ifdefs to allow the maintainer to complete this work. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 1 + board/samsung/goni/goni.c | 7 ++- include/configs/s5p_goni.h |

[U-Boot] [PATCH 3/6] samsung: i2c: Drop old code from I2C driver

2016-11-23 Thread Simon Glass
Now that all boards use DM_I2C we can drop the old code. Signed-off-by: Simon Glass --- drivers/i2c/s3c24x0_i2c.c | 585 +- 1 file changed, 2 insertions(+), 583 deletions(-) diff --git a/drivers/i2c/s3c24x0_i2c.c

[U-Boot] [PATCH 0/6] dm: i2c: Set a timeline for conversion of i2c drivers

2016-11-23 Thread Simon Glass
Driver-model I2C support was added about 2 years ago. So far a little over half of the driveres have been converted. This series sets a timeline for conversion of the rest by June next year. The Samsung I2C driver was one of the first converted, but some boards still remain using the old

[U-Boot] [PATCH 1/6] arm: exynos: i2c: Convert exynos boards to use DM_I2C

2016-11-23 Thread Simon Glass
Three boards are still not converting to use DM_I2C. They are also using the old PMIC framework. Rather than removing them, add #ifdefs to allow them to continue to build. This will give the maintainers a little more time to decide whether to convert them or not. Signed-off-by: Simon Glass

Re: [U-Boot] [RFC PATCH 6/7] Move FPGA_PROG_FEEDBACK to defconfig

2016-11-23 Thread Michal Simek
Please put some description here. Thanks, Michal On 22.11.2016 09:49, Chris Packham wrote: > Signed-off-by: Chris Packham > --- > > configs/apf27_defconfig | 1 + > configs/astro_mcf5373l_defconfig | 1 + > configs/mt_ventoux_defconfig | 1 + >

Re: [U-Boot] [PATCH u-boot 0/5] Aspeed I2C driver, using Driver Model.

2016-11-23 Thread Heiko Schocher
Hello Maxim, Am 23.11.2016 um 00:56 schrieb max...@google.com: From: Maxim Sloyko This series of patches is only meant for openbmc/u-boot tree. If this series is not for U-Boot mainline, why do you post this patches on the U-Boot Mailinglist? bye, Heiko It adds basic

Re: [U-Boot] [PATCH v3 0/4] serial: pxa: kconfig and optional driver model integration

2016-11-23 Thread Simon Glass
Hi Marek, On 14 November 2016 at 14:09, Marek Vasut wrote: > On 11/14/2016 09:40 PM, Marcel Ziswiler wrote: >> This series integrates both Kconfig as well as optional driver model >> support for the PXA serial driver. As I do not have any of the other >> hardware available for

Re: [U-Boot] [PATCH v3 0/4] serial: pxa: kconfig and optional driver model integration

2016-11-23 Thread Marek Vasut
On 11/23/2016 01:48 PM, Simon Glass wrote: > Hi Marek, > > On 14 November 2016 at 14:09, Marek Vasut wrote: >> On 11/14/2016 09:40 PM, Marcel Ziswiler wrote: >>> This series integrates both Kconfig as well as optional driver model >>> support for the PXA serial driver. As I do not

  1   2   >