[PATCH 1/1] doc: move README.commands to HTML doc

2020-12-11 Thread Heinrich Schuchardt
Reformat README.commands as reStructured text and add it to the HTML documentation as develop/commands.rst. Signed-off-by: Heinrich Schuchardt --- doc/README.commands | 186 doc/develop/commands.rst | 226 +++

Re: [PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Alex Nemirovsky
Hi Tom, after this NAND driver is in master, we can look at reducing the number of defconfigs for this board and send out a new patch. Thanks -Alex > On Dec 11, 2020, at 12:54 PM, Tom Rini wrote: > > On Tue, Dec 08, 2020 at 11:37:37AM -0800, Alex Nemirovsky wrote: > >> From: Kate Liu >> >>

[PATCH v2 1/2] mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support

2020-12-11 Thread Alex Nemirovsky
From: Kate Liu Add Cortina Access parallel Nand support for CA SOCs Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini CC: Scott Wood --- Changes in v2: - Cleanup nand_ctrl struct offset comments MAINTAINERS |2 +

[PATCH v2 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Alex Nemirovsky
From: Kate Liu Set environment for Nand flash (U-boot 2020.04): - add nand flash in the device tree - add new default configuration file for G3 using parallel Nand - set nand parameters in presidio_asic.h Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini --- Changes in

Re: [PATCH 0/9] dm: treewide: Tidy up and adjust driver model naming

2020-12-11 Thread Simon Glass
Hi, On Thu, 3 Dec 2020 at 16:55, Simon Glass wrote: > > There are several naming problems in driver model which I think are worth > sorting out. > > FIrstly, the _auto_alloc_size suffix is widely used but is quite > long-winded. In earlier days it made some sense since auto allocation was > a

Re: [PATCH 1/2] mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support

2020-12-11 Thread Tom Rini
On Tue, Dec 08, 2020 at 11:37:36AM -0800, Alex Nemirovsky wrote: > From: Kate Liu > > Add Cortina Access parallel Nand support for CA SOCs > > Signed-off-by: Kate Liu > Signed-off-by: Alex Nemirovsky > CC: Tom Rini > CC: Scott Wood A one small things: [snip] > +struct nand_ctlr { > +

Re: [PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Tom Rini
On Tue, Dec 08, 2020 at 11:37:37AM -0800, Alex Nemirovsky wrote: > From: Kate Liu > > Set environment for Nand flash (U-boot 2020.04): > - add nand flash in the device tree > - add new default configuration file for G3 using parallel Nand > - set nand parameters in presidio_asic.h > >

Re: Pull request for UEFI sub-system for next

2020-12-11 Thread Tom Rini
On Thu, Dec 10, 2020 at 07:34:56PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 03f1f78a9b44b5fd6fc09faf81639879d2d0f85f: > > spl: fit: Prefer a malloc()'d buffer for loading images (2020-12-07 > 17:40:34 -0500) > > are available in the Git repository

Re: pull request of u-boot-fsl-qoriq for v2021.01

2020-12-11 Thread Tom Rini
On Fri, Dec 11, 2020 at 07:44:52AM +, Priyanka Jain wrote: > Dear Tom, > > Please find my pull-request for u-boot-fsl-qoriq/master > https://github.com/u-boot/u-boot/pull/42/checks > > Summary > Add lx2162 soc, lx2162qds support. > Bug-fixes related ls102x-usb, ifc, bootcmd, secure-boot

[PULL] u-boot-atmel-fixes-2021.01-b

2020-12-11 Thread Eugen.Hristev
Hello Tom, Please pull tag u-boot-atmel-fixes-2021.01-b , the second set of atmel fixes for 2021.01 cycle. This set includes very important fixes for: MMC booting on several boards, drive strength on sam9x60ek mmc lines, compile issues for timer.c old driver, removal of unwanted access to

Re: [PATCH v4 0/4] Add Renesas SoC identification driver support

2020-12-11 Thread Adam Ford
On Mon, Nov 30, 2020 at 3:18 AM Biju Das wrote: > > Hi All, > > Gentle Ping. Please let me know, are we happy with this patch series? > I have a series pending this as well. thank you, adam > The patch series[1] is blocked by this. > [1] >

Re: [PATCH] ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible

2020-12-11 Thread Eugen.Hristev
On 07.12.2020 10:39, Eugen Hristev wrote: > The correct compatible for this eeproms is microchip,24aa02e48 > The previous compatible string was working up to U-boot 2020.04. > > Signed-off-by: Eugen Hristev > Tested-by: Codrin Ciubotariu > --- Applied to u-boot-atmel/master

[PATCH] bootcount: allow to use this feature on TPL

2020-12-11 Thread Philippe Reynes
This commit add an option TPL_BOOTCOUNT_LIMIT to use bootcount on TPL. Signed-off-by: Philippe Reynes --- common/spl/Kconfig | 9 - common/spl/spl.c| 4 +++- drivers/Makefile| 1 + include/bootcount.h | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 4/8] dm: Introduce xxx_get_dma_range()

2020-12-11 Thread Peter Robinson
Hi Nicolas, > > > Add the follwing functions to get a specific device's DMA ranges: > > > - dev_get_dma_range() > > > - ofnode_get_dma_range() > > > - of_get_dma_range() > > > - fdt_get_dma_range() > > > They are specially useful in oder to be able validate a physical address > > > space

Re: [PATCH] arm: mvebu: armada-xp-gp.dts: Add spi0 alias

2020-12-11 Thread Dennis Gilmore
Tested-by: Dennis Gilmore On Fri, 2020-12-11 at 05:47 +0100, Stefan Roese wrote: > For correct spi bus detection the spi0 alias is needed in the DT. > Otherwise this error will ocurr in U-Boot: > > Invalid bus 0 (err=-19) > Failed to initialize SPI flash at 0:0 (error -19) > > Signed-off-by:

Re: [PATCH] arm: mvebu: Add armada-xp-gp-u-boot.dtsi for U-Boot properties

2020-12-11 Thread Dennis Gilmore
Tested-by: Dennis Gilmore On Thu, 2020-12-10 at 06:40 +0100, Stefan Roese wrote: > Add some missing "u-boot,dm-pre-reloc;" properties to UART0, SPI > controller and SPI NOR flash node to enable usage in SPL. Otherwise > these devices will not be available. > > Signed-off-by: Stefan Roese > Cc:

Re: [PATCH 00/27] dm: Change the way sequence numbers are implemented

2020-12-11 Thread Simon Glass
Hi Michal, Heinrich, On Fri, 11 Dec 2020 at 00:54, Michal Simek wrote: > > > > On 11. 12. 20 8:42, Heinrich Schuchardt wrote: > > On 12/11/20 8:28 AM, Michal Simek wrote: > >> Hi Simon, > >> > >> On 10. 12. 20 18:46, Simon Glass wrote: > >>> Hi Michal, > >>> > >>> On Thu, 10 Dec 2020 at 10:33,

Re: [PATCH 00/27] dm: Change the way sequence numbers are implemented

2020-12-11 Thread Michal Simek
On 11. 12. 20 8:42, Heinrich Schuchardt wrote: > On 12/11/20 8:28 AM, Michal Simek wrote: >> Hi Simon, >> >> On 10. 12. 20 18:46, Simon Glass wrote: >>> Hi Michal, >>> >>> On Thu, 10 Dec 2020 at 10:33, Michal Simek >>> wrote: Hi Simon, On 10. 12. 20 18:27, Simon Glass

Re: [PATCH 00/27] dm: Change the way sequence numbers are implemented

2020-12-11 Thread Michal Simek
Hi Simon, On 10. 12. 20 18:46, Simon Glass wrote: > Hi Michal, > > On Thu, 10 Dec 2020 at 10:33, Michal Simek wrote: >> >> Hi Simon, >> >> On 10. 12. 20 18:27, Simon Glass wrote: >>> Hi Michal, >>> >>> On Thu, 10 Dec 2020 at 00:34, Michal Simek wrote: Hi, On 09. 12. 20

[PATCH v1 05/50] mips: octeon: Add cvmx-bgxx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-bgxx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 03/50] mips: octeon: Add cvmx-agl-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-agl-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

Re: [PATCH 00/27] dm: Change the way sequence numbers are implemented

2020-12-11 Thread Heinrich Schuchardt
On 12/11/20 8:28 AM, Michal Simek wrote: Hi Simon, On 10. 12. 20 18:46, Simon Glass wrote: Hi Michal, On Thu, 10 Dec 2020 at 10:33, Michal Simek wrote: Hi Simon, On 10. 12. 20 18:27, Simon Glass wrote: Hi Michal, On Thu, 10 Dec 2020 at 00:34, Michal Simek wrote: Hi, On 09. 12. 20

Re: patman regression?

2020-12-11 Thread Simon Glass
Hi Bin, On Thu, 10 Dec 2020 at 21:37, Bin Meng wrote: > > On Fri, Dec 11, 2020 at 12:32 PM Sean Anderson wrote: > > > > On 12/10/20 11:27 PM, Bin Meng wrote: > > > On Fri, Dec 11, 2020 at 12:08 PM Bin Meng wrote: > > >> > > >> Hi Simon, > > >> > > >> The following command no longer works. They

[PATCH v1 40/50] mips: octeon: Add cvmx-helper.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-helper.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-helper.c | 2611

[PATCH v1 41/50] mips: octeon: Add cvmx-pcie.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pcie.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-pcie.c | 2487

[PATCH v1 42/50] mips: octeon: Add cvmx-qlm.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-qlm.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-qlm.c | 2350

[PATCH v1 39/50] mips: octeon: Add cvmx-helper-util.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-helper-util.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-helper-util.c | 1225

[PATCH v1 48/50] mips: octeon: octeon_ebb7304: Add board specific QLM init code

2020-12-11 Thread Stefan Roese
From: Aaron Williams This patch adds the board specific QLM/DLM init code to the Octeon 3 EBB7304 board. The configuration of each port is read from the environment exactly as done in the 2013 U-Boot version to keep the board and it's configuration compatible. Signed-off-by: Aaron Williams

[PATCH v1 50/50] mips: octeon: octeon_ebb7304_defconfig: Enable Octeon PCIe and E1000

2020-12-11 Thread Stefan Roese
This patch changes the MIPS Octeon defconfig to enable some features for PCIe enablement. This includes CONFIG_BOARD_LATE_INIT to call the board specific serdes init code. With these features enabled, the serdes and PCIe driver including the Intel E1000 driver can be tested on the Octeon EBB7304.

[PATCH v1 43/50] mips: octeon: Add octeon_fdt.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import octeon_fdt.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/octeon_fdt.c | 1040

[PATCH v1 49/50] mips: octeon: Add Octeon PCIe host controller driver

2020-12-11 Thread Stefan Roese
This patch adds the PCIe host controller driver for MIPS Octeon II/III. The driver mainly consist of the PCI config functions, as all of the complex serdes related port / lane setup, is done in the serdes / pcie code available in the "arch/mips/mach-octeon" directory. Signed-off-by: Stefan Roese

[PATCH v1 47/50] mips: octeon: mrvl, cn73xx.dtsi: Add PCIe controller DT node

2020-12-11 Thread Stefan Roese
This patch adds the PCIe controller node to the MIPS Octeon 73xx dtsi file. Signed-off-by: Stefan Roese --- arch/mips/dts/mrvl,cn73xx.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/mips/dts/mrvl,cn73xx.dtsi b/arch/mips/dts/mrvl,cn73xx.dtsi index

[PATCH v1 36/50] mips: octeon: Add cvmx-helper-cfg.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-helper-cfg.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-helper-cfg.c | 1914

[PATCH v1 32/50] mips: octeon: Add cvmx-sso-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-sso-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 46/50] mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT

2020-12-11 Thread Stefan Roese
Setting CONFIG_SYS_PCI_64BIT is needed for correct PCIe functionality on MIPS Octeon. Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/mips/mach-octeon/Kconfig b/arch/mips/mach-octeon/Kconfig index e8596ed99a..d69408cc27

[PATCH v1 45/50] mips: octeon: Makefile: Enable building of the newly added C files

2020-12-11 Thread Stefan Roese
This patch adds the newly added C files to the Makefile to enable compilation. This is done in a separate step, to not introduce build breakage while adding the single files with potentially missing externals. Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/Makefile | 11 +++ 1

[PATCH v1 23/50] mips: octeon: Add cvmx-pki-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pki-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 37/50] mips: octeon: Add cvmx-helper-fdt.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-helper-fdt.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-helper-fdt.c | 970

[PATCH v1 38/50] mips: octeon: Add cvmx-helper-jtag.c

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-helper-jtag.c from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/cvmx-helper-jtag.c | 172

[PATCH v1 34/50] mips: octeon: Misc changes required because of the newly added headers

2020-12-11 Thread Stefan Roese
With the newly added headers and their restructuring (which macro is defined where), some changes in the already existing Octeon files are necessary. This patch makes the necessary changes. Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/bootoctlinux.c | 1 +

[PATCH v1 22/50] mips: octeon: Add cvmx-pip-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pip-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 25/50] mips: octeon: Add cvmx-pow-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pow-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 35/50] mips: octeon: Move cvmx-lmcx-defs.h from mach/cvmx to mach

2020-12-11 Thread Stefan Roese
To match all other cvmx-* header, this patch moves the already existing cvmx-lmcx-defs.h header one directory up. Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/include/mach/{cvmx => }/cvmx-lmcx-defs.h | 0 arch/mips/mach-octeon/include/mach/octeon_ddr.h| 2 +- 2 files

[PATCH v1 12/50] mips: octeon: Add cvmx-gserx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-gserx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- .../include/mach/cvmx-gserx-defs.h

[PATCH v1 19/50] mips: octeon: Add cvmx-pcsx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pcsx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 31/50] mips: octeon: Add cvmx-sriox-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-sriox-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese --- .../include/mach/cvmx-sriox-defs.h

[PATCH v1 29/50] mips: octeon: Add cvmx-smix-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-smix-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 21/50] mips: octeon: Add cvmx-pepx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pepx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 30/50] mips: octeon: Add cvmx-sriomaintx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-sriomaintx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 27/50] mips: octeon: Add cvmx-sata-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-sata-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 26/50] mips: octeon: Add cvmx-rst-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-rst-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 20/50] mips: octeon: Add cvmx-pemx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-pemx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 16/50] mips: octeon: Add cvmx-npi-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-npi-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 13/50] mips: octeon: Add cvmx-ipd-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-ipd-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 10/50] mips: octeon: Add cvmx-fpa-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-fpa-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 08/50] mips: octeon: Add cvmx-dpi-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-dpi-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 15/50] mips: octeon: Add cvmx-mio-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-mio-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 14/50] mips: octeon: Add cvmx-l2c-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-l2c-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 04/50] mips: octeon: Add cvmx-asxx-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-asxx-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 07/50] mips: octeon: Add cvmx-dbg-defs.h header file

2020-12-11 Thread Stefan Roese
From: Aaron Williams Import cvmx-dbg-defs.h header file from 2013 U-Boot. It will be used by the later added drivers to support PCIe and networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams Signed-off-by: Stefan Roese ---

[PATCH v1 00/50] mips: octeon: Add serdes and device helper support incl. DM PCIe driver

2020-12-11 Thread Stefan Roese
This patchset adds the serdes and (mostly networking) device helper macros and functions, needed to support the still missing Octeon II / III devices in mainline U-Boot. Please excuse the massive amount of files in this patch series. Also the sometimes huge files (mostly headers with register

[PATCH v1 01/50] mips: global_data.h: Add Octeon specific data to arch_global_data struct

2020-12-11 Thread Stefan Roese
This will be used by the upcoming Serdes and driver code ported from the original 2013 U-Boot code to mainline. Signed-off-by: Stefan Roese --- arch/mips/include/asm/global_data.h | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/mips/include/asm/global_data.h

[PATCH] configs: stm32mp1: activate OF_LIVE for DT live support

2020-12-11 Thread Patrick Delaunay
Activate the live DT to reduce the DT parsing time. For example the boot time is reduced by 200ms on STM32MP157C-EV1 board for stm32mp15_basic_defconfig (boot with SPL) or stm32mp15_trusted_defconfig (boot with TF-A). Signed-off-by: Patrick Delaunay --- Commit for u-boot/next = v2021.04 The

[PATCH v2] string: Use memcpy() within memmove() when we can

2020-12-11 Thread Patrick Delaunay
A common use of memmove() can be handled by memcpy(). Also memcpy() includes an optimization for large sizes: it copies a word at a time. So we can get a speed-up by calling memcpy() to handle our move in this case. Update memmove() to call also memcpy() if the source don't overlap the

Re: [PATCH v5 2/7] net: macb: Add DMA 64-bit address support for macb

2020-12-11 Thread Bin Meng
Hi Padmarao, On Fri, Dec 11, 2020 at 8:07 PM Padmarao Begari wrote: > > Hi Bin, > > On Fri, Dec 11, 2020 at 2:59 PM Bin Meng wrote: >> >> Hi Padmarao, >> >> On Fri, Dec 11, 2020 at 4:49 PM Padmarao Begari wrote: >> > >> > Hi Bin, >> > >> > On Thu, Dec 10, 2020 at 4:08 PM Bin Meng wrote: >> >>

Re: [PATCH v5 5/7] riscv: dts: Add device tree for Microchip Icicle Kit

2020-12-11 Thread Bin Meng
Hi Padmarao, On Fri, Dec 11, 2020 at 7:37 PM Padmarao Begari wrote: > > Hi Bin, > > On Fri, Dec 11, 2020 at 2:55 PM Bin Meng wrote: >> >> Hi Padmarao, >> >> On Fri, Dec 11, 2020 at 4:32 PM Padmarao Begari wrote: >> > >> > Hi Bin, >> > >> > On Fri, Dec 11, 2020 at 1:31 PM Bin Meng wrote: >> >>

[PATCH] arm: stm32mp: stm32prog: always flush DFU on start command for uart

2020-12-11 Thread Patrick Delaunay
From: Patrick Delaunay Remove the test on data->dfu_seq, because dfu_seq=0 not only when the DFU is not started (mask with 0x). This flush is mandatory as the final treatment, common with USB, is done in DFU callback. This patch avoids issue if the received length is a multiple of the DFU

Re: [PATCH v5 1/7] riscv: Add DMA 64-bit address support

2020-12-11 Thread Padmarao Begari
Hi Bin, On Fri, Dec 11, 2020 at 2:57 PM Bin Meng wrote: > HI Padmarao, > > On Fri, Dec 11, 2020 at 4:23 PM Padmarao Begari > wrote: > > > > Hi Bin, > > > > On Fri, Dec 11, 2020 at 1:22 PM Bin Meng wrote: > >> > >> Hi Padmarao, > >> > >> On Fri, Dec 11, 2020 at 3:10 PM Padmarao Begari >

Re: [PATCH v5 2/7] net: macb: Add DMA 64-bit address support for macb

2020-12-11 Thread Padmarao Begari
Hi Bin, On Fri, Dec 11, 2020 at 2:59 PM Bin Meng wrote: > Hi Padmarao, > > On Fri, Dec 11, 2020 at 4:49 PM Padmarao Begari > wrote: > > > > Hi Bin, > > > > On Thu, Dec 10, 2020 at 4:08 PM Bin Meng wrote: > >> > >> Hi Padmarao, > >> > >> On Thu, Dec 10, 2020 at 6:33 PM Bin Meng wrote: > >> >

[PATCH V2] imx: Add support for i.MX8MN Beacon EmbeddedWorks devkit.

2020-12-11 Thread Adam Ford
Beacon EmbeddedWorks is releasing a devkit based on the i.MX8M Nano SoC consisting of baseboard + SOM. The kit is based on the same design as the Beacon dev kit with the i.MX8M Mini. Signed-off-by: Adam Ford --- V2: Update README file to reference newer DDR firmware diff --git

Re: [PATCH v5 5/7] riscv: dts: Add device tree for Microchip Icicle Kit

2020-12-11 Thread Padmarao Begari
Hi Bin, On Fri, Dec 11, 2020 at 2:55 PM Bin Meng wrote: > Hi Padmarao, > > On Fri, Dec 11, 2020 at 4:32 PM Padmarao Begari > wrote: > > > > Hi Bin, > > > > On Fri, Dec 11, 2020 at 1:31 PM Bin Meng wrote: > >> > >> Hi Padmarao, > >> > >> On Thu, Dec 3, 2020 at 4:44 AM Padmarao Begari > >>

Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2020-12-11 Thread Lokesh Vutla
Hi Pali, On 11/12/20 1:31 am, Pali Rohár wrote: > Hello Lokesh, could you please process this patch series? USB serial > console on Nokia N900 is really useful for debugging and currently in > U-Boot master code is broken. Pavel has already reviewed patches and > also CI tests passed. I am out

Re: [PATC 1/2H] board: fsl: ls2088ardb: Program GIC LPI configuration table

2020-12-11 Thread Marc Zyngier
On 2020-12-07 07:14, Priyanka Jain wrote: From: Nikhil Gupta Add programming of GIC LPI configuration table: 1. Program Redistributor PROCBASER configuration table The register name is GICR_PROPBASER. which is common for all redistributors. 2. Program Redistributor pending table

[PATCH] fsp: Move and rename fsp_types.h file

2020-12-11 Thread Sughosh Ganu
The fsp_types.h header file contains macros for building signatures of different widths. These signature macros are architecture agnostic, and can be used in all places which use signatures in a data structure. Move and rename the fsp_types.h under the common include header. Signed-off-by:

Re: [PATCH v5 2/7] net: macb: Add DMA 64-bit address support for macb

2020-12-11 Thread Bin Meng
Hi Padmarao, On Fri, Dec 11, 2020 at 4:49 PM Padmarao Begari wrote: > > Hi Bin, > > On Thu, Dec 10, 2020 at 4:08 PM Bin Meng wrote: >> >> Hi Padmarao, >> >> On Thu, Dec 10, 2020 at 6:33 PM Bin Meng wrote: >> > >> > Hi Padmarao, >> > >> > On Thu, Dec 3, 2020 at 4:44 AM Padmarao Begari >> >

Re: [PATCH v5 1/7] riscv: Add DMA 64-bit address support

2020-12-11 Thread Bin Meng
HI Padmarao, On Fri, Dec 11, 2020 at 4:23 PM Padmarao Begari wrote: > > Hi Bin, > > On Fri, Dec 11, 2020 at 1:22 PM Bin Meng wrote: >> >> Hi Padmarao, >> >> On Fri, Dec 11, 2020 at 3:10 PM Padmarao Begari wrote: >> > >> > Hi Bin, >> > >> > On Thu, Dec 10, 2020 at 4:11 PM Bin Meng wrote: >> >>

Re: [PATCH v5 5/7] riscv: dts: Add device tree for Microchip Icicle Kit

2020-12-11 Thread Bin Meng
Hi Padmarao, On Fri, Dec 11, 2020 at 4:32 PM Padmarao Begari wrote: > > Hi Bin, > > On Fri, Dec 11, 2020 at 1:31 PM Bin Meng wrote: >> >> Hi Padmarao, >> >> On Thu, Dec 3, 2020 at 4:44 AM Padmarao Begari >> wrote: >> > >> > Add device tree for Microchip PolarFire SoC Icicle Kit. >> > >> >

RE: [Patch v2] armv8: dts: fsl-lx2162a: add dspi node into qds dts

2020-12-11 Thread Qiang Zhao
> -Original Message- > From: Priyanka Jain > Sent: 2020年12月11日 16:15 > To: Qiang Zhao ; Meenakshi Aggarwal > > Cc: u-boot@lists.denx.de; Qiang Zhao > Subject: RE: [Patch v2] armv8: dts: fsl-lx2162a: add dspi node into qds dts > > >-Original Message- > >From: Qiang Zhao >

[Patch v3] armv8: dts: fsl-lx2162a: add dspi node into qds dts

2020-12-11 Thread Qiang Zhao
From: Zhao Qiang Add dspi node into lx2162aqds device tree Signed-off-by: Zhao Qiang --- changes for v2: - add alias part changes for v3: - rebase arch/arm/dts/fsl-lx2162a-qds.dts | 102 +++ 1 file changed, 102 insertions(+) diff --git

RE: [PATCH] armv8: lx2162aqds: disable non existing pcie controllers

2020-12-11 Thread Wasim Khan
> -Original Message- > From: Priyanka Jain > Sent: Friday, December 11, 2020 1:49 PM > To: Wasim Khan ; u-boot@lists.denx.de; Priyanka Jain > (OSS) ; Varun Sethi ; > Meenakshi Aggarwal > Cc: Wasim Khan > Subject: RE: [PATCH] armv8: lx2162aqds: disable non existing pcie controllers >

RE: [PATCH] imx: Add support for i.MX8MN Beacon EmbeddedWorks devkit.

2020-12-11 Thread ZHIZHIKIN Andrey
Hello Adam, > -Original Message- > From: U-Boot On Behalf Of Adam Ford > Sent: Thursday, December 10, 2020 5:08 PM > To: u-boot@lists.denx.de > Cc: af...@beaconembedded.com; Adam Ford ; Stefano > Babic ; Fabio Estevam ; NXP i.MX U- > Boot Team > Subject: [PATCH] imx: Add support for

[PATCH v2] armv8: lx2162aqds: disable non existing pcie controllers

2020-12-11 Thread Wasim Khan
disable non existing pcie controllers on lx2162aqds Signed-off-by: Wasim Khan --- Changes in v2: - Rebased to u-boot-fsl-qoriq arch/arm/dts/fsl-lx2162a-qds.dts | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/arch/arm/dts/fsl-lx2162a-qds.dts

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-11 Thread Michael Walle
Hi Simon, Am 2020-12-11 02:31, schrieb Simon Glass: At present each device has two sequence numbers, with 'req_seq' being set up at bind time and 'seq' at probe time. The idea is that devices can 'request' a sequence number and then the conflicts are resolved when the device is probed. This

Re: [PATCH v5 2/7] net: macb: Add DMA 64-bit address support for macb

2020-12-11 Thread Padmarao Begari
Hi Bin, On Thu, Dec 10, 2020 at 4:08 PM Bin Meng wrote: > Hi Padmarao, > > On Thu, Dec 10, 2020 at 6:33 PM Bin Meng wrote: > > > > Hi Padmarao, > > > > On Thu, Dec 3, 2020 at 4:44 AM Padmarao Begari > > wrote: > > > > > > Enable 32-bit or 64-bit DMA in the macb driver based on the macb > > >

Re: [PATCH v5 2/7] net: macb: Add DMA 64-bit address support for macb

2020-12-11 Thread Padmarao Begari
Hi Bin, On Thu, Dec 10, 2020 at 4:08 PM Bin Meng wrote: > Hi Padmarao, > > On Thu, Dec 10, 2020 at 6:33 PM Bin Meng wrote: > > > > Hi Padmarao, > > > > On Thu, Dec 3, 2020 at 4:44 AM Padmarao Begari > > wrote: > > > > > > Enable 32-bit or 64-bit DMA in the macb driver based on the macb > > >

Re: [PATCH v5 5/7] riscv: dts: Add device tree for Microchip Icicle Kit

2020-12-11 Thread Padmarao Begari
Hi Bin, On Fri, Dec 11, 2020 at 1:31 PM Bin Meng wrote: > Hi Padmarao, > > On Thu, Dec 3, 2020 at 4:44 AM Padmarao Begari > wrote: > > > > Add device tree for Microchip PolarFire SoC Icicle Kit. > > > > Signed-off-by: Padmarao Begari > > Reviewed-by: Anup Patel > > Sorry 2 more warnings,

Re: [PATCH v5 1/7] riscv: Add DMA 64-bit address support

2020-12-11 Thread Padmarao Begari
Hi Bin, On Fri, Dec 11, 2020 at 1:22 PM Bin Meng wrote: > Hi Padmarao, > > On Fri, Dec 11, 2020 at 3:10 PM Padmarao Begari > wrote: > > > > Hi Bin, > > > > On Thu, Dec 10, 2020 at 4:11 PM Bin Meng wrote: > >> > >> Hi Padmarao, > >> > >> On Thu, Dec 3, 2020 at 4:43 AM Padmarao Begari > >>

RE: [PATCH] armv8: lx2162aqds: disable non existing pcie controllers

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Wasim Khan >Sent: Tuesday, September 29, 2020 12:09 PM >To: u-boot@lists.denx.de; Priyanka Jain (OSS) ; >Varun Sethi ; Meenakshi Aggarwal > >Cc: Wasim Khan >Subject: [PATCH] armv8: lx2162aqds: disable non existing pcie controllers > >disable

RE: [PATCH] configs: lx2162a: Enable OPTEE support

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Gaurav Jain >Sent: Monday, September 28, 2020 6:22 PM >To: u-boot@lists.denx.de; Priyanka Jain >Cc: Ruchika Gupta ; Gaurav Jain > >Subject: [PATCH] configs: lx2162a: Enable OPTEE support > >From: Ruchika Gupta > >Enable support to compile OPTEE driver, access

RE: configs: lx2162aqds: enable CONFIG_BOARD_EARLY_INIT_R

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Yangbo Lu >Sent: Friday, September 11, 2020 3:57 PM >To: u-boot@lists.denx.de; Priyanka Jain >Cc: Y.b. Lu >Subject: configs: lx2162aqds: enable CONFIG_BOARD_EARLY_INIT_R > >From: Guanhua Gao > >From: Yangbo Lu > >Enable CONFIG_BOARD_EARLY_INIT_R for SDHC

RE: [Patch v2] armv8: dts: fsl-lx2162a: add dspi node into qds dts

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Qiang Zhao >Sent: Friday, October 9, 2020 10:48 AM >To: Priyanka Jain ; Meenakshi Aggarwal > >Cc: u-boot@lists.denx.de; Qiang Zhao >Subject: [Patch v2] armv8: dts: fsl-lx2162a: add dspi node into qds dts > >From: Zhao Qiang > >Add dspi node into lx2162aqds

RE: [v2] configs: lx2162aqds: enable eMMC HS400 mode support

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Yangbo Lu >Sent: Tuesday, October 13, 2020 11:48 AM >To: u-boot@lists.denx.de; Priyanka Jain >Cc: Y.b. Lu >Subject: [v2] configs: lx2162aqds: enable eMMC HS400 mode support > >Enable eMMC HS400 mode support on LX2162AQDS. > >Signed-off-by: Yangbo Lu >---

RE: [PATCH] pci: layerscape: fix a dead loop issue

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Z.q. Hou >Sent: Monday, October 26, 2020 9:28 AM >To: u-boot@lists.denx.de; Priyanka Jain >Cc: Wasim Khan ; Z.q. Hou >Subject: [PATCH] pci: layerscape: fix a dead loop issue > >From: Hou Zhiqiang > >The commit 8ec619f8fd84 added the PCIe EP nodes fixup of

RE: [PATCH] board/freescale/common: fix a bug that failed to read/write eeprom on ls1021atsn

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Biwen Li >Sent: Monday, October 26, 2020 12:44 PM >To: Priyanka Jain >Cc: Jiafei Pan ; u-boot@lists.denx.de; Biwen Li > >Subject: [PATCH] board/freescale/common: fix a bug that failed to read/write >eeprom on ls1021atsn > >From: Biwen Li > >Fix a bug that

RE: [v2] include/configs: ls1012aqds: add default environment variable

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Biwen Li >Sent: Monday, October 26, 2020 2:23 PM >To: Priyanka Jain >Cc: Jiafei Pan ; u-boot@lists.denx.de; Biwen Li > >Subject: [v2] include/configs: ls1012aqds: add default environment variable > >From: Biwen Li > >This adds default environment variable for

RE: [PATCH 1/1] board: freescale: vid.c: Initialize variable 'i2caddress'

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Priyanka Singh >Sent: Tuesday, October 27, 2020 3:50 PM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Priyanka Singh > >Subject: [PATCH 1/1] board: freescale: vid.c: Initialize variable 'i2caddress' > >Initialize variable 'i2caddress' in adjust_vdd() to zero >

RE: [PATCH 1/2] armv8: ls1043/ls1046aqds: add support for all RGMII modes

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Madalin Bucur >Sent: Wednesday, November 4, 2020 6:39 PM >To: s...@chromium.org; u-boot@lists.denx.de >Cc: Priyanka Jain ; Shengzhou Liu >; masahi...@kernel.org; Madalin Bucur (OSS) > >Subject: [PATCH 1/2] armv8: ls1043/ls1046aqds: add support for all RGMII

RE: [PATCH 1/1] layerscape: fdt.c: Check for NULL return value from fdt_getprop()

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Priyanka Singh >Sent: Monday, November 2, 2020 11:39 AM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Priyanka Singh > >Subject: [PATCH 1/1] layerscape: fdt.c: Check for NULL return value from >fdt_getprop() > >Check for NULL return value from fdt_getprop() in

RE: [PATCH 2/2] lx2160a: Fix address for secure boot headers

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Manish Tomar >Sent: Thursday, November 5, 2020 2:09 PM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Manish Tomar > >Subject: [PATCH 2/2] lx2160a: Fix address for secure boot headers > >Update kernel_size_sd variable with correct value for lx2160a. >

RE: [v3] net: pfe_eth: read PFE ESBC header flash with spi_flash_read API

2020-12-11 Thread Priyanka Jain
>-Original Message- >From: Biwen Li >Sent: Thursday, November 5, 2020 4:58 PM >To: Priyanka Jain ; Kuldeep Singh > >Cc: Jiafei Pan ; u-boot@lists.denx.de; Xiaobo Xie >; Biwen Li >Subject: [v3] net: pfe_eth: read PFE ESBC header flash with spi_flash_read >API > >From: Biwen Li > >Read

  1   2   >