Re: [edk2-devel] [PATCH] ArmVirtPkg/ArmVirtQemu: always build XIP code with strict alignment

2024-04-22 Thread Jonathan Cameron via groups.io
On Fri, 19 Apr 2024 19:50:13 +0200 Ard Biesheuvel wrote: > From: Ard Biesheuvel > > The optimization that enabled entry with MMU and caches enabled at EL1 > removed the strict alignment requirement for XIP code (roughly, any code > that might execute with the MMU and caches off, which means

Re: [edk2-devel] [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled

2024-04-19 Thread Jonathan Cameron via groups.io
On Fri, 19 Apr 2024 13:52:07 +0200 Gerd Hoffmann wrote: > Hi, > > > Gerd, any ideas? Maybe I needs something subtly different in my > > edk2 build? I've not looked at this bit of the qemu infrastructure > > before - is there a document on how that image is built? > > There is

Re: [edk2-devel] [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled

2024-04-18 Thread Jonathan Cameron via groups.io
On Thu, 18 Apr 2024 09:15:55 +0100 Jonathan Cameron via wrote: > On Wed, 17 Apr 2024 13:07:35 -0700 > Richard Henderson wrote: > > > On 4/16/24 08:11, Jonathan Cameron wrote: > > > On Fri, 1 Mar 2024 10:41:09 -1000 > > > Richard Henderson wrote: > > > > > >> If translation is

Re: [edk2-devel] question about cxl device enumeration in pci bus driver

2023-10-26 Thread Jonathan Cameron via groups.io
On Thu, 26 Oct 2023 11:49:28 +0200 "Laszlo Ersek" wrote: > On 10/26/23 10:33, Gerd Hoffmann wrote: > > On Thu, Oct 26, 2023 at 10:36:35AM +0800, Yoshinoya wrote: > > > >> CXL Host Bridge / Root Port / Switch / Device enumeration / HDM Config, > >> maybe could be integrated into pci drivers

Re: [edk2-devel] [edk2-platforms] [PATCH v2 0/3] Add HMAT tables for RD multi-chip platforms

2021-02-12 Thread Jonathan Cameron via groups.io
On Thu, 11 Feb 2021 15:14:09 + Vijayenthiran Subramaniam wrote: > Hi, > > On Wed, Feb 3, 2021 at 9:08 AM Vijayenthiran Subramaniam > wrote: > > > > This patch series adds HMAT tables for Arm's Neoverse reference design > > multi-chip fixed virtual platforms. The first patch in the series

Re: [edk2-devel] [edk2-platforms] [PATCH v1 2/3] Platform/ARM/SgiPkg: Add HMAT ACPI table for RdN1EdgeX2

2021-02-01 Thread Jonathan Cameron via groups.io
On Fri, 29 Jan 2021 17:11:03 + Vijayenthiran Subramanian wrote: Hi Vijayenthiran, > > > > + // Memory Proximity Domain > > > > + { > > > > + > > > > EFI_ACPI_6_3_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES_INIT ( > > > > + 1, 0x0, 0x0), > > > > + > > > >

Re: [edk2-devel] [edk2-platforms] [PATCH v1 2/3] Platform/ARM/SgiPkg: Add HMAT ACPI table for RdN1EdgeX2

2021-01-29 Thread Jonathan Cameron via groups.io
On Thu, 28 Jan 2021 15:58:48 + Jonathan Cameron via groups.io wrote: > On Thu, 28 Jan 2021 19:12:30 +0530 > Vijayenthiran Subramaniam wrote: > > > Add HMAT table support for RD-N1-Edge Dual-chip platform. > > > > Signed-off-by: Vijayenthiran Subramaniam >

Re: [edk2-devel] [edk2-platforms] [PATCH v1 2/3] Platform/ARM/SgiPkg: Add HMAT ACPI table for RdN1EdgeX2

2021-01-28 Thread Jonathan Cameron via groups.io
On Thu, 28 Jan 2021 19:12:30 +0530 Vijayenthiran Subramaniam wrote: > Add HMAT table support for RD-N1-Edge Dual-chip platform. > > Signed-off-by: Vijayenthiran Subramaniam > --- > Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 1 + >