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
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
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
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:
>
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:
> > >
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
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
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
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
> 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
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
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
--
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(-)
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
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
> >
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
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
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
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
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.
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
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
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
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
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
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
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.
> >>
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
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
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
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
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
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
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
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
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
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
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
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
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 ;
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:
> >
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:
> >
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 +++
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
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
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
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
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
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
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
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
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
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
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 ?
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 ?
> -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
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
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:
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
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
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
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
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
63 matches
Mail list logo