Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Anup Patel
On Tue, Jun 27, 2023 at 1:23 AM Palmer Dabbelt wrote: > > On Mon, 26 Jun 2023 10:38:43 PDT (-0700), apa...@ventanamicro.com wrote: > > On Mon, Jun 26, 2023 at 3:42 PM Conor Dooley > > wrote: > >> > >> intro > >> = > >> > >> When the RISC-V dt-bindings were accepted upstream in Linux, the bas

Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Atish Patra
On Mon, Jun 26, 2023 at 5:40 PM Stefan O'Rear wrote: > > On Mon, Jun 26, 2023, at 6:10 AM, Conor Dooley wrote: > > intro > > = > > > > When the RISC-V dt-bindings were accepted upstream in Linux, the base > > ISA etc had yet to be ratified. By the ratification of the base ISA, > > incompatible

Re: CFP open for RISC-V MC at Linux Plumbers Conference 2023

2023-06-26 Thread Atish Patra
On Mon, Jun 26, 2023 at 9:08 PM Drew Fustini wrote: > > On Mon, Jun 19, 2023 at 12:55:39PM -0700, Atish Patra wrote: > > The CFP for topic proposals for the RISC-V micro conference[1] 2023 is open > > now. > > Please submit your proposal before it's too late! > > Thanks for posting. I am looking

Re: U-Boot OMAP GPMC ECC change

2023-06-26 Thread Colin Foster
Hi Michael, On Mon, Jun 26, 2023 at 07:03:19AM +0200, Michael Nazzareno Trimarchi wrote: > Hi all > > Il sab 20 mag 2023, 19:28 Colin Foster ha > scritto: > > > On Fri, May 19, 2023 at 03:41:34PM +0300, Roger Quadros wrote: > > > Hi Colin, > > > > > > On 19/05/2023 02:19, Colin Foster wrote: >

Re: [PATCH 5/7] Makefile: Add a target for building capsules

2023-06-26 Thread Sughosh Ganu
hi Simon, On Mon, 26 Jun 2023 at 17:43, Sughosh Ganu wrote: > > hi Simon, > > On Mon, 26 Jun 2023 at 14:38, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 21 Jun 2023 at 05:26, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Mon, 19 Jun 2023 at 18:07, Simon Glass wrote: > > >

Re: [PATCH] CI: Azure: Split keymile jobs out

2023-06-26 Thread Heiko Schocher
Hello Tom, On 26.06.23 21:19, Tom Rini wrote: > Currently the PowerPC build job in Azure will hit the maximum time limit > for a build and stop. Looking at the job, the easiest path to reducing > it is to move Keymile vendor boards to their own job and exclude them > from the PowerPC one (and whil

Re: [PATCH] arm: imx: imx8m: add optee configuration to ft_system_setup

2023-06-26 Thread Peng Fan
On 6/27/2023 2:25 AM, Tim Harvey wrote: If optee is detected configure it in the Linux device-tree: - add /firmware/optee node - add /reserved-memory nodes for optee_core and optee_shm Signed-off-by: Tim Harvey Reviewed-by: Peng Fan

[PATCH v2] riscv: Fix alignment of RELA sections in the linker scripts

2023-06-26 Thread Bin Meng
In current linker script both .efi_runtime_rel and .rela.dyn sections are of RELA type whose entry size is either 12 (RV32) or 24 (RV64). These two are arranged as a continuous region on purpose so that the prelink-riscv executable can fix up the PIE addresses in one loop. However there is an 'ALI

Re: [PATCH] riscv: Fix alignment of RELA sections in the linker scripts

2023-06-26 Thread Bin Meng
On Tue, Jun 27, 2023 at 8:50 AM Rick Chen wrote: > > > From: Bin Meng > > Sent: Wednesday, June 21, 2023 11:07 PM > > To: u-boot@lists.denx.de > > Cc: Andrew Scull ; Leo Yu-Chi Liang(梁育齊) > > ; Rick Jian-Zhi Chen(陳建志) ; > > Simon Glass > > Subject: [PATCH] riscv: Fix alignment of RELA sections

Re: [PATCH] riscv: Fix alignment of RELA sections in the linker scripts

2023-06-26 Thread Rick Chen
> From: Bin Meng > Sent: Wednesday, June 21, 2023 11:07 PM > To: u-boot@lists.denx.de > Cc: Andrew Scull ; Leo Yu-Chi Liang(梁育齊) > ; Rick Jian-Zhi Chen(陳建志) ; Simon > Glass > Subject: [PATCH] riscv: Fix alignment of RELA sections in the linker scripts > > In current linker script both .efi_runt

[PATCH] rockchip: Restore support for boot scripts in legacy image format

2023-06-26 Thread Jonas Karlman
Use of CONFIG_SPL_FIT_SIGNATURE=y cause CONFIG_LEGACY_IMAGE_FORMAT=n as default, this prevent boot scripts in legacy image format from working and was an unintended change in the listed fixes commits: Wrong image format for "source" command Add CONFIG_LEGACY_IMAGE_FORMAT=y to defconfig for affe

[PATCH] CI: Azure: Split keymile jobs out

2023-06-26 Thread Tom Rini
Currently the PowerPC build job in Azure will hit the maximum time limit for a build and stop. Looking at the job, the easiest path to reducing it is to move Keymile vendor boards to their own job and exclude them from the PowerPC one (and while at this, the ls102 job). Signed-off-by: Tom Rini --

[PATCH] arm: imx: imx8m: add optee configuration to ft_system_setup

2023-06-26 Thread Tim Harvey
If optee is detected configure it in the Linux device-tree: - add /firmware/optee node - add /reserved-memory nodes for optee_core and optee_shm Signed-off-by: Tim Harvey --- arch/arm/mach-imx/imx8m/soc.c | 78 ++- 1 file changed, 77 insertions(+), 1 deletion(-)

R: [PATCH v2 1/1] arm64: dts: rockchip: rk3308: Add Radxa ROCK Pi S support

2023-06-26 Thread Pegorer Massimo
Hi, I've tried to build u-boot for Rock Pi S, but without success. With master and 2023.04, too. Could you clarify which is the support provided with this commit? I had a look at doc/board/rockchip/rockchip.rst where Rock Pi S is not listed. Anyway, looking at what is described in doc/README.r

Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Conor Dooley
On Mon, Jun 26, 2023 at 11:08:43PM +0530, Anup Patel wrote: > On Mon, Jun 26, 2023 at 3:42 PM Conor Dooley > wrote: > > acpi > > > > > > The current ACPI ECR is based on having a single ISA string unfortunately, > > but ideally ACPI will move to another method, perhaps GUIDs, that give > >

Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Anup Patel
On Mon, Jun 26, 2023 at 3:42 PM Conor Dooley wrote: > > intro > = > > When the RISC-V dt-bindings were accepted upstream in Linux, the base > ISA etc had yet to be ratified. By the ratification of the base ISA, > incompatible changes had snuck into the specifications - for example the > Zicsr

Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Jessica Clarke
On 26 Jun 2023, at 11:10, Conor Dooley wrote: > > intro > = > > When the RISC-V dt-bindings were accepted upstream in Linux, the base > ISA etc had yet to be ratified. By the ratification of the base ISA, > incompatible changes had snuck into the specifications - for example the > Zicsr and

Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Rob Herring
On Mon, 26 Jun 2023 11:10:46 +0100, Conor Dooley wrote: > intro > = > > When the RISC-V dt-bindings were accepted upstream in Linux, the base > ISA etc had yet to be ratified. By the ratification of the base ISA, > incompatible changes had snuck into the specifications - for example the > Zi

Re: [PATCH] riscv: Fix alignment of RELA sections in the linker scripts

2023-06-26 Thread Bin Meng
On Wed, Jun 21, 2023 at 11:07 PM Bin Meng wrote: > > In current linker script both .efi_runtime_rel and .rela.dyn sections > are of RELA type whose entry size is either 12 (RV32) or 24 (RV64). > These two are arranged as an continuous region on purpose so that the a continuous > prelink-riscv ex

U-Boot v2023.07-rc5 released

2023-06-26 Thread Tom Rini
On Mon, Jun 26, 2023 at 11:45:18AM -0400, Tom Rini wrote: > Hey all, > > I've put out v2023.07-rc5 today, and it's a very small delta between > this and -rc4. I'm hoping things stay very quiet between now and the > release next week. > > In terms of a changelog, > git log --merges v2023.07-rc4.

[ANN] U-Boot v2023.07-rc4 released

2023-06-26 Thread Tom Rini
Hey all, I've put out v2023.07-rc5 today, and it's a very small delta between this and -rc4. I'm hoping things stay very quiet between now and the release next week. In terms of a changelog, git log --merges v2023.07-rc4..v2023.07-rc5 contains what I've pulled but as always, better PR messages a

Re: [PATCH] smegw01: Fix duplicate bootcmd

2023-06-26 Thread Tom Rini
On Mon, Jun 26, 2023 at 11:31:36AM -0300, Fabio Estevam wrote: > From: Eduard Strehlau > > Two conflicting bootcmds were included in the environment. > Streamline to defining the bootcmd only in the env file. > > Signed-off-by: Eduard Strehlau > Signed-off-by: Fabio Estevam Applied to u-boot

[PATCH] smegw01: Fix duplicate bootcmd

2023-06-26 Thread Fabio Estevam
From: Eduard Strehlau Two conflicting bootcmds were included in the environment. Streamline to defining the bootcmd only in the env file. Signed-off-by: Eduard Strehlau Signed-off-by: Fabio Estevam --- Tom, Stefano is out this week. Could you please apply this one directly so that it gets inc

Re: [PATCH] board: freescale: imx93_evk: Fix MMC environment offset boot conflict.

2023-06-26 Thread Fabio Estevam
On Tue, Apr 11, 2023 at 8:55 PM Ken Sloat wrote: > > From 734bfa4e4556976fe85c741f13ae94161cae97e6 Mon Sep 17 00:00:00 2001 > From: Ken Sloat > Date: Tue, 11 Apr 2023 16:05:31 -0400 > > Currently, the imx93_evk is configured with CONFIG_ENV_IS_IN_MMC and the > chosen environment offset in the con

Re: [PATCH] board: freescale: imx93_evk: Fix MMC environment offset boot conflict.

2023-06-26 Thread Ken Sloat
From: Peng Fan Sent: Thursday, April 20, 2023 9:46 AM To: Ken Sloat ; Peng Fan ; u-boot@lists.denx.de Cc: Nate Drude Subject: Re: [PATCH] board: freescale: imx93_evk: Fix MMC environment offset boot conflict.   Hi Stefano, On 4/12/2023 4:40 AM, Ken Sloat wrote: >  From 734bfa4e4556976fe85c7

Re: [PATCH 5/7] Makefile: Add a target for building capsules

2023-06-26 Thread Sughosh Ganu
hi Simon, On Mon, 26 Jun 2023 at 14:38, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 21 Jun 2023 at 05:26, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Mon, 19 Jun 2023 at 18:07, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Thu, 15 Jun 2023 at 17:25, Sughosh Ganu > > > wrot

Re: [PATCH 1/1] cmd: fix loads, saves on sandbox

2023-06-26 Thread Simon Glass
Hi Heinrich, On Mon, 26 Jun 2023 at 11:35, Heinrich Schuchardt wrote: > > On 6/26/23 11:07, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 25 Jun 2023 at 10:54, Heinrich Schuchardt > > wrote: > >> > >> The loads and saves commands crash on the sandbox due to illegal memory > >> access. > >>

Re: [PATCH] menu: Re-enable the ANSI codes

2023-06-26 Thread Simon Glass
Hi Frank, On Mon, 26 Jun 2023 at 11:44, Frank Wunderlich wrote: > > Hi, > > what exact bug does the Patch fix? as i'm listed in reported-By...i remember > only the problem with missing line-breaks after "normal" menuitems and the > "u-boot-console" i reported in ML. But i don't think this is re

Re: [PATCH 1/7] capsule: authenticate: Embed capsule public key in platform's dtb

2023-06-26 Thread Simon Glass
Hi Ilias, On Mon, 26 Jun 2023 at 10:53, Ilias Apalodimas wrote: > > Hi Simon, > > [...] > > > > > > > > + > > > > > > > +gen_capsule_signature_file signature.$$.dts > /dev/null 2>&1 > > > > > > > +$CPP $dtc_cpp_flags -x assembler-with-cpp -o signature.$$.tmp > > > > > > > signature.$$.dts > /dev

[PATCH v2 1/1] doc: saves man-page

2023-06-26 Thread Heinrich Schuchardt
Provide a man-page for the saves command. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- v2: fix typos use a hexadecimal offset when calling srec_cat --- doc/usage/cmd/saves.rst | 88 + doc/usage/index.rst | 1 + 2 fi

Re: [PATCH 1/1] doc: saves man-page

2023-06-26 Thread Heinrich Schuchardt
On 6/26/23 11:07, Simon Glass wrote: Hi Heinrich, On Sun, 25 Jun 2023 at 14:17, Heinrich Schuchardt wrote: Provide a man-page for the saves command. Signed-off-by: Heinrich Schuchardt --- doc/usage/cmd/saves.rst | 88 + doc/usage/index.rst | 1

[PATCH v2] board: rockchip: add Radxa ROCK5A Rk3588 board

2023-06-26 Thread Eugen Hristev
ROCK 5A is a Rockchip RK3588S based SBC (Single Board Computer) by Radxa. There are tree variants depending on the DRAM size : 4G, 8G and 16G. Specifications: Rockchip Rk3588S SoC 4x ARM Cortex-A76, 4x ARM Cortex-A55 4/8/16GB memory LPDDR4x Mali G610MC4 GPU MIPI CSI 2 mu

Re: [PATCH 1/1] cmd: fix loads, saves on sandbox

2023-06-26 Thread Heinrich Schuchardt
On 6/26/23 11:07, Simon Glass wrote: Hi Heinrich, On Sun, 25 Jun 2023 at 10:54, Heinrich Schuchardt wrote: The loads and saves commands crash on the sandbox due to illegal memory access. For command line arguments the sandbox uses a virtual address space which does not equal the addresses of

Re:[PATCH] mmc:Remove thr legacy mode clock setting operation

2023-06-26 Thread 谢飞
Hi,Peng.: Has you meet any issues without removing this line? or this is just code inpsection? In practical use, when some EMMC particles switch to the hs mode below, an error message cmd8 may appear. The reason for this is that the clock operation of setting the legacy mode was p

Re:[PATCH] mmc:Remove thr legacy mode clock setting operation

2023-06-26 Thread 谢飞
Hi,Peng.: Has you meet any issues without removing this line? or this is just code inpsection? In practical use, when some EMMC particles switch to the hs mode below, an error message cmd8 may appear. The reason for this is that the clock operation of setting the legacy mode was perf

[PATCH] mtd: spi-nor: Add support for w25q256jwm

2023-06-26 Thread Venkatesh Yadav Abbarapu
Add support for Winbond 256M-bit flash w25q256jwm. Performed basic erase/write/readback operations on ZynqMP zc1751+dc1 board. Signed-off-by: Venkatesh Yadav Abbarapu --- drivers/mtd/spi/spi-nor-ids.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/driver

[PATCH v3] dt-bindings: riscv: deprecate riscv,isa

2023-06-26 Thread Conor Dooley
intro = When the RISC-V dt-bindings were accepted upstream in Linux, the base ISA etc had yet to be ratified. By the ratification of the base ISA, incompatible changes had snuck into the specifications - for example the Zicsr and Zifencei extensions were spun out of the base ISA. Fast forward

[PATCH] efi_loader: make efi_delete_handle() follow the EFI spec

2023-06-26 Thread Ilias Apalodimas
The EFI doesn't allow removal of handles, unless all hosted protocols are cleanly removed. Our efi_delete_handle() is a bit intrusive. Although it does try to delete protocols before removing a handle, it doesn't care if that fails. Instead it only returns an error if the handle is invalid. On to

Re: [PATCH 1/7] capsule: authenticate: Embed capsule public key in platform's dtb

2023-06-26 Thread Ilias Apalodimas
Hi Simon, [...] > > > > > > + > > > > > > +gen_capsule_signature_file signature.$$.dts > /dev/null 2>&1 > > > > > > +$CPP $dtc_cpp_flags -x assembler-with-cpp -o signature.$$.tmp > > > > > > signature.$$.dts > /dev/null 2>&1 > > > > > > +dtc -@ -O dtb -o signature.$$.dtbo signature.$$.tmp > /dev

Re: [PATCH v1] cache_v8: agilex5: Disable Dcache in the SPL

2023-06-26 Thread Marc Zyngier
On Mon, 26 Jun 2023 10:00:09 +0100, "Lim, Jit Loon" wrote: > > > > > -Original Message- > > From: Marek Vasut > > Sent: Wednesday, 21 June, 2023 10:20 PM > > To: Marc Zyngier ; Lim, Jit Loon > > Cc: u-boot@lists.denx.de; Jagan Teki ; Simon > > ; Chee, Tien Fong > > ; Hea, Kok Kiang ;

Re: [PATCH 5/7] Makefile: Add a target for building capsules

2023-06-26 Thread Simon Glass
Hi Sughosh, On Wed, 21 Jun 2023 at 05:26, Sughosh Ganu wrote: > > hi Simon, > > On Mon, 19 Jun 2023 at 18:07, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 15 Jun 2023 at 17:25, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Thu, 15 Jun 2023 at 14:44, Simon Glass wrote: > >

Re: [PATCH 1/7] capsule: authenticate: Embed capsule public key in platform's dtb

2023-06-26 Thread Simon Glass
Hi Sughosh, On Wed, 21 Jun 2023 at 05:20, Sughosh Ganu wrote: > > hi Simon, > > On Mon, 19 Jun 2023 at 18:07, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 15 Jun 2023 at 17:11, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Thu, 15 Jun 2023 at 14:44, Simon Glass wrote: > >

Re: [PATCH 1/2] disk: part: Add API to get partitions with specific driver

2023-06-26 Thread Simon Glass
Hi Joshua, On Fri, 23 Jun 2023 at 21:01, Joshua Watt wrote: > > Adds part_driver_get_type() API which can be used to force a specific > driver to be used when getting partition information instead of relying > on auto detection. > > Signed-off-by: Joshua Watt > --- > disk/part.c| 38 +++

Re: [PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-06-26 Thread Simon Glass
Hi Pali, On Sat, 24 Jun 2023 at 09:44, Pali Rohár wrote: > > On Saturday 17 June 2023 11:49:47 Simon Glass wrote: > > This series is an attempt to get the keyboard working properly with > > bootmenu. > > > > It fixes the board's tstc() function, which should be in drivers/input > > > > It also ad

Re: [PATCH] cmd: CONFIG_CMD_SAVES depends on CONFIG_CMD_LOADS

2023-06-26 Thread Simon Glass
On Sun, 25 Jun 2023 at 09:25, wrote: > > From: Ying Sun > > CONFIG_CMD_SAVES is used to enable support for the "saveenv" command > and is only implemented in cmd/load.c > when "#if defined(CONFIG_CMD_LOADS)" is met. > > It is recommended to add dependency constraints to its definition. > Prevents

Re: [PATCH 1/1] cmd: fix loads, saves on sandbox

2023-06-26 Thread Simon Glass
Hi Heinrich, On Sun, 25 Jun 2023 at 10:54, Heinrich Schuchardt wrote: > > The loads and saves commands crash on the sandbox due to illegal memory > access. > > For command line arguments the sandbox uses a virtual address space which > does not equal the addresses of the memory allocated with mem

Re: [PATCH] sql: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL

2023-06-26 Thread Simon Glass
On Sun, 25 Jun 2023 at 13:35, wrote: > > From: Ying Sun > > As implemented in the arch/arm/mach-rockchip/tpl.c file, > the CONFIG_TPL_BANNER_PRINT option will not work > if either of these options is not enabled. > > Add dependency constraints to the CONFIG_TPL_BANNER_PRINT option > definition to

Re: [PATCH 1/1] doc: saves man-page

2023-06-26 Thread Simon Glass
Hi Heinrich, On Sun, 25 Jun 2023 at 14:17, Heinrich Schuchardt wrote: > > Provide a man-page for the saves command. > > Signed-off-by: Heinrich Schuchardt > --- > doc/usage/cmd/saves.rst | 88 + > doc/usage/index.rst | 1 + > 2 files changed, 89 inse

Re: [PATCH 1/1] doc: fix typo loady in loadb man-page

2023-06-26 Thread Simon Glass
On Sun, 25 Jun 2023 at 22:24, Heinrich Schuchardt wrote: > > %s/loady/loadb/ > > Signed-off-by: Heinrich Schuchardt > --- > doc/usage/cmd/loadb.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass

Re: [PATCH v2 6/8] Makefile: Add a target for building capsules

2023-06-26 Thread Simon Glass
On Sat, 24 Jun 2023 at 14:42, Sughosh Ganu wrote: > > Add a target for building EFI capsules. The capsule parameters are > specified through a config file, and the path to the config file is > specified through CONFIG_EFI_CAPSULE_CFG_FILE. When the config file is > not specified, the command only

Re: [PATCH 1/1] cmd: loads man-page

2023-06-26 Thread Simon Glass
On Sun, 25 Jun 2023 at 22:27, Heinrich Schuchardt wrote: > > Provide a man-page for the loads command. > > Signed-off-by: Heinrich Schuchardt > --- > doc/usage/cmd/loads.rst | 96 + > doc/usage/index.rst | 1 + > 2 files changed, 97 insertions(+) > c

Re: [PATCH 2/6] ARM: at91: Switch sama5d2_icp_mmc to simple malloc in SPL

2023-06-26 Thread Eugen Hristev
On 6/26/23 11:52, Marek Vasut wrote: To avoid SRAM overflow in the SPL build, use simple malloc implementation. Signed-off-by: Marek Vasut --- Cc: Eugen Hristev --- configs/sama5d2_icp_mmc_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sama5d2_icp_mmc_defconfig b/con

Re: [PATCH 1/1] doc: bind man-page

2023-06-26 Thread Simon Glass
Hi Heinrich, On Thu, 22 Jun 2023 at 16:38, Heinrich Schuchardt wrote: > > provide a man-page for the bind command > > Signed-off-by: Heinrich Schuchardt > --- > doc/usage/cmd/bind.rst | 103 + > doc/usage/index.rst| 1 + > 2 files changed, 104 inser

Re: [PATCH] ARM: imx: romapi: Fix signed integer bitwise ops misuse

2023-06-26 Thread Marek Vasut
On 6/26/23 03:12, Peng Fan wrote: On 6/25/2023 6:34 PM, Marek Vasut wrote: Bitwise operations on signed integers are not defined, replace then with per-call checks. You mean C99 standard? I think U-Boot is C99, why ?

Re: [PATCH 2/6] ARM: at91: Switch sama5d2_icp_mmc to simple malloc in SPL

2023-06-26 Thread Eugen Hristev
On 6/25/23 04:37, Tom Rini wrote: On Sat, Jun 24, 2023 at 12:34:54AM +0200, Marek Vasut wrote: To avoid SRAM overflow in the SPL build, use simple malloc implementation. Signed-off-by: Marek Vasut Applied to u-boot/master, thanks! Why is this applied to master and not through at91 tree ?

RE: [PATCH v1] cache_v8: agilex5: Disable Dcache in the SPL

2023-06-26 Thread Lim, Jit Loon
> -Original Message- > From: Marek Vasut > Sent: Wednesday, 21 June, 2023 10:20 PM > To: Marc Zyngier ; Lim, Jit Loon > Cc: u-boot@lists.denx.de; Jagan Teki ; Simon > ; Chee, Tien Fong > ; Hea, Kok Kiang ; > Lokanathan, Raaj ; Maniyam, Dinesh > ; Ng, Boon Khai ; > Yuslaimi, Alif Zakuan

[PATCH 6/6] imx: hab: Simplify the mechanism

2023-06-26 Thread Marek Vasut
The current mechanism is unnecessarily complex. Simplify the whole mechanism such that the entire fitImage is signed, IVT is placed at the end, followed by CSF, and this entire bundle is also authenticated. This makes the signing scripting far simpler. Signed-off-by: Marek Vasut --- Cc: "NXP i.MX

[PATCH 5/6] imx: hab: Fix a couple of build warnings with DEBUG enabled

2023-06-26 Thread Marek Vasut
In case the DEBUG is enabled, these three lines warn about cast of pointer to integer of different size, add the missing casts to fix the warnings. Signed-off-by: Marek Vasut --- Cc: "NXP i.MX U-Boot Team" Cc: Fabio Estevam Cc: Heiko Schocher Cc: Heinrich Schuchardt Cc: Rasmus Villemoes Cc:

[PATCH 4/6] spl: spl_legacy: Add extra address checks

2023-06-26 Thread Marek Vasut
Check whether the loaded image or entry point does not overlap SPL. Signed-off-by: Marek Vasut --- Cc: "NXP i.MX U-Boot Team" Cc: Fabio Estevam Cc: Heiko Schocher Cc: Heinrich Schuchardt Cc: Rasmus Villemoes Cc: Simon Glass Cc: Stefano Babic Cc: Tom Rini Cc: Ye Li --- V2: - Use _start in

[PATCH 3/6] ARM: imx: Add weak default reset_cpu()

2023-06-26 Thread Marek Vasut
Add weak default reset_cpu() implementation needed by e.g. panic(). Signed-off-by: Marek Vasut --- Cc: "NXP i.MX U-Boot Team" Cc: Fabio Estevam Cc: Stefano Babic --- arch/arm/mach-imx/cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu

[PATCH 2/6] ARM: at91: Switch sama5d2_icp_mmc to simple malloc in SPL

2023-06-26 Thread Marek Vasut
To avoid SRAM overflow in the SPL build, use simple malloc implementation. Signed-off-by: Marek Vasut --- Cc: Eugen Hristev --- configs/sama5d2_icp_mmc_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sama5d2_icp_mmc_defconfig b/configs/sama5d2_icp_mmc_defconfig index 6b7e

[PATCH 1/6] mips: cpu: Use plain puts() in restart handler

2023-06-26 Thread Marek Vasut
This removes dependency on fprintf() , which is not available in SPL unless full printf support is enabled. Signed-off-by: Marek Vasut --- Cc: Daniel Schwierzeck Cc: Marek Vasut --- arch/mips/cpu/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/cpu/cpu.c b/ar

Re: [PATCH v2 0/2] Fix 'no USB device found' error.

2023-06-26 Thread Nishanth Menon
On 13:59-20230623, Tom Rini wrote: > On Fri, Jun 23, 2023 at 09:42:01AM +0200, Julien Panis wrote: > > > > > > On 6/22/23 17:49, Tom Rini wrote: > > > On Thu, Jun 22, 2023 at 04:34:34PM +0200, Julien Panis wrote: > > > > This series fixes usb0 dr_mode for am335x-icev2 > > > > and am335x-evmsk. It