Re: [PATCH] configs: rockchip: rock3a: enable environment

2024-03-05 Thread Jonas Karlman
Hi Trevor, On 2024-03-05 03:10, Trevor Woerner wrote: > Following the pattern of other Rockchip devices, enable the U-Boot > environment to be stored in MMC. This patch specifically assumes the > environment will be stored on the SDcard. This board has SPI flash, so storing env in SPI flash is

Re: [PATCH] configs: rockchip: rock-pi-s: enable environment

2024-03-05 Thread Jonas Karlman
Hi Trevor, On 2024-03-05 03:10, Trevor Woerner wrote: > Following the pattern of other Rockchip devices, enable the U-Boot environment > to be stored in MMC. This patch specifically assumes the environment will be > stored on the SDcard. This board support optional emmc (sd nand), forcing env to

Re: [PATCH] configs: rockchip: rock5b: enable environment

2024-03-05 Thread Christopher Obbard
Hi Jonas & Trevor, On Tue, 2024-03-05 at 10:31 +0100, Jonas Karlman wrote: > Hi Trevor, > > On 2024-03-05 03:10, Trevor Woerner wrote: > > Following the pattern of other Rockchip devices, enable the U-Boot > > environment to be stored in MMC. This patch specifically assumes the > > environment

Re: [PATCH] configs: rockchip: rock5b: enable environment

2024-03-05 Thread Jonas Karlman
Hi Trevor, On 2024-03-05 03:10, Trevor Woerner wrote: > Following the pattern of other Rockchip devices, enable the U-Boot > environment to be stored in MMC. This patch specifically assumes the > environment will be stored on the SDcard. This board has SPI flash, so storing env in SPI flash is

Re: [PATCH] configs: rockchip: rock5a: enable environment

2024-03-05 Thread Jonas Karlman
Hi, On 2024-03-05 06:40, Eugen Hristev wrote: > On 3/5/24 04:10, Trevor Woerner wrote: >> Following the pattern of other Rockchip devices, enable the U-Boot >> environment to be stored in MMC. This patch specifically assumes the >> environment will be stored on the SDcard. >> >> Signed-off-by:

Re: [PATCH] implement policy_pcr commands to lock NV-indexes behind a PCR

2024-03-05 Thread Ilias Apalodimas
Hi Niek, Those patches apply cleanly, I do have some comments on the code. I will try to answer on the public thread here instead of github, but for the next version try to send it with git send-email. It makes the whole review/test/apply process easier for me Thanks /Ilias On Thu, 22 Feb

Re: [PATCH v6] remoteproc: uclass: Add methods to load firmware to rproc and boot rproc

2024-03-05 Thread MD Danish Anwar
On 29/02/24 3:43 pm, Roger Quadros wrote: > > > On 28/02/2024 14:06, MD Danish Anwar wrote: >> Add APIs to set a firmware_name to a rproc and boot the rproc with the >> same firmware. >> >> Clients can call rproc_set_firmware() API to set firmware_name for a rproc >> whereas rproc_boot() will

Re: [PATCH v4] disk: dos: Add all options for EFI System Partitions

2024-03-05 Thread Ilias Apalodimas
On Sat, 2 Mar 2024 at 13:20, Peter Robinson wrote: > > The EFI spec states that the ESP can be any of FAT12/16/32 but for > compatibility doesn't necssarily require the partition to be the > EFI partition table ID of 0xef. A number of arm devices will not > find their firmware on a FAT partition

Re: [PATCH] mtd: spi-nor: Clear Winbond SR3 WPS bit on boot

2024-03-05 Thread Michael Walle
[+ linux-mtd ] Hi Marek, On Mon Mar 4, 2024 at 5:16 PM CET, Marek Vasut wrote: > Some Winbond SPI NORs have special SR3 register which is > used among other things to control whether non-standard > "Individual Block/Sector Write Protection" (WPS bit) > locking scheme is activated. This

Re: [PATCH v1] riscv: cpu: improve multi-letter extension detection in supports_extension()

2024-03-05 Thread Heinrich Schuchardt
On 3/5/24 08:54, Conor Dooley wrote: On Tue, Mar 05, 2024 at 08:34:20AM +0100, Heinrich Schuchardt wrote: On 3/5/24 00:28, Conor Dooley wrote: From: Conor Dooley According to https://github.com/riscv/riscv-isa-manual/blob/main/src/naming.adoc the ISA string is case insensitive. Why can we

<    1   2