[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 16/18] hw/arm/fsl-imx8mp: Add boot ROM
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 16/18] hw/arm/fsl-imx8mp: Add boot ROM |
Date: |
Mon, 17 Feb 2025 13:28:42 +0000 |
On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow <shentey@gmail.com> 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 with all zeros. This allows for implementing a ROM later
> without
> touching the source code and even allows for users to provide their own ROMs.
>
> The imx8mp-boot.rom was created with
> `dd if=/dev/zero of=imx8mp-boot.rom bs=1 count=258048`.
If it's all zeroes, we don't need to commit it to git as a binary,
we can generate it at build time. (We should avoid having
binaries in git as much as we can manage.)
thanks
-- PMM
- [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement gneral purpose timers, (continued)
- [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement gneral purpose timers, Bernhard Beschow, 2025/02/04
- [PATCH v2 14/18] hw/arm/fsl-imx8mp: Add Ethernet controller, Bernhard Beschow, 2025/02/04
- [PATCH v2 15/18] hw/arm/fsl-imx8mp: Add USB support, Bernhard Beschow, 2025/02/04
- [PATCH v2 17/18] hw/arm/fsl-imx8mp: Add on-chip RAM, Bernhard Beschow, 2025/02/04
- [PATCH v2 16/18] hw/arm/fsl-imx8mp: Add boot ROM, Bernhard Beschow, 2025/02/04
- Re: [PATCH v2 16/18] hw/arm/fsl-imx8mp: Add boot ROM,
Peter Maydell <=
- [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation, Bernhard Beschow, 2025/02/04
[PATCH v2 00/18] Add i.MX 8M Plus EVK machine, Bernhard Beschow, 2025/02/23