Re: [U-Boot] [PATCH v3 0/4] Add Intel Arria 10 SoC FPGA driver

2017-05-16 Thread Chee, Tien Fong
On Isn, 2017-05-15 at 18:52 +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > This is the 3rd version of patchset to adds support for Intel Arria > 10 SoC FPGA > driver. This version mainly resolved comments from Marek in [v2].This > series is > working

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-16 Thread Lokesh Vutla
On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: > On 2017-05-11 08:53, Lokesh Vutla wrote: >> >> >> On Wednesday 10 May 2017 07:11 PM, Manfred Schlaegl wrote: >>> Using u-boot-2017.05 on i.MX6UL we ran into following problem: >>> Initially U-Boot could be started normally. >>> If we

[U-Boot] [PATCH 4/6] rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren

2017-05-16 Thread Kever Yang
SDMMC-PWREN is a pin to control voltage for SDMMC IO, it may be high active or low active, the dwmmc driver always assume the sdmmc-pwren as high active. Kernel treat this pin as fixed regulator instead of a pin from controller, and then it can set in dts file upon board schematic, that's a good

[U-Boot] [PATCH 2/6] rockchip: pinctrl: rk3328: do not set io routing

2017-05-16 Thread Kever Yang
In rk3328, some function pin may have more than one choice, and muxed with more than one IO, for example, the UART2 controller IO, TX and RX, have 3 choice(setting in com_iomux): - M0 which mux with GPIO1A0/GPIO1A1 - M1 which mux with GPIO2A0/GPIO2A1 - usb2phy which mux with USB2.0 DP/DM pin. We

[U-Boot] [PATCH 0/6] rk3328 pinctrl drvier and sdmmc power fix

2017-05-16 Thread Kever Yang
Move pinctrl registers definition in GRF header file, clean code with prefix like other Rockchip SoCs. Use Fixed regulator(gpio) for sdmmc-pwren instead of signal controled by mmc controller. Kever Yang (6): rockchip: pinctrl: move rk3328 grf reg definition in header file rockchip: pinctrl:

[U-Boot] [PATCH 3/6] rockchip: evb-rk3328: set uart2 and sdmmc io routing

2017-05-16 Thread Kever Yang
In rk3328, some function pin may have more than one choice, and muxed with more than one IO, for example, the UART2 controller IO, TX and RX, have 3 choice(setting in com_iomux): - M0 which mux with GPIO1A0/GPIO1A1 - M1 which mux with GPIO2A0/GPIO2A1 - usb2phy which mux with USB2.0 DP/DM pin. We

[U-Boot] [PATCH 1/6] rockchip: pinctrl: move rk3328 grf reg definition in header file

2017-05-16 Thread Kever Yang
Move GRF register bit definition into GRF header file, remove 'GRF_' prefix and add 'GPIOmXn_' as prefix for bit meaning. Signed-off-by: Kever Yang --- arch/arm/include/asm/arch-rockchip/grf_rk3328.h | 114 + drivers/pinctrl/rockchip/pinctrl_rk3328.c

[U-Boot] [PATCH 6/6] rockchip: dts: rk3328-evb: add sdmmc-pwren regulator

2017-05-16 Thread Kever Yang
Use fixed regulator for sdmmc-pwren for sdmmc power. Signed-off-by: Kever Yang --- arch/arm/dts/rk3328-evb.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts index 01794ed..7b14982 100644 ---

[U-Boot] [PATCH 5/6] rockchip: evb-rk3328: enable boot on regulator

2017-05-16 Thread Kever Yang
Enable all the boot-on regulator in default. Signed-off-by: Kever Yang --- board/rockchip/evb_rk3328/evb-rk3328.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/board/rockchip/evb_rk3328/evb-rk3328.c

Re: [U-Boot] [PATCH] ARMv8/sec_firmware : Update chosen/kaslr-seed

2017-05-16 Thread Ruchika Gupta
> -Original Message- > From: Poonam Aggrwal > Sent: Monday, May 15, 2017 9:27 AM > To: Ruchika Gupta ; u-boot@lists.denx.de; > sun.y...@nxp.com; Prabhakar Kushwaha > Cc: Ruchika Gupta > Subject: RE: [U-Boot]

Re: [U-Boot] [PATCH] ARMv8/sec_firmware : Update chosen/kaslr-seed

2017-05-16 Thread Ruchika Gupta
> -Original Message- > From: Peter Robinson [mailto:pbrobin...@gmail.com] > Sent: Monday, May 15, 2017 6:18 PM > To: Ruchika Gupta > Cc: u-boot@lists.denx.de; sun.y...@nxp.com; Prabhakar Kushwaha > > Subject: Re: [U-Boot] [PATCH]

Re: [U-Boot] [PATCH v2 29/48] Convert CONFIG_CMD_HASH to Kconfig

2017-05-16 Thread Simon Glass
Hi Tom, On 16 May 2017 at 20:24, Tom Rini wrote: > On Tue, May 16, 2017 at 05:38:49PM -0600, Simon Glass wrote: > >> This converts the following to Kconfig: >>CONFIG_CMD_HASH >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >>

Re: [U-Boot] [PATCH v2 43/48] Convert CONFIG_CMD_IRQ to Kconfig

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:39:03PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_IRQ > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v2 20/48] Convert CONFIG_CMD_ESBC_VALIDATE to Kconfig

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:40PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_ESBC_VALIDATE > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v2 14/48] Convert CONFIG_CMD_EEPROM et al to Kconfig

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:34PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_EEPROM >CONFIG_CMD_EEPROM_LAYOUT >CONFIG_EEPROM_LAYOUT_HELP_STRING > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini --

Re: [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support

2017-05-16 Thread Lokesh Vutla
On Tuesday 16 May 2017 11:20 PM, Suman Anna wrote: > Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires > that the 'ethaddr' variable be defined. There are no e-fuses to store > the ethernet mac address for this platform, and neither is a MAC > address reserved in any format. So

Re: [U-Boot] [PATCH v2 10/48] Kconfig: Drop CONFIG_SYS_I2C_DS1621_ADDR

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:30PM -0600, Simon Glass wrote: > Now that dtt is gone, this is not used. Drop it. > > Signed-off-by: Simon Glass > Reviewed-by: Heiko Schocher Reviewed-by: Tom Rini -- Tom signature.asc Description:

Re: [U-Boot] [PATCH v2 08/48] Drop three-wire serial (TWS) support

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:28PM -0600, Simon Glass wrote: > This subsystem has not been converted to driver model, there is only one > driver and only one board that uses it. Drop it and its CONFIG option. > > Also drop the rtc4543 RTC driver since it uses TWS. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH v2 32/48] Convert CONFIG_CMD_HDMIDETECT to Kconfig

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:52PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_HDMIDETECT > > Note that we cannot do 'default y if VIDEO' because this option is only > enabled for a small subset of mx6 boards. Also this command is is not a > great

Re: [U-Boot] [PATCH v2 2/7] rockchip: rk3368: Add pinctrl driver

2017-05-16 Thread Simon Glass
On 15 May 2017 at 03:50, Andy Yan wrote: > Add driver to support iomux setup for the most commonly > used peripherals on rk3368. > > Signed-off-by: Andy Yan > --- > > Changes in v2: > - remove GRF base definition in cru head file > - remove

Re: [U-Boot] [PATCH v2 6/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox

2017-05-16 Thread Simon Glass
On 15 May 2017 at 03:54, Andy Yan wrote: > From: Andreas Färber > > The GeekBox is a TV box from GeekBuying, based on an MXM3 module. > The module can be used with base boards such as the GeekBox Landingship. > This adds basic support to chain-load

Re: [U-Boot] [PATCHv6 12/28] net: Add ability to set MAC address via EEPROM

2017-05-16 Thread Simon Glass
Hi Oliver, On 15 May 2017 at 02:02, Olliver Schinagl wrote: > This patch allows Kconfig to enable and set parameters to make it > possible to read the MAC address from an EEPROM. The net core layer then > uses this information to read MAC addresses from this EEPROM. > >

Re: [U-Boot] [PATCH 22/22] mmc: Retry some MMC cmds on failure

2017-05-16 Thread Simon Glass
Hi Jean-Jacques, On 15 May 2017 at 09:49, Jean-Jacques Hiblot wrote: > > > On 15/05/2017 05:28, Simon Glass wrote: >> >> On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: >>> >>> From: Vignesh R >>> >>> With certain SD cards like Kingston

Re: [U-Boot] [PATCH v2 09/48] Drop digital thermometer and thermostat (DTT) drivers

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:29PM -0600, Simon Glass wrote: > This subsystem is quite old. It has been replaced with a driver-model > version (UCLASS_THERMAL). Boards are free to convert to that if required, > but here is a removal patch that could be applied in the meantime. > > Signed-off-by:

Re: [U-Boot] [PATCH v2 19/48] Convert CONFIG_CMD_ERRATA to Kconfig

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:39PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_ERRATA > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v2 5/7] rockchip: rk3368: add Sheep board

2017-05-16 Thread Simon Glass
On 15 May 2017 at 03:53, Andy Yan wrote: > Sheep board is designed by Rockchip as a EVB for rk3368. > Currently it is able to boot a linux kernel and system > to console with the miniloader run as fist level loader. > > Reviewed-by: Simon Glass >

Re: [U-Boot] [PATCH v2 5/7] rockchip: rk3368: add Sheep board

2017-05-16 Thread Andy Yan
Hi Simon: On 2017年05月17日 09:38, Simon Glass wrote: On 15 May 2017 at 03:53, Andy Yan wrote: Sheep board is designed by Rockchip as a EVB for rk3368. Currently it is able to boot a linux kernel and system to console with the miniloader run as fist level loader.

Re: [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM6338 support

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:46, Álvaro Fernández Rojas wrote: > BCM6338 has a fixed CPU frequency of 240 MHz. > > Signed-off-by: Álvaro Fernández Rojas > --- > v2: no changes. > > drivers/cpu/bmips_cpu.c | 14 ++ > 1 file changed, 14 insertions(+)

Re: [U-Boot] [PATCH] rockchip: firefly-rk3399: enable rk3399 pinctrl in defconfig

2017-05-16 Thread Simon Glass
On 15 May 2017 at 06:30, Tom Rini wrote: > On Mon, May 15, 2017 at 10:01:32PM +1000, Alex Hixon wrote: > >> The config name enabling the rk3399-pinctrl driver is spelled wrong, so >> it does not get built. This causes SPL to fail during board init. >> >> Make rk3399-firefly

Re: [U-Boot] [PATCH 29/47] Convert CONFIG_CMD_HASH to Kconfig

2017-05-16 Thread Simon Glass
Hi Tom. On 15 May 2017 at 12:04, Tom Rini wrote: > On Mon, May 15, 2017 at 04:57:44AM -0600, Simon Glass wrote: > >> This converts the following to Kconfig: >>CONFIG_CMD_HASH >> >> Signed-off-by: Simon Glass >> --- >> >> README

Re: [U-Boot] [PATCH v2 2/3] rockchip: clock: rk3036: some fix according TRM

2017-05-16 Thread Simon Glass
On 15 May 2017 at 06:52, Kever Yang wrote: > - hclk/pclk_div range should use '<=' instead of '<' > - use GPLL for pd_bus clock source > - pd_bus HCLK/PCLK clock rate should not bigger than ACLK > > Signed-off-by: Kever Yang > --- > > Changes

Re: [U-Boot] [PATCH 01/33] mmc: select the available type from host_caps and card_caps

2017-05-16 Thread Simon Glass
Hi, On 15 May 2017 at 19:15, Ziyuan wrote: > hi Simon & Jaehoon, > > On 05/16/2017 08:18 AM, Simon Glass wrote: >> >> Hi Ziyuan, >> >> On 15 May 2017 at 00:06, Ziyuan Xu wrote: >>> >>> The original implementation select HS timing by default, add

Re: [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM3380 support

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:42, Álvaro Fernández Rojas wrote: > As far as I know BCM3380 has a fixed CPU frequency since I couldn't find its > PLL registers in any documentation. > > Signed-off-by: Álvaro Fernández Rojas > --- > v2: no changes. > >

Re: [U-Boot] [PATCH v5 03/14] mmc: sti_sdhci: Use reset framework

2017-05-16 Thread Simon Glass
Hi Patrice, On 15 May 2017 at 03:21, Patrice CHOTARD wrote: > Hi Simon > > On 05/15/2017 05:02 AM, Simon Glass wrote: >> Hi Patrice, >> >> On 10 May 2017 at 10:09, wrote: >>> From: Patrice Chotard >>> >>> Signed-off-by:

Re: [U-Boot] [PATCH 1/2] WIP: Disable SCSI on x86

2017-05-16 Thread Bin Meng
Hi Simon, On Sat, May 13, 2017 at 9:11 AM, Simon Glass wrote: > Hi Bin, > > On 8 May 2017 at 01:05, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Apr 10, 2017 at 8:38 AM, Simon Glass wrote: >>> This is not to be applied. It is needed to

Re: [U-Boot] [PATCH v2 29/48] Convert CONFIG_CMD_HASH to Kconfig

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 05:38:49PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_HASH > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > README| 6 -- > arch/Kconfig

Re: [U-Boot] [PATCH v4 00/20] SPL: extend FIT loading support

2017-05-16 Thread Simon Glass
Hi, On 16 May 2017 at 14:07, Mark Kettenis wrote: > > > From: Andre Przywara > > Date: Tue, 16 May 2017 09:10:06 +0100 > > > > Hi, > > > > On 16/05/17 02:40, Kever Yang wrote: > > > Not sure if some patches for sunxi still need to wait, can we

Re: [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM3380 SoC family

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:42, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v2: no changes. > > arch/mips/dts/brcm,bcm3380.dtsi | 154 > ++ > arch/mips/mach-bmips/Kconfig | 12

Re: [U-Boot] [PATCH] board_f: skip timer_init() on Coldfire archs

2017-05-16 Thread Simon Glass
Hi Angelo, On 10 May 2017 at 16:36, Angelo Dureghello wrote: > Hi Simon, > > > On 11/05/2017 00:03, Simon Glass wrote: >> >> Hi Angelo, >> >> On 10 May 2017 at 15:58, Angelo Dureghello wrote: >>> >>> Coldfire arch is not happy with timer_init since interrupt

Re: [U-Boot] [PATCH 20/22] mmc: Add support for UHS modes

2017-05-16 Thread Jaehoon Chung
On 05/16/2017 11:20 PM, Jean-Jacques Hiblot wrote: > > > On 12/05/2017 20:16, Jean-Jacques Hiblot wrote: >> Add UHS modes to the list of supported modes, get the UHS capabilites of >> the SDcard and implement the procedure to switch the voltage (UHS modes >> use 1v8 IO lines) >> During the

Re: [U-Boot] [PATCH 6/6] moveconfig: Support looking for implied CONFIG options

2017-05-16 Thread Simon Glass
Hi Tom, On 15 May 2017 at 06:27, Tom Rini wrote: > On Mon, May 15, 2017 at 05:47:36AM -0600, Simon Glass wrote: > >> Some CONFIG options can be implied by others and this can help to reduce >> the size of the defconfig files. For example, CONFIG_X86 implies >> CONFIG_CMD_IRQ,

Re: [U-Boot] [PATCH v2 3/3] rockchip: rk3036: clean mask definition for grf reg

2017-05-16 Thread Simon Glass
On 15 May 2017 at 06:52, Kever Yang wrote: > U-Boot prefer to use MASKs with SHIFT embeded, clean the Macro > definition in grf header file and pinctrl driver. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - add grf code clean > >

Re: [U-Boot] [PATCH 2/6] moveconfig: Allow reading the defconfig list from stdin

2017-05-16 Thread Simon Glass
Hi Tom, On 15 May 2017 at 06:24, Tom Rini wrote: > On Mon, May 15, 2017 at 05:47:32AM -0600, Simon Glass wrote: > >> Support passes in a defconfig filename of '-' to read the list from stdin >> instead of from a file. >> >> Signed-off-by: Simon Glass > >

Re: [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Netgear CG3100D board

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:42, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v2: introduce changes requested by Simon Glass: > - Add board description. > > arch/mips/dts/Makefile| 1 + >

Re: [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Sagem F@ST1704 board

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:46, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v2: introduce changes requested by Simon Glass and Daniel Schwierzeck: > - Add board description. > - Remove ioremap tweaks from this patch. > >

Re: [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver

2017-05-16 Thread Simon Glass
On 15 May 2017 at 03:49, Andy Yan wrote: > Add driver to setup the various PLLs and peripheral > clocks on the RK3368. > > Signed-off-by: Andy Yan > --- > > Changes in v2: > - fix typo in subject > - remove CRU base definition in cru head file

Re: [U-Boot] [PATCH] mips: bmips: add board descriptions

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:47, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/mach-bmips/Kconfig | 24 > 1 file changed, 24 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH v2 14/48] Convert CONFIG_CMD_EEPROM et al to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_EEPROM CONFIG_CMD_EEPROM_LAYOUT CONFIG_EEPROM_LAYOUT_HELP_STRING Signed-off-by: Simon Glass --- Changes in v2: None README | 2 - arch/arm/Kconfig

Re: [U-Boot] [PATCH v2 1/3] rockchip: rk3036: clean mask definition for cru reg

2017-05-16 Thread Simon Glass
On 15 May 2017 at 06:52, Kever Yang wrote: > Embeded the shift in mask MACRO definition in cru header file > and clock driver. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - split into two patches > >

Re: [U-Boot] [PATCH 12/22] mmc: Enable signal voltage to be selected from mmc core

2017-05-16 Thread Simon Glass
Hi Jean-Jacques, On 15 May 2017 at 08:18, Jean-Jacques Hiblot wrote: > > > On 15/05/2017 05:28, Simon Glass wrote: >> >> Hi Jen-Jacques, >> >> On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: >>> >>> From: Kishon Vijay Abraham I >>> >>> Add a

[U-Boot] [PATCH v2 37/48] Kconfig: Drop CONFIG_CMD_IMX_FUSE

2017-05-16 Thread Simon Glass
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v2: None include/configs/apf27.h | 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/apf27.h b/include/configs/apf27.h index

[U-Boot] [PATCH v2 45/48] Kconfig: Drop CONFIG_CMD_LOADY

2017-05-16 Thread Simon Glass
This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v2: None include/configs/vct.h| 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/vct.h b/include/configs/vct.h index

Re: [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM6338 SoC family

2017-05-16 Thread Simon Glass
On 16 May 2017 at 10:46, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v2: introduce changes requested by Daniel Schwierzeck: > - Add ioremap tweaks to this patch. > > arch/mips/dts/brcm,bcm6338.dtsi | 118 >

[U-Boot] [PATCH v2 22/48] Convert CONFIG_CMD_FDC to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_FDC Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - cmd/Kconfig | 5 + configs/PIP405_defconfig | 1 + include/config_cmd_all.h | 1 -

[U-Boot] [PATCH v2 40/48] Convert CONFIG_CMD_IOTRACE to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IOTRACE Signed-off-by: Simon Glass --- Changes in v2: None arch/Kconfig | 1 + cmd/Kconfig | 34 ++ include/configs/sandbox.h| 1 -

[U-Boot] [PATCH v2 48/48] sandbox: Enable CMD_GETTIME

2017-05-16 Thread Simon Glass
Enable this option by default on sandbox to increase build coverage. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to enable CMD_GETTIME on sandbox arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index

[U-Boot] [PATCH v2 42/48] fs: Kconfig: Add a separate option for FS_JFFS2

2017-05-16 Thread Simon Glass
Rather than using CMD_JFFS2 for both the filesystem and its command, we should have a separate option for each. This allows us to enable JFFS2 support without the command, if desired, which reduces U-Boot's size slightly. Signed-off-by: Simon Glass --- Changes in v2: None

[U-Boot] [PATCH v2 30/48] Kconfig: Add CONFIG_HASH to enable hashing API

2017-05-16 Thread Simon Glass
At present CONFIG_CMD_HASH enables the 'hash' command which also brings in the hashing API. Some boards may wish to enable the API without the command. Add a separate CONFIG to permit this. Signed-off-by: Simon Glass --- Changes in v2: None cmd/Kconfig | 2 ++

[U-Boot] [PATCH v2 47/48] Convert CONFIG_CMD_LZMADEC to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_LZMADEC Signed-off-by: Simon Glass --- Changes in v2: None arch/Kconfig | 1 + cmd/Kconfig | 11 +++ cmd/Makefile | 2 -- include/configs/sandbox.h| 2 --

[U-Boot] [PATCH v2 20/48] Convert CONFIG_CMD_ESBC_VALIDATE to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ESBC_VALIDATE Signed-off-by: Simon Glass --- Changes in v2: - Add 'default y if CHAIN_OF_TRUST' to drop defconfig options arch/arm/include/asm/fsl_secure_boot.h | 1 - arch/powerpc/include/asm/fsl_secure_boot.h | 1 -

[U-Boot] [PATCH v2 08/48] Drop three-wire serial (TWS) support

2017-05-16 Thread Simon Glass
This subsystem has not been converted to driver model, there is only one driver and only one board that uses it. Drop it and its CONFIG option. Also drop the rtc4543 RTC driver since it uses TWS. Signed-off-by: Simon Glass --- Changes in v2: None configs/inka4x0_defconfig

[U-Boot] [PATCH v2 16/48] Kconfig: Drop CONFIG_CMD_ENV

2017-05-16 Thread Simon Glass
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v2: - Reword to indicate this option is being dropped include/configs/ap_sh4a_4a.h| 1 - include/configs/calimain.h | 1 - include/configs/clearfog.h | 1 -

[U-Boot] [PATCH v2 43/48] Convert CONFIG_CMD_IRQ to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IRQ Signed-off-by: Simon Glass --- Changes in v2: - Add depends on !ARM && !MIPS && !SH - Enable for all PPC boards, and explicitly disable those that don't want it - Enable for microblaze README

[U-Boot] [PATCH v2 32/48] Convert CONFIG_CMD_HDMIDETECT to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_HDMIDETECT Note that we cannot do 'default y if VIDEO' because this option is only enabled for a small subset of mx6 boards. Also this command is is not a great implementation (it doesn't use driver model). Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 23/48] Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP

2017-05-16 Thread Simon Glass
This option is not used by any board. Drop it. Signed-off-by: Simon Glass --- Changes in v2: None cmd/fdt.c| 8 +++- scripts/config_whitelist.txt | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/cmd/fdt.c b/cmd/fdt.c index

[U-Boot] [PATCH v2 33/48] Convert CONFIG_CMD_IDE to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IDE Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - cmd/Kconfig | 8 configs/CPCI4052_defconfig | 1 +

[U-Boot] [PATCH v2 29/48] Convert CONFIG_CMD_HASH to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_HASH Signed-off-by: Simon Glass --- Changes in v2: None README| 6 -- arch/Kconfig | 1 + arch/arm/Kconfig | 1 +

[U-Boot] [PATCH v2 17/48] Convert CONFIG_CMD_ENV_CALLBACK to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ENV_CALLBACK Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - cmd/Kconfig | 8 configs/sandbox_defconfig | 1 + configs/sandbox_noblk_defconfig

[U-Boot] [PATCH v2 27/48] Convert CONFIG_CMD_GETTIME to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_GETTIME Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v2: - Imply CMD_TIME on x86 to remove defconfig changes README | 1 - arch/Kconfig | 1 +

[U-Boot] [PATCH v2 46/48] Convert CONFIG_LZMA to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_LZMA Signed-off-by: Simon Glass --- Changes in v2: None README | 23 --- arch/Kconfig | 1 + configs/ap121_defconfig | 1 + configs/ap143_defconfig

[U-Boot] [PATCH v2 19/48] Convert CONFIG_CMD_ERRATA to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ERRATA Signed-off-by: Simon Glass --- Changes in v2: - Change 'default y if MPC85xx' to 'default y' - Fix defconfig ordering in controlcenterd_TRAILBLAZER boards arch/powerpc/cpu/mpc85xx/Kconfig | 8

[U-Boot] [PATCH v2 38/48] Convert CONFIG_CMD_IO to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IO Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - arch/Kconfig | 2 ++ cmd/Kconfig | 8 include/config_cmd_all.h | 1 -

[U-Boot] [PATCH v2 44/48] Convert CONFIG_CMD_KGDB to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_KGDB Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - cmd/Kconfig | 9 + include/config_cmd_all.h | 1 - scripts/config_whitelist.txt | 1 - 4 files

[U-Boot] [PATCH v2 39/48] Convert CONFIG_CMD_IOLOOP to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IOLOOP Signed-off-by: Simon Glass --- Changes in v2: None board/gdsys/mpc8308/Kconfig | 5 + configs/hrcon_defconfig | 1 + configs/hrcon_dh_defconfig | 1 + configs/strider_con_defconfig| 1 +

[U-Boot] [PATCH v2 09/48] Drop digital thermometer and thermostat (DTT) drivers

2017-05-16 Thread Simon Glass
This subsystem is quite old. It has been replaced with a driver-model version (UCLASS_THERMAL). Boards are free to convert to that if required, but here is a removal patch that could be applied in the meantime. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher

[U-Boot] [PATCH v2 12/48] Convert CONFIG_CMD_ECCTEST to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ECCTEST Signed-off-by: Simon Glass --- Changes in v2: None arch/powerpc/cpu/ppc4xx/Kconfig | 6 ++ configs/katmai_defconfig| 1 + configs/t3corp_defconfig| 1 + include/configs/katmai.h| 1 -

[U-Boot] [PATCH v2 05/48] Kconfig: Drop CONFIG_CMD_DS4510

2017-05-16 Thread Simon Glass
This option enables a command in the driver. But the functions defined by the driver are not called anywhere else in U-Boot. So it does not seem useful to have this driver without its commands. Drop this option, move the header file out of the common include/ directory and make all the function

[U-Boot] [PATCH v2 28/48] Convert CONFIG_CMD_GSC to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_GSC Signed-off-by: Simon Glass --- Changes in v2: None board/gateworks/gw_ventana/Kconfig | 8 configs/gwventana_emmc_defconfig | 1 + configs/gwventana_gw5904_defconfig | 1 + configs/gwventana_nand_defconfig

[U-Boot] [PATCH v2 15/48] Convert CONFIG_CMD_ENTERRCM to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ENTERRCM Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-tegra/Kconfig| 16 include/configs/tegra-common.h | 2 -- scripts/config_whitelist.txt | 1 - 3 files changed, 16

[U-Boot] [PATCH v2 07/48] Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR

2017-05-16 Thread Simon Glass
This option is only defined to a non-default value by canyonlands, which needs conversion to driver model (where the I2C address would be defined by the device tree). Drop this option. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Heiko

[U-Boot] Auto boot fails due2 Card did not respond to voltage select! but card works

2017-05-16 Thread Kamal Nijhawan
Hi all, I am using the latest u-boot 2017.05 and built for odroid-u3. However, the auto-boot fails with the following message Card did not respond to voltage select! but I can do manual loading and boot and card is all fine. What could be the problem? U-Boot 2017.05 (May 15 2017 - 08:41:30

[U-Boot] [PATCH v2 31/48] Convert CONFIG_CMD_HD44760 to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_HD44760 Also drop CONFIG_CMD_HD44780 which appears to be a typo. Signed-off-by: Simon Glass --- Changes in v2: None board/work-microwave/work_92105/Kconfig | 5 +

[U-Boot] [PATCH v2 35/48] Convert CONFIG_CMD_IMMAP to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IMMAP Also move this command out of the cmd/ directory since it is PowerPC-specific. Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - arch/powerpc/Kconfig| 2

[U-Boot] [PATCH v2 34/48] Kconfig: Add a CONFIG_IDE option

2017-05-16 Thread Simon Glass
At present IDE support is controlled by CONFIG_CMD_IDE. Add a separate CONFIG_IDE option so that IDE support can be enabled without requiring the 'ide' command. Update existing users and move the ide driver into drivers/block since it should not be in common/. Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 26/48] Convert CONFIG_CMD_FUSE to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_FUSE Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - arch/arm/cpu/armv7/mx6/Kconfig | 1 + arch/arm/cpu/armv7/mx7/Kconfig | 2 ++ cmd/Kconfig

[U-Boot] [PATCH v2 18/48] Convert CONFIG_CMD_ENV_FLAGS to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ENV_FLAGS Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - cmd/Kconfig | 8 configs/ids8313_defconfig | 1 + configs/sandbox_defconfig | 1

[U-Boot] [PATCH v2 03/48] Kconfig: Drop CONFIG_CMD_DS4510_MEM

2017-05-16 Thread Simon Glass
This option is only used in one driver and is not enabled by any board. It does not seem worth having the ability to remove this part of the support. Drop the option. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher

[U-Boot] [PATCH v2 10/48] Kconfig: Drop CONFIG_SYS_I2C_DS1621_ADDR

2017-05-16 Thread Simon Glass
Now that dtt is gone, this is not used. Drop it. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher --- Changes in v2: None include/configs/xpedite517x.h | 12 include/configs/xpedite537x.h | 11 --- scripts/config_whitelist.txt | 1

[U-Boot] [PATCH v2 21/48] Convert CONFIG_CMD_ETHSW to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ETHSW Also enable it for sandbox to increase build coverage. Signed-off-by: Simon Glass --- Changes in v2: None cmd/Kconfig | 8 configs/T1040D4RDB_NAND_defconfig| 1 +

[U-Boot] [PATCH v2 06/48] Convert CONFIG_DS4510 to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_DS4510 Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher --- Changes in v2: None README| 1 - configs/xpedite517x_defconfig | 1 +

[U-Boot] [PATCH v2 04/48] Kconfig: Drop CONFIG_CMD_DS4510_RST

2017-05-16 Thread Simon Glass
This option is only used in one driver and is not enabled by any board. It does not seem worth having the ability to remove this part of the support. Drop the option. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher

[U-Boot] [PATCH v2 41/48] Convert CONFIG_CMD_JFFS2 to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_JFFS2 Signed-off-by: Simon Glass --- Changes in v2: None README | 1 - cmd/Kconfig | 8 configs/M52277EVB_defconfig

[U-Boot] [PATCH v2 13/48] Convert CONFIG_CMD_EECONFIG to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_EECONFIG Signed-off-by: Simon Glass --- Changes in v2: None board/gateworks/gw_ventana/Kconfig | 5 + configs/gwventana_emmc_defconfig | 1 + configs/gwventana_gw5904_defconfig | 1 +

[U-Boot] [PATCH v2 36/48] Kconfig: Drop CONFIG_CMD_IMXOTP

2017-05-16 Thread Simon Glass
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v2: None include/configs/ot1200.h | 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index

[U-Boot] [PATCH v2 24/48] Convert CONFIG_CMD_FPGAD to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_FPGAD Signed-off-by: Simon Glass --- Changes in v2: None cmd/Kconfig | 8 configs/hrcon_defconfig | 1 + configs/hrcon_dh_defconfig | 1 + configs/iocon_defconfig | 1

[U-Boot] [PATCH v2 25/48] Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig

2017-05-16 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_FPGA_LOADBP CONFIG_CMD_FPGA_LOADFS CONFIG_CMD_FPGA_LOADMK CONFIG_CMD_FPGA_LOADP Signed-off-by: Simon Glass --- Changes in v2: None README | 13 - arch/Kconfig

[U-Boot] [PATCH v2 01/48] configs: Re-sync

2017-05-16 Thread Simon Glass
Run moveconfig.py -s to get defconfig files back in sync. Signed-off-by: Simon Glass --- Changes in v2: None configs/Sinovoip_BPI_M2_Plus_defconfig | 1 - configs/am335x_baltos_defconfig | 4 +- configs/am335x_evm_defconfig |

[U-Boot] [PATCH v2 11/48] Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR

2017-05-16 Thread Simon Glass
This is only used by one board and always set to 0x51. Drop this option. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher --- Changes in v2: None drivers/misc/ds4510.c | 7 +--

[U-Boot] [PATCH v2 00/48] Kconfig: Convert commands (D to L) to Kconfig

2017-05-16 Thread Simon Glass
This series moves more commands to Kconfig. There are two points of note: - A patch is included to drop the whole digital thermometer and thermostat (DTT) subsystem. It has been replaced with UCLASS_THERMAL and boards should be using that instead. - Also included is a patch to drop

[U-Boot] [PATCH v2 02/48] Kconfig: Drop CONFIG_CMD_DS4510_INFO

2017-05-16 Thread Simon Glass
This option is only used in one driver and two boards. It does not seem worth having the ability to remove this part of the support. Drop the option. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher --- Changes

  1   2   >