Re: [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region

2024-10-12 Thread Akihiko Odaki
On 2024/10/09 22:08, Phil Dennis-Jordan wrote: On Mon, 7 Oct 2024 at 20:04, Akihiko Odaki > wrote: On 2024/10/07 23:10, Phil Dennis-Jordan wrote: > > > On Sat, 5 Oct 2024 at 07:35, Akihiko Odaki mailto:akihiko.od...@daynix.com> >

Re: [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region

2024-10-09 Thread Phil Dennis-Jordan
On Mon, 7 Oct 2024 at 20:04, Akihiko Odaki wrote: > On 2024/10/07 23:10, Phil Dennis-Jordan wrote: > > > > > > On Sat, 5 Oct 2024 at 07:35, Akihiko Odaki > > wrote: > > > > On 2024/09/28 17:57, Phil Dennis-Jordan wrote: > > > From: Alexander Graf mailto:

Re: [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region

2024-10-07 Thread Akihiko Odaki
On 2024/10/07 23:10, Phil Dennis-Jordan wrote: On Sat, 5 Oct 2024 at 07:35, Akihiko Odaki > wrote: On 2024/09/28 17:57, Phil Dennis-Jordan wrote: > From: Alexander Graf mailto:g...@amazon.com>> > > Instead of device tree or other more standa

Re: [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region

2024-10-07 Thread Phil Dennis-Jordan
On Sat, 5 Oct 2024 at 07:35, Akihiko Odaki wrote: > On 2024/09/28 17:57, Phil Dennis-Jordan wrote: > > From: Alexander Graf > > > > Instead of device tree or other more standardized means, VMApple passes > > platform configuration to the first stage boot loader in a binary encoded > > format tha

Re: [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region

2024-10-04 Thread Akihiko Odaki
On 2024/09/28 17:57, Phil Dennis-Jordan wrote: From: Alexander Graf Instead of device tree or other more standardized means, VMApple passes platform configuration to the first stage boot loader in a binary encoded format that resides at a dedicated RAM region in physical address space. This pa

[PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region

2024-09-28 Thread Phil Dennis-Jordan
From: Alexander Graf Instead of device tree or other more standardized means, VMApple passes platform configuration to the first stage boot loader in a binary encoded format that resides at a dedicated RAM region in physical address space. This patch models this configuration space as a qdev dev