Re: [PATCH 00/16] fdt: Make OF_BOARD a boolean option

2021-11-01 Thread Ilias Apalodimas
Hi Simon, On Thu, 28 Oct 2021 at 05:51, Simon Glass wrote: > > Hi Ilias, > > On Tue, 26 Oct 2021 at 00:46, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > A bit late to the party, sorry! > > (Did you remember the beer? We'll probably n

Re: [PATCH 00/16] fdt: Make OF_BOARD a boolean option

2021-10-26 Thread Ilias Apalodimas
Hi Simon, A bit late to the party, sorry! [...] > > > > I really want to see what the binary case looks like since we could then > > kill off rpi_{3,3_b,4}_defconfig and I would need to see if we could > > then also do a rpi_arm32_defconfig too. > > > > I want to see less device trees in U-Boot

Re: [PATCH 00/16] fdt: Make OF_BOARD a boolean option

2021-10-27 Thread Ilias Apalodimas
Hi trying to reply to all at the same time! On Wed, Oct 27, 2021 at 09:38:40AM -0400, Tom Rini wrote: > On Wed, Oct 27, 2021 at 03:30:18PM +0200, François Ozog wrote: > > Hi Tom, > > > > On Wed, 27 Oct 2021 at 14:59, Tom Rini wrote: > > > > > On Tue, Oct

Re: [PATCH] hw/arm: add control knob to disable kaslr_seed via DTB

2021-12-15 Thread Ilias Apalodimas
s having random data in the DTB will cause verification to > fail. Add a control knob so we can prevent this being added to the > system DTB. > > Signed-off-by: Alex Bennée > Cc: Ilias Apalodimas > Cc: Jerome Forissier > --- > docs/system/arm/virt.rst | 7 +++ >

Re: [PATCH] hw/arm: add control knob to disable kaslr_seed via DTB

2021-12-15 Thread Ilias Apalodimas
Hi Peter On Wed, Dec 15, 2021 at 01:36:07PM +, Peter Maydell wrote: > On Wed, 15 Dec 2021 at 12:09, Alex Bennée wrote: > > > > Generally a guest needs an external source of randomness to properly > > enable things like address space randomisation. However in a trusted > > boot environment whe

Re: [PATCH v3 00/23] hw/uefi: add uefi variable service

2025-02-20 Thread Ilias Apalodimas
Hi Alex, Ard, Gerd, Thanks for roping me in, On Thu, 13 Feb 2025 at 12:13, Ard Biesheuvel wrote: > > On Thu, 13 Feb 2025 at 11:11, Alexander Graf wrote: > > > > > > On 13.02.25 10:41, Ard Biesheuvel wrote: > > > On Tue, 11 Feb 2025 at 10:23, Gerd Hoffmann wrote: > > >> This patch adds a virtua