Re: [U-Boot] [PATCH v3 7/7] cmd: Add bind/unbind commands to bind a device to a driver from the command line

2018-07-10 Thread Michal Simek
On 10.7.2018 18:40, Tom Rini wrote: > On Mon, Jul 09, 2018 at 11:59:57AM -0500, Joe Hershberger wrote: >> On Mon, Jul 9, 2018 at 9:43 AM, Tom Rini wrote: >>> On Mon, Jul 09, 2018 at 08:19:44AM +0200, Michal Simek wrote: On 30.6.2018 06:19, Simon Glass wrote: > On 27 June 2018 at 07:13,

Re: [U-Boot] [PATCH] test: Add ut_assertnull macro

2018-07-10 Thread Ramon Fried
On July 10, 2018 11:49:31 PM GMT+03:00, Simon Glass wrote: >On 21 June 2018 at 08:47, Ramon Fried wrote: >> Add ut_assertnull macro to include/test/ut.h >> For testing of functions that returns NULL on errors. >> >> Signed-off-by: Ramon Fried >> --- >> include/test/ut.h | 12 >> 1

Re: [U-Boot] [RFC PATCH] u-boot: remove driver lookup loop from env_save()

2018-07-10 Thread Simon Goldschmidt
Hi, sorry for the disclaimer in the last mail. Still don't know why this is the default here :-( Resending without the disclaimer to make possible follow-ups cleaner: On 10.07.2018 22:49, Simon Glass wrote: Hi Nicholas, On 10 July 2018 at 06:57, Nicholas Faustini wrote: When called with

Re: [U-Boot] [RFC PATCH] u-boot: remove driver lookup loop from env_save()

2018-07-10 Thread Simon Goldschmidt
Hi, Pepperl+Fuchs GmbH, Mannheim Geschaeftsfuehrer/Managing Directors: Dr.-Ing. Gunther Kegel (Vors./CEO), Werner Guthier, Mehmet Hatiboglu Vorsitzender des Aufsichtsrats/Chairman of the supervisory board: Michael Fuchs sen. Registergericht/Register Court: AG Mannheim HRB 4713 On 10.07.2018

Re: [U-Boot] U-Boot 2018.07 Still Broken for Allwinner H3 SoCs

2018-07-10 Thread Chen-Yu Tsai
On Tue, Jul 10, 2018 at 2:13 PM, Jagan Teki wrote: > On Tue, Jul 10, 2018 at 8:34 AM, Chen-Yu Tsai wrote: >> This is on a Libre Computer ALL-H3-CC H3 variant. Still running a >> bisect, but v2018.07-rc1 is a working version. From the EHCI error >> messages, I'm thinking it might be related to

Re: [U-Boot] raspberrypi compute module3 emmc not usable

2018-07-10 Thread Belisko Marek
Hi Jonathan, On Wed, Jul 11, 2018 at 3:11 AM Jonathan Gray wrote: > > On Tue, Jul 10, 2018 at 10:37:19PM +0200, Belisko Marek wrote: > > Hello, > > > > I'm trying to use u-boot on CM3 (which contains eMMC) to boot kernel. > > I'm using u-boot 2018.05 and it can start fine like: > > U-Boot

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-10 Thread Jason Rush
On 7/10/2018 11:11 AM, Marek Vasut wrote: > On 07/10/2018 02:10 PM, Jason Rush wrote: >> On 7/9/2018 3:08 AM, Marek Vasut wrote: >>> On 07/07/2018 12:56 AM, Jason Rush wrote: On 7/5/2018 6:10 PM, Marek Vasut wrote: > On 07/06/2018 01:11 AM, Jason Rush wrote: >> On 7/4/2018 2:23 AM,

Re: [U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma

2018-07-10 Thread Chee, Tien Fong
On Tue, 2018-07-10 at 08:37 -0500, Dinh Nguyen wrote: > > On 07/10/2018 08:11 AM, Chee, Tien Fong wrote: > > > > On Mon, 2018-07-09 at 22:28 +0200, Marek Vasut wrote: > > > > > > On 07/09/2018 08:03 PM, Dinh Nguyen wrote: > > > > > > > > > > > > > > > > > > > > On 05/31/2018 03:08 AM,

Re: [U-Boot] [PATCH] armv8: layerscape: Enable EHCI access for LS1012A

2018-07-10 Thread Ran Wang
Hi York, > -Original Message- > From: York Sun > Sent: Wednesday, July 11, 2018 05:06 > To: Ran Wang ; Albert Aribaud > > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH] armv8: layerscape: Enable EHCI access for LS1012A > > On 07/02/2018 10:34 PM, Ran Wang wrote: > > Program Central

Re: [U-Boot] raspberrypi compute module3 emmc not usable

2018-07-10 Thread Jonathan Gray
On Tue, Jul 10, 2018 at 10:37:19PM +0200, Belisko Marek wrote: > Hello, > > I'm trying to use u-boot on CM3 (which contains eMMC) to boot kernel. > I'm using u-boot 2018.05 and it can start fine like: > U-Boot 2018.05 (Jul 10 2018 - 20:32:05 +) > > DRAM: 948 MiB > RPI Compute Module 3

Re: [U-Boot] spl: Weed out CONFIG_SYS_TEXT_BASE usage

2018-07-10 Thread Tom Rini
On Tue, Jul 10, 2018 at 09:33:11PM +0200, Marek Vasut wrote: > On 07/10/2018 08:47 PM, Tom Rini wrote: > > On Thu, May 31, 2018 at 06:02:24PM +0200, Marek Vasut wrote: > > > >> The SPL loaders assume that the CONFIG_SYS_TEXT_BASE memory location > >> is available and can be corrupted by loading

Re: [U-Boot] spl: Weed out CONFIG_SYS_TEXT_BASE usage

2018-07-10 Thread Marek Vasut
On 07/10/2018 08:47 PM, Tom Rini wrote: > On Thu, May 31, 2018 at 06:02:24PM +0200, Marek Vasut wrote: > >> The SPL loaders assume that the CONFIG_SYS_TEXT_BASE memory location >> is available and can be corrupted by loading ie. uImage or fitImage >> headers there. Sometimes it could be

Re: [U-Boot] [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to support

2018-07-10 Thread York Sun
On 06/06/2018 04:16 AM, Pramod Kumar wrote: > LS1012A-FRDM and LS1012A-FRWY board. > > 1-Move all common files applicable for both boards LS1012A-FRDM > and LS1012A-FRWY into board directory ls1012afrx. > 2-Restructure LS1012A-FRDM code. Only board specific files are > in LS1012A-FRDM board

Re: [U-Boot] [PATCH v3 7/7] armv8: ls1046a: setup fman ports ICIDs and device tree

2018-07-10 Thread York Sun
On 07/09/2018 05:26 AM, Bharat Bhushan wrote: >> @@ -74,7 +79,12 @@ void fdt_fixup_icid(void *blob); >> CONFIG_SYS_FSL_BMAN_ADDR, \ >> CONFIG_SYS_FSL_BMAN_ADDR) >> >> +#define SET_FMAN_ICID_ENTRY(_port_id, _icid) \ >> +{ .port_id = (_port_id), .icid = (_icid) } >

Re: [U-Boot] [PULL] efi patch queue 2018-07-10

2018-07-10 Thread Alexander Graf
On 10.07.18 23:04, Alexander Graf wrote: > > > On 10.07.18 22:55, Tom Rini wrote: >> On Tue, Jul 10, 2018 at 06:06:56PM +0200, Alexander Graf wrote: >> >>> Hi Tom, >>> >>> This is my current patch queue for efi. Please pull. >>> >>> Alex >>> >>> >>> The following changes since commit

Re: [U-Boot] [PATCH] armv8: layerscape: Enable EHCI access for LS1012A

2018-07-10 Thread York Sun
On 07/02/2018 10:34 PM, Ran Wang wrote: > Program Central Security Unit (CSU) to grant access > permission for USB 2.0 controller, otherwiase EHCI funciton will down. > > Signed-off-by: Ran Wang > --- > arch/arm/cpu/armv8/fsl-layerscape/soc.c | 8 >

Re: [U-Boot] [PULL] efi patch queue 2018-07-10

2018-07-10 Thread Alexander Graf
On 10.07.18 22:55, Tom Rini wrote: > On Tue, Jul 10, 2018 at 06:06:56PM +0200, Alexander Graf wrote: > >> Hi Tom, >> >> This is my current patch queue for efi. Please pull. >> >> Alex >> >> >> The following changes since commit 495c70f9dfad1a5428ec84b52e8667ea4760ecd6: >> >> net: designware:

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

2018-07-10 Thread Simon Glass
Hi Tom, Here are some Python 3 fixes as mentioned on irc. I've left out the two which cause problems. Travis run is here: https://travis-ci.org/sglass68/u-boot/builds/402281566 The following changes since commit e3396ffd720877976141fa0b76a0b8ee9643d7d1: Merge git://git.denx.de/u-boot-dm

Re: [U-Boot] [PATCH v2 2/8] test/py: Use range() rather than xrange()

2018-07-10 Thread Simon Glass
On 14 September 2017 at 15:34, Paul Burton wrote: > In python 3.x the xrange() function has been removed, and range() > returns an iterator much like Python 2.x's xrange(). Simply use range() > in place of xrange() in order to work on both python 2.x & 3.x. This > will mean a small cost on python

Re: [U-Boot] [PATCH v2 3/8] test/py: Import 'configparser' lower case to be python 3.x safe

2018-07-10 Thread Simon Glass
On 14 September 2017 at 15:34, Paul Burton wrote: > In python 3.x the configparser module is named with all lower case. > Import it as such in order to avoid errors when running on python 3.x, > and fall back to the CamelCase version in order to keep working with > python 2.x. > > Signed-off-by:

Re: [U-Boot] [PATCH v2 8/8] test/py: vboot: Remove stderr redirect from openssl command

2018-07-10 Thread Simon Glass
On 14 September 2017 at 15:34, Paul Burton wrote: > The openssl command specified in test_with_algo() ultimately ends up > being run by RunAndLog::run(), which uses it to construct a Popen object > with the default shell=False. The stderr redirect in the command is > therefore simply passed to

Re: [U-Boot] [PATCH v2 7/8] test/py: hush_if_test: Use open() in place of file()

2018-07-10 Thread Simon Glass
On 14 September 2017 at 15:34, Paul Burton wrote: > In python 3.x the file() function has been removed. Use open() instead, > which works on both python 2.x & 3.x, and is described as the preferred > method of opening a file by python 2.x documentation anyway. > > Signed-off-by: Paul Burton >

Re: [U-Boot] [PATCH v2 6/8] test/py: fit: Open files as binary files

2018-07-10 Thread Simon Glass
On 14 September 2017 at 15:34, Paul Burton wrote: > The read_file() function in test_fit is used with files that are not > text files, as well as some that are. It is never used in a way that > requires it to decode text files to characters, so open all files in > binary mode such that read()

Re: [U-Boot] [PATCH v2 1/8] test/py: Make print statements python 3.x safe

2018-07-10 Thread Simon Glass
On 14 September 2017 at 15:34, Paul Burton wrote: > In python 3.x print must be called as a function rather than used as a > statement. Update uses of print to the function call syntax in order to > be python 3.x safe. > > Signed-off-by: Paul Burton > Reviewed-by: Stephen Warren > --- > >

Re: [U-Boot] [PATCH v2 0/8] test/py: Fixes for python 3.x

2018-07-10 Thread Simon Glass
Hi Paul, On 14 September 2017 at 15:34, Paul Burton wrote: > This series allows test/py to run on python 3.x in addition to the > already supported python 2.x. With it applied I currently see only one > failure (test_ut[ut_dm_usb_flash]) which doesn't appear to be python > related when running

Re: [U-Boot] [PULL] efi patch queue 2018-07-10

2018-07-10 Thread Tom Rini
On Tue, Jul 10, 2018 at 06:06:56PM +0200, Alexander Graf wrote: > Hi Tom, > > This is my current patch queue for efi. Please pull. > > Alex > > > The following changes since commit 495c70f9dfad1a5428ec84b52e8667ea4760ecd6: > > net: designware: Add reset ctrl to driver (2018-07-09 15:28:28

Re: [U-Boot] [RFC PATCH] u-boot: remove driver lookup loop from env_save()

2018-07-10 Thread Simon Glass
Hi Nicholas, On 10 July 2018 at 06:57, Nicholas Faustini wrote: > When called with ENVOP_SAVE, env_get_location() only returns the > gd->env_load_location variable without actually checking for > the environment location and priority. This allows saving the > environment into the same location

Re: [U-Boot] [PATCH] test: Add ut_assertnull macro

2018-07-10 Thread Simon Glass
On 21 June 2018 at 08:47, Ramon Fried wrote: > Add ut_assertnull macro to include/test/ut.h > For testing of functions that returns NULL on errors. > > Signed-off-by: Ramon Fried > --- > include/test/ut.h | 12 > 1 file changed, 12 insertions(+) > Reviewed-by: Simon Glass

Re: [U-Boot] [RFC 5/8] clk: Add generic_clk_valid

2018-07-10 Thread Simon Glass
On 9 July 2018 at 12:30, Jagan Teki wrote: > Add clock validate function for validating > specific clock to do further clock operations. > > Signed-off-by: Jagan Teki > --- > include/clk-uclass.h | 10 ++ > 1 file changed, 10 insertions(+) Reviewed-by: Simon Glass

Re: [U-Boot] [PATCH] sysreset: syscon: update regmap access to syscon

2018-07-10 Thread Simon Glass
Hi Patrick, On 9 July 2018 at 06:59, Patrick Delaunay wrote: > Use new API syscon_node_to_regmap in sysreset_syscon driver > for compatible "syscon-reboot"; that's avoid the need of explicit > syscon binding for "regmap" handle. > > Signed-off-by: Patrick Delaunay > --- > >

Re: [U-Boot] [PATCH v2 1/2] rtc: pl031: convert the driver to driver model

2018-07-10 Thread Simon Glass
Hi, On 8 July 2018 at 18:50, AKASHI Takahiro wrote: > On Thu, Jul 05, 2018 at 04:12:59PM +0900, AKASHI Takahiro wrote: >> On Wed, Jul 04, 2018 at 02:35:19PM +0300, Tuomas Tynkkynen wrote: >> > Hi Akashi, >> > >> > Thank you for the DM conversion. >> > >> > On 07/04/2018 10:36 AM, AKASHI Takahiro

Re: [U-Boot] [PATCH v2 5/8] usb: rockchip: implement K_FW_LBA_ERASE_10 command

2018-07-10 Thread Simon Glass
On 4 July 2018 at 12:47, Alberto Panizzo wrote: > This command is part of the write partition sequence performed by > rkdeveloptool: one partition is first completely erased and > than wrote. > > Signed-off-by: Alberto Panizzo > --- > arch/arm/include/asm/arch-rockchip/f_rockusb.h | 1 + >

Re: [U-Boot] [PATCH v2 7/8] usb: rockchip: boost up write speed from 4MB/s to 15MB/s

2018-07-10 Thread Simon Glass
On 4 July 2018 at 12:47, Alberto Panizzo wrote: > Speedup transfers increasing the max chunk size. > Buffers are allocated with memalign thus developer is noticed when heap is > full and in current configuration a buffer allocation of 64K till now > is safe. > > Signed-off-by: Alberto Panizzo >

Re: [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode

2018-07-10 Thread Simon Glass
Hi Joe, On 9 July 2018 at 13:26, Joe Hershberger wrote: > On Sun, Jul 8, 2018 at 9:39 PM, Simon Glass wrote: >> Hi Joe, >> >> On 2 July 2018 at 18:06, Joe Hershberger wrote: >>> In raw mode, handle ctrl-c as normal. This allows normal ctrl-c behavior >>> such as aborting a command that is

[U-Boot] raspberrypi compute module3 emmc not usable

2018-07-10 Thread Belisko Marek
Hello, I'm trying to use u-boot on CM3 (which contains eMMC) to boot kernel. I'm using u-boot 2018.05 and it can start fine like: U-Boot 2018.05 (Jul 10 2018 - 20:32:05 +) DRAM: 948 MiB RPI Compute Module 3 (0xa220a0) MMC: sdhci@7e30: 0 Loading Environment from FAT... unable to select

Re: [U-Boot] Please pull u-boot-dm

2018-07-10 Thread Simon Glass
Hi Stephen, On 10 July 2018 at 13:53, Stephen Warren wrote: > On 07/10/2018 12:47 PM, Tom Rini wrote: >> >> On Mon, Jul 09, 2018 at 01:53:43PM -0600, Simon Glass wrote: >> >>> Hi Tom. >>> >>> Here are some test-coverage and DM core enhancements. Also it adds a >>> way to access the binman

Re: [U-Boot] Please pull u-boot-dm

2018-07-10 Thread Stephen Warren
On 07/10/2018 12:47 PM, Tom Rini wrote: On Mon, Jul 09, 2018 at 01:53:43PM -0600, Simon Glass wrote: Hi Tom. Here are some test-coverage and DM core enhancements. Also it adds a way to access the binman definition from U-Boot. The following changes since commit

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-07-10 Thread Dr. Philipp Tomsich
> On 10 Jul 2018, at 16:41, Simon Glass wrote: > > Hi, > > On 8 May 2018 at 04:21, Dr. Philipp Tomsich > > wrote: >> Marty, >> >>> On 8 May 2018, at 02:52, Marty E. Plummer wrote: >>> >>> On Mon, May 07, 2018 at 11:16:28AM +0200, Dr. Philipp

Re: [U-Boot] spl: Weed out CONFIG_SYS_TEXT_BASE usage

2018-07-10 Thread Tom Rini
On Thu, May 31, 2018 at 06:02:24PM +0200, Marek Vasut wrote: > The SPL loaders assume that the CONFIG_SYS_TEXT_BASE memory location > is available and can be corrupted by loading ie. uImage or fitImage > headers there. Sometimes it could be beneficial to load the headers > elsewhere, ie. if

Re: [U-Boot] spl: Kconfig: SPL_LOAD_FIT_ADDRESS to Kconfig

2018-07-10 Thread Tom Rini
On Thu, Jun 07, 2018 at 01:29:00PM +0100, Ibai Erkiaga wrote: > Create a new KConfig entry to define FIT image position for > SPL RAM mode. > > Signed-off-by: Ibai Erkiaga > --- > > Kconfig | 7 +++ > common/spl/spl_ram.c | 4 >

Re: [U-Boot] Please pull u-boot-dm

2018-07-10 Thread Tom Rini
On Mon, Jul 09, 2018 at 01:53:43PM -0600, Simon Glass wrote: > Hi Tom. > > Here are some test-coverage and DM core enhancements. Also it adds a > way to access the binman definition from U-Boot. > > > The following changes since commit 8c5d4fd0ec222701598a27b26ab7265d4cee45a3: > > Prepare

Re: [U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma

2018-07-10 Thread Marek Vasut
On 07/10/2018 03:11 PM, Chee, Tien Fong wrote: > On Mon, 2018-07-09 at 22:28 +0200, Marek Vasut wrote: >> On 07/09/2018 08:03 PM, Dinh Nguyen wrote: >>> >>> >>> >>> On 05/31/2018 03:08 AM, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Update pdma properties for Stratix

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-10 Thread Marek Vasut
On 07/10/2018 02:10 PM, Jason Rush wrote: > On 7/9/2018 3:08 AM, Marek Vasut wrote: >> On 07/07/2018 12:56 AM, Jason Rush wrote: >>> On 7/5/2018 6:10 PM, Marek Vasut wrote: On 07/06/2018 01:11 AM, Jason Rush wrote: > On 7/4/2018 2:23 AM, Marek Vasut wrote: >> On 07/04/2018 01:45 AM,

Re: [U-Boot] [ANN] U-Boot v2018.07 released

2018-07-10 Thread Wolfgang Denk
Dear Michal, In message <9ef1c57c-5bf6-4730-6b67-466709cc0...@monstr.eu> you wrote: > > > Here the short summary: > > Is this generating script somewhere? It's a clone of Jonathan Corbet's gitdm script; the U-Boot configuration can be found at [1]. [1] http://git.denx.de/?p=gitdm.git Best

Re: [U-Boot] [PATCH v3 7/7] cmd: Add bind/unbind commands to bind a device to a driver from the command line

2018-07-10 Thread Tom Rini
On Mon, Jul 09, 2018 at 11:59:57AM -0500, Joe Hershberger wrote: > On Mon, Jul 9, 2018 at 9:43 AM, Tom Rini wrote: > > On Mon, Jul 09, 2018 at 08:19:44AM +0200, Michal Simek wrote: > >> On 30.6.2018 06:19, Simon Glass wrote: > >> > On 27 June 2018 at 07:13, Michal Simek wrote: > >> >> On

[U-Boot] [PULL] efi patch queue 2018-07-10

2018-07-10 Thread Alexander Graf
Hi Tom, This is my current patch queue for efi. Please pull. Alex The following changes since commit 495c70f9dfad1a5428ec84b52e8667ea4760ecd6: net: designware: Add reset ctrl to driver (2018-07-09 15:28:28 -0400) are available in the git repository at: git://github.com/agraf/u-boot.git

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-07-10 Thread Patrice CHOTARD
Hi Jaehoon It's a gentle reminder to not forgot this patch. Thanks Patrice On 05/31/2018 09:57 AM, Patrice Chotard wrote: > From: Patrick Delaunay > > Don't disable regulator which are tagged as "regulator-always-on" in DT. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-07-10 Thread Simon Glass
Hi, On 8 May 2018 at 04:21, Dr. Philipp Tomsich wrote: > Marty, > >> On 8 May 2018, at 02:52, Marty E. Plummer wrote: >> >> On Mon, May 07, 2018 at 11:16:28AM +0200, Dr. Philipp Tomsich wrote: >>> On 7 May 2018, at 04:34, Marty E. Plummer wrote: On Mon, May 07, 2018 at

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-07-10 Thread Tom Rini
On Tue, Jul 10, 2018 at 11:01:14AM +0800, Bin Meng wrote: > Hello, > > On Fri, Mar 23, 2018 at 1:44 PM, Bin Meng wrote: > > Hi, > > > > On Sat, Feb 17, 2018 at 3:49 AM, Robert Nelson > > wrote: > >> On Fri, Feb 16, 2018 at 1:01 PM, Sam Protsenko > >> wrote: > >>> Hi guys, > >>> > >>> TL;DR

Re: [U-Boot] [PATCH 1/1] Fix README for Khadas VIM board

2018-07-10 Thread Loic Devulder
Hi Neil, On 07/10/2018 03:43 PM, Neil Armstrong wrote: > Hi Loic, > > On 10/07/2018 15:15, Loic Devulder wrote: >> Fix documentation to be able to cross-compile U-Boot on Khadas VIM board. >> >> Signed-off-by: Loic Devulder >> --- >> board/amlogic/khadas-vim/README | 32

Re: [U-Boot] [ANN] U-Boot v2018.07 released

2018-07-10 Thread Stefano Babic
Hi Michael, On 10/07/2018 16:13, Michal Simek wrote: > Hi Wolfgang, > > On 10.7.2018 10:57, Wolfgang Denk wrote: >> Dear Tom, >> >> In message <20180709143201.GM27264@bill-the-cat> you wrote: >>> >>> It's release day, and here we are doing the release. It's live on git >>> and FTP and ACD

Re: [U-Boot] [ANN] U-Boot v2018.07 released

2018-07-10 Thread Michal Simek
Hi Wolfgang, On 10.7.2018 10:57, Wolfgang Denk wrote: > Dear Tom, > > In message <20180709143201.GM27264@bill-the-cat> you wrote: >> >> It's release day, and here we are doing the release. It's live on git >> and FTP and ACD (along with the PGP sig file). > > Release statistics are also on the

Re: [U-Boot] [U-Boot,v3,6/9] arm: dts: s900: Add UART node

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:36PM +0530, Manivannan Sadhasivam wrote: > This commit adds UART node for Actions Semi S900 SoC. > > Signed-off-by: Manivannan Sadhasivam Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v3, 8/9] serial: Add Actions Semi OWL UART support

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:38PM +0530, Manivannan Sadhasivam wrote: > This commit adds Actions Semi OWL family UART support. This driver > relies on baudrate configured by primary bootloaders. > > Signed-off-by: Manivannan Sadhasivam > Reviewed-by: Simon Glass Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v3, 9/9] MAINTAINERS: Add entries for Actions Semi OWL family

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:39PM +0530, Manivannan Sadhasivam wrote: > Add myself as the Maintainer for Actions Semi OWL family and its > relevant board, drivers. > > Signed-off-by: Manivannan Sadhasivam Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v3, 4/9] arm: dts: s900: Add Clock Management Unit (CMU) nodes

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:34PM +0530, Manivannan Sadhasivam wrote: > This commit adds Clock Management Unit (CMU) nodes for Actions Semi > S900 SoC. > > Signed-off-by: Manivannan Sadhasivam Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v6, 3/5] mmc: dwmmc: socfpga: Add reset ctrl to driver

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 06:45:21PM +0800, Ley Foon Tan wrote: > Add code to reset all reset signals as in mmc DT node. A reset property is an > optional feature, > so only print out a warning and do not fail if a reset property is not > present. > > If a reset property is discovered, then use

Re: [U-Boot] [U-Boot, v3, 5/9] clk: Add Actions Semi OWL clock support

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:35PM +0530, Manivannan Sadhasivam wrote: > This commit adds Actions Semi OWL family base clock and S900 SoC specific > clock support. For S900 peripheral clock support, only UART clock has been > added for now. > > Signed-off-by: Manivannan Sadhasivam >

Re: [U-Boot] [U-Boot, v3, 2/9] board: Add uCRobotics Bubblegum-96 board support

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:32PM +0530, Manivannan Sadhasivam wrote: > This commit adds uCRobotics Bubblegum-96 board support. This board is > one of the 96Boards Consumer Edition platform based on Actions Semi > S900 SoC. > > Features: > - Actions Semi S900 SoC (4xCortex A53, Power VR G6230

Re: [U-Boot] [U-Boot, v3, 3/9] dt-bindings: clock: Add S900 CMU register definitions

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:33PM +0530, Manivannan Sadhasivam wrote: > This commit adds Actions Semi S900 CMU register definitions to clock > bindings. > > Signed-off-by: Manivannan Sadhasivam > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, v6, 5/5] net: designware: Add reset ctrl to driver

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 06:45:23PM +0800, Ley Foon Tan wrote: > Add code to reset all reset signals as in Ethernet DT node. A reset property > is an optional feature, > so only print out a warning and do not fail if a reset property is not > present. > > If a reset property is discovered, then

Re: [U-Boot] [U-Boot, v3, 1/9] arm: Add support for Actions Semi OWL SoC family

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:31PM +0530, Manivannan Sadhasivam wrote: > This commit adds Actions Semi OWL SoC family support with S900 as the > first target SoC. > > Signed-off-by: Manivannan Sadhasivam Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v3, 7/9] arm: dts: bubblegum_96: Enable UART5 for serial console

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 11:38:37PM +0530, Manivannan Sadhasivam wrote: > This commit enables UART5 found in S900 SoC for serial console support. > > Signed-off-by: Manivannan Sadhasivam Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v6, 4/5] serial: ns16550: Add reset ctrl to driver

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 06:45:22PM +0800, Ley Foon Tan wrote: > Add code to reset all reset signals as in serial DT node. A reset property is > an optional feature, > so do not fail if a reset property is not present. > > If a reset property is discovered, then use it to deassert, thus bringing

Re: [U-Boot] [U-Boot, v6, 2/5] include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 06:45:20PM +0800, Ley Foon Tan wrote: > Change to use CONFIG_IS_ENABLED(DM_RESET), so this can work in SPL > build (CONFIG_SPL_DM_RESET) and U-boot build (CONFIG_DM_RESET). > > Signed-off-by: Ley Foon Tan > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --

Re: [U-Boot] [U-Boot, v6, 1/5] reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET

2018-07-10 Thread Tom Rini
On Thu, Jun 14, 2018 at 06:45:19PM +0800, Ley Foon Tan wrote: > Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET, so can use > CONFIG_IS_ENABLED(DM_RESET) checking in reset.h later. > > Signed-off-by: Ley Foon Tan > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [ANN] U-Boot v2018.07 released

2018-07-10 Thread Neil Armstrong
Hi Wolfgang, On 10/07/2018 10:57, Wolfgang Denk wrote: > Dear Tom, > > In message <20180709143201.GM27264@bill-the-cat> you wrote: >> >> It's release day, and here we are doing the release. It's live on git >> and FTP and ACD (along with the PGP sig file). > > Release statistics are also on

Re: [U-Boot] [[PATCH v3] 1/2] ARM64: meson: Sync DT with Linux 4.17.5

2018-07-10 Thread Neil Armstrong
On 10/07/2018 09:54, Loic Devulder wrote: > Synchronize the Linux Device Tree for Amlogic Meson GX boards from Linux > 4.17.5 > (Linux commit 54fb3c180d05e9dfda892a93413514e99f0cbb19). > > This will enable HDMI_5V for USB Amlogic Meson GXL P212 based boards. > > Signed-off-by: Loic Devulder >

Re: [U-Boot] [PATCH 1/1] Fix README for Khadas VIM board

2018-07-10 Thread Neil Armstrong
Hi Loic, On 10/07/2018 15:15, Loic Devulder wrote: > Fix documentation to be able to cross-compile U-Boot on Khadas VIM board. > > Signed-off-by: Loic Devulder > --- > board/amlogic/khadas-vim/README | 32 +--- > 1 file changed, 25 insertions(+), 7 deletions(-) > >

Re: [U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma

2018-07-10 Thread Dinh Nguyen
On 07/10/2018 08:11 AM, Chee, Tien Fong wrote: > On Mon, 2018-07-09 at 22:28 +0200, Marek Vasut wrote: >> On 07/09/2018 08:03 PM, Dinh Nguyen wrote: >>> >>> >>> >>> On 05/31/2018 03:08 AM, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Update pdma properties for

[U-Boot] [PATCH 1/1] distro_bootcmd: Switch bootefi to use loadaddr by default.

2018-07-10 Thread Kristian Amlie
loadaddr is configurable in Kconfig using CONFIG_LOADADDR, while kernel_addr_r is not. Hence, loadaddr is the future. Provide the existing kernel_addr_r as a fallback if loadaddr is not set. Signed-off-by: Kristian Amlie --- include/config_distro_bootcmd.h | 18 -- 1 file

[U-Boot] [PATCH 0/1] distro_bootcmd: Switch bootefi to use loadaddr by default.

2018-07-10 Thread Kristian Amlie
This patch fixes the issue that CONFIG_LOADADDR is not respected when booting via distro_bootcmd and bootefi, and follows from the thread "Thoughts on EFI, CONFIG_LOADADDR and kernel_addr_r". Since there was no reply, I opted for altering the behavior and providing a fallback. Kristian Amlie (1):

[U-Boot] [PATCH 1/1] Fix README for Khadas VIM board

2018-07-10 Thread Loic Devulder
Fix documentation to be able to cross-compile U-Boot on Khadas VIM board. Signed-off-by: Loic Devulder --- board/amlogic/khadas-vim/README | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/board/amlogic/khadas-vim/README

[U-Boot] [PATCH 0/1] Fix README for Khadas VIM board

2018-07-10 Thread Loic Devulder
This patch fix the README file to be able to cross-compile U-Boot on Khadas VIM board. Loic Devulder (1): Fix README for Khadas VIM board board/amlogic/khadas-vim/README | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) -- 2.13.7

Re: [U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing

2018-07-10 Thread Jason Rush
On 7/9/2018 3:08 AM, Marek Vasut wrote: > On 07/07/2018 12:56 AM, Jason Rush wrote: >> On 7/5/2018 6:10 PM, Marek Vasut wrote: >>> On 07/06/2018 01:11 AM, Jason Rush wrote: On 7/4/2018 2:23 AM, Marek Vasut wrote: > On 07/04/2018 01:45 AM, Jason Rush wrote: >> On 7/3/2018 9:08 AM,

[U-Boot] [PATCH] Convert CONFIG_DA8XX_GPIO to Kconfig

2018-07-10 Thread Adam Ford
This converts the following to Kconfig: CONFIG_DA8XX_GPIO Signed-off-by: Adam Ford diff --git a/configs/calimain_defconfig b/configs/calimain_defconfig index 7908cfcc34..bc704ff7bd 100644 --- a/configs/calimain_defconfig +++ b/configs/calimain_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_DIAG=y

[U-Boot] [PATCH] configs: Convert CONFIG_USE_NAND to CONFIG_NAND

2018-07-10 Thread Adam Ford
The DA850-EVM and OMAPL138_LCDK both use checks for CONFIG_USE_NAND. This patch changes these checks to CONFIG_NAND which is already defined in Kconfig. Since the OMAPL138_LCDK already had CONFIG_NAND defined in its defconfig, it can be deleted from configs/omapl138_lcdk.h. Signed-off-by: Adam

Re: [U-Boot] [PATCH v3 5/7] armv8: ls1046a: initial icid setup support

2018-07-10 Thread Laurentiu Tudor
Hi Bharat, On 10.07.2018 08:14, Bharat Bhushan wrote: > > >> -Original Message- >> From: Laurentiu Tudor >> Sent: Monday, July 9, 2018 6:42 PM >> To: Bharat Bhushan ; York Sun >> ; Prabhakar Kushwaha >> ; u-boot@lists.denx.de >> Subject: Re: [PATCH v3 5/7] armv8: ls1046a: initial icid

[U-Boot] [PATCH] ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-inverted

2018-07-10 Thread Adam Ford
In order to use the device tree for MMC, the card-detect pin needs to be inverted. This patch places this into the am3517-evm-u-boot.dtsi file to keep the main DTS and DTSI files clean and in-sync with Linux Signed-off-by: Adam Ford diff --git a/arch/arm/dts/am3517-evm-u-boot.dtsi

Re: [U-Boot] [GIT] Pull request: u-boot-dfu (09.07.2018)

2018-07-10 Thread Marek Vasut
On 07/09/2018 04:35 PM, Lukasz Majewski wrote: > Dear Marek, Hi, > The following changes since commit > 3f0492f20755b9cd3b32ea7253169655489bab63: > > Merge branch 'master' of git://git.denx.de/u-boot-video (2018-07-08 > 18:56:07 -0400) > > are available in the git repository at: > >

[U-Boot] [PATCH] ARM: dts: am3517-evm-uboot: Add reg-shift for UART

2018-07-10 Thread Adam Ford
With the resync of the omap3.dtsi file, the reg-shift was removed so it breaks the UART. Adding the reg-shift into the am3517-evm-u-boot.dtsi keeps the reg-shift for U-Boot, but keeps the dts/dtsi files clean from Linux. Signed-off-by: Adam Ford diff --git a/arch/arm/dts/am3517-evm-u-boot.dtsi

Re: [U-Boot] [PATCH] doc: Replace DocBook with sphinx-based docs

2018-07-10 Thread Heinrich Schuchardt
On 07/10/2018 08:40 AM, Mario Six wrote: > The Linux kernel moved to sphinx-based documentation and got rid of the > DocBook based documentation quite a while ago. Hence, the DocBook > documentation for U-Boot should be converted as well. > > To achieve this, import the necessary files from Linux

[U-Boot] [PATCH] mtd: nand: add new enum for storing ECC algorithm

2018-07-10 Thread Philippe Reynes
From: Rafał Miłecki Our nand_ecc_modes_t is already a bit abused by value NAND_ECC_SOFT_BCH. This enum should store ECC mode only and putting algorithm details there is a bad idea. It would result in too many values impossible to support in a sane way. To solve this problem let's add a new

Re: [U-Boot] [RFC] arm: dts: am33xx: Sync DTS with Linux 4.16.11

2018-07-10 Thread Lokesh Vutla
Hi Felix, On Thursday 24 May 2018 02:32 PM, Felix Brack wrote: > Hello, > > I am working on a patch to synchronize the DTS files of the am33xx SoC > with those from Linux 4.16.11 (current stable). > > After some tiny modifications to the boards am335x-pdu001, am335x-evm, > am335x-rut,

Re: [U-Boot] [ANN] U-Boot v2018.07 released

2018-07-10 Thread Wolfgang Denk
Dear Tom, In message <20180709143201.GM27264@bill-the-cat> you wrote: > > It's release day, and here we are doing the release. It's live on git > and FTP and ACD (along with the PGP sig file). Release statistics are also on the web site. Here the short summary: Processed 1055 csets from 141

[U-Boot] [PATCH v4 2/2] configs: Update Meson GX configs

2018-07-10 Thread Loic Devulder
Enable ADC support on the Khadas VIM board. Signed-off-by: Loic Devulder Acked-by: Neil Armstrong --- configs/khadas-vim_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/khadas-vim_defconfig b/configs/khadas-vim_defconfig index 1eb13df4b4..fd1ec8157b 100644 ---

[U-Boot] [PATCH v4 1/2] ARM64: meson: Sync DT with Linux 4.17.5

2018-07-10 Thread Loic Devulder
Synchronize the Linux Device Tree for Amlogic Meson GX boards from Linux 4.17.5 (Linux commit 54fb3c180d05e9dfda892a93413514e99f0cbb19). This will enable HDMI_5V for USB Amlogic Meson GXL P212 based boards. Signed-off-by: Loic Devulder --- arch/arm/dts/meson-gxl-s905x-p212.dtsi | 7 +++ 1

[U-Boot] [PATCH v4 0/2] Fix USB and enable ADC on Khadas VIM

2018-07-10 Thread Loic Devulder
This patch series add power supply entry for P212 like meson-gx boards. It also enable ADC support for Khadas VIM board. Based on the Neil Armstrong's patches. Note: it's my first (small!) patch for U-Boot, I tried to add all needed and useful informations :-) Changes since v3: - fix in

[U-Boot] [[PATCH v3] 2/2] configs: Update Meson GX configs

2018-07-10 Thread Loic Devulder
Enable ADC support on the Khadas VIM board. Signed-off-by: Loic Devulder Acked-by: Neil Armstrong --- configs/khadas-vim_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/khadas-vim_defconfig b/configs/khadas-vim_defconfig index 1eb13df4b4..fd1ec8157b 100644 ---

[U-Boot] [[PATCH v3] 1/2] ARM64: meson: Sync DT with Linux 4.17.5

2018-07-10 Thread Loic Devulder
Synchronize the Linux Device Tree for Amlogic Meson GX boards from Linux 4.17.5 (Linux commit 54fb3c180d05e9dfda892a93413514e99f0cbb19). This will enable HDMI_5V for USB Amlogic Meson GXL P212 based boards. Signed-off-by: Loic Devulder --- arch/arm/dts/meson-gxl-s905x-p212.dtsi | 7 +++ 1

[U-Boot] [PATCH v3 0/2] Fix USB and enable ADC on Khadas VIM

2018-07-10 Thread Loic Devulder
This patch series add power supply entry for P212 like meson-gx boards. It also enable ADC support for Khadas VIM board. Based on the Neil Armstrong's patches. Note: it's my first (small!) patch for U-Boot, I tried to add all needed and useful informations :-) Changes since v2: - change commit

Re: [U-Boot] [RFC] arm: dts: am33xx: Sync DTS with Linux 4.16.11

2018-07-10 Thread Lokesh Vutla
Hi Felix, On Thursday 24 May 2018 02:32 PM, Felix Brack wrote: > Hello, > > I am working on a patch to synchronize the DTS files of the am33xx SoC > with those from Linux 4.16.11 (current stable). > > After some tiny modifications to the boards am335x-pdu001, am335x-evm, > am335x-rut,

Re: [U-Boot] U-Boot 2018.07 Still Broken for Allwinner H3 SoCs

2018-07-10 Thread Jagan Teki
On Tue, Jul 10, 2018 at 8:34 AM, Chen-Yu Tsai wrote: > This is on a Libre Computer ALL-H3-CC H3 variant. Still running a > bisect, but v2018.07-rc1 is a working version. From the EHCI error > messages, I'm thinking it might be related to the USB changes lately. > Not sure if any other SoCs (ex.