Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-23 Thread Faiz Abbas
On Monday 23 October 2017 04:54 PM, Tom Rini wrote: > On Mon, Oct 23, 2017 at 10:50:15AM +0530, Faiz Abbas wrote: >> Hi Tom, >> >> On Monday 23 October 2017 08:30 AM, Tom Rini wrote: >>> On Mon, Oct 23, 2017 at 08:07:09AM +0530, Lokesh Vutla wrote: On Wednesday 18 October 2017 05:11 PM,

Re: [U-Boot] [PATCH v3 08/20] arm: socfpga: Add drivers for programing FPGA from flash

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 10:33 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > These drivers handle FPGA program operation from flash loading > > RBF to memory and then to program FPGA. > > > >

Re: [U-Boot] [PATCH v3 20/20] arm: socfpga: Enable SPL booting U-boot

2017-10-23 Thread Chee, Tien Fong
On Jum, 2017-10-20 at 10:21 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Enable SPL successfully boot to U-boot. > s/U-boot/U-Boot > > > > > > > Signed-off-by: Tien Fong Chee

Re: [U-Boot] [PATCH v3 19/20] arm: socfpga: Enable DDR working

2017-10-23 Thread Chee, Tien Fong
On Jum, 2017-10-20 at 10:11 -0500, Dinh Nguyen wrote: > Please update your commit header. > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > SPL configures DDR by programming peripheral raw binary file > > and calibrating

Re: [U-Boot] [PATCH v3 18/20] arm: socfpga: Enable function visible to other file

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-23 at 09:24 -0500, Dinh Nguyen wrote: > > On 10/23/2017 03:19 AM, Chee, Tien Fong wrote: > > > > On Jum, 2017-10-20 at 09:39 -0500, Dinh Nguyen wrote: > > > > > > > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH 2/2] armv8: sec_firmware: Add support for loadables in FIT

2017-10-23 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Tuesday, October 24, 2017 2:51 AM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > ; Z.q. Hou ; Pankaj > Gupta

Re: [U-Boot] [PATCH 1/2] armv8: layerscape: Allocate 66 MB DDR for secure memory

2017-10-23 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Tuesday, October 24, 2017 2:36 AM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > ; Z.q. Hou ; Pankaj > Gupta

Re: [U-Boot] ZynqMP qspi

2017-10-23 Thread Liam Beguin
Hi Siva, On 23/10/17 01:59 AM, Siva Durga Prasad Paladugu wrote: > Hi Liam, > >> -Original Message- >> From: Liam Beguin [mailto:liambeg...@gmail.com] >> Sent: Saturday, October 21, 2017 11:33 PM >> To: Siva Durga Prasad Paladugu ; Jagan Teki >>

Re: [U-Boot] [PATCH] mmc: replace the printf() instead of error()

2017-10-23 Thread Masahiro Yamada
Hi Jaehoon 2017-10-23 13:49 GMT+09:00 Jaehoon Chung : > On 10/23/2017 01:46 PM, Jaehoon Chung wrote: >> Replace the printf() instead of error(). >> It is occurred the compiler error with "undefined reference to 'error'". >> >> Fixes: e0079fecd75b ("mmc: refacstor SD

Re: [U-Boot] [PATCH] ARM: SPL: FIT: fix DTC warnings on FIT generation

2017-10-23 Thread Masahiro Yamada
Hi Andre, 2017-10-24 11:03 GMT+09:00 Lokesh Vutla : > > > On Tuesday 24 October 2017 02:04 AM, Tom Rini wrote: >> On Mon, Oct 23, 2017 at 11:08:57AM +0530, Lokesh Vutla wrote: >>> >>> >>> On Tuesday 17 October 2017 02:43 AM, Tom Rini wrote: On Tue, Oct 17, 2017 at

Re: [U-Boot] [PATCH] ARM: SPL: FIT: fix DTC warnings on FIT generation

2017-10-23 Thread Lokesh Vutla
On Tuesday 24 October 2017 02:04 AM, Tom Rini wrote: > On Mon, Oct 23, 2017 at 11:08:57AM +0530, Lokesh Vutla wrote: >> >> >> On Tuesday 17 October 2017 02:43 AM, Tom Rini wrote: >>> On Tue, Oct 17, 2017 at 02:29:14AM +0530, Jagan Teki wrote: On Mon, Oct 9, 2017 at 10:15 AM, Simon Glass

[U-Boot] [PATCH v7] cmd: usb: ignore blk, emulation devices in usb tree/info display

2017-10-23 Thread Suneel Garapati
Usb tree/info commands iterate over all usb uclass devices recursively. Blk uclass devices based on struct blk_desc are created for mass storage device, treating them as usb uclass devices based on struct usb_device and referencing usb config interface descriptors cause crash. To fix, ignore blk

Re: [U-Boot] dwc2: usb: Unable to clear channel error

2017-10-23 Thread Dinh Nguyen
On 10/23/2017 09:03 AM, Minas Harutyunyan wrote: > On 10/19/2017 5:35 PM, Dinh Nguyen wrote: >> >> >> On 10/19/2017 06:55 AM, Grigor Tovmasyan wrote: >>> On 10/18/2017 6:07 PM, Marek Vasut wrote: On 10/18/2017 04:05 PM, Dinh Nguyen wrote: > Hi, > > I'm trying to bringup the DWC2

Re: [U-Boot] [RFC] mmc: fsl_esdhc: Do not set high speed mode on MX25 and MX51

2017-10-23 Thread Benoît Thébaudeau
Hi Fabio, On Sat, Oct 21, 2017 at 2:38 PM, Fabio Estevam wrote: > On Sat, Oct 21, 2017 at 10:34 AM, Benoît Thébaudeau > wrote: > >> I already have a mainline version working at HS with changes only in >> fsl_esdhc.c (apart from the port of my

Re: [U-Boot] usb: storage: error: ‘struct usb_device’ has no member named ‘dev’

2017-10-23 Thread Tom Rini
On Mon, Oct 23, 2017 at 11:26:31PM +0200, Heinrich Schuchardt wrote: > The appended config leads to: > > common/usb_storage.c: In function ‘usb_stor_probe_device’: > common/usb_storage.c:208:32: error: ‘struct usb_device’ has no member > named ‘dev’; did you mean ‘devnum’? > data =

Re: [U-Boot] [PATCH v3 1/2] LS1088A_QSPI: SECURE_BOOT: Images validation

2017-10-23 Thread York Sun
On 10/15/2017 10:03 PM, Udit Agarwal wrote: > Validates PPA, MC, DPC, Bootscript, DPL and Kernel images in ESBC phase > using esbc_validate command. Add images validation in default environment > under mcinitcmd prior to MC initialization. > > Add header address for PPA to be validated during

[U-Boot] usb: storage: error: ‘struct usb_device’ has no member named ‘dev’

2017-10-23 Thread Heinrich Schuchardt
The appended config leads to: common/usb_storage.c: In function ‘usb_stor_probe_device’: common/usb_storage.c:208:32: error: ‘struct usb_device’ has no member named ‘dev’; did you mean ‘devnum’? data = dev_get_platdata(udev->dev); ^~~

Re: [U-Boot] [U-Boot,1/2] mtd: replace MTDDEBUG() with pr_debug()

2017-10-23 Thread Tom Rini
On Wed, Oct 18, 2017 at 12:10:48AM +0900, Masahiro Yamada wrote: > In old days, the MTD subsystem in Linux had debug facility like > DEBUG(MTD_DEBUG_LEVEL1, ...). > > They were all replaced with pr_debug() until Linux 3.2. See Linux > commit 289c05222172 ("mtd: replace DEBUG() with

Re: [U-Boot] [PATCH 2/2] armv8: sec_firmware: Add support for loadables in FIT

2017-10-23 Thread York Sun
On 09/01/2017 01:25 AM, Sumit Garg wrote: > Enable support for loadables in SEC firmware FIT image. Currently support > is added for single loadable image. > > Brief description of implementation: > - Add two more address pointers (loadable_h, loadable_l) as arguments to > sec_firmware_init()

Re: [U-Boot] [PATCH 1/2] armv8: layerscape: Allocate 66 MB DDR for secure memory

2017-10-23 Thread York Sun
On 09/01/2017 01:24 AM, Sumit Garg wrote: > Change DDR allocated for secure memory from 2 MB to 66 MB. This additional > 64 MB secure memory is required for trusted OS running in Trusted Execution > Environment using ARMv8 TrustZone. > > Signed-off-by: Sumit Garg > --- >

Re: [U-Boot] [PATCH 1/4] arm64: ls1043ardb: Add sd_bootcmd for distro fallback in case of sdboot

2017-10-23 Thread York Sun
On 09/14/2017 02:26 PM, York Sun wrote: > On 08/30/2017 03:43 AM, Shengzhou Liu wrote: >> Signed-off-by: Shengzhou Liu >> --- >> include/configs/ls1043a_common.h | 11 ++- >> 1 file changed, 10 insertions(+), 1 deletion(-) >> >> diff --git

Re: [U-Boot] [PATCH] power: extend prefix match to regulator-name property

2017-10-23 Thread Chen-Yu Tsai
On Tue, Oct 24, 2017 at 12:36 AM, Felix Brack wrote: > On 23.10.2017 16:36, Chen-Yu Tsai wrote: >> Hi, >> >> On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: >>> On 12.10.2017 14:53, Chen-Yu Tsai wrote: On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack

Re: [U-Boot] [PATCH] ARM: SPL: FIT: fix DTC warnings on FIT generation

2017-10-23 Thread Tom Rini
On Mon, Oct 23, 2017 at 11:08:57AM +0530, Lokesh Vutla wrote: > > > On Tuesday 17 October 2017 02:43 AM, Tom Rini wrote: > > On Tue, Oct 17, 2017 at 02:29:14AM +0530, Jagan Teki wrote: > >> On Mon, Oct 9, 2017 at 10:15 AM, Simon Glass wrote: > >>> Hi Andre, > >>> > >>> On 4

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

2017-10-23 Thread Tom Rini
On Tue, Oct 24, 2017 at 02:43:00AM +0900, Masahiro Yamada wrote: > Hi Tom, > > 2017-10-24 1:05 GMT+09:00 Tom Rini : > > On Mon, Oct 23, 2017 at 01:14:57AM +0900, Masahiro Yamada wrote: > > > >> Hi Tom, > >> > >> > >> This was late for -rc2 for some reason, but it includes > >>

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

2017-10-23 Thread Masahiro Yamada
Hi Tom, 2017-10-24 1:05 GMT+09:00 Tom Rini : > On Mon, Oct 23, 2017 at 01:14:57AM +0900, Masahiro Yamada wrote: > >> Hi Tom, >> >> >> This was late for -rc2 for some reason, but it includes >> what I intended to include in it. >> Some fixes, remove unused CONFIG, DT sync, etc.

Re: [U-Boot] [PATCH] power: extend prefix match to regulator-name property

2017-10-23 Thread Felix Brack
On 23.10.2017 16:36, Chen-Yu Tsai wrote: > Hi, > > On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: >> On 12.10.2017 14:53, Chen-Yu Tsai wrote: >>> On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack wrote: On 12.10.2017 04:46, Chen-Yu Tsai wrote: > On Mon, Oct

Re: [U-Boot] [PATCH v4 2/3] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL

2017-10-23 Thread Tom Rini
On Mon, Oct 23, 2017 at 01:28:06PM +0530, Faiz Abbas wrote: > Mark bandgap node as uboot,dm-spl so that it can be accessed in spl > > Signed-off-by: Faiz Abbas > Reviewed-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc

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

2017-10-23 Thread Tom Rini
On Mon, Oct 23, 2017 at 01:14:57AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > This was late for -rc2 for some reason, but it includes > what I intended to include in it. > Some fixes, remove unused CONFIG, DT sync, etc. > Please pull. > > > > The following changes since commit

Re: [U-Boot] Build failure in u-boot-mmc/master: undefined reference to error

2017-10-23 Thread Stephen Warren
On 10/22/2017 08:53 PM, Jaehoon Chung wrote: Dear Stephen, On 10/21/2017 12:47 AM, Stephen Warren wrote: With the latest content of u-boot-mmc/master, 41dc35a149b3 "drivers: mmc: Avoid memory leak in case of failure", all Tegra boards (perhaps others too; my system only tests Tegra) fail to

Re: [U-Boot] [PATCH 0/9] LS1012A PFE driver patch series

2017-10-23 Thread York Sun
On 10/09/2017 02:09 AM, Calvin Johnson wrote: > Hi, > > This patch series introduces U-Boot support for NXP's LS1012A Packet > Forwarding > Engine (pfe_eth). LS1012A uses hardware packet forwarding engine to provide > high performance Ethernet interfaces. The device includes two Ethernet ports.

Re: [U-Boot] [PATCH] power: extend prefix match to regulator-name property

2017-10-23 Thread Chen-Yu Tsai
Hi, On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: > On 12.10.2017 14:53, Chen-Yu Tsai wrote: >> On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack wrote: >>> On 12.10.2017 04:46, Chen-Yu Tsai wrote: On Mon, Oct 9, 2017 at 6:04 PM, Felix Brack

Re: [U-Boot] [PATCH v3 18/20] arm: socfpga: Enable function visible to other file

2017-10-23 Thread Dinh Nguyen
On 10/23/2017 03:19 AM, Chee, Tien Fong wrote: > On Jum, 2017-10-20 at 09:39 -0500, Dinh Nguyen wrote: >> >> On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Enable function visible to other file, so it can be used by other

Re: [U-Boot] i350 Ethernet Driver

2017-10-23 Thread Bin Meng
+Joe On Mon, Oct 23, 2017 at 1:12 PM, Frank-Christian Krügel wrote: > Hi, > > is there an U-Boot driver for the Intel i350 Ethernet Chip? Has anybody > patched the e1000 driver to also work with i350? > No, AFAIK. Regards, Bin ___

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-23 Thread Heinrich Schuchardt
On 10/19/2017 10:43 AM, Peter Robinson wrote: > On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard > wrote: >> The EFI loader support takes around 31kB on an ARMv7 board, which makes us >> trip across the size limit we've had on the U-Boot binary. >> >> Since it's

Re: [U-Boot] [PATCH v2] power: extend prefix match to regulator-name property

2017-10-23 Thread Felix Brack
On 20.10.2017 15:34, Jaehoon Chung wrote: > On 10/18/2017 06:39 PM, Felix Brack wrote: >> This patch extends pmic_bind_children prefix matching. In addition to >> the node name the property regulator-name is used while trying to match >> prefixes. This allows assigning different drivers to

[U-Boot] JFFS2 for a new User

2017-10-23 Thread Alejandro Ariel Fachini
Hello: I've downloaded and compiled U-boot with buildroot for AT91sam9x35ek using NANDFlash, and managed to get into console (after kernel load) with an *.ubi RFS; but Im working in a project that has a RFS in jffs2 format(old project started at 2011, RFS produced by Tool only in that format with

Re: [U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree

2017-10-23 Thread Eugeniy Paltsev
On Thu, 2017-10-19 at 13:20 -0500, Dinh Nguyen wrote: > > On 10/19/2017 10:51 AM, Marek Vasut wrote: > > On 10/19/2017 05:36 PM, Eugeniy Paltsev wrote: > > > On Tue, 2017-10-17 at 20:32 +0530, Jagan Teki wrote: > > > > On Tue, Oct 17, 2017 at 8:27 PM, Alexey Brodkin > > > >

Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-23 Thread Tom Rini
On Mon, Oct 23, 2017 at 10:50:15AM +0530, Faiz Abbas wrote: > Hi Tom, > > On Monday 23 October 2017 08:30 AM, Tom Rini wrote: > > On Mon, Oct 23, 2017 at 08:07:09AM +0530, Lokesh Vutla wrote: > >> On Wednesday 18 October 2017 05:11 PM, Faiz Abbas wrote: > >>> The dra7xx series of SOCs contain a

Re: [U-Boot] ZynqMP qspi

2017-10-23 Thread Siva Durga Prasad Paladugu
Hi Liam, > -Original Message- > From: Liam Beguin [mailto:liambeg...@gmail.com] > Sent: Saturday, October 21, 2017 11:33 PM > To: Siva Durga Prasad Paladugu ; Jagan Teki > > Cc: u-boot@lists.denx.de; Michal Simek >

[U-Boot] i350 Ethernet Driver

2017-10-23 Thread Frank-Christian Krügel
Hi, is there an U-Boot driver for the Intel i350 Ethernet Chip? Has anybody patched the e1000 driver to also work with i350? Best Regards Frank-Christian Kruegel ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-10-23 Thread Vincent Prince
This prevents board resets when calling sdp command on boards which have a watchdog. Signed-off-by: Vincent Prince --- drivers/usb/gadget/f_sdp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/gadget/f_sdp.c b/drivers/usb/gadget/f_sdp.c index

[U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-10-23 Thread Vincent Prince
This prevents board resets when calling sdp command on boards which have a watchdog. Signed-off-by: Vincent Prince --- drivers/usb/gadget/f_sdp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/gadget/f_sdp.c b/drivers/usb/gadget/f_sdp.c index

[U-Boot] [PATCH v2 5/5] mmc: arm_pl180_mmci: add .getcd callback

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Add .getcd callback to check is MMC card is present Signed-off-by: Patrice Chotard --- drivers/mmc/arm_pl180_mmci.c | 24 ++-- drivers/mmc/arm_pl180_mmci.h | 4 2 files changed, 26 insertions(+), 2

[U-Boot] [PATCH v2 3/5] mmc: arm_pl180_mmci: add bus_width DT property support

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Allow to get "bus-width" property from device tree Signed-off-by: Patrice Chotard --- v2: _ remove useless return in bus_width switch case drivers/mmc/arm_pl180_mmci.c | 16 1 file changed, 16

[U-Boot] [PATCH v2 4/5] mmc: arm_pl180_mmci: add clock support

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Allow to get and enable MMC related clock Signed-off-by: Patrice Chotard --- drivers/mmc/arm_pl180_mmci.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/arm_pl180_mmci.c

[U-Boot] [PATCH v2 1/5] mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Update arm_pl180_mmci_init() prototype by adding struct mmc** param. This is needed before converting this driver to driver model in order to use arm_pl180_mmci_init() in driver model and in none driver model implementation Signed-off-by: Patrice

[U-Boot] [PATCH v2 2/5] mmc: arm_pl180_mmci: adapt driver to DM usage

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Convert this driver to driver model. This driver is also used by VEXPRESS platforms which doesn't use driver model. Tested on STM32F746 and STM32F769 platforms. Signed-off-by: Christophe Priouzeau Signed-off-by:

[U-Boot] [PATCH v2 0/5] Extend ARM_PL180_MMCI

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Currently this driver is used by VEXPRESS platform which doesn't support Driver Model. ARM_PL180_MMCI IP is embedded on STM32F4 and F7 platforms. In order to add SD support on these 2 STM32 family SoCs, the following reworks are needed: _

Re: [U-Boot] [PATCH 3/5] mmc: arm_pl180_mmci: add bus_width DT property support

2017-10-23 Thread Patrice CHOTARD
Hi Jaehoon On 10/20/2017 03:44 PM, Jaehoon Chung wrote: > On 10/19/2017 11:46 PM, patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> Allow to get "bus-width" property from device tree >> >> Signed-off-by: Patrice Chotard >> --- >>

Re: [U-Boot] [PATCH v3 18/20] arm: socfpga: Enable function visible to other file

2017-10-23 Thread Chee, Tien Fong
On Jum, 2017-10-20 at 09:39 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Enable function visible to other file, so it can be used by other > > functions from other file. > Huh? What

Re: [U-Boot] [PATCH v3 17/20] arm: socfpga: Adding SoCFPGA info for both SPL and U-boot

2017-10-23 Thread Chee, Tien Fong
On Jum, 2017-10-20 at 09:33 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > SoC FPGA info is required in both SPL and U-boot. > s/SoC FPGA/SocFPGA to be consistent. > > s/U-boot/U-Boot >

Re: [U-Boot] [PATCH 2/5] mmc: arm_pl180_mmci: adapt driver to DM usage

2017-10-23 Thread Patrice CHOTARD
Hi Jaehoon On 10/20/2017 03:44 PM, Jaehoon Chung wrote: > On 10/19/2017 11:45 PM, patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> Convert this driver to driver model. >> This driver is also used by VEXPRESS platforms which doesn't >> use driver model. >> >>

Re: [U-Boot] [PATCH v3 16/20] arm: socfpga: Adding clock frequency info for U-boot

2017-10-23 Thread Chee, Tien Fong
On Jum, 2017-10-20 at 09:29 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Clock frequency info is required in U-boot. > We know this patch is for U-Boot, don't need to state it in the >

[U-Boot] [PATCH v4 2/3] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL

2017-10-23 Thread Faiz Abbas
Mark bandgap node as uboot,dm-spl so that it can be accessed in spl Signed-off-by: Faiz Abbas Reviewed-by: Simon Glass --- v3: Added Reviewed-by comment. arch/arm/dts/omap5-u-boot.dtsi | 4 1 file changed, 4 insertions(+) diff --git

[U-Boot] [PATCH v4 3/3] ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

2017-10-23 Thread Faiz Abbas
Configure thermal configs to remain set by default for dra7xx and am57xx targets. Signed-off-by: Faiz Abbas --- arch/arm/mach-omap2/omap5/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig

[U-Boot] [PATCH v4 0/3] Support for TI bandgap temperature sensor

2017-10-23 Thread Faiz Abbas
Adding support for TI bandgap temperature sensor. Also add dt support for bandgap sensor in spl. v4: 1. Added configs enabled by default in dra7xx and am57xx SOCs 2. Split config enabling in a separate commit v3: Missed adding Reviewed-by in v2. Faiz Abbas (3): thermal: ti-bandgap: Add

[U-Boot] [PATCH v4 1/3] thermal: ti-bandgap: Add support for temperature sensor

2017-10-23 Thread Faiz Abbas
The dra7xx series of SOCs contain a temperature sensor and an associated analog-to-digital converter (ADC) which produces an output which is proportional to the SOC temperature. Add support for this temperature sensor. Signed-off-by: Faiz Abbas Reviewed-by: Simon Glass

[U-Boot] [PATCH 5/5] tpm: st33zp24: fix STMicroelectronics copyright

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Uniformize STMicroelectronics copyrights header Signed-off-by: Patrice Chotard --- drivers/tpm/tpm_tis_st33zp24_i2c.c | 3 ++- drivers/tpm/tpm_tis_st33zp24_spi.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)

[U-Boot] [PATCH 2/5] stm32: fix STMicroelectronics copyright

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Uniformize STMicroelectronics copyrights headers for STM32 related code. Signed-off-by: Patrice Chotard --- arch/arm/cpu/armv7/stv0991/pinmux.c | 4 ++-- arch/arm/cpu/armv7m/cache.c | 4

[U-Boot] [PATCH 4/5] spear: fix STMicroelectronics copyright

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Uniformize STMicroelectronics copyrights headers for SPEAR related code. Signed-off-by: Patrice Chotard --- arch/arm/include/asm/arch-spear/clk.h | 4 ++-- arch/arm/include/asm/arch-spear/hardware.h | 4 ++--

[U-Boot] [PATCH 3/5] stv0991: fix STMicroelectronics copyright

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Uniformize STMicroelectronics copyrights headers for STV0991 related code. Signed-off-by: Patrice Chotard --- arch/arm/cpu/armv7/stv0991/Makefile| 4 ++-- arch/arm/cpu/armv7/stv0991/clock.c |

[U-Boot] [PATCH 1/5] sti: fix STMicroelectronics copyright

2017-10-23 Thread patrice.chotard
From: Patrice Chotard Uniformize all STMicroelectronics copyrights headers for STi related code. Signed-off-by: Patrice Chotard --- arch/arm/include/asm/arch-stih410/sdhci.h | 3 ++- arch/arm/include/asm/arch-stih410/sys_proto.h | 4 ++--

[U-Boot] [PATCH 0/5] Fix STMicroelectronics Copyright

2017-10-23 Thread patrice.chotard
From: Patrice Chotard This series fixes STMicroelectronics copyright with correct format. All code related to STI, STM32, SPEAR, STV0991 machine and TMP driver developped by STMicrolectronics's employee have now an uniform header. Patrice Chotard (5): sti: fix

Re: [U-Boot] [PATCH v3 11/20] arm: socfpga: Add DDR driver for Arria 10

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 22:08 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Add DDR driver suppport for Arria 10. > s/suppport/support > Okay. > > > > > > Signed-off-by: Tien Fong Chee

Re: [U-Boot] Rockchip GRF/PMUGRF/CRU reg access in U-Boot

2017-10-23 Thread Kever Yang
Philipp, On 10/20/2017 05:00 PM, Dr. Philipp Tomsich wrote: Kever, On 20 Oct 2017, at 03:59, Kever Yang wrote: Hi Simon and Philipp. I would like to include Heiko who is maintainer of upstream kernel Rockchip SoC for this topic. For the driver related to

Re: [U-Boot] [PATCH 0/3] sunxi: Fix boot of Cubietruk and al.

2017-10-23 Thread Maxime Ripard
On Fri, Oct 20, 2017 at 04:33:57PM -0500, Dennis Gilmore wrote: > El jue, 19-10-2017 a las 16:58 +0200, Maxime Ripard escribió: > > On Thu, Oct 19, 2017 at 03:42:11PM +0100, Andre Przywara wrote: > > > Hi, > > > > > > On 19/10/17 14:24, Maxime Ripard wrote: > > > > On Thu, Oct 19, 2017 at

Re: [U-Boot] [PATCH v3 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface

2017-10-23 Thread Chee, Tien Fong
On Jum, 2017-10-13 at 16:08 +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Add code necessary into the FPGA driver framework in U-Boot > so it can be used via the 'fpga' command for programing Arria 10 > SoCFPGA. > > Signed-off-by: Tien Fong Chee

Re: [U-Boot] i.MX6: Prealloc pinctrl make U-Boot hang at relocation (data abort)

2017-10-23 Thread Lokesh Vutla
+Heiko On Tuesday 17 October 2017 04:14 AM, Jagan Teki wrote: > Hi, > > I'm trying to use SPL_OF_CONTROL with u-boot,dm-spl So I've marked > u-boot,dm-spl with pinctrl since MMC used the pinconfig. > > The issue observed here is SPL handover to U-Boot proper and before > relocation U-Boot

Re: [U-Boot] [PATCH v3 07/20] arm: socfpga: Fix with the correct polling status bit

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 10:29 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Commit 2baa997240d ("arm: socfpga: Add FPGA driver support for > > Arria 10") > > Polling the wrong status bit. Fix

Re: [U-Boot] [PATCH v3 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 07:39 -0500, Dinh Nguyen wrote: > Please run get_maintainer on this patch. I think you need to include > a > few more people. > Okay. > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Add code

Re: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > Generic firmware loader framework contains some