Re: [U-Boot] [EXT] Re: USB2.0 device timeout issue.

2017-05-17 Thread Terry Zhou
HI Marek, Do you have any comments/suggestions on this issue? Thanks Best Regards, Terry -Original Message- From: Wilson Ding Sent: 2017年5月15日 11:52 To: Simon Glass ; Terry Zhou Cc: u-boot@lists.denx.de; Stefan Roese ; Marek Vasut ; Nadav Haklai Subject: RE: [EXT] Re: USB2.0 device t

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

2017-05-17 Thread Patrice CHOTARD
Hi Simon On 05/17/2017 03:38 AM, Simon Glass wrote: > 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: Patrice

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

2017-05-17 Thread Marek Vasut
On 05/17/2017 07:12 AM, Chee, Tien Fong wrote: > 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].T

Re: [U-Boot] [EXT] Re: USB2.0 device timeout issue.

2017-05-17 Thread Marek Vasut
On 05/17/2017 09:01 AM, Terry Zhou wrote: > HI Marek, Hi, > Do you have any comments/suggestions on this issue? Please stop top-posting, the thread is complete chaos now. > Thanks > > Best Regards, > Terry > > > -Original Message- > From: Wilson Ding > Sent: 2017年5月15日 11:52 > To: S

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

2017-05-17 Thread Peter Robinson
>> -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] ARMv8/sec_firmware : Update chosen/kaslr- >> seed >>

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

2017-05-17 Thread Alexander Graf
On 17.05.17 10:17, Peter Robinson wrote: -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] ARMv8/sec_firmware : Update

Re: [U-Boot] [PATCH v3 2/4] arm: socfpga: Restructure FPGA driver in the preparation to support A10.

2017-05-17 Thread Ley Foon Tan
On Mon, May 15, 2017 at 6:52 PM, wrote: > From: Tien Fong Chee > > Move FPGA driver which is Gen5 specific code into Gen5 driver file > and keeping common FPGA drivi er intact. All the changes are still keeping Typo "drivi er". > in driver/fpga/ and no functional change. Subsequent patch would

[U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot

2017-05-17 Thread Kever Yang
I don't know which patch break Rockchip armv7 SoC on latest source code. The SPL works fine, but it hang at some unknown place in U-Boot, I can't get any log event I enable the DEBUG option. I test with below commit 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc armv8 work fine

Re: [U-Boot] [PATCH v3 4/4] arm: socfpga: Add FPGA driver support for Arria 10

2017-05-17 Thread Ley Foon Tan
On Mon, May 15, 2017 at 6:52 PM, wrote: > From: Tien Fong Chee > > Add FPGA driver support for Arria 10. > > Signed-off-by: Tien Fong Chee > --- > arch/arm/mach-socfpga/include/mach/fpga_manager.h | 2 + > .../include/mach/fpga_manager_arria10.h| 100 + > drivers/fpga/Makefi

Re: [U-Boot] Very slow mtest on i.MX6UL over dual-die DDR3 (two chip selects)

2017-05-17 Thread Palacios, Hector
Hi Fabio, On Wed, 17 May 2017 00:34, Fabio Estevam wrote: > Hi Hector, > > On Tue, May 16, 2017 at 1:15 PM, Palacios, Hector > wrote: >> Greetings, >> >> I'm adding support to a 1GiB DDR3 chip that internally has two dies. I > have configured the i.MX6UL memory controller for using two chip sel

Re: [U-Boot] [PATCH 1/2] x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode

2017-05-17 Thread Bin Meng
On Mon, May 15, 2017 at 11:02 AM, Simon Glass wrote: > On 7 May 2017 at 20:52, Bin Meng wrote: >> Add a device-tree property use-lvl-write-cache that will cause >> writes to lvl to be cached instead of read from lvl before each >> write. This is required on some platforms that have the register >

Re: [U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

2017-05-17 Thread Bin Meng
On Mon, May 15, 2017 at 11:02 AM, Simon Glass wrote: > On 7 May 2017 at 20:52, Bin Meng wrote: >> Remove 'pad-offset' of soc_gpio_s5_0, soc_gpio_s5_1, soc_gpio_s5_2, >> pin_usb_host_en0 and pin_usb_host_en1. These offsets are actually >> wrong. Correct value should be added by 0x2000, but since t

[U-Boot] Please pull u-boot-x86

2017-05-17 Thread Bin Meng
Hi Tom, The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16 08:10:50 -0400) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to c2f17939f4b429c90a4

[U-Boot] [PATCH] test: py: Use global pytestmark for hush tests

2017-05-17 Thread Michal Simek
All tests in test_hush_if_test depends on hush parser to be present. This patch simplify test dependencies by using global pytestmark. Reported-by: Stephen Warren Signed-off-by: Michal Simek --- test/py/tests/test_hush_if_test.py | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) dif

Re: [U-Boot] [PATCH v2] test: py: Add cmd_echo dependency

2017-05-17 Thread Michal Simek
On 15.5.2017 23:49, Stephen Warren wrote: > On 05/15/2017 06:29 AM, Michal Simek wrote: >> There is missing dependency on echo command. Mark tests which requires >> echo. > > Reviewed-by: Stephen Warren > > It'd be good to update test_hush_if_test.py too though, even if separately. I have sent

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

2017-05-17 Thread Simon Glass
This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v3: None 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 c5b96540ae..7b04

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

2017-05-17 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 --- Changes in v3: None Changes in v2: None REA

Re: [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot

2017-05-17 Thread Bin Meng
Hi Kever, On Wed, May 17, 2017 at 4:43 PM, Kever Yang wrote: > > I don't know which patch break Rockchip armv7 SoC on latest source code. > The SPL works fine, but it hang at some unknown place in U-Boot, I can't get > any log event I enable the DEBUG option. > > I test with below commit > 4125bb

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ECCTEST Signed-off-by: Simon Glass --- Changes in v3: None 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 v3 42/48] fs: Kconfig: Add a separate option for FS_JFFS2

2017-05-17 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 v3: None Changes in v2: None c

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

2017-05-17 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 Reviewed-by: Tom Rini --- Ch

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

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

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

2017-05-17 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 in v3: None Changes in v2: None README

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

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

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

2017-05-17 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 v3: None Changes in v2: None README| 1 - configs/xpedite517x_defconfig | 1 + configs/xpedite537x_defconfig | 1 + dri

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

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

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_HASH Signed-off-by: Simon Glass --- Changes in v3: - Drop CMD_HASH for boards which don't define CHAIN_OF_TRUST - Add 'imply CMD_HASH' for CHAIN_OF_TRUST Changes in v2: None README | 6 -- arch/Kconfig

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ESBC_VALIDATE Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v3: None 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/

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

2017-05-17 Thread Simon Glass
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v3: None 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 - inclu

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

2017-05-17 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 --- Cha

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

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

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

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

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

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

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

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

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

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

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

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

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

2017-05-17 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 --- Changes in v3: None Changes in v2: None REA

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

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

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

2017-05-17 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 st

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

2017-05-17 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 Reviewed-by: Tom Rini --- Changes in v3: None Changes in v2: None con

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_FUSE Signed-off-by: Simon Glass --- Changes in v3: None 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 v3 35/48] Convert CONFIG_CMD_IMMAP to Kconfig

2017-05-17 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 v3: None Changes in v2: None README | 1 - arch/powerpc/Kconfig| 2

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_ENTERRCM Signed-off-by: Simon Glass --- Changes in v3: None 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 inserti

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

2017-05-17 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 v3: None Changes in v2: None cmd/Kconfig | 8 configs/T1040D4RDB_NAND_defconfig| 1 + conf

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

2017-05-17 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 v3: None Changes in v2: None board/work-microwave/work_92105/Kconfig | 5 + board/work-microwave/work_92105/work_92

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

2017-05-17 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 v3: None Changes in v2: None README | 13 - arch/Kconfig

Re: [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot

2017-05-17 Thread Kever Yang
Hi Bin, Thanks for your suggestion, I already find the root cause. This patch change the image package and lead to all Rockchip SoCs with BACK_TO_BROM enabled can not work. https://www.mail-archive.com/u-boot@lists.denx.de/msg245567.html Is it possible to do verify commits for different plat

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

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

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IRQ Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v3: None 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 v3 00/48] Kconfig: Convert commands (D to L) to Kconfig

2017-05-17 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 three

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

2017-05-17 Thread Simon Glass
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v3: None 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 34507

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_GSC Signed-off-by: Simon Glass --- Changes in v3: None 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 v3 10/48] Kconfig: Drop CONFIG_SYS_I2C_DS1621_ADDR

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

Re: [U-Boot] [PATCH v2 2/9] dm: core: Move dev_get_addr() etc. into a separate file

2017-05-17 Thread Simon Glass
Hi Masahiro, On 16 May 2017 at 04:04, Masahiro Yamada wrote: > Hi Simon, > > > 2017-05-02 0:18 GMT+09:00 Simon Glass : >> Move this group of address-related functions into a new file. These use >> the flat device tree. Future work will provide new versions of these which >> can support the live t

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

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

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

2017-05-17 Thread Simon Glass
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v3: None 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 205

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

2017-05-17 Thread Mark Kettenis
> From: Peter Robinson > Date: Wed, 17 May 2017 09:17:47 +0100 > > >> -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 > >> > >> S

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

2017-05-17 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 v3: None Changes in v2: None cmd/Kconfig | 2 ++ common/K

[U-Boot] [PATCH 03/14] armv7: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 1 + arch/arm/cpu/armv7/ls102xa

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

2017-05-17 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 v3: None Changes in v2: None drivers/misc/ds4510.c | 7 +-- include/configs/xpedite517x.h | 3 --- include/configs/

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

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

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

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

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

2017-05-17 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_IOLOOP Signed-off-by: Simon Glass --- Changes in v3: None 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 v3 07/48] Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR

2017-05-17 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 Schocher --- Changes in v3: None Changes

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

2017-05-17 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 Reviewed

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

2017-05-17 Thread Simon Glass
This option is not used by any board. Drop it. Signed-off-by: Simon Glass --- Changes in v3: None 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 95dd67

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

2017-05-17 Thread Simon Glass
Enable this option by default on sandbox to increase build coverage. Signed-off-by: Simon Glass --- Changes in v3: None 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 dfc4659648.

[U-Boot] [PATCH 09/14] usb: ums: support multiple controllers using controller_index

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski --- cmd/usb_mass_storage.c | 2 +- drivers/usb/gadget/f_mass_sto

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

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

[U-Boot] [PATCH 02/14] armv7: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 1 + arch/arm/cpu/armv7/ls102xa/soc.c

Re: [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-17 Thread Simon Glass
Hi Masahiro, On 16 May 2017 at 03:56, Masahiro Yamada wrote: > Hi Simon, > > 2017-05-13 10:11 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 10 May 2017 at 20:12, Masahiro Yamada >> wrote: >>> Hi Simon, >>> >>> >>> 2017-05-11 6:43 GMT+09:00 Tom Rini : On Mon, May 01, 2017 at 09:18:44AM -

Re: [U-Boot] [PATCH v1 0/8] rockchip: mkimage: refactor rksd/rkspi padding calculation and add dumpimage support

2017-05-17 Thread Kever Yang
Hi Philipp, This patch makes all the Rockchip SoCs with BACK_TO_BROM enabled can not work, does the size correct for the SPL correct? Thanks, - Kever On 04/17/2017 11:47 PM, Philipp Tomsich wrote: We support booting both from SD/MMC images and SPI images on the RK3399-Q7 for different use-ca

[U-Boot] [PATCH 11/14] armv8: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 ++ arch/arm/cpu/armv8/fs

Re: [U-Boot] [PATCH v1 0/8] rockchip: mkimage: refactor rksd/rkspi padding calculation and add dumpimage support

2017-05-17 Thread Dr. Philipp Tomsich
Kever, What are the requirements for BACK_TO_BROM? All I can see about how BACK_TO_BROM works is that it needs to save the register context on the stack for returning to the ROM, but that seems to be only half the story. Assuming that the header0 structure plays into this, the only significant

[U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 ++ arch

[U-Boot] [PATCH 12/14] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo

[U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45 + drivers/usb/dwc3/core.h | 7 +++ 2 files chang

[U-Boot] [PATCH 14/14] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-17 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-fsl-lay

Re: [U-Boot] [PATCH 7/8] usb: dwc2: fix macro error and support gadget function for rk3328

2017-05-17 Thread Kever Yang
Hi , This patch need to split into two patches, one for rockchip rk3328 and on for dwc2. Thanks, - Kever On 05/17/2017 06:26 PM, Meng Dongyang wrote: Fix macro error of dwc2 driver, add macro definition to config force mode and HNP/SRP capability. Add gpio config to control vbus in host mode.

Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-17 Thread Simon Glass
Hi Masahiro, On 16 May 2017 at 04:32, Masahiro Yamada wrote: > Hi Simon, > > > 2017-05-13 10:11 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 10 May 2017 at 20:21, Masahiro Yamada >> wrote: >>> Hi Simon >>> >>> 2017-05-11 6:43 GMT+09:00 Tom Rini : On Mon, May 01, 2017 at 09:18:48AM -060

[U-Boot] [PATCH 14/14] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-17 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-fsl-lay

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 2 ++ arch/arm/cpu/armv7/ls102xa/soc.c | 12 arc

[U-Boot] [PATCH 10/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h | 2 ++ include/usb/ehci-ci.h

[U-Boot] [PATCH 13/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-17 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive Detect feature is required

[U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 5 + arch/arm/cpu/armv8/f

[U-Boot] [PATCH 1/8] configs: rk3328: add support for usb and config ehci and ohci driver

2017-05-17 Thread Meng Dongyang
Add defconfig for usb and ehci and ohci controller, config maximal number of ports of the root hub for ohci driver. Signed-off-by: Meng Dongyang --- configs/evb-rk3328_defconfig| 8 include/configs/rk3328_common.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/configs/evb-

[U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 5 + arch/arm/cpu/armv8/f

[U-Boot] [PATCH 10/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h | 2 ++ include/usb/ehci-ci.h

[U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45 + drivers/usb/dwc3/core.h | 7 +++ 2 files chang

[U-Boot] [PATCH 04/14] armv7: Add workaround for USB erratum A-009007

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 1 + arch/arm/cpu/armv7/ls102xa/soc.c

[U-Boot] [PATCH 4/8] usb: host: xhci-rockchip: add support for rk3328

2017-05-17 Thread Meng Dongyang
Add the compatible "rockchip,rk3328-xhci" in match table for rk3328 to probe xhci controller. Turn off vbus when usb stop. Signed-off-by: Meng Dongyang --- drivers/usb/host/xhci-rockchip.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/usb/host/xhci-rockchip.c b/drivers/usb/ho

[U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 ++ arch

[U-Boot] [PATCH 11/14] armv8: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 ++ arch/arm/cpu/armv8/fs

[U-Boot] [PATCH 09/14] usb: ums: support multiple controllers using controller_index

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski --- cmd/usb_mass_storage.c | 2 +- drivers/usb/gadget/f_mass_sto

[U-Boot] [PATCH 2/8] rockchip: dts: rk3328: add ehci and ohci node and enable host0 port

2017-05-17 Thread Meng Dongyang
Signed-off-by: Meng Dongyang --- arch/arm/dts/rk3328-evb.dts | 8 arch/arm/dts/rk3328.dtsi| 14 ++ 2 files changed, 22 insertions(+) diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts index 01794ed..9920935 100644 --- a/arch/arm/dts/rk3328-evb.dts ++

[U-Boot] [PATCH 13/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-17 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive Detect feature is required

[U-Boot] [PATCH 0/8] rk3328: add support of usb host and gadget

2017-05-17 Thread Meng Dongyang
Add support of usb host and gadget function for rk3328 and fix bug of dwc2 host driver. Meng Dongyang (8): configs: rk3328: add support for usb and config ehci and ohci driver rockchip: dts: rk3328: add ehci and ohci node and enable host0 port configs: rk3328: config xhci controller usb: h

Re: [U-Boot] [PATCH] ARM: dts: am335x: disable mmc3

2017-05-17 Thread Tom Rini
On Wed, May 17, 2017 at 01:55:56PM +0200, Jean-Jacques Hiblot wrote: > SDIO is not supported in u-boot, there is no point in enabling mmc3. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Tom, > > this will fix the problem youreported with commit > b5511d6cb8dc601efc14b8cf60755 > on am335x-

[U-Boot] [PATCH 07/14] armv8: Add workaround for USB erratum A-009007

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 arch/arm/cpu/armv8/f

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

2017-05-17 Thread Kishon Vijay Abraham I
Hi Simon, On Monday 15 May 2017 08:58 AM, Simon Glass wrote: > Hi Jen-Jacques, > > On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: >> From: Kishon Vijay Abraham I >> >> Add a new function *mmc_set_signal_voltage* in mmc core >> which can be used during mmc initialization to select the >> si

  1   2   3   >