[U-Boot] [ANNOUNCEMENT] Expect ML downtime at 2019-12-03 11:00 CET

2019-12-02 Thread Claudius Heine
Hi everyone, because we are moving the mailing list to a different server, we have to take it down for hopefully only a few minutes. The DNS entries need to be updated, so it might take a while until those will stabilize. Thanks and have a nice day! Claudius signature.asc Description: OpenPGP

Re: [U-Boot] [PATCH 1/1] efi_loader: pass address to efi_install_fdt()

2019-12-02 Thread Heinrich Schuchardt
On 12/3/19 7:37 AM, Alexander Graf wrote: On 03.12.19 08:27, Heinrich Schuchardt wrote: As part of moving the parsing of command line arguments to do_bootefi() call efi_install_fdt() with the address of the device tree instead of a string. Signed-off-by: Heinrich Schuchardt ---   cmd/bootefi.

Re: [U-Boot] [PATCH 1/1] efi_loader: pass address to efi_install_fdt()

2019-12-02 Thread Alexander Graf
On 03.12.19 08:27, Heinrich Schuchardt wrote: As part of moving the parsing of command line arguments to do_bootefi() call efi_install_fdt() with the address of the device tree instead of a string. Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c | 30 -- 1 f

Re: [U-Boot] [EXT] Re: [PATCH 0/8] Transition of fsl qspi driver to spi-mem framework

2019-12-02 Thread Kuldeep Singh
Hi Frieder, > -Original Message- > From: Schrempf Frieder > Sent: Monday, December 2, 2019 5:35 PM > To: Kuldeep Singh ; u-boot@lists.denx.de > Cc: Priyanka Jain ; ja...@amarulasolutions.com; > s...@denx.de; Ashish Kumar > Subject: [EXT] Re: [PATCH 0/8] Transition of fsl qspi driver to s

[U-Boot] [PATCH 1/1] efi_loader: pass address to efi_install_fdt()

2019-12-02 Thread Heinrich Schuchardt
As part of moving the parsing of command line arguments to do_bootefi() call efi_install_fdt() with the address of the device tree instead of a string. Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) dif

Re: [U-Boot] pull request u-boot-fsl-qoriq

2019-12-02 Thread Priyanka Jain
>-Original Message- >From: Tom Rini >Sent: Tuesday, December 3, 2019 8:40 AM >To: Priyanka Jain >Cc: U-Boot Mailing List >Subject: Re: pull request u-boot-fsl-qoriq > >On Mon, Dec 02, 2019 at 06:24:17AM +, Priyanka Jain wrote: > >> Dear Tom, >> >> >> >> Please find my pull-request

Re: [U-Boot] [PATCH 2/3] arm: dts: Add mac node for rk3308 at dtsi level

2019-12-02 Thread David Wu
Hi Kever, 在 2019/11/27 下午2:23, Kever Yang 写道: David, On 2019/11/26 上午9:39, David Wu wrote: The rk3308 only support RMII mode, and if it is output clock mode, better to use ref_clk pin with drive strength 12ma. Signed-off-by: David Wu Did you send this to kernel list at the same time? I

[U-Boot] [ANN] U-Boot v2020.01-rc4 released

2019-12-02 Thread Tom Rini
Hey all, It's release day and here is v2020.01-rc4. Yes, I'm still working on fixing all of the issues that pop up as I get the MTD clean-up series ready to go. In fact, what I need to do at this point is grab the handful of size reduction patches that this has shown are worthwhile, then I can d

Re: [U-Boot] [PATCH v4 00/42] common: Further reduce common.h

2019-12-02 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:08PM -0700, Simon Glass wrote: > This series drops the size of common.h down further, by moving things out > into existing and new header files. > > It is now down to about 200 lines. > > Changes in v4: > - Rename cpu_legacy.h to cpu_func.h > - Use cpu_func.h instea

Re: [U-Boot] pull request u-boot-fsl-qoriq

2019-12-02 Thread Tom Rini
On Mon, Dec 02, 2019 at 06:24:17AM +, Priyanka Jain wrote: > Dear Tom, > > > > Please find my pull-request for u-boot-fsl-qoriq/master > > https://travis-ci.org/p-priyanka-jain/u-boot/builds/618451045 > > > > Summary > > fsl-qoriq : Minor bug fixes and updates on lx2160a, ls1028a, ls10

Re: [U-Boot] [PATCH v3] warp7: Fix U-Boot corruption after saving the environment

2019-12-02 Thread Tom Rini
On Tue, Dec 03, 2019 at 12:04:46AM -0300, Fabio Estevam wrote: > U-Boot binary has grown in such a way that it goes beyond the reserved > area for the environment variables. > > Running "saveenv" followed by a "reset" causes U-Boot to hang because > of this overlap. > > Fix this problem by selec

Re: [U-Boot] [PULL] u-boot-mips

2019-12-02 Thread Tom Rini
On Sat, Nov 30, 2019 at 11:01:15PM +0100, Daniel Schwierzeck wrote: > Hi Tom, > > please pull the removal of the MIPS Micronas VCT boards for 2020.01. > > Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454 > Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/build

Re: [U-Boot] [PATCH v2] warp7: Fix U-Boot corruption after saving the environment

2019-12-02 Thread Fabio Estevam
On Mon, Dec 2, 2019 at 9:59 PM Tom Rini wrote: > Is there a reason we can't use CONFIG_SYS_THUMB_BUILD on these > platforms? It's not default y as I seem to recall some thumb problems > with very early ARMv7 cores, but it should almost certainly be set here > (and a large number of other i.MX pl

[U-Boot] [PATCH v3] warp7: Fix U-Boot corruption after saving the environment

2019-12-02 Thread Fabio Estevam
U-Boot binary has grown in such a way that it goes beyond the reserved area for the environment variables. Running "saveenv" followed by a "reset" causes U-Boot to hang because of this overlap. Fix this problem by selecting CONFIG_SYS_THUMB_BUILD=y, which generates a smaller u-boot-dtb.imx binary

Re: [U-Boot] [PATCH] ARM: DRA7: Fixup DSP OPP_HIGH clock rate on DRA76P/DRA77P SoCs

2019-12-02 Thread Lokesh Vutla
On 03/12/19 4:04 AM, Suman Anna wrote: > The commit 1b42ab3eda8a ("ARM: DRA7: Fixup DSPEVE, IVA and GPU clock > frequencies based on OPP") added the core logic to update the kernel > device-tree blob to adjust the DSP, IVA and GPU DPLL clocks based on > a one-time OPP choice selected in U-Boot fo

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-12-02 Thread Xiaowei Bao
Hi Ramon, Do you have any comments about this? Thanks a lot. Best regards Xiaowei From: Xiaowei Bao Sent: 2019年11月26日 10:52 To: Ramon Fried Cc: Bin Meng ; Simon Glass ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; Hongbo Wang ; York Sun ; u-boot@lists.denx.de Subject: RE: [EXT] Re: [U-Boot] [PATCHv2

Re: [U-Boot] [PATCH v4 1/2] disk: update to use SPL_PARTITIONS for SPL

2019-12-02 Thread Kever Yang
Hi Tom, On 2019/12/3 上午7:02, Tom Rini wrote: This and 2/2 need to be checked (possibly again) for unexpected size growth. This patches should only affect those boards with SPL_LIBDISK_SUPPORT enabled, If this MACRO is enabled, the board wants to use partition, and all the related source code a

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong: > >> On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong > >> > >> wrote: > >>> > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > wrote: > > > >> On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > >> > >> wrote: > >>> >

Re: [U-Boot] [PATCH v2] warp7: Fix U-Boot corruption after saving the environment

2019-12-02 Thread Tom Rini
On Mon, Dec 02, 2019 at 08:40:28PM -0300, Fabio Estevam wrote: > U-Boot binary has grown in such a way that it goes beyond the reserved > area for the environment variables. > > Running "saveenv" followed by a "reset" causes U-Boot to hang because > of this overlap. > > Fix this problem

[U-Boot] [PATCH v2] warp7: Fix U-Boot corruption after saving the environment

2019-12-02 Thread Fabio Estevam
U-Boot binary has grown in such a way that it goes beyond the reserved area for the environment variables. Running "saveenv" followed by a "reset" causes U-Boot to hang because of this overlap. Fix this problem by increasing the CONFIG_ENV_OFFSET size. Also, in order to prevent this

[U-Boot] [PATCH] configs: sama5d27_som1_ek: Add default config to read ENV from QSPI

2019-12-02 Thread Swapna.Gurumani
From: Swapna Gurumani In the initial SPI flash setup, the default bus mode being used was 3, which is incorrect, causing a CRC error when the ENV was being read from QSPI. Setting the default bus mode to 0 which is the correct mode. Signed-off-by: Swapna Gurumani --- configs/sama5d27_som1_ek_q

Re: [U-Boot] [RESEND PATCH v2] dm: serial: Handle "stdout-path" with ":options" correctly

2019-12-02 Thread Simon Glass
On Sun, 1 Dec 2019 at 19:45, Simon Glass wrote: > > HI BIn, > > On Sun, 1 Dec 2019 at 18:47, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Nov 25, 2019 at 9:52 PM Bin Meng wrote: > > > > > > With commit f0921f5098d8 ("fdt: Sync up to the latest libfdt"), > > > SiFive Unleashed board does not

Re: [U-Boot] [PATCH] tools/imximage: fix reported DCD information for MX7ULP

2019-12-02 Thread Jorge Ramirez-Ortiz, LDTS
On 28/11/19 11:33:21, Jorge Ramirez-Ortiz wrote: > On the MX7ULP, OCRAM for DCD is at 0x2f01 any comments? do notice that this is not trivial debug information: this is required for security puposes so images can then be signed and booted via SDP. Dumping the wrong information here is importa

Re: [U-Boot] flashing and testing u-boot on chromebook_bob

2019-12-02 Thread Sahaj Sarup
Hi Simon, Been a couple of weeks. I have obtained a SuzyQable and its working well with bob. I can see RxTx from Cr50, AP and EC. On mainline linux from ArchLinuxArm I can see earlyprintk as well. However I am still stuck on the u-boot end. Just to make sure I didn't miss anything, I'm laying dow

Re: [U-Boot] [PATCH v5 006/101] net: Move the checksum functions to lib/

2019-12-02 Thread Joseph Hershberger
> -Original Message- > From: Simon Glass > Sent: Sunday, November 24, 2019 10:09 PM > To: U-Boot Mailing List > Cc: Bin Meng ; Simon Glass ; > Joseph Hershberger > Subject: [EXTERNAL] [PATCH v5 006/101] net: Move the checksum functions > to lib/ > > These functions are used by code outs

Re: [U-Boot] [PATCH v4 1/2] disk: update to use SPL_PARTITIONS for SPL

2019-12-02 Thread Tom Rini
On Thu, Nov 28, 2019 at 11:06:41AM +0800, Kever Yang wrote: > Hi Tom, Simon > ping... > Is it OK to merge this patch? > > Thanks > - Kever > > Kever Yang 于2019年8月15日周四 下午4:32写道: > > > The SPL disk driver can not depends on SPL_FRAMEWORK & PARTITIONS, which > > will enable the disk driver wh

[U-Boot] [PATCH] ARM: DRA7: Fixup DSP OPP_HIGH clock rate on DRA76P/DRA77P SoCs

2019-12-02 Thread Suman Anna
The commit 1b42ab3eda8a ("ARM: DRA7: Fixup DSPEVE, IVA and GPU clock frequencies based on OPP") added the core logic to update the kernel device-tree blob to adjust the DSP, IVA and GPU DPLL clocks based on a one-time OPP choice selected in U-Boot for most of the DRA7xx/AM57xx family of SoCs. The

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: fix QSPI write issues

2019-12-02 Thread Simon Goldschmidt
Am 22.11.2019 um 03:03 schrieb Tan, Ley Foon: -Original Message- From: Ooi, Joyce Sent: Thursday, November 21, 2019 10:42 PM To: Jagan Teki Cc: Tan, Ley Foon ; Ang, Chee Hong ; Ooi, Joyce ; u- b...@lists.denx.de Subject: [PATCH] spi: cadence_qspi_apb: fix QSPI write issues From: Che

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong: On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong wrote: On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong wrote: On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong wrote: On Mon, Dec 2, 2019 at 11:25 AM wrote: From: "Ang, Chee Hong" New U-boot

Re: [U-Boot] [RESEND PATCH] net: tftp: Fix tftp store address check in store_block()

2019-12-02 Thread Joe Hershberger
Hi Bin, On Sun, Dec 1, 2019 at 7:46 PM Bin Meng wrote: > > Hi Joe, > > On Wed, Nov 20, 2019 at 5:54 AM Joe Hershberger > wrote: > > > > On Sat, Nov 16, 2019 at 12:20 AM Bin Meng wrote: > > > > > > During testing of qemu-riscv32 with a 2GiB memory configuration, > > > tftp always fails with a e

Re: [U-Boot] [PATCH v2] spl: Allow cache drivers to be used in SPL

2019-12-02 Thread Simon Goldschmidt
Am 02.12.2019 um 17:01 schrieb Tom Rini: On Fri, Nov 29, 2019 at 09:59:26AM +0800, Ley Foon Tan wrote: Add an option for building cache drivers in SPL. Signed-off-by: Ley Foon Tan Reviewed-by: Tom Rini Reviewed-by: Simon Goldschmidt ___ U-Bo

Re: [U-Boot] [PATCH v4 2/2] cmd: Add dtimg command

2019-12-02 Thread Sam Protsenko
Hi Eugeniu, On Thu, Nov 14, 2019 at 12:58 AM Eugeniu Rosca wrote: > > Hi Roman, > (CC-ing Igor for Android topics) > > On Wed, Nov 13, 2019 at 12:19:59PM +0200, Roman Stratiienko wrote: > > On Tue, Nov 12, 2019 at 8:18 PM Eugeniu Rosca wrote: > > > > > > Hello Sam, > > > > > > On Thu, Aug 16, 20

Re: [U-Boot] [PATCH v2 3/8] cmd: bootimg: Add bootimg command

2019-12-02 Thread Sam Protsenko
Hi Eugeniu, On Wed, Nov 27, 2019 at 9:17 PM Eugeniu Rosca wrote: > > Hi Sam, > > On Wed, Oct 23, 2019 at 05:34:22PM +0300, Sam Protsenko wrote: > > +static int do_bootimg_get_dtb_file(cmd_tbl_t *cmdtp, int flag, int argc, > > +char * const argv[]) > > +{ > > +

Re: [U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-12-02 Thread Stefano Babic
Hi Igor, On 03/11/19 17:21, Igor Opaniuk wrote: > Hi Stefano, > > On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote: >> >> From: Igor Opaniuk >> >> Add u-boot,dm-pre-reloc properties for uart pinmux configuration >> nodes, which enables UART as early as possible (before relocation). >> >> Wit

Re: [U-Boot] [NXP-IMX] please pull imx-master-11-21

2019-12-02 Thread Fabio Estevam
Hi Stefano, On Mon, Dec 2, 2019 at 2:40 PM Stefano Babic wrote: > I am fine, thanks. Excellent! Please ping me when all my i.MX7ULP patches have been applied to your tree and then I will submit an updated version of the i.MX7ULP Embedded Artists board patch. Thanks! __

Re: [U-Boot] [NXP-IMX] please pull imx-master-11-21

2019-12-02 Thread Stefano Babic
On 02/12/19 18:28, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Dec 2, 2019 at 2:04 PM Stefano Babic wrote: > >> About mx7ulp (and warp7, >> >> Tom has merged this one: >> >> commit a09fea1d28fe3c69a64bee092f5a764274d26ca2 >> Author: Tom Rini >> Date: Mon Nov 18 20:02:10 2019 -0500 >> >>

Re: [U-Boot] [PATCH v2 7/8] env: ti: boot: Boot Android with dynamic partitions

2019-12-02 Thread Sam Protsenko
Hi Tom, On Sun, Nov 3, 2019 at 4:35 PM Tom Rini wrote: > > On Wed, Oct 23, 2019 at 05:34:26PM +0300, Sam Protsenko wrote: > > > Changes: > > - use boot.img instead of boot_fit.img > > - use .dtb from boot.img v2 > > - implement recovery boot > > - always boot ramdisk from boot.img, we can

Re: [U-Boot] [NXP-IMX] please pull imx-master-11-21

2019-12-02 Thread Fabio Estevam
Hi Stefano, On Mon, Dec 2, 2019 at 2:04 PM Stefano Babic wrote: > About mx7ulp (and warp7, > > Tom has merged this one: > > commit a09fea1d28fe3c69a64bee092f5a764274d26ca2 > Author: Tom Rini > Date: Mon Nov 18 20:02:10 2019 -0500 > > env: Finish migration of common ENV options > > This dr

Re: [U-Boot] [PATCH v2 1/8] image: android: Add functions for handling dtb field

2019-12-02 Thread Sam Protsenko
Hi Eugeniu, On Tue, Oct 29, 2019 at 3:49 AM Eugeniu Rosca wrote: > > Hi Sam, > > On Wed, Oct 23, 2019 at 05:34:20PM +0300, Sam Protsenko wrote: > > Android Boot Image v2 adds "DTB" payload (and corresponding field in the > > image header). Provide functions for its handling: > > I believe this to

Re: [U-Boot] [NXP-IMX] please pull imx-master-11-21

2019-12-02 Thread Stefano Babic
On 22/11/19 07:42, Peng Fan wrote: > Hi Stefano, > > Please pull imx-master-11-21, based on imx/master. > CI: https://travis-ci.org/MrVan/u-boot/builds/614830163 > > > i.mx6qp noc settings > i.mx7ulp update and artists com board support > -

[U-Boot] [PATCH] cmd: cp: add missing map_sysmem

2019-12-02 Thread Philippe Reynes
The command cp fails on sandbox because the address is used directly. To fix this issue, we call the function map_sysmem to translate the address. Signed-off-by: Philippe Reynes --- cmd/mem.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/cmd/mem.c b/cmd/me

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong > wrote: > > > > > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > > > > > wrote: > > > > > > > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > > > > > > > wrote: > > > > > > > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM > wrote: > > >

Re: [U-Boot] One u-boot.bin for Raspberry PI 3 and 4 - possible?

2019-12-02 Thread Matthias Brugger
Hi Geoff, On 03/10/2019 03:44, Geoff Williams wrote: >> And with a U-Boot based on f5c626c64874d6e1482edf4a76aa22e5e54be63d without >> my >> patches you see correct behavior? > > The screen turning off issue was caused by a deployment script copying the > wrong > u-boot binary to the SD card! T

Re: [U-Boot] [PATCH] test.py: Make search for autoconf.mk more permission

2019-12-02 Thread Stephen Warren
On 12/1/19 7:34 PM, Simon Glass wrote: Buildman doesn't store this file in the same directory as a normal build. Update the conftest code to handle both cases. Shouldn't we just fix buildman so that it puts the files in the standard locations? That way, we don't have to separately update every

Re: [U-Boot] [PATCH v2] spl: Allow cache drivers to be used in SPL

2019-12-02 Thread Tom Rini
On Fri, Nov 29, 2019 at 09:59:26AM +0800, Ley Foon Tan wrote: > Add an option for building cache drivers in SPL. > > Signed-off-by: Ley Foon Tan > Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Bo

[U-Boot] [PATCHv2] blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more

2019-12-02 Thread Tom Rini
When we do not have CONFIG_BLK (or SPL/TPL) enabled there are very few cases where we need the blk_legacy code linked in. To catch these, build when we have CONFIG_HAVE_BLOCK_DEVICE set. In addition, we only need cmd/blk_common.o to be linked in when we have CONFIG_HAVE_BLOCK_DEVICE set, so make u

Re: [U-Boot] [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2019-12-02 Thread Tom Rini
On Sun, Dec 01, 2019 at 07:33:56PM -0700, Simon Glass wrote: > At present the pinctrl nodes are not enabled in pre-relocation U-Boot so > the UARTs do not correctly select the pinconfig to enable the UART pins. > Fix this so that the U-Boot banner is printed. > > Signed-off-by: Simon Glass > Fix

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong wrote: > > > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > wrote: > > > > > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > > > > > wrote: > > > > > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > > > > > From: "

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > wrote: > > > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > > > wrote: > > > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > > > > > New U-boot flow with ARM Trusted Fi

Re: [U-Boot] [PULL] u-boot-socfpga/master

2019-12-02 Thread Tom Rini
On Thu, Nov 28, 2019 at 11:17:58AM +0100, Marek Vasut wrote: > The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0: > > Merge tag 'u-boot-rockchip-20191124' of > https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23 > 20:50:11 -0500) > > are available in

Re: [U-Boot] [PULL] u-boot-usb/master

2019-12-02 Thread Tom Rini
On Thu, Nov 28, 2019 at 11:17:36AM +0100, Marek Vasut wrote: > The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0: > > Merge tag 'u-boot-rockchip-20191124' of > https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23 > 20:50:11 -0500) > > are available in

Re: [U-Boot] Please pull mmc-11-27-2019

2019-12-02 Thread Tom Rini
On Thu, Nov 28, 2019 at 01:20:07AM +, Peng Fan wrote: > Hi Tom, > > Please pull mmc-11-27-2019 > CI: https://travis-ci.org/MrVan/u-boot/builds/617615361 > Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-

Re: [U-Boot] pull request u-boot-mpc85xx

2019-12-02 Thread Tom Rini
On Tue, Nov 26, 2019 at 04:49:39AM +, Priyanka Jain wrote: > Dear Tom, > > Please find my pull-request for u-boot-mpc85xx/master > https://travis-ci.org/p-priyanka-jain/u-boot/builds/616526169 > > Summary > powerpc: Fix DM_MMC related build warnings by adding > eSDHC device module support fo

Re: [U-Boot] [PULL] Pull request: u-boot-stm32 u-boot-stm32-20191126

2019-12-02 Thread Tom Rini
On Wed, Nov 27, 2019 at 01:42:24PM +, Patrick DELAUNAY wrote: > Hi Tom > > Please pull the STM32 related patches for u-boot-stm32-20191126 > > With the following changes: > - Solve warning for stih410-b2260 > - Device tree alignment on v5.4-rc4 for all stm32 boards > - Correct the eMMC pin c

[U-Boot] [PATCH] iminfo: add missing map_sysmem

2019-12-02 Thread Philippe Reynes
The command iminfo fails on sandbox because the address is used directly. To fix this issue, we call the function map_sysmem to translate the address. Signed-off-by: Philippe Reynes --- cmd/bootm.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cmd/bootm.c b/cmd

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong wrote: > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > wrote: > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > >

Re: [U-Boot] [PATCH v4 2/2] cmd: Add dtimg command

2019-12-02 Thread Eugeniu Rosca
Dear Igor and Sam, Cc: Tom, Simon On Mon, Nov 18, 2019 at 10:27:32PM +0100, Eugeniu Rosca wrote: > Hello Igor, hello Sam, > > We still have high hopes getting your response to > https://patchwork.ozlabs.org/patch/958594/#2302310 > > If not given, we will proceed with implementing the proposal fr

Re: [U-Boot] [PATCH v5 101/101] x86: Add chromebook_coral

2019-12-02 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > Add support for coral which is a range of Apollo Lake-based Chromebook > released in 2017. This also includes reef released in 2016, since it is > based on the same SoC. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > -

Re: [U-Boot] [PATCH v5 100/101] x86: apl: Add FSP support

2019-12-02 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > The memory and silicon init parts of the FSP need support code to work. > Add this for Apollo Lake. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Allocate the FSP-S data instead of using the stack > - Rename APOLLOLA

Re: [U-Boot] Load Debian/Fedora via EFI

2019-12-02 Thread Michal Simek
On 29. 11. 19 19:23, Heinrich Schuchardt wrote: > On 11/29/19 11:16 AM, Michal Simek wrote: >> Hi, >> >> I tried to boot latest debian and fedora rootfs via distro boot and >> getting errors. >> I have tried to run just one command and it is failing. >> >> ZynqMP> bootefi bootmgr ${fdtcontroladdr}

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > wrote: > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > > > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > wrote: > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) > >

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong wrote: > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > From: "Ang, Chee Hong" > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) > > > > Adding support

Re: [U-Boot] [PATCH] tools/imximage: fix reported DCD information for MX7ULP

2019-12-02 Thread Fabio Estevam
Hi Jorge, Adding Breno. On Thu, Nov 28, 2019 at 7:33 AM Jorge Ramirez-Ortiz wrote: > > On the MX7ULP, OCRAM for DCD is at 0x2f01 > > Signed-off-by: Jorge Ramirez-Ortiz > --- > tools/imximage.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/tools/imximage.c b/tools/imximage.

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > From: "Ang, Chee Hong" > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) > > Adding support for ATF means that using U-Boot on Stratix10 and Agilex without > ATF

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 11:25 AM wrote: > > From: "Ang, Chee Hong" > > New U-boot flow with ARM Trusted Firmware (ATF) support: > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) Adding support for ATF means that using U-Boot on Stratix10 and Agilex without ATF keeps working, rig

Re: [U-Boot] [PATCH v2 1/6] net: introduce DSA class for Ethernet switches

2019-12-02 Thread Alexandru Marginean
On 12/1/2019 5:17 AM, Florian Fainelli wrote: On 11/30/2019 6:21 PM, Alexandru Marginean wrote: Hi Joe, On 11/30/2019 1:56 AM, Joe Hershberger wrote: Hi Alex, On Mon, Nov 25, 2019 at 9:54 AM Alex Marginean wrote: DSA stands for Distributed Switch Architecture and it covers switches that

Re: [U-Boot] [PATCH 0/8] Transition of fsl qspi driver to spi-mem framework

2019-12-02 Thread Schrempf Frieder
+ Ashish Hi Kuldeep, On 29.11.19 06:54, Kuldeep Singh wrote: > This entire patch series migrate freescale qspi driver to spi-mem framework. First, thanks for working on this. I have this on my list for quite a long time, but struggled to find enough time to actually get it done. > > Patch 1 r

Re: [U-Boot] [PATCH 0/4] omapl138_lcdk: fix MMC boot

2019-12-02 Thread Adam Ford
On Mon, Dec 2, 2019 at 3:32 AM Bartosz Golaszewski wrote: > > czw., 14 lis 2019 o 16:10 Bartosz Golaszewski napisał(a): > > > > From: Bartosz Golaszewski > > > > Booting from MMC on omapl138-lcdk is currently broken after we enabled > > driver-model in SPL. While I know what's wrong - the bind()

Re: [U-Boot] [PATCH v2 0/6] J721e: Add networking support

2019-12-02 Thread Grygorii Strashko
On 02/12/2019 10:59, Vignesh Raghavendra wrote: This patch enables networking support for TI's J721e SoC. Patch 1 adds a new interface to DMA uclass to get channel specific private/configuration data. Patch 2 to 4 use this interface to pass data from J721e's UDMA driver to CPSW ethernet driver.

Re: [U-Boot] [PATCH v2 5/6] arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodes

2019-12-02 Thread Grygorii Strashko
On 02/12/2019 10:59, Vignesh Raghavendra wrote: Add DT nodes related to DMA and CPSW to -u-boot.dtsi to get networking up on J721e EVM. Signed-off-by: Vignesh Raghavendra Acked-by: Joe Hershberger --- .../k3-j721e-common-proc-board-u-boot.dtsi| 239 ++ 1 file changed,

Re: [U-Boot] [PATCH v2 3/6] net: ti: am65-cpsw-nuss: Rework RX flow ID handling

2019-12-02 Thread Grygorii Strashko
On 02/12/2019 10:59, Vignesh Raghavendra wrote: Get flow ID information for RX DMA channel using dma_get_cfg() interface instead of reading from DT. This is required in order to avoid DT update whenever there is change in the range of flow ID allocated to the host. Signed-off-by: Vignesh Ragha

Re: [U-Boot] [PATCH] net: eth-uclass: ignore unavailable devices

2019-12-02 Thread Alexandru Marginean
On 12/1/2019 5:43 PM, Michael Walle wrote: Am 2019-12-01 01:55, schrieb Alexandru Marginean: Hi Michael, On 10/22/2019 1:03 AM, Michael Walle wrote: device_probe() may fail in which case the seq_id will be -1. Don't display these devices during startup. While this is only a cosmetic change, th

Re: [U-Boot] [PATCH RESEND v2 00/10] dma: ti: k3-udma: Add support for J721e

2019-12-02 Thread Grygorii Strashko
On 02/12/2019 10:54, Vignesh Raghavendra wrote: This series adds DMA support for J721e using exist K3 UDMA driver. One main change is thati, on J721e, DMA resources such as DMA channels are shared between different entities running on different cores of the SoC. Therefore, U-Boot running on A7

Re: [U-Boot] [PATCH RESEND v2 02/10] dma: ti: k3-udma: Query DMA channels allocated from Resource Manager

2019-12-02 Thread Grygorii Strashko
On 02/12/2019 10:54, Vignesh Raghavendra wrote: On K3 SoCs, DMA channels are shared across multiple entities, therefore U-Boot DMA driver needs to query resource range from centralised resource management controller i.e SystemFirmware and use DMA channels allocated for A72 host. Add support for

[U-Boot] [PATCH v4 6/6] config: enable DFU over USB on Raspberry Pi4 boards

2019-12-02 Thread Marek Szyprowski
Enable support for DFU over USB. This requires to enable USB gadget, DWC2 UDC OTG driver and DFU command. DFU entities are defined for the following firmware objects: u-boot.bin, uboot.env, config.txt, and zImage/Image. Signed-off-by: Marek Szyprowski Reviewed-by: Lukasz Majewski --- configs/rp

[U-Boot] [PATCH v4 3/6] dfu: mmc: rearrange the code

2019-12-02 Thread Marek Szyprowski
Rename functions for bufferred file io operations to make them easier to understand. Also add missing file offset argument to them (currently unused). All this is a preparation to remove predefined file size limit (CONFIG_SYS_DFU_MAX_FILE_SIZE) for DFU read/write operations. Signed-off-by: Marek S

[U-Boot] [PATCH v4 1/6] fat: write: fix broken write to fragmented files

2019-12-02 Thread Marek Szyprowski
The code for handing file overwrite incorrectly assumed that the file on disk is always contiguous. This resulted in corrupting disk structure every time when write to existing fragmented file happened. Fix this by adding proper check for cluster discontinuity and adjust chunk size on each partial

[U-Boot] [PATCH v4 4/6] dfu: mmc: remove file size limit for io operations

2019-12-02 Thread Marek Szyprowski
Add support for operations on files larger than CONFIG_SYS_DFU_MAX_FILE_SIZE. The buffered io mechanism is still used for aggregating io requests, so for files up to CONFIG_SYS_DFU_MAX_FILE_SIZE nothing is changed and they will be handled in a single filesystem call. Signed-off-by: Marek Szyprowsk

[U-Boot] [PATCH v4 5/6] usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support

2019-12-02 Thread Marek Szyprowski
Broadcom 2835 SoC requires special conversion of physical memory addresses for DMA purpose, so add needed wrappers to dwc2_udc_otg driver. Also extend the list of compatible devices with 'brcm,bcm2835-usb' entry. This allows to use USB gadget drivers (i.e. DFU) on Raspberry Pi4 boards. Signed-off-

[U-Boot] [PATCH v4 0/6] Raspberry Pi4: add support for DFU over USB

2019-12-02 Thread Marek Szyprowski
Hi All! This patchset enables support for DFU over USB protocol on Raspberry Pi4 board. The board has DWC2 UDC controller connected to the USB-C power connector. Enabling DFU on it, make the u-boot development much more convenient, as one no longer needs to swap SD-card between RPi4 board and host

[U-Boot] [PATCH v4 2/6] fat: write: adjust data written in each partial write

2019-12-02 Thread Marek Szyprowski
The code for handing file overwrite incorrectly calculated the amount of data to write when writing to the last non-cluster aligned chunk. Fix this by ensuring that no more data than the 'filesize' is written to disk. While touching min()-based calculations, change it to type-safe min_t() function.

[U-Boot] [PATCH] configs: ls1028aqds: enable mdio muxing by default

2019-12-02 Thread Alex Marginean
LS1028A QDS boards have a MDIO MUX and they require the driver for it for PHYs to work. Signed-off-by: Alex Marginean --- configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 2 ++ configs/ls1028aqds_tfa_defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/ls1028aqds_tf

Re: [U-Boot] [EXT] Re: [PATCH 0/8] Transition of fsl qspi driver to spi-mem framework

2019-12-02 Thread Kuldeep Singh
+ Ye li Hi Stefan, > -Original Message- > From: Stefan Roese > Sent: Monday, December 2, 2019 3:38 PM > To: Kuldeep Singh ; u-boot@lists.denx.de > Cc: Priyanka Jain ; ja...@amarulasolutions.com; > frieder.schre...@kontron.de > Subject: [EXT] Re: [PATCH 0/8] Transition of fsl qspi driver

[U-Boot] [PATCH v1 06/20] configs: socfpga: Enable FIT image loading with ATF support

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang SPL now loads ATF (BL31), U-Boot proper and DTB from FIT image. The new boot flow with ATF support is as follow: SPL -> ATF (BL31) -> U-Boot proper -> OS (Linux) Signed-off-by: Chee Hong Ang --- configs/socfpga_agilex_defconfig| 8 +++- configs/socfpga_stratix10_de

[U-Boot] [PATCH v1 08/20] arm: socfpga: Add SMC helper function for Intel SOCFPGA (64bits)

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Allow U-Boot proper running in non-secure mode (EL2) to invoke SMC call to ATF's PSCI runtime services such as System Manager's registers access, 2nd phase bitstream FPGA reconfiguration, Remote System Update (RSU) and etc. Signed-off-by: Chee Hong Ang --- arch/arm/mach-soc

[U-Boot] [PATCH v1 20/20] sysreset: socfpga: Invoke PSCI call for COLD reset

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Instead of sending mailbox command to trigger COLD reset, sysreset driver now call "SYSTEM_RESET" PSCI runtime service provided by ATF to trigger COLD reset. Signed-off-by: Chee Hong Ang --- drivers/sysreset/sysreset_socfpga_s10.c | 4 +--- 1 file changed, 1 insertion(+), 3

[U-Boot] [PATCH v1 19/20] arm: socfpga: Bridge reset now invokes SMC calls to query FPGA config status

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Since SSBL is now running in non-secure mode (EL2), do_bridge_reset() no longer send mailbox commands to SDM directly to query the status of the FPGA configuration. Now, it invokes SMC service calls to ATF (running at EL3) to perform the query. Signed-off-by: Chee Hong Ang -

[U-Boot] [PATCH v1 14/20] mmc: dwmmc: socfpga: Secure register access in MMC driver

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Allow MMC driver to access System Manager's SDMMC control register in non-secure mode (EL2). Signed-off-by: Chee Hong Ang --- drivers/mmc/socfpga_dw_mmc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/s

[U-Boot] [PATCH v1 10/20] arm: socfpga: Add secure register access helper functions for SoC 64bits

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang These secure register access functions allow U-Boot proper running at EL2 (non-secure) to access System Manager's secure registers by calling the ATF's PSCI runtime services (EL3/secure). If these helper functions are called from secure mode (EL3), the helper function will dir

[U-Boot] [PATCH v1 12/20] arm: socfpga: Secure register access in PHY mode setup

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Allow access to System Manager's EMAC control register from non-secure mode during PHY mode setup. Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/misc_s10.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-socfpga/misc_s10.c b

[U-Boot] [PATCH v1 13/20] arm: socfpga: Secure register access for reading PLL frequency

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Allow reading external oscillator and FPGA clock's frequency from System Manager's Boot Scratch Register 1 and Boot Scratch Register 2 in non-secure mode (EL2) on SoC 64bits platform. Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/wrap_pll_config_s10.c | 9 +

[U-Boot] [PATCH v1 15/20] net: designware: socfpga: Secure register access in MAC driver

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Allow MAC driver to access System Manager's EMAC control registers in non-secure mode. Signed-off-by: Chee Hong Ang --- drivers/net/dwmac_socfpga.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/dwmac_socfpga.c b/drivers/net/dwmac_socfp

[U-Boot] [PATCH v1 07/20] arm: socfpga: Disable "spin-table" method for booting Linux

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Standard PSCI function "CPU_ON" provided by ATF is now used by Linux kernel to bring up the secondary CPUs to enable SMP booting in Linux on SoC 64bits platform. Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --gi

[U-Boot] [PATCH v1 18/20] arm: socfpga: stratix10: Refactor FPGA reconfig driver to support ATF

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Refactor the FPGA recpnfiguration driver to call the ATF's PSCI runtime services as it no longer handles the Secure Device Manager (SDM) mailbox communication and FPGA reconfiguration logic. Signed-off-by: Chee Hong Ang --- drivers/fpga/stratix10.c | 261 +++

[U-Boot] [PATCH v1 09/20] arm: socfpga: Define SMC function identifiers for PSCI SiP services

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang This header file defines the Secure Monitor Call (SMC) message protocol for ATF (BL31) PSCI runtime services. It includes all the PSCI SiP function identifiers for the secure runtime services provided by ATF. The secure runtime services include System Manager's registers acces

[U-Boot] [PATCH v1 17/20] arm: socfpga: stratix10: Initialize timer in SPL

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Initialize timer in SPL running in secure mode (EL3) and skip timer initialization in U-Boot proper running in non-secure mode (EL2). Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/timer_s10.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arc

[U-Boot] [PATCH v1 16/20] arm: socfpga: Secure register access in Reset Manager driver

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Allow socfpga_bridges_reset() function in Reset Manager driver to access System Manager's register in non-secure mode (EL2). Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/reset_manager_s10.c | 31 ++- 1 file changed, 18 insertions(+), 13

[U-Boot] [PATCH v1 02/20] arm: socfpga: add fit source file for pack itb with ATF

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Generate a FIT image for Intel SOCFPGA(64bits) which include U-boot proper, ATF and DTB for U-boot proper. Signed-off-by: Chee Hong Ang --- board/altera/soc64/its/fit_spl_atf.its | 51 ++ 1 file changed, 51 insertions(+) create mode 100644 b

[U-Boot] [PATCH v1 03/20] arm: socfpga: Add function for checking description from FIT image

2019-12-02 Thread chee . hong . ang
From: Chee Hong Ang Add board_fit_config_name_match() for matching board name with device tree files in FIT image. This will ensure correct DTB file is loaded for different board type. Currently, we are not supporting multiple device tree files in FIT image therefore this function basically do no

  1   2   >