Re: [U-Boot] [PATCH] arm: socfpga: Re-add support for Aries MCV SoM and MCVEVK board

2019-05-08 Thread Tom Rini
On Tue, May 07, 2019 at 06:25:16PM +0200, Wolfgang Grandegger wrote: > Am 06.05.19 um 19:55 schrieb Marek Vasut: > > On 5/6/19 5:45 PM, Wolfgang Grandegger wrote: > >> Re-add support for Aries Embedded MCV SoM, which is CycloneV based > >> and the associated MCVEVK baseboard. The board can boot

Re: [U-Boot] [PATCH 1/2] include: android_bl_msg.h: Initial import

2019-05-08 Thread Sam Protsenko
Hi Eugeniu, I created GitHub repo with all related patches applied on top of most recent mainline U-Boot master: [1]. It contains next patches (on "misc-reboot-reason" branch): 1. Series from Ruslan Trofymenko: [PATCH v3 0/7] android: implement A/B boot process: * cmd: part: Add 'number'

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 07:21:01PM +0800, Bin Meng wrote: > Hi Tom, > > This includes the following changes to U-Boot x86 support: > > - Allow x86 boards to use TPL, SPL and U-Boot proper > - Update sysreset x86 driver to utilize ACPI registers to do power off > - Add a new chromebook_samus_tpl

Re: [U-Boot] Automated/remote flashing of R-Car3

2019-05-08 Thread Marek Vasut
On 5/8/19 3:51 PM, Eugeniu Rosca wrote: > Hi Marek, > > On Tue, May 07, 2019 at 06:09:10PM +0200, Marek Vasut wrote: > [..] > 1.c Use OpenOCD > + Presumably same advantages as using a Lauterbach > + Based on Kieran's https://github.com/kbingham/renesas-jtag > and on Adam's

Re: [U-Boot] [PATCH 1/2] include: android_bl_msg.h: Initial import

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 05:38:13PM +0300, Sam Protsenko wrote: > Hi Tom, > > Have a generic architecture related question regarding this code > (below, inline). > > On Mon, Apr 8, 2019 at 1:02 AM Eugeniu Rosca wrote: > > > > Import the bootloader_message.h (former bootloader.h) from AOSP. > > >

[U-Boot] [PATCH 1/7] warp7_bl33: configs: Enable FIT as the boot.scr format

2019-05-08 Thread Bryan O'Donoghue
This patch switches on FIT verification of boot.scr. After this commit your boot.scr must be in the FIT format. Signed-off-by: Bryan O'Donoghue --- configs/warp7_bl33_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig

[U-Boot] [PATCH 6/7] warp7: include: configs: Specify an fdtovaddr

2019-05-08 Thread Bryan O'Donoghue
In the Mbed Linux OS bootflow OP-TEE runs before u-boot and provides a DTB overlay at 0x8310. This overlay should subsequently be merged into the main DTB before handing over to the kernel. This patch defines fdtovaddr at 0x8310. Signed-off-by: Bryan O'Donoghue ---

[U-Boot] [PATCH 5/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY

2019-05-08 Thread Bryan O'Donoghue
This commit enables CONFIG_OF_LIBFDT_OVERLAY a requirement to perform a merge of an OPTEE provided DTB overlay into our main kernel DTB image. Signed-off-by: Bryan O'Donoghue --- configs/warp7_bl33_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/warp7_bl33_defconfig

[U-Boot] [PATCH v2] spl: kconfig: separate sysreset and firmware drivers from misc

2019-05-08 Thread Simon Goldschmidt
This adds separate kconfig options for drivers/sysreset and drivers/firmware. Up to now, CONFIG_SPL_DRIVERS_MISC_SUPPORT added drivers/misc to SPL build but also added drivers/firmware and drivers/sysreset at the same time. Since that is confusing, this patch adds CONFIG_SPL_SYSRESET for

[U-Boot] [PATCH] net: mvpp2: support setting hardware addresses from ethernet core

2019-05-08 Thread Matt Pelland
mvpp2 already has support for setting MAC addresses but this functionality was not exposed to the ethernet core. This commit exposes this functionality so that MAC address assignments stored in U-Boot's environment are correctly applied before Linux boots. Signed-off-by: Matt Pelland ---

Re: [U-Boot] [PATCH 3/7] warp7: include: configs: Differentiate bootscript address from loadaddr

2019-05-08 Thread Pierre-Jean Texier
Hi Bryan, Le 08/05/2019 à 20:14, Bryan O'Donoghue a écrit : Reusing the loadaddr to load the boot script breaks some of the logic we want to have around the bootscript/FIT load addresses. Making a dedicated bootscript address allows us to differentiate the bootscript load address from the Linux

[U-Boot] [PATCH 1/1] efi_loader: observe CONFIG_EFI_LOADER_HII

2019-05-08 Thread Heinrich Schuchardt
If EFI_LOADER_HII is not set, do not unnecessarily compile files for HII protocols. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile index 4e90a35896..e6bbe43154

[U-Boot] [PATCH 15/18] ti: common: am6: Add support for setting MAC addresses

2019-05-08 Thread Andreas Dannenberg
The AM654x EVM based on the TI K3 family of SoCs has an updated board detection EEPROM structure that contains a TLV record of dedicated MAC addresses rather than a range of MAC addresses as it was used on earlier platforms such as DRA7. Add a basic function that allows us setting up Ethernet MAC

[U-Boot] [PATCH 14/18] ti: common: am6: Add support for board description EEPROM

2019-05-08 Thread Andreas Dannenberg
The AM654x EVM based on the TI K3 family of SoCs have an updated board detection EEPROM structure, now comprising variable-sized TLV-type records, containing a superset of what is already being provided on earlier platforms such as DRA7. Add basic support for parsing the new data structures

[U-Boot] [PATCH 11/18] configs: am65x_evm_a53: Increase malloc pool before relocation

2019-05-08 Thread Andreas Dannenberg
The malloc pool used before relocation is getting tight leading to out of memory errors doing certain DM-related calls. Since we are running the A53 SPL out of DDR let's just go ahead and bump its size as used in U-Boot proper as well as SPL (via Kconfig default value) from 8KB to 32KB.

[U-Boot] [PATCH 05/18] arm: dts: k3-am654-base-board: Enable wkup_i2c0 across all boot stages

2019-05-08 Thread Andreas Dannenberg
To enable the use of an EEPROM-based board detection scheme we need to be able to access the I2C bus associated with the EEPROMs across all 3 stages of U-Boot: R5 SPL, A53 SPL, and A53 U-Boot (proper). So go ahead and add/update the wkup_i2c0 peripheral module DTS definitions and its associated

[U-Boot] [PATCH 17/18] configs: am65x_evm: Add support for applying overlays

2019-05-08 Thread Andreas Dannenberg
This will allow for downloading and applying overlays from an MMC/SD boot media based on the overlay_files ENV variable containing a list of overlay files. Signed-off-by: Andreas Dannenberg --- configs/am65x_evm_a53_defconfig | 3 ++- include/configs/am65x_evm.h | 9 + 2 files

[U-Boot] [PATCH 06/18] configs: am65x_evm_defconfig: Enable I2C support

2019-05-08 Thread Andreas Dannenberg
Enable I2C via driver model as well as the associated set of U-Boot commands to allow us interacting with various I2C slave devices. Signed-off-by: Andreas Dannenberg Signed-off-by: Vignesh R --- configs/am65x_evm_a53_defconfig | 4 configs/am65x_evm_r5_defconfig | 4 2 files

[U-Boot] [PATCH 18/18] configs: am65x_hs_evm: Add support for applying overlays

2019-05-08 Thread Andreas Dannenberg
This will allow for downloading and applying overlays from an MMC/SD boot media based on the overlay_files ENV variable containing a list of overlay files. Signed-off-by: Andreas Dannenberg --- configs/am65x_hs_evm_a53_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH 09/18] configs: am65x_evm_a53: Enable PCA953X-type GPIO driver

2019-05-08 Thread Andreas Dannenberg
Enable GPIO driver for PCA953X-compatible I2C-based I/O expander which includes support for the TCA9554/PCA9554-type expander found on the AM654 EVM base board. Signed-off-by: Andreas Dannenberg --- configs/am65x_evm_a53_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

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

2019-05-08 Thread Joe Hershberger
Hi Tom, This is the series with the AR8xxx phy series removed until we figure it out. Tested to work fine on your evm. The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980: Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 09:38:00 -0400) are available

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

2019-05-08 Thread Vladimir Oltean
On 5/9/19 1:48 AM, Tom Rini wrote: > On Wed, May 08, 2019 at 10:45:50PM +, Vladimir Oltean wrote: >> On 5/9/19 1:42 AM, Tom Rini wrote: >>> On Wed, May 08, 2019 at 10:40:57PM +, Vladimir Oltean wrote: On 5/9/19 1:24 AM, Joe Hershberger wrote: > On Tue, May 7, 2019 at 5:15 PM Joe

Re: [U-Boot] [PATCH] eth: mtk-eth: fix incorrect read of phy-handle

2019-05-08 Thread Joe Hershberger
On Sun, Apr 28, 2019 at 2:09 AM Weijie Gao wrote: > > In mt7629-rfb.dts, the phy-handle is a reference to the node phy0, not the > node itself: > > phy-handle = <>; > > phy0: ethernet-phy@0 { > reg = <0>; > } > > However the driver used

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

2019-05-08 Thread Vladimir Oltean
On 5/9/19 1:55 AM, Tom Rini wrote: > On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote: >> On 5/9/19 1:48 AM, Tom Rini wrote: >>> On Wed, May 08, 2019 at 10:45:50PM +, Vladimir Oltean wrote: On 5/9/19 1:42 AM, Tom Rini wrote: > On Wed, May 08, 2019 at 10:40:57PM +,

Re: [U-Boot] [PATCH v3 0/4] Add Cadence PCIe endpoint driver with new uclass

2019-05-08 Thread Ramon Fried
Hi Simon, Kind reminder, just touching base. Thanks, Ramon. On Sat, Apr 27, 2019 at 11:15 AM Ramon Fried wrote: > > > This patchset adds support for new uclass, UCLASS_PCI_EP > allowing new set of PCI endpoint drivers. > Included in the patch is also a driver for Cadence PCIe endpoint. > >

Re: [U-Boot] [i.MX8MM+CCF 11/41] clk: fixed_rate: export clk_fixed_rate

2019-05-08 Thread Peng Fan
> Subject: Re: [i.MX8MM+CCF 11/41] clk: fixed_rate: export clk_fixed_rate > > On Wed, 8 May 2019 07:45:39 + > Peng Fan wrote: > > > > -Original Message- > > > From: Lukasz Majewski [mailto:lu...@denx.de] > > > Sent: 2019年5月8日 15:40 > > > To: Peng Fan > > > Cc: sba...@denx.de;

Re: [U-Boot] [PATCH v3 03/10] pinctrl: rockchip: Split the common set_mux() into per Soc【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:43 AM, Kever Yang wrote: > > On 04/16/2019 09:50 PM, David Wu wrote: >> Such as rk3288's pins of pmu_gpio0 are a special feature, which have no >> higher 16 writing corresponding bits, use common set_mux() func would >> introduce more code, so implement their set_mux() in each

Re: [U-Boot] [PATCH v3 02/10] pinctrl: rockchip: Remove redundant spaces【请注意,邮件由u-boot-boun...@lists.denx.de代发】 spaces

2019-05-08 Thread Kever Yang
On 05/07/2019 11:42 AM, Kever Yang wrote: > > On 04/16/2019 09:50 PM, David Wu wrote: >> Some files have the redundant spaces, remove them. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip, thanks! > > Thanks, > - Kever >> --- >> >> Change in v3: >> - None

Re: [U-Boot] [PATCH v3 01/10] pinctrl: rockchip: Add pull-pin-default param and remove unused param【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:42 AM, Kever Yang wrote: > > On 04/16/2019 09:50 PM, David Wu wrote: >> Some Socs use the pull-pin-default config param, need to add it. >> And input-enable/disable config params are not necessary, remove it. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to

[U-Boot] [PATCH v5 0/6] AE350 support SMP boot from flash

2019-05-08 Thread Andes
From: Rick Chen In current RISC-V SMP flow, AE350 will encounter the the write failure problem since hart_lottery and available_harts_lock was not in ram address but in flash address when booing from flash. This patch can help to fix the failure problem when AE350 was booting from flash by

[U-Boot] [PATCH v5 1/6] riscv: Introduce CONFIG_XIP to support booting from flash

2019-05-08 Thread Andes
From: Rick Chen When U-Boot boots from flash, during the boot process, hart_lottery and available_harts_lock variable addresses point to flash which is not writable. This causes boot failures on AE350. Introduce a config option CONFIG_XIP to support such configuration. Signed-off-by: Rick Chen

[U-Boot] [PATCH 13/18] arm: K3: am654: Map common EEPROM data into SRAM scratch space

2019-05-08 Thread Andreas Dannenberg
The board detection scheme employed on various TI EVMs makes use of SRAM scratch space to share data read from an on-board EEPROM between the different bootloading stages. Map the associated definition that's used to locate this data into the SRAM scratch space we use on AM654x. Signed-off-by:

[U-Boot] [PATCH 1/2] efi_loader: format Kconfig

2019-05-08 Thread Heinrich Schuchardt
Use if/endif for dependencies to give structure to the configuration menu. Sort important settings to the top. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Kconfig | 43 +- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git

Re: [U-Boot] Pull request for UEFI sub-system for v2019.07-rc2 (2)

2019-05-08 Thread Heinrich Schuchardt
On 5/8/19 7:50 PM, Tom Rini wrote: On Wed, May 08, 2019 at 07:57:57AM +0200, Heinrich Schuchardt wrote: The following changes since commit 44237e272f1eac3b026709e76333a07b2d3a3523: Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-06 07:19:31 -0400) are available in the Git

[U-Boot] [PATCH 1/5] nitrogen6x: migrate to using device tree

2019-05-08 Thread Troy Kisky
Migrate to using device tree required for further driver model integration. Signed-off-by: Troy Kisky --- arch/arm/dts/Makefile | 31 ++- arch/arm/dts/imx6dl-nitrogen6x.dts| 15 + arch/arm/dts/imx6q-nitrogen6x.dts | 19 ++ arch/arm/dts/imx6q-sabrelite.dts | 19

[U-Boot] [PATCH 5/5] configs: nitrogen6x: Add DM_SPI/DM_SPI_FLASH support

2019-05-08 Thread Troy Kisky
Add CONFIG_DM_SPI/CONFIG_DM_SPI_FLASH to all defconfigs whose board is nitrogen6x. mx6qsabrelite_defconfig nitrogen6dl2g_defconfig nitrogen6dl_defconfig nitrogen6q2g_defconfig nitrogen6q_defconfig nitrogen6s1g_defconfig Signed-off-by: Troy Kisky ---

[U-Boot] [PATCH 3/5] nitrogen6x: reserve used gpios

2019-05-08 Thread Troy Kisky
This prevents messages like gpio@20a: get_value: error: gpio GPIO2_2 not reserved when CONFIG_DM_GPIO is enabled. Also, when CONFIG_DM_GPIO is enabled, checkboard is too early to use gpio_get_value, so read it directly on failure. Signed-off-by: Troy Kisky ---

Re: [U-Boot] [i.MX8MM+CCF 03/41] clk: introduce clk_dev_binded

2019-05-08 Thread Lukasz Majewski
On Wed, 8 May 2019 07:41:18 + Peng Fan wrote: > > -Original Message- > > From: Lukasz Majewski [mailto:lu...@denx.de] > > Sent: 2019年5月8日 15:31 > > To: Peng Fan > > Cc: sba...@denx.de; feste...@gmail.com; dl-uboot-imx > > ; s...@chromium.org; ja...@amarulasolutions.com; > >

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

2019-05-08 Thread Joe Hershberger
On Tue, May 7, 2019 at 5:15 PM Joe Hershberger wrote: > > Hi Tom, > > The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980: > > I rebased on your master and built for BB Black. DHCP seems to work fine. > MLO also now fits again. > > Merge branch 'master' of

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

2019-05-08 Thread Vladimir Oltean
On 5/9/19 1:24 AM, Joe Hershberger wrote: > On Tue, May 7, 2019 at 5:15 PM Joe Hershberger wrote: >> >> Hi Tom, >> >> The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980: >> >> I rebased on your master and built for BB Black. DHCP seems to work fine. >> MLO also now fits

[U-Boot] [PATCH 02/18] arm: omap_i2c: Remove unwanted header file inclusion

2019-05-08 Thread Andreas Dannenberg
From: Vignesh R There is no need for to include this header here, so drop it. Signed-off-by: Vignesh R --- arch/arm/include/asm/omap_i2c.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/include/asm/omap_i2c.h b/arch/arm/include/asm/omap_i2c.h index c1695cbbee..a6975401da 100644

[U-Boot] [PATCH 16/18] board: ti: am654: Use EEPROM-based board detection

2019-05-08 Thread Andreas Dannenberg
The TI AM654x EVM base board and the associated daughtercards have on- board I2C-based EEPROMs containing board configuration data. Use the board detection infrastructure introduced earlier to do the following: 1) Parse the AM654x EVM base board EEPROM and populate items like board name and

[U-Boot] [PATCH 00/18] Add EEPROM-based board detect support for TI

2019-05-08 Thread Andreas Dannenberg
This series adds the pieces needed to fully configure the TI AM654x EVM and its associated (optional) daughtercards using a GPIO-based card presence detection scheme. It then reads out and parses any I2C EEPROM data present on any such boards for example board name, serial #, Ethernet MAC

[U-Boot] [PATCH 07/18] configs: am65x_hs_evm_defconfig: Enable I2C support

2019-05-08 Thread Andreas Dannenberg
Enable I2C via driver model as well as the associated set of U-Boot commands to allow us interacting with various I2C slave devices. Signed-off-by: Andreas Dannenberg --- configs/am65x_hs_evm_a53_defconfig | 4 configs/am65x_hs_evm_r5_defconfig | 4 2 files changed, 8 insertions(+)

[U-Boot] [PATCH 03/18] arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi

2019-05-08 Thread Andreas Dannenberg
Only U-Boot specifc DT properties or overrides, must be in -u-boot.dtsi. Pinctrl nodes does not belong here. Now that pinctrl nodes are in kernel DT, there is no reason to be keep these in -u-boot.dtsi. Move them to proper places so that it would ease copying DT entries from kernel DT.

Re: [U-Boot] [PATCH 07/18] configs: am65x_hs_evm_defconfig: Enable I2C support

2019-05-08 Thread Andrew F. Davis
On 5/8/19 5:37 PM, Andreas Dannenberg wrote: > Enable I2C via driver model as well as the associated set of U-Boot > commands to allow us interacting with various I2C slave devices. > > Signed-off-by: Andreas Dannenberg > --- > configs/am65x_hs_evm_a53_defconfig | 4 >

[U-Boot] [PATCH 0/2] efi_loader: make Unicode collation protocol customizable

2019-05-08 Thread Heinrich Schuchardt
Our development target is to reach Embedded Base Boot Requirements (EBBR) specification compliance. Functionality that is not needed for this target should be customizable. Provide a new configuration option to idsable the Unicode collation protocol. Heinrich Schuchardt (2): efi_loader: format

[U-Boot] [PATCH 2/2] efi_loader: make Unicode collation protocol customizable

2019-05-08 Thread Heinrich Schuchardt
The Unicode collation protocol is not needed for EBBR compliance. So let's make it a customizable option. The Unicode capitalization table is only needed by this protocol. So let it depend on the Unicode collation protocol. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Kconfig

Re: [U-Boot] [i.MX8MM+CCF 11/41] clk: fixed_rate: export clk_fixed_rate

2019-05-08 Thread Lukasz Majewski
On Wed, 8 May 2019 07:45:39 + Peng Fan wrote: > > -Original Message- > > From: Lukasz Majewski [mailto:lu...@denx.de] > > Sent: 2019年5月8日 15:40 > > To: Peng Fan > > Cc: sba...@denx.de; feste...@gmail.com; dl-uboot-imx > > ; s...@chromium.org; ja...@amarulasolutions.com; > >

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 10:24:29PM +, Joe Hershberger wrote: > On Tue, May 7, 2019 at 5:15 PM Joe Hershberger wrote: > > > > Hi Tom, > > > > The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980: > > > > I rebased on your master and built for BB Black. DHCP seems to work

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 10:45:50PM +, Vladimir Oltean wrote: > On 5/9/19 1:42 AM, Tom Rini wrote: > > On Wed, May 08, 2019 at 10:40:57PM +, Vladimir Oltean wrote: > >> On 5/9/19 1:24 AM, Joe Hershberger wrote: > >>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger > >>> wrote: > >

[U-Boot] [PATCH v2 1/2] wandboard: Don't use I2C speed Kconfig settings with DM_I2C

2019-05-08 Thread Trent Piepho
When using DM_I2C the speed value supplied to setup_i2c() is not used, so this code required CONFIG_SYS_MXC_I2C[12]_SPEED to be defined to compile, but did not actually use them. Change this so we no longer need to define an unused macro to compile in DM_I2C mode. Also make it more clear that

[U-Boot] [PATCH v2 2/2] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-05-08 Thread Trent Piepho
These options only apply when not using DM_I2C. When using device trees, the dt will enable and control the speeds of the I2C controller(s) and these configuration options have no effect. So disable them in DM_I2C mode. Otherwise they show up as decoys, and make it look like one is enabling I2C

Re: [U-Boot] [PATCH v3 09/10] pinctrl: rockchip: Clean the unused type and label【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:44 AM, Kever Yang wrote: > > On 04/16/2019 09:57 PM, David Wu wrote: >> As the mux/pull/drive feature implement at own file, >> the type and label are not necessary. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip, thanks! > > Thanks, > -

Re: [U-Boot] [PATCH v3 08/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' pull【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:44 AM, Kever Yang wrote: > > On 04/16/2019 09:57 PM, David Wu wrote: >> RK3288 pmu_gpio0 pull setting have no higher 16 writing corresponding >> bits, need to read before write the register. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip,

Re: [U-Boot] [PATCH v3 10/10] pinctrl: rockchip: Also move common set_schmitter func into per Soc file【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:44 AM, Kever Yang wrote: > > On 04/16/2019 09:58 PM, David Wu wrote: >> Only some Soc need Schmitter feature, so move the >> implementation into their own files. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip, thanks! > > Thanks, > - Kever

[U-Boot] [PATCH 04/18] arm: dts: k3-am65: Add I2C nodes

2019-05-08 Thread Andreas Dannenberg
Add I2C DT nodes Signed-off-by: Vignesh R --- arch/arm/dts/k3-am65-main.dtsi | 44 arch/arm/dts/k3-am65-mcu.dtsi| 11 arch/arm/dts/k3-am65-wakeup.dtsi | 11 arch/arm/dts/k3-am65.dtsi| 6 + 4 files changed, 72 insertions(+)

[U-Boot] [PATCH 08/18] arm64: dts: k3-am654-base-board: Add I2C GPIO expander @ 0x38

2019-05-08 Thread Andreas Dannenberg
The AM654 base board has a TCA9554/PCA9554-type GPIO expander on the wkup_i2c0 bus at address 0x38 that is used to detect the presence of daughter cards. Add a respective DTS description of this expander to enable its use. Signed-off-by: Andreas Dannenberg ---

[U-Boot] [PATCH 10/18] configs: am65x_hs_evm_a53: Enable PCA953X-type GPIO driver

2019-05-08 Thread Andreas Dannenberg
Enable GPIO driver for PCA953X-compatible I2C-based I/O expander which includes support for the TCA9554/PCA9554-type expander found on the AM654 EVM base board. Signed-off-by: Andreas Dannenberg --- configs/am65x_hs_evm_a53_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

[U-Boot] [PATCH 12/18] configs: am65x_hs_evm_a53: Increase malloc pool before relocation

2019-05-08 Thread Andreas Dannenberg
The malloc pool used before relocation is getting tight leading to out of memory errors doing certain DM-related calls. Since we are running the A53 SPL out of DDR let's just go ahead and bump its size as used in U-Boot proper as well as SPL (via Kconfig default value) from 8KB to 32KB.

[U-Boot] [PATCH 01/18] i2c: omap24xx_i2c: Adapt driver to support K3 devices

2019-05-08 Thread Andreas Dannenberg
From: Vignesh R K3 devices have I2C IP that is same as OMAP2+ family. Allow driver to be compiled for ARCH_K3. Signed-off-by: Vignesh R Signed-off-by: Andreas Dannenberg --- drivers/i2c/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/Kconfig

Re: [U-Boot] [PATCH] net: mvpp2: support setting hardware addresses from ethernet core

2019-05-08 Thread Joe Hershberger
On Wed, May 8, 2019 at 2:36 PM Matt Pelland wrote: > > mvpp2 already has support for setting MAC addresses but this > functionality was not exposed to the ethernet core. This commit exposes > this functionality so that MAC address assignments stored in U-Boot's > environment are correctly applied

Re: [U-Boot] Pull request for UEFI sub-system for v2019.07-rc2 (2)

2019-05-08 Thread Tom Rini
On Thu, May 09, 2019 at 12:03:38AM +0200, Heinrich Schuchardt wrote: > On 5/8/19 7:50 PM, Tom Rini wrote: > >On Wed, May 08, 2019 at 07:57:57AM +0200, Heinrich Schuchardt wrote: > > > >>The following changes since commit > >>44237e272f1eac3b026709e76333a07b2d3a3523: > >> > >>Merge branch 'master'

Re: [U-Boot] Pull request for UEFI sub-system for v2019.07-rc2 (2)

2019-05-08 Thread Graf, Alexander
On 09.05.19 00:03, Heinrich Schuchardt wrote: On 5/8/19 7:50 PM, Tom Rini wrote: On Wed, May 08, 2019 at 07:57:57AM +0200, Heinrich Schuchardt wrote: The following changes since commit 44237e272f1eac3b026709e76333a07b2d3a3523: Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-06

[U-Boot] [PATCH 2/5] configs: nitrogen6x: Add DM_MMC/DM_USB/AHCI support

2019-05-08 Thread Troy Kisky
Add DM_MMC to all defconfigs whose board is nitrogen6x. mx6qsabrelite_defconfig nitrogen6dl2g_defconfig nitrogen6dl_defconfig nitrogen6q2g_defconfig nitrogen6q_defconfig nitrogen6s1g_defconfig This commit is adding multiple configs, but seems to be the minimum change to not lose features and

[U-Boot] [PATCH 4/5] configs: nitrogen6x: Add DM_GPIO support

2019-05-08 Thread Troy Kisky
Add CONFIG_DM_GPIO to all defconfigs whose board is nitrogen6x. mx6qsabrelite_defconfig nitrogen6dl2g_defconfig nitrogen6dl_defconfig nitrogen6q2g_defconfig nitrogen6q_defconfig nitrogen6s1g_defconfig This is in preparation for adding CONFIG_DM_SPI. Signed-off-by: Troy Kisky ---

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

2019-05-08 Thread Vladimir Oltean
On 5/9/19 1:42 AM, Tom Rini wrote: > On Wed, May 08, 2019 at 10:40:57PM +, Vladimir Oltean wrote: >> On 5/9/19 1:24 AM, Joe Hershberger wrote: >>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger >>> wrote: Hi Tom, The following changes since commit

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 10:40:57PM +, Vladimir Oltean wrote: > On 5/9/19 1:24 AM, Joe Hershberger wrote: > > On Tue, May 7, 2019 at 5:15 PM Joe Hershberger > > wrote: > >> > >> Hi Tom, > >> > >> The following changes since commit > >> 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980: > >> > >> I

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote: > On 5/9/19 1:48 AM, Tom Rini wrote: > > On Wed, May 08, 2019 at 10:45:50PM +, Vladimir Oltean wrote: > >> On 5/9/19 1:42 AM, Tom Rini wrote: > >>> On Wed, May 08, 2019 at 10:40:57PM +, Vladimir Oltean wrote: > On 5/9/19

Re: [U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig

2019-05-08 Thread Joe Hershberger
On Fri, Mar 1, 2019 at 3:44 PM Joe Hershberger wrote: > > On Tue, Feb 12, 2019 at 6:29 AM Christian Gmeiner > wrote: > > > > This converts the following to Kconfig: > >CONFIG_IP_DEFRAG > > > > Signed-off-by: Christian Gmeiner > > Thanks for doing this, but don't we also need to migrate the

Re: [U-Boot] [PATCH] Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"

2019-05-08 Thread Peng Fan
> Subject: Re: [PATCH] Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock > setting issue" > > On Wed, 8 May 2019 13:59:14 + > Peng Fan wrote: > > > > -Original Message- > > > From: Lukasz Majewski [mailto:lu...@denx.de] > > > Sent: 2019年5月8日 14:38 > > > To: Peng Fan > > > Cc:

[U-Boot] [PULL]Please pull u-boot-rockchip/tags/rockchip-for-v2019.07-rc1

2019-05-08 Thread Kever Yang
Hi Tom, Here is the second batch of changes for the Rockchip side of the repository. Clean bill-of-health in Travis-CI at https://travis-ci.org/keveryang/u-boot/builds/529695743 And I have test on all evb of Rockchip SoCs. Thanks, - Kever The following changes since commit

Re: [U-Boot] [PATCH v3 07/10] pinctrl: rockchip: Split the common set_pull() func into per Soc【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:43 AM, Kever Yang wrote: > > On 04/16/2019 09:57 PM, David Wu wrote: >> As the common set_mux func(), implement the feature at the own file >> for each Soc. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip, thanks! > > Thanks, > - Kever >>

Re: [U-Boot] [PATCH v3 04/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' iomux【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:43 AM, Kever Yang wrote: > > On 04/16/2019 09:50 PM, David Wu wrote: >> RK3288 pmu_gpio0 iomux setting have no higher 16 writing corresponding >> bits, need to read before write the register. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip,

Re: [U-Boot] [PATCH v3 05/10] pinctrl: rockchip: Split the common set_drive() func into per Soc【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:43 AM, Kever Yang wrote: > > On 04/16/2019 09:55 PM, David Wu wrote: >> As the common set_mux func(), implement the feature at the own file >> for each Soc. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to u-boot-rockchip, thanks! > > Thanks, > - Kever >>

Re: [U-Boot] [PATCH v3 06/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' drive strength【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-05-08 Thread Kever Yang
On 05/07/2019 11:43 AM, Kever Yang wrote: > > On 04/16/2019 09:56 PM, David Wu wrote: >> RK3288 pmu_gpio0 drive strength setting have no higher 16 writing >> corresponding bits, need to read before write the register. >> >> Signed-off-by: David Wu > Reviewed-by: Kever Yang Applied to

Re: [U-Boot] [PATCH v5 6/6] riscv: configs: add ae350_rv[32|64]_xip_defconfig to MAINTAINERS

2019-05-08 Thread Bin Meng
Hi Rick, On Thu, May 9, 2019 at 9:30 AM Andes wrote: > > From: Rick Chen > > This patch will fix Travis failure item as below: > https://travis-ci.org/rickchen36/u-boot-riscv/jobs/529605196 > > Check for configs without MAINTAINERS entry > > Signed-off-by: Rick Chen > Cc: Greentime Hu > --- >

[U-Boot] [PATCH v5 3/6] riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is enabled

2019-05-08 Thread Andes
From: Rick Chen This patch will fix prior_stage_fdt_address write failure problem, when AE350 boots from flash. When AE350 boots from flash, prior_stage_fdt_address will be flash address, we shall avoid it to be written. Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng

[U-Boot] [PATCH v5 5/6] riscv: configs: AE350 will use CONFIG_OF_SEPARATE when boots from flash

2019-05-08 Thread Andes
From: Rick Chen When AE350 boots from flash, use CONFIG_OF_SEPARATE instead of CONFIG_OF_BOARD. Also remove unused code about prior_stage_fdt_address. And modify CONFIG_SYS_FDT_BASE as flash address. Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng Reviewed-by: Lukas Auer

[U-Boot] [PATCH v5 2/6] riscv: configs: Support AE350 SMP booting from flash flow

2019-05-08 Thread Andes
From: Rick Chen Add two defconfigs to support AE350 SMP booting from flash. Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng Reviewed-by: Lukas Auer --- configs/ae350_rv32_xip_defconfig | 37 + configs/ae350_rv64_xip_defconfig | 38

Re: [U-Boot] [PATCH] net: mvpp2: support setting hardware addresses from ethernet core

2019-05-08 Thread Stefan Roese
On 08.05.19 21:34, Matt Pelland wrote: mvpp2 already has support for setting MAC addresses but this functionality was not exposed to the ethernet core. This commit exposes this functionality so that MAC address assignments stored in U-Boot's environment are correctly applied before Linux boots.

Re: [U-Boot] [PATCH 1/2] include: android_bl_msg.h: Initial import

2019-05-08 Thread Eugeniu Rosca
Hi Sam, Thanks for the amazing effort to put the recent BCB/AB-related advancements together and make them work. I really look forward to seeing this part of mainline. Still, I have some concerns/questions and hope to get your feedback. First, the ("Implement Reboot reason support") series

Re: [U-Boot] [PATCH v5 6/6] riscv: configs: add ae350_rv[32|64]_xip_defconfig to MAINTAINERS

2019-05-08 Thread Bin Meng
Hi Rick, On Thu, May 9, 2019 at 10:01 AM Rick Chen wrote: > > Hi Bin > > Bin Meng 於 2019年5月9日 週四 上午9:32寫道: > > > > Hi Rick, > > > > On Thu, May 9, 2019 at 9:30 AM Andes wrote: > > > > > > From: Rick Chen > > > > > > This patch will fix Travis failure item as below: > > >

[U-Boot] [PATCH 2/2] pico-imx6ul: Add DWARF baseboard support

2019-05-08 Thread Otavio Salvador
This add the boot menu option for the DWARF baseboard as well as a specific config file for users which wish to use it as a pre-defined board. Signed-off-by: Otavio Salvador --- configs/pico-dwarf-imx6ul_defconfig | 66 + include/configs/pico-imx6ul.h | 6 ++-

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

2019-05-08 Thread Tom Rini
+ Rob On Wed, May 08, 2019 at 11:05:29PM +, Vladimir Oltean wrote: > On 5/9/19 1:55 AM, Tom Rini wrote: > > On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote: > >> On 5/9/19 1:48 AM, Tom Rini wrote: > >>> On Wed, May 08, 2019 at 10:45:50PM +, Vladimir Oltean wrote: > On

[U-Boot] [PATCH 1/2] logos: Add the TechNexion's logo

2019-05-08 Thread Otavio Salvador
From: Fabio Estevam Add the TechNexion's logo from their internal U-Boot tree. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- tools/logos/technexion.bmp | Bin 0 -> 22390 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/logos/technexion.bmp

Re: [U-Boot] Pull request v3: u-boot-sunxi/master

2019-05-08 Thread Tom Rini
On Thu, May 09, 2019 at 12:52:33AM +0530, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > > Summary: > - H6 Beelink GS1 board (Clément) > - Olimex A64-Teres-I board (Jonas) > - sunxi build fix for CONFIG_CMD_PXE|DHCP (Ondrej) > - Change include order (Jagan) > - EPHY clock changes

Re: [U-Boot] [PATCH v5 6/6] riscv: configs: add ae350_rv[32|64]_xip_defconfig to MAINTAINERS

2019-05-08 Thread Rick Chen
Hi Bin Bin Meng 於 2019年5月9日 週四 上午10:21寫道: > > Hi Rick, > > On Thu, May 9, 2019 at 10:01 AM Rick Chen wrote: > > > > Hi Bin > > > > Bin Meng 於 2019年5月9日 週四 上午9:32寫道: > > > > > > Hi Rick, > > > > > > On Thu, May 9, 2019 at 9:30 AM Andes wrote: > > > > > > > > From: Rick Chen > > > > > > > >

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

2019-05-08 Thread Simon Glass
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 files when building x86 boards: board/dfi/dfi-bt700/dsdt.aml

Re: [U-Boot] [v5 PATCH] RISCV: image: Add booti support

2019-05-08 Thread Rick Chen
> From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: Tuesday, May 07, 2019 9:11 AM > To: Atish Patra; u-boot@lists.denx.de > Cc: Tom Rini; Karsten Merker; Alexander Graf; Alex Kiernan; Anup Patel; Bin > Meng; Heinrich Schuchardt; Joe Hershberger; Lukas Auer; Michal Simek; Rick > Jian-Zhi

Re: [U-Boot] [PATCH v7 1/4] dts: Makefile: Build rockchip dtbs based on SoC types【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips....@lists.infradead.org代发】

2019-05-08 Thread Kever Yang
On 05/08/2019 11:38 AM, Kever Yang wrote: > > On 05/08/2019 02:21 AM, Jagan Teki wrote: >> - Sometimes u-boot specific dtsi files are included >> automatically which would build for entire rockchip SoC, >> even-though the respective dtsi should used it for specific >> family of rockchip

Re: [U-Boot] [PATCH v7 3/4] rockchip: dts: rk3399-u-boot: Add u-boot, dm-pre-reloc for spi1

2019-05-08 Thread Kever Yang
On 05/08/2019 11:39 AM, Kever Yang wrote: > > On 05/08/2019 02:21 AM, Jagan Teki wrote: >> Add u-boot,dm-pre-reloc property for spi1, so-that the >> subsequent rk3399 boards which boot from SPI. >> >> This help to separate the u-boot specific properties away >> from base dts files so-that the

Re: [U-Boot] [PATCH v7 4/4] arm64: rockchip: dts: rk3399: Use rk3399-u-boot.dtsi

2019-05-08 Thread Kever Yang
On 05/08/2019 11:39 AM, Kever Yang wrote: > > On 05/08/2019 02:21 AM, Jagan Teki wrote: >> Now we have >> - board specific -u-boot.dtsi files for board specific u-boot >> dts changes. >> - soc specific rk3399-u-boot.dtsi for soc specific u-boot >> dts changes. >> >> So, include the

Re: [U-Boot] [PATCH v7 2/4] arm64: rockchip: dts: rk3399: Add board -u-boot.dtsi files

2019-05-08 Thread Kever Yang
On 05/08/2019 11:39 AM, Kever Yang wrote: > > On 05/08/2019 02:21 AM, Jagan Teki wrote: >> Devicetree files in RK3399 platform is synced from Linux, like other >> platforms does. Apart from these u-boot in rk3399 would also require >> some u-boot specific node like dmc. >> >> dmc node has big

Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-05-08 Thread Rick Chen
> Subject: Re: [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables > extlinux) > > On Fri, Apr 12, 2019 at 12:38 AM Auer, Lukas > wrote: > > > > On Thu, 2019-04-11 at 14:51 +0200, David Abdurachmanov wrote: > > > On Thu, Apr 11, 2019 at 2:41 PM Auer, Lukas > > > wrote: > > > > + Bin

Re: [U-Boot] [PATCH] arm: mvebu: clearfog: add MMC to SPL DT

2019-05-08 Thread Stefan Roese
On 08.05.19 16:47, Baruch Siach wrote: This allows SPL to load the main U-Boot image from MMC once DM_MMC is enabled. Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v5 6/6] riscv: configs: add ae350_rv[32|64]_xip_defconfig to MAINTAINERS

2019-05-08 Thread Andes
From: Rick Chen This patch will fix Travis failure item as below: https://travis-ci.org/rickchen36/u-boot-riscv/jobs/529605196 Check for configs without MAINTAINERS entry Signed-off-by: Rick Chen Cc: Greentime Hu --- board/AndesTech/ax25-ae350/MAINTAINERS | 2 ++ 1 file changed, 2

[U-Boot] [PATCH v5 4/6] riscv: configs: AE350 will use CONFIG_OF_PRIOR_STAGE when boots from ram

2019-05-08 Thread Andes
From: Rick Chen When AE350 boots from ram, use CONFIG_OF_PRIOR_STAGE instead of CONFIG_OF_BOARD. Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng Reviewed-by: Lukas Auer --- configs/ae350_rv32_defconfig | 2 +- configs/ae350_rv64_defconfig | 2 +- 2 files changed, 2

Re: [U-Boot] [PATCH v5 6/6] riscv: configs: add ae350_rv[32|64]_xip_defconfig to MAINTAINERS

2019-05-08 Thread Rick Chen
Hi Bin Bin Meng 於 2019年5月9日 週四 上午9:32寫道: > > Hi Rick, > > On Thu, May 9, 2019 at 9:30 AM Andes wrote: > > > > From: Rick Chen > > > > This patch will fix Travis failure item as below: > > https://travis-ci.org/rickchen36/u-boot-riscv/jobs/529605196 > > > > Check for configs without MAINTAINERS

[U-Boot] [PATCH v8] rockchip: dts: rk3399: nanopi4: Use CD pin as RK_FUNC_1

2019-05-08 Thread Jagan Teki
Attaching GPIO functionality to SDMMC0_DET pin (which does in Linux base dts) make dwmmc driver "fail to detect the card". Card did not respond to voltage select! It may be because the existing driver can't support gpio card detection. So, change the pinctrl functionality from RK_FUNC_GPIO to

  1   2   3   >