Please pull u-boot-marvell/master v2

2021-05-16 Thread Stefan Roese
please pull the next batch of Marvell Armada related patches. Here the summary log: - Add base support for Marvell OcteonTX2 CN9130 DB (mostly done by Kostya) - Sync Armada 8k MMU setup with Marvell version (misc Marvell

Re: [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported

2021-05-16 Thread João Marcos Costa
Hello, Em ter., 11 de mai. de 2021 às 10:04, Richard Genoud < richard.gen...@posteo.net> escreveu: > Hi all, > > Le 08/05/2021 à 23:51, Simon Glass a écrit : > > Hi, > > > > On Thu, 4 Feb 2021 at 15:32, João Marcos Costa > wrote: > >> > >> Em qua., 27 de jan. de 2021 às 12:15, Simon Glass >

Re: [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board

2021-05-16 Thread Peng Fan (OSS)
On 2021/5/13 5:47, ZHIZHIKIN Andrey wrote: Hello Peng, -Original Message- From: U-Boot On Behalf Of Peng Fan (OSS) Sent: Friday, March 19, 2021 8:57 AM To: sba...@denx.de; feste...@gmail.com Cc: u-boot@lists.denx.de; uboot-...@nxp.com; Ye Li Subject: [PATCH 03/26] imx8mm_evk:

Re: [PATCH 1/2] riscv: Fix memmove and optimise memcpy when misalign

2021-05-16 Thread Bin Meng
On Thu, May 13, 2021 at 4:46 PM Bin Meng wrote: > > At present U-Boot SPL fails to boot on SiFive Unleashed board, due > to a load address misaligned exception happens when loading the FIT > image in spl_load_simple_fit(). The exception happens in memmove() > which is called by fdt_splice_(). > >

Re: [PATCH v2 1/2] of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'

2021-05-16 Thread Bin Meng
Hi Simon, On Fri, Apr 30, 2021 at 9:17 PM Bin Meng wrote: > > 'dma-ranges' frequently exists without parent nodes having 'dma-ranges'. > While this is an error for 'ranges', this is fine because DMA capable > devices always have a translatable DMA address. Also, with no > 'dma-ranges' at all,

Re: FW: [PATCH v4 00/13] riscv: Switch to use binman to generate u-boot.itb

2021-05-16 Thread Bin Meng
Hi Rick, On Wed, May 12, 2021 at 11:25 AM Rick Chen wrote: > > HI Bin, > > > > > > Hi Rick, > > > > > > On Tue, May 11, 2021 at 8:49 AM Rick Chen wrote: > > > > > > > > Hi Bin, > > > > > > > > > Hi Rick, > > > > > > > > > > On Mon, May 10, 2021 at 3:22 PM Rick Chen > > > > > wrote: > > > > >

[PATCH 1/1] xilinx: disable Unicode capitalization

2021-05-16 Thread Heinrich Schuchardt
Save some KiB when building xilinx_versal_virt_defconfig by disabling Unicode capitalization support. This avoids build failures when adding new features for the UEFI sub-system. Signed-off-by: Heinrich Schuchardt --- It would be preferable to have a size check for the u-boot binary. This would

[PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver

2021-05-16 Thread Alper Nebi Yasak
This patch lets sandbox-cros-ec emulate a limited pwm device which has multiple channels but can only set a duty cycle for each, as the actual EC doesn't expose any functionality or information other than that. Mapping non-generic EC_PWM_TYPE_* values to these emulated pwm channels is not

Re: [PATCH] env: Leave invalid env for nowhere location

2021-05-16 Thread Marek Vasut
On 5/12/21 4:09 PM, Kunihiko Hayashi wrote: When CONFIG_ENV_IS_NOWHERE is enabled, env_nowhere_init() sets ENV_INVALID to gd->env_valid, and sets default_environment before relocation to gd->env_addr. After that, env_init() switches gd->env_valid to ENV_VALID by the previous fix. If

[PULL] u-boot-usb/master

2021-05-16 Thread Marek Vasut
The following changes since commit e644dfbb1786a4a3308b068e1f61cd9e2dfac237: configs: Resync with savedefconfig (2021-05-15 08:10:13 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to

Re: [PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver

2021-05-16 Thread Heinrich Schuchardt
Am 16. Mai 2021 17:41:44 MESZ schrieb Alper Nebi Yasak : >This patch lets sandbox-cros-ec emulate a limited pwm device which has >multiple channels but can only set a duty cycle for each, as the actual >EC doesn't expose any functionality or information other than that. >Mapping non-generic

RE: [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board

2021-05-16 Thread ZHIZHIKIN Andrey
Hello Ricardo, > -Original Message- > From: Ricardo Salveti > Sent: Friday, May 14, 2021 5:29 PM > To: Fabio Estevam > Cc: ZHIZHIKIN Andrey ; Peng Fan > (OSS) ; sba...@denx.de; u-boot@lists.denx.de; uboot- > i...@nxp.com; Ye Li ; vanessa.maeg...@foundries.io; > igor.opan...@foundries.io

RE: [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board

2021-05-16 Thread ZHIZHIKIN Andrey
Hello Fabio, > -Original Message- > From: Fabio Estevam > Sent: Friday, May 14, 2021 2:31 PM > To: ZHIZHIKIN Andrey > Cc: Peng Fan (OSS) ; sba...@denx.de; u- > b...@lists.denx.de; uboot-...@nxp.com; Ye Li > Subject: Re: [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board > > >

[PATCH 1/3] ARM: dts: imxrt1050-evk: move all u-boot, dm-spl to imxrt1050-evk-u-boot.dtsi file

2021-05-16 Thread Giulio Benetti
At the moment a lot of u-boot,dm-spl properties are present in board .dts file but this is not correct since u-boot,dm-spl property is u-boot specific and must be listed into the separate imrt1050-evk-u-boot.dtsi file. So let's move every u-boot,dm-spl property present in imxrt1050-evk.dts to

[PATCH 2/3] ARM: dts: imxrt1020-evk: move all u-boot, dm-spl to imxrt1020-evk-u-boot.dtsi file

2021-05-16 Thread Giulio Benetti
At the moment a lot of u-boot,dm-spl properties are present in board .dts file but this is not correct since u-boot,dm-spl property is u-boot specific and must be listed into the separate imrt1020-evk-u-boot.dtsi file. So let's move every u-boot,dm-spl property present in imxrt1020-evk.dts to

[PATCH 3/3] ARM: dts: imxrt1020: add gpio5 node to this SoC

2021-05-16 Thread Giulio Benetti
i.MXRT1020 supports gpio5, so let's add a node for it. Signed-off-by: Giulio Benetti --- arch/arm/dts/imxrt1020.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/dts/imxrt1020.dtsi b/arch/arm/dts/imxrt1020.dtsi index 884d57f614..5ba314f995 100644 ---