Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region

2024-11-13 Thread Phil Dennis-Jordan
On Mon, 11 Nov 2024 at 05:21, Akihiko Odaki wrote: > On 2024/11/11 0:01, Phil Dennis-Jordan wrote: > > On Sun, 10 Nov 2024 at 08:15, Akihiko Odaki > wrote: > >> > >> On 2024/11/08 23:47, Phil Dennis-Jordan wrote: > >>> From: Alexander Graf > >>> > >>> Instead of device tree or other more standa

Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region

2024-11-10 Thread Akihiko Odaki
On 2024/11/11 0:01, Phil Dennis-Jordan wrote: On Sun, 10 Nov 2024 at 08:15, Akihiko Odaki wrote: On 2024/11/08 23:47, 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

Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region

2024-11-10 Thread Phil Dennis-Jordan
On Sun, 10 Nov 2024 at 08:15, Akihiko Odaki wrote: > > On 2024/11/08 23:47, 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 t

Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region

2024-11-09 Thread Akihiko Odaki
On 2024/11/08 23:47, 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 v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region

2024-11-08 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