Re: [PATCH 17/21] hw/arm/fsl-imx8mp: Add boot ROM

2025-01-21 Thread Bernhard Beschow
Am 21. Januar 2025 03:00:17 UTC schrieb BALATON Zoltan : >On Mon, 20 Jan 2025, Bernhard Beschow wrote: >> On a real device, the boot ROM contains the very first instructions the CPU >> executes. Also, U-Boot calls into the ROM to determine the boot device. While >> we're not actually implementin

Re: [PATCH 17/21] hw/arm/fsl-imx8mp: Add boot ROM

2025-01-20 Thread BALATON Zoltan
On Mon, 20 Jan 2025, Bernhard Beschow wrote: On a real device, the boot ROM contains the very first instructions the CPU executes. Also, U-Boot calls into the ROM to determine the boot device. While we're not actually implementing this here, let's create the infrastructure and add a dummy ROM wit

[PATCH 17/21] hw/arm/fsl-imx8mp: Add boot ROM

2025-01-20 Thread Bernhard Beschow
On a real device, the boot ROM contains the very first instructions the CPU executes. Also, U-Boot calls into the ROM to determine the boot device. While we're not actually implementing this here, let's create the infrastructure and add a dummy ROM with all zeros. This allows for implementing a ROM