Re: [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation

2019-07-25 Thread Simon Goldschmidt
Hi Lokesh, thanks for following up on this. On Thu, Jul 25, 2019 at 6:36 AM Lokesh Vutla wrote: > > Hi Tom, > > On 20/07/19 9:21 PM, Tom Rini wrote: > > On Fri, Jul 19, 2019 at 07:29:37AM +0200, Simon Goldschmidt wrote: > >> On Fri, Jul 19, 2019 at 2:29 AM Tom Rini wrote: > >>> > >>> On Tue, Ju

[U-Boot] [PATCH] regulator: fixed: Modify enable-active-high behavior

2019-07-25 Thread Patrice Chotard
Regulator should not be enabled at probe time if regulator-boot-on property is not in the dt node. "enable-active-high" property is only used to indicate the GPIO polarity. See kernel documentation : - Documentation/devicetree/bindings/regulator/fixed-regulator.yaml - Documentation/devicetree/b

Re: [U-Boot] Please pull u-boot-dm (take 2)

2019-07-25 Thread Simon Goldschmidt
On Wed, Jul 24, 2019 at 10:22 PM Tom Rini wrote: > > On Wed, Jul 24, 2019 at 10:09:29PM +0200, Simon Goldschmidt wrote: > > Am 24.07.2019 um 22:03 schrieb Simon Glass: > > >Hi Tom, > > > > > >On Wed, 24 Jul 2019 at 10:13, Tom Rini wrote: > > >> > > >>On Tue, Jul 23, 2019 at 08:36:58PM -0700, Simo

[U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-25 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- board/freescale/ls1028a/ls1028a.c | 13 + include/configs/ls1028a_common.h | 3 +++ 2 files changed, 16 insertions(+) diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/l

Re: [U-Boot] [PATCH v2 1/4] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module

2019-07-25 Thread Wolfgang Denk
Dear Chuanhua Han, In message <20190725043934.30236-1-chuanhua@nxp.com> you wrote: > This patch add an implementation of the rtc_enable_32khz_output() that > uses the driver model i2c APIs. ... > +config DS3231_BUS_NUM > + hex "I2C bus of the DS3231 device" > + default 0 > + I know th

Re: [U-Boot] [PATCH v2 2/4] armv8: ls2088aqds: The ls2088aqds board supports the I2C driver model.

2019-07-25 Thread Wolfgang Denk
Dear Chuanhua Han, In message <20190725043934.30236-2-chuanhua@nxp.com> you wrote: > This patch is updating ls2088aqds board init code to support DM_I2C. > a = 0x18; > - i2c_write(i2c_addr[dpmac], 6, 1, &a, 1); > +

Re: [U-Boot] [PATCH v2 4/4] armv8: ls2088aqds : Add ds3232 node

2019-07-25 Thread Wolfgang Denk
Dear Chuanhua Han, In message <20190725043934.30236-4-chuanhua@nxp.com> you wrote: > This patch adds the ds3232-rtc node under the i2c0->i2c-mux@77->i2c@0 > for ls2088aqds boards. Is this bisectable? You first enable the feature in the code, and only later add the needed property to the DT?

Re: [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation

2019-07-25 Thread Lokesh Vutla
Hi Simon, On 25/07/19 12:31 PM, Simon Goldschmidt wrote: > Hi Lokesh, > > thanks for following up on this. > > On Thu, Jul 25, 2019 at 6:36 AM Lokesh Vutla wrote: >> >> Hi Tom, >> >> On 20/07/19 9:21 PM, Tom Rini wrote: >>> On Fri, Jul 19, 2019 at 07:29:37AM +0200, Simon Goldschmidt wrote:

Re: [U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-25 Thread Bin Meng
On Thu, Jul 25, 2019 at 3:18 PM Wen He wrote: > > Enable DP_PWR signal to power the DP to HDMI converter cable. > > Signed-off-by: Wen He > --- > board/freescale/ls1028a/ls1028a.c | 13 + > include/configs/ls1028a_common.h | 3 +++ > 2 files changed, 16 insertions(+) > > diff --git

[U-Boot] [PATCH 2/3] configs: ls1088aqds: Enable DM support for pcf2127 rtc

2019-07-25 Thread Chuanhua Han
Enable related configs on all ls1088aqds boards to support pcf2127 rtc DM function. Signed-off-by: Chuanhua Han --- depends on: - http://patchwork.ozlabs.org/project/uboot/list/?series=110856 - http://patchwork.ozlabs.org/project/uboot/list/?series=109459 - http://patchwork.ozlab

[U-Boot] [PATCH 3/3] armv8: ls1088aqds : Add pcf2127 node

2019-07-25 Thread Chuanhua Han
This patch adds the pcf2127-rtc node under the i2c0->i2c-mux@77->i2c@3 for ls1088aqds boards. Signed-off-by: Chuanhua Han --- depends on: - http://patchwork.ozlabs.org/project/uboot/list/?series=110856 - http://patchwork.ozlabs.org/project/uboot/list/?series=109459 - http://patch

[U-Boot] [PATCH 1/3] armv8: ls1088aqds: The ls1088aqds board supports the I2C driver model.

2019-07-25 Thread Chuanhua Han
This patch is updating ls1088aqds board init code to support DM_I2C. Signed-off-by: Chuanhua Han --- depends on: - http://patchwork.ozlabs.org/project/uboot/list/?series=110856 - http://patchwork.ozlabs.org/project/uboot/list/?series=109459 - http://patchwork.ozlabs.org/project/u

Re: [U-Boot] [EXT] Re: [PATCH v2 4/4] armv8: ls2088aqds : Add ds3232 node

2019-07-25 Thread Chuanhua Han
> -Original Message- > From: Wolfgang Denk > Sent: 2019年7月25日 15:41 > To: Chuanhua Han > Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha > ; Priyanka Jain ; > Rajesh Bhagat ; u-boot@lists.denx.de; > lu...@denx.de; tr...@konsulko.com > Subject: [EXT] Re: [PATCH v2 4/4] armv8: ls2088aqd

[U-Boot] [PATCH v2 0/4] Marvell MDIO driver and new MDIO name property

2019-07-25 Thread Alex Marginean
This is a respin of the original Marvell MDIO driver submitted by Ken about one year ago, using the new MDIO DM code. Added binding documents for mdio and marvell-mdio and introduced a new optional property for naming MDIO buses in case the driver can't reasonably pick a nice name by itself. Chang

[U-Boot] [PATCH v2 2/4] doc: bindings: add mdio.txt describing generic MDIO properties

2019-07-25 Thread Alex Marginean
Adds a binding document for mdio. A notable deviation from corresponding Linux binding is the introduction of device-name optional property, which can be used to name MDIO buses. Two reset optional properties described by Linux binding are also not present as they don't seem to be used in U-Boot

[U-Boot] [PATCH v2 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses

2019-07-25 Thread Alex Marginean
Implicitly Marvell MDIO driver uses DT node names for devices, but in this case that is not unique. Set MDIO device names for master/slave to cpm/cps. Signed-off-by: Alex Marginean Acked-by: Joe Hershberger --- arch/arm/dts/armada-cp110-master.dtsi | 1 + arch/arm/dts/armada-cp110-slave.dtsi

Re: [U-Boot] [EXT] Re: [PATCH v2 1/4] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module

2019-07-25 Thread Chuanhua Han
> -Original Message- > From: Wolfgang Denk > Sent: 2019年7月25日 15:34 > To: Chuanhua Han > Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha > ; Priyanka Jain ; > Rajesh Bhagat ; u-boot@lists.denx.de; > lu...@denx.de; tr...@konsulko.com > Subject: [EXT] Re: [PATCH v2 1/4] rtc: ds3232/ds32

[U-Boot] [PATCH v2 1/4] net: mdio-uclass: name MDIO according to device-name property if preset

2019-07-25 Thread Alex Marginean
Use the optional property device-name to name the MDIO bus. This works around limitations with using the DT node name on devices such as Armada-8040, which integrates two cp100 cores, both featuring MDIOs at the same relative offsets and with the same DT node names. The concept was originally prop

[U-Boot] [PATCH v2 3/4] drivers: net: add marvell MDIO driver

2019-07-25 Thread Alex Marginean
This patch adds a separate driver for the MDIO interface of the Marvell Ethernet controllers based on driver model. There are two reasons to have a separate driver rather than including it inside the MAC driver itself: *) The MDIO interface is shared by all Ethernet ports, so a driver must g

[U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler

2019-07-25 Thread Kever Yang
Like cmd/mmc.c, the spl_mmc.c are using block driver interface like blk_dread() to access mmc devices, we need to get the mmc device handler by block driver interface so that we can always get correct device number, eg. the alias may change the device number which make the device number different i

[U-Boot] [PATCH] part: always enable part_get_info_ptr() for driver

2019-07-25 Thread Kever Yang
The partition driver has its Kconfig option, and the part_get_info_prt() interface are mendatory interface for partition drivers, always enable the macro to make partition driver works correctly. Signed-off-by: Kever Yang --- include/part.h | 11 ++- 1 file changed, 2 insertions(+), 9 d

Re: [U-Boot] [PATCH v2] x86: Avoid writing temporary asl files into the source tree

2019-07-25 Thread Bin Meng
Hi Simon, On Thu, Jul 11, 2019 at 3:41 AM Simon Glass wrote: > > At present the iasl tool (Intel ACPI (Advanced Configuration and Power > Interface) Source Language compiler) is called in such a way that it uses > the source directory for its temporary files. > > This means we end up with these f

Re: [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation

2019-07-25 Thread Simon Goldschmidt
On Thu, Jul 25, 2019 at 10:23 AM Lokesh Vutla wrote: > > Hi Simon, > > On 25/07/19 12:31 PM, Simon Goldschmidt wrote: > > Hi Lokesh, > > > > thanks for following up on this. > > > > On Thu, Jul 25, 2019 at 6:36 AM Lokesh Vutla wrote: > >> > >> Hi Tom, > >> > >> On 20/07/19 9:21 PM, Tom Rini wrote

Re: [U-Boot] [EXT] [PATCH v2 2/4] doc: bindings: add mdio.txt describing generic MDIO properties

2019-07-25 Thread Ken Ma
I added the optional property name in order that the legacy miiphy_get_dev_by_name() could be used with the mdio name. And I think that my mdio searching way was much better than linux at least at last year. I do not know now how in linux net interface finds its phy's mdio bus now. But at last

Re: [U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler

2019-07-25 Thread Lokesh Vutla
+Peng Hi Kever, On 25/07/19 3:10 PM, Kever Yang wrote: > Like cmd/mmc.c, the spl_mmc.c are using block driver interface > like blk_dread() to access mmc devices, we need to get the mmc device > handler by block driver interface so that we can always get correct > device number, eg. the alias may

Re: [U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler

2019-07-25 Thread jason....@rock-chips.com
Hi, We use the aliases to set the MMC device order. For example: mmc0 = &emmc; mmc1 = &sdmmc; These define the MMC order in block layer. But in the mmc layer, the MMC device order is defined in the dts MMC node. It may make mistake to get MMC device order. So if we

Re: [U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler

2019-07-25 Thread Alex Kiernan
On Thu, Jul 25, 2019 at 11:32 AM jason@rock-chips.com wrote: > > Hi, > > We use the aliases to set the MMC device order. For example: > mmc0 = &emmc; > mmc1 = &sdmmc; > These define the MMC order in block layer. > But in the mmc layer, the MMC device order is define

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-25 Thread Marek Vasut
On 7/24/19 8:09 PM, Simon Goldschmidt wrote: > On Wed, Jul 24, 2019 at 9:48 AM Marek Vasut wrote: >> >> On 7/24/19 9:43 AM, Simon Goldschmidt wrote: >>> On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: On 7/23/19 10:27 PM, Simon Goldschmidt wrote: > To use this timer on socfpga as

Re: [U-Boot] [PATCH 0/6] Enabled DM_VIDEO for Colibri iMX7 NAND/iMX6ULL

2019-07-25 Thread Igor Opaniuk
Hi, On Thu, Jul 11, 2019 at 1:59 PM Igor Opaniuk wrote: > > Hi Anatolij, > > On Wed, Jun 19, 2019 at 11:47 AM Igor Opaniuk wrote: > > > > From: Igor Opaniuk > > > > This patch-series fixes some issues in mxsfb fbdev bindings (incorrect > > structure). Currently there is a support only for old f

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-25 Thread Simon Goldschmidt
On Thu, Jul 25, 2019 at 1:08 PM Marek Vasut wrote: > > On 7/24/19 8:09 PM, Simon Goldschmidt wrote: > > On Wed, Jul 24, 2019 at 9:48 AM Marek Vasut wrote: > >> > >> On 7/24/19 9:43 AM, Simon Goldschmidt wrote: > >>> On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: > > On 7/23/19 10:2

Re: [U-Boot] [EXT] Re: [PATCH v2 2/4] armv8: ls2088aqds: The ls2088aqds board supports the I2C driver model.

2019-07-25 Thread Chuanhua Han
> -Original Message- > From: Wolfgang Denk > Sent: 2019年7月25日 15:40 > To: Chuanhua Han > Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha > ; Priyanka Jain ; > Rajesh Bhagat ; u-boot@lists.denx.de; > lu...@denx.de; tr...@konsulko.com > Subject: [EXT] Re: [PATCH v2 2/4] armv8: ls2088aqd

Re: [U-Boot] [PATCH v1] colibri_imx7: provide proper node name to pmic_get

2019-07-25 Thread Oleksandr Suvorov
On Mon, Jul 22, 2019 at 12:46 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Implementation of pmic_get() uses uclass_find_device_by_name(), which > behaviour was changed in 4213609cc7 > ("drivers: core: use strcmp when find device by name"). Now we have to > supply full node name with unit ad

Re: [U-Boot] [PATCH 1/2] env: ti: Increase boot partition

2019-07-25 Thread Sam Protsenko
On Tue, Jul 2, 2019 at 8:56 PM Sam Protsenko wrote: > > linux-mainline with multi_v7_defconfig + Android configs takes more > space than regular TI Android kernel. Let's increase boot partition > twice, so that boot_fit.img (with new zImage in it) can fit into "boot" > partition. > > Signed-off-by

Re: [U-Boot] [EXT] [PATCH v2 2/4] doc: bindings: add mdio.txt describing generic MDIO properties

2019-07-25 Thread Alex Marginean
On 7/25/2019 1:08 PM, Ken Ma wrote: I added the optional property name in order that the legacy miiphy_get_dev_by_name() could be used with the mdio name. That works with these patches, miiphy_get_dev_by_name is used, among others, by mdio command and mdio command shows the device with the name

[U-Boot] [PATCH 1/2] configs: am57xx_evm_defconfig: Enable 'bcb' command

2019-07-25 Thread Sam Protsenko
It is essential to have an access to BCB area of 'misc' partition on Android devices [1]. For BeagleBoard X15 the 'bcb' command will be further used for reboot reason implementation and booting to recovery. It can be also used for debugging reasons, like checking RescueParty messages in BCB area.

[U-Boot] [PATCH 2/2] configs: am57xx_evm_defconfig: Enable 'dtimg' command

2019-07-25 Thread Sam Protsenko
We are going to implement DTBO partition for BeagleBoard X15 further. To support this, 'dtimg' command must be enabled. Signed-off-by: Sam Protsenko --- configs/am57xx_evm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig in

[U-Boot] [PATCH v3] env: ti: boot: Handle reboot reason from BCB

2019-07-25 Thread Sam Protsenko
In case of Android boot, reboot reason can be written into BCB (usually it's an area in 'misc' partition). U-Boot then can obtain that reboot reason from BCB and handle it accordingly to achieve correct Android boot flow, like it was suggested in [1]: - if it's empty: perform normal Android boot

Re: [U-Boot] [PATCH v2] env: ti: boot: Handle reboot reason from BCB

2019-07-25 Thread Sam Protsenko
On Fri, Jul 12, 2019 at 8:35 PM Sam Protsenko wrote: > > In case of Android boot, reboot reason can be written into BCB (usually > it's an area in 'misc' partition). U-Boot then can obtain that reboot > reason from BCB and handle it accordingly to achieve correct Android > boot flow, like it was s

[U-Boot] [PATCH v2 1/4] video: fsl_dcu_fb: refactor init functions

2019-07-25 Thread Anatolij Gustschin
From: Igor Opaniuk Move dcu-related code to fsl_dcu_probe_common, keep in video_hw_init() only legacy video stack (filling GraphicPanel struct etc.). Add wrappers for all init functions, that will let to provide struct fb_info as an additional param (needed for further moving it from the global

[U-Boot] [PATCH] board: ti: am57xx: Correct the fastboot product var

2019-07-25 Thread Sam Protsenko
"fastboot flashall" expects "fastboot getvar product" to be "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board env var from SYS_BOARD in board/ti/am57xx/Kconfig file. Override fastboot product variable and set it to correct value, to fix "fastboot flashall". Signed-off-by: Sa

[U-Boot] Pull request v2: u-boot-spi/master

2019-07-25 Thread Jagan Teki
Hi Tom, Please pull this PR. Changes for v2: - include MediaTek MT7629 spi driver patches Summary: - fix for fsl_qspi read timeout (Thomas) - spi-mem read data size fix (Ye Li) - SiFive SPI driver, mmc_spi flags (Bhargav, Anup) - Micron spi-nor parts (Ashish) - MT7629 spi-mem driver(Weijie) The

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

2019-07-25 Thread Sam Protsenko
Hi Marek, Lukasz, On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski wrote: > > Dear Marek, > > Repo: g...@gitlab.denx.de:u-boot/custodians/u-boot-dfu.git > Branch: master > > The following changes since commit > 0de815356474912ef5bef9a69f0327a5a93bb2c2: > > Merge branch '2019-07-17-master-import

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-25 Thread Sam Protsenko
Hi Simon, On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > Hi, > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko wrote: > > > > Signed-off-by: Sam Protsenko > > --- > > test/py/tests/{ => test_android}/test_avb.py | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename test/py/t

Re: [U-Boot] [PATCH] board: ti: am57xx: Correct the fastboot product var

2019-07-25 Thread Andrew F. Davis
On 7/25/19 9:22 AM, Sam Protsenko wrote: > "fastboot flashall" expects "fastboot getvar product" to be > "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board > env var from SYS_BOARD in board/ti/am57xx/Kconfig file. > > Override fastboot product variable and set it to correct va

Re: [U-Boot] [PATCH] board: ti: am57xx: Correct the fastboot product var

2019-07-25 Thread Sam Protsenko
On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote: > > On 7/25/19 9:22 AM, Sam Protsenko wrote: > > "fastboot flashall" expects "fastboot getvar product" to be > > "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board > > env var from SYS_BOARD in board/ti/am57xx/Kconfig file

Re: [U-Boot] [PATCH v5 7/8] board: intel: Add new slimbootloader board

2019-07-25 Thread Bin Meng
On Wed, Jul 24, 2019 at 1:13 PM Bin Meng wrote: > > Hi Aiden, > > On Wed, Jul 24, 2019 at 11:18 AM Park, Aiden wrote: > > > > Hi Andy, > > > > > -Original Message- > > > From: Andy Shevchenko [mailto:andy.shevche...@gmail.com] > > > Sent: Tuesday, July 23, 2019 5:27 AM > > > To: Bin Meng

Re: [U-Boot] [PATCH] board: ti: am57xx: Correct the fastboot product var

2019-07-25 Thread Andrew F. Davis
On 7/25/19 10:43 AM, Sam Protsenko wrote: > On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote: >> >> On 7/25/19 9:22 AM, Sam Protsenko wrote: >>> "fastboot flashall" expects "fastboot getvar product" to be >>> "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board >>> env var

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-25 Thread Tom Rini
On Thu, Jul 25, 2019 at 04:33:21PM +0300, Sam Protsenko wrote: > Hi Simon, > > On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > > > Hi, > > > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko > > wrote: > > > > > > Signed-off-by: Sam Protsenko > > > --- > > > test/py/tests/{ => test_android}/

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

2019-07-25 Thread Marek Vasut
On 7/25/19 3:27 PM, Sam Protsenko wrote: > Hi Marek, Lukasz, > > On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski wrote: >> >> Dear Marek, >> >> Repo: g...@gitlab.denx.de:u-boot/custodians/u-boot-dfu.git >> Branch: master >> >> The following changes since commit >> 0de815356474912ef5bef9a69f0327a

Re: [U-Boot] how to update libfdt

2019-07-25 Thread Simon Glass
Hi Matthias, On Thu, 25 Jul 2019 at 03:44, Matthias Brugger wrote: > > Hi all, > > I realized that we have a bug in libfdt. This got fixes by upstream commit > [1]: > aa7254d ("libfdt: return correct value if #size-cells property is not > present") > > which was added to the Linux kernel with c

Re: [U-Boot] [PATCH] board: ti: am57xx: Correct the fastboot product var

2019-07-25 Thread Sam Protsenko
On Thu, Jul 25, 2019 at 6:03 PM Andrew F. Davis wrote: > > On 7/25/19 10:43 AM, Sam Protsenko wrote: > > On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote: > >> > >> On 7/25/19 9:22 AM, Sam Protsenko wrote: > >>> "fastboot flashall" expects "fastboot getvar product" to be > >>> "beagle_x15boa

Re: [U-Boot] [PATCH v3 3/3] board: puma: Use rockchip_* helpers to setup cpuid and macaddr【请注意,邮件由u-boot-boun...@lists.denx.de代发】 setup cpuid and macaddr

2019-07-25 Thread Rohan Garg
Hey On Wednesday, 24 July 2019 14:26:44 CEST Kever Yang wrote: > Hi Rohan, > > On 2019/7/24 下午7:09, Rohan Garg wrote: > > We should use the shared helpers to setup the necessary parts > > > > Signed-off-by: Rohan Garg > > --- > > > > .../puma_rk3399/puma-rk3399.c | 108 +++

[U-Boot] [PATCH v2] omap: Correct the fastboot product var

2019-07-25 Thread Sam Protsenko
"fastboot flashall" expects "fastboot getvar product" value to be one of values provided in android-info.txt file (in AOSP), from "require board=" list. Before this patch, "am57xx" is returned for all AM57xx based boards, as it's set in $board env var from SYS_BOARD in board/ti/am57xx/Kconfig file,

Re: [U-Boot] [PATCH] board: ti: am57xx: Correct the fastboot product var

2019-07-25 Thread Sam Protsenko
On Thu, Jul 25, 2019 at 7:28 PM Sam Protsenko wrote: > > On Thu, Jul 25, 2019 at 6:03 PM Andrew F. Davis wrote: > > > > On 7/25/19 10:43 AM, Sam Protsenko wrote: > > > On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote: > > >> > > >> On 7/25/19 9:22 AM, Sam Protsenko wrote: > > >>> "fastboot

Re: [U-Boot] [PATCH v2] omap: Correct the fastboot product var

2019-07-25 Thread Andrew F. Davis
On 7/25/19 1:11 PM, Sam Protsenko wrote: > "fastboot flashall" expects "fastboot getvar product" value to be one of > values provided in android-info.txt file (in AOSP), from "require > board=" list. Before this patch, "am57xx" is returned for all AM57xx > based boards, as it's set in $board env va

[U-Boot] [PATCH v2 1/2] configs: am57xx_evm_defconfig: Enable 'bcb' command

2019-07-25 Thread Sam Protsenko
It is essential to have an access to BCB area of 'misc' partition on Android devices [1]. For BeagleBoard X15 the 'bcb' command will be further used for reboot reason implementation and booting to recovery. It can be also used for debugging reasons, like checking RescueParty messages in BCB area.

[U-Boot] [PATCH v2 2/2] configs: am57xx_evm_defconfig: Enable 'dtimg' command

2019-07-25 Thread Sam Protsenko
We are going to implement DTBO partition for BeagleBoard X15 further. To support this, 'dtimg' command must be enabled. Signed-off-by: Sam Protsenko --- Changes in v2: - Handle HS defconfigs configs/am57xx_evm_defconfig| 1 + configs/am57xx_hs_evm_defconfig | 1 + configs/am57xx_h

Re: [U-Boot] [PATCH 1/2] configs: am57xx_evm_defconfig: Enable 'bcb' command

2019-07-25 Thread Sam Protsenko
On Thu, Jul 25, 2019 at 4:17 PM Sam Protsenko wrote: > > It is essential to have an access to BCB area of 'misc' partition on > Android devices [1]. For BeagleBoard X15 the 'bcb' command will be > further used for reboot reason implementation and booting to recovery. > It can be also used for debu

[U-Boot] friendlyARM s5p4418 Migration to Video DM - Splash Screen

2019-07-25 Thread pm.stefan
Hello, currently I try to migrate the friendlyARM U-Boot from https://github.com/friendlyarm/u-boot (v2016.01, for boards with s5p4418 SOC) to the current (official) U-Boot version. Now I have some trouble migrating to Video DM. "CONFIG_SPLASH_SCREEN" is used and therefore an appropriate screen

Re: [U-Boot] [PATCH 00/50] doc: Shape into useful HTML docs

2019-07-25 Thread Heinrich Schuchardt
On 7/18/19 9:33 AM, Bin Meng wrote: At present there is Sphinx doc build system in U-Boot, however the contents are very limited, e.g.: only a few API descriptions like EFI, are included. This series proposes an initial Sphinx doc layout for future extension, by converting some of the plain text

[U-Boot] Pull request: u-boot-net.git master

2019-07-25 Thread Joe Hershberger
Hi Tom, These changes passed Travis-CI here: https://travis-ci.org/jhershbe/u-boot/builds/562815175 The following changes since commit a9aa4c5700c68c070d63a391b51ea8d341b6e8a6: Merge branch '2019-07-24-master-imports' (2019-07-24 14:15:51 -0400) are available in the git repository at: git

Re: [U-Boot] include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1126768/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: add NXP ENETC ethernet driver

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1126756/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] arm: dts: ls1028a updates for network interfaces

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1126755/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: add NXP ENETC MDIO driver

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1126769/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] doc: bindings: Add binding for register driven MDIO muxes

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1132515/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: tsec: Change compatible strings to match Linux

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133865/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: apply serdes configuration for ENETC Ethernet interfaces

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1126759/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: driver for MDIO muxes controlled over I2C

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1132514/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: add dma_burst_length config

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1132904/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net/macb: increase RX buffer size for GEM

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1131743/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] configs: ls1028a: enable networking options in rdb, qds defconfig

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1126757/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: fsl_enetc: add support for SGMII 2500

2019-07-25 Thread Joe Hershberger
Hi Alex, https://patchwork.ozlabs.org/patch/1131889/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: use bit access macro from header file

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1132905/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: Fix check for little-endian system in gmac_configure_dma()

2019-07-25 Thread Joe Hershberger
Hi Anup, https://patchwork.ozlabs.org/patch/1136029/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: tsec: Make errors visible

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133859/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: tsec: Refactor the readout of the tbi-handle property

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133858/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: use 'phy_connect' instead of open coded

2019-07-25 Thread Joe Hershberger
Hi Simon, https://patchwork.ozlabs.org/patch/1132238/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: tsec: Common handling of MAC station address for DM_ETH

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133863/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: add support for faster clk rates

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1132908/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: tsec: Fix offset of MDIO registers for DM_ETH

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133860/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: sync header definitions as taken from Linux

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1132898/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 1/1] tools/logos: remove black background of U-Boot logo

2019-07-25 Thread Heinrich Schuchardt
When generating the Sphinx documentation with command 'make htmldocs' the U-Boot logo is displayed with a black box as a background. Remove the black box. Signed-off-by: Heinrich Schuchardt --- tools/logos/u-boot_logo.svg | 7 --- 1 file changed, 7 deletions(-) diff --git a/tools/logos/u-b

Re: [U-Boot] net: tsec: Reverse Christmas tree notation

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133861/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: add support for SGMII phy interface

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1132906/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: apply sane DMA configuration

2019-07-25 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1132907/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] arm: ls1021atwr: Convert to use driver model TSEC driver

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133864/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] Add support for the NXP LS1021A-TSN board

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133867/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: davinci_emac: convert to using the driver model

2019-07-25 Thread Joe Hershberger
Hi Bartosz, https://patchwork.ozlabs.org/patch/1136121/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] configs: ls1021atwr: Fix distro_bootcmd for QSPI boot

2019-07-25 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1133862/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: Extend MACB driver for SiFive Unleashed board

2019-07-25 Thread Joe Hershberger
Hi Anup, https://patchwork.ozlabs.org/patch/1136027/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] riscv: sifive: fu540: Sync-up config header with RISC-V QEMU support

2019-07-25 Thread Joe Hershberger
Hi Anup, https://patchwork.ozlabs.org/patch/1136028/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sun8i_emac: Test the correct phy

2019-07-25 Thread Joe Hershberger
Hi Emmanuel, https://patchwork.ozlabs.org/patch/1134275/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v10 4/4] doc: sifive-fu540: Update README to explicitly load DTB for Linux

2019-07-25 Thread Joe Hershberger
On Mon, Jul 22, 2019 at 2:59 AM Anup Patel wrote: > > We should explicitly load DTB from TFTP server or MMC/SD card > for Linux booting. This will allow us: > 1. To use different Linux DTB for SiFive Unleashed board with >expansion board connected. > 2. Avoid re-flashing OpenSBI firmware whene

Re: [U-Boot] Please pull u-boot-dm (take 3)

2019-07-25 Thread Tom Rini
On Wed, Jul 24, 2019 at 01:03:37PM -0700, Simon Glass wrote: > Hi Tom, > > The following changes since commit ff8c23e784f57a7098e91a200ed7f5a48612b653: > > Merge tag 'u-boot-stm32-20190723' of > https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-07-23 > 14:16:21 -0400) > > are availabl

Re: [U-Boot] [PATCH] gitlab-ci: Add pyelftools to the binman testsuite section

2019-07-25 Thread Tom Rini
On Wed, Jul 24, 2019 at 01:14:56PM -0400, Tom Rini wrote: > We need pyelftools here to run rather than skip some tests. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature _

Re: [U-Boot] [PATCH] gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tag

2019-07-25 Thread Tom Rini
On Wed, Jul 24, 2019 at 11:29:47AM -0400, Tom Rini wrote: > - Add in lzma-alone for current binman tests > - Update to Ubuntu's xenial-20190720 tag (latest). > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signa

Re: [U-Boot] [PATCH] Dockerfile: Build a copy of QEMU and install it under /opt

2019-07-25 Thread Tom Rini
On Wed, Jul 24, 2019 at 03:56:21PM -0400, Tom Rini wrote: > On Wed, Jul 24, 2019 at 03:51:14PM -0400, Tom Rini wrote: > > > In order to run our test.py suite on a number of platforms in CI we use > > QEMU. Configure and build a copy here so that all our jobs can rely on > > it as our code is unde

Re: [U-Boot] [PATCH] Dockerfile: Build a copy of QEMU and install it under /opt

2019-07-25 Thread Heinrich Schuchardt
On 7/24/19 9:51 PM, Tom Rini wrote: In order to run our test.py suite on a number of platforms in CI we use QEMU. Configure and build a copy here so that all our jobs can rely on it as our code is under test and not QEMU. Signed-off-by: Tom Rini --- Dockerfile | 8 1 file changed,

Re: [U-Boot] [PATCH] Dockerfile: Build a copy of QEMU and install it under /opt

2019-07-25 Thread Tom Rini
On Thu, Jul 25, 2019 at 09:43:10PM +0200, Heinrich Schuchardt wrote: > On 7/24/19 9:51 PM, Tom Rini wrote: > >In order to run our test.py suite on a number of platforms in CI we use > >QEMU. Configure and build a copy here so that all our jobs can rely on > >it as our code is under test and not QE

  1   2   >