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] [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 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] 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] [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 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] [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

[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 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

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] 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] 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] [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

[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

[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

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

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 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] [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] 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

[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 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

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] 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] [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

[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 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

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

[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] [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

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] [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.

[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

<    1   2