mbox series

[0/3] Extract FVP options, enable module autoload & fix reserved-memory cells

Message ID 20251107111252.25711-1-hugues.kambampiana@arm.com
Headers show
Series Extract FVP options, enable module autoload & fix reserved-memory cells | expand

Message

Hugues KAMBA MPIANA Nov. 7, 2025, 11:12 a.m. UTC
This patchset bundles three commits that enhance the Corstone‑1000 BSP and U-Boot integration:

* Extract External System FVP options:
Allow passing external FVP configuration flags into the Corstone‑1000 platform layer for more flexible
virtualization setups.
* sysvinit: Make module autoload work at boot
Adjust the sysvinit script in arm‑bsp/corstone1000 so that kernel modules configured for autoload are correctly
loaded during early boot.
* u-boot:corstone1000: Use 32-bit cells for reserved-memory node
Update the Corstone‑1000 U-Boot device tree binding to use 32‑bit cells in the reserved‑memory node, matching
the platform’s requirements.

These changes collectively improve boot‑time configuration, module handling, and device‑tree consistency for
Corstone‑1000 targets.


Harsimran Singh Tungal (1):
  arm-bsp/u-boot:corstone1000: Use 32-bit cells for reserved-memory node

Hugues KAMBA MPIANA (1):
  arm-bsp/corstone1000: sysvinit: Make module autoload work at boot

Michael Safwat (1):
  arm-bsp/corstone1000: Extract External System FVP options

 kas/corstone1000-image-configuration.yml      |  5 +++
 .../conf/machine/corstone1000-fvp.conf        |  8 ++--
 .../machine/include/corstone1000-extsys.inc   |  6 +++
 .../u-boot/u-boot-corstone1000.inc            |  5 +++
 ...-use-32-bit-cells-for-reserved-memor.patch | 39 +++++++++++++++++++
 5 files changed, 58 insertions(+), 5 deletions(-)
 create mode 100644 meta-arm-bsp/conf/machine/include/corstone1000-extsys.inc
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0040-corstone1000-dts-use-32-bit-cells-for-reserved-memor.patch