]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Implement ACPI on aarch64"
authorTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:14:22 +0000 (17:14 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2024 00:44:13 +0000 (18:44 -0600)
commit2800aecce08b47b169d8e9824dd23b1297b2cedc
tree2f8b61eaee1520b6fd5bd6cedb111aa3ee13f2f7
parent568407fab5336c00cf0265e9de6c507078988504
parent25081abf081880930365ff2bc6afc6c0273ca4bf
Merge patch series "Implement ACPI on aarch64"

Patrick Rudolph <patrick.rudolph@9elements.com> says:

Based on the existing work done by Simon Glass this series adds
support for booting aarch64 devices using ACPI only.
As first target QEMU SBSA support is added, which relies on ACPI
only to boot an OS. As secondary target the Raspberry Pi4 was used,
which is broadly available and allows easy testing of the proposed
solution.

The series is split into ACPI cleanups and code movements, adding
Arm specific ACPI tables and finally SoC and mainboard related
changes to boot a Linux on the QEMU SBSA and RPi4. Currently only the
mandatory ACPI tables are supported, allowing to boot into Linux
without errors.

The QEMU SBSA support is feature complete and provides the same
functionality as the EDK2 implementation.

The changes were tested on real hardware as well on QEMU v9.0:

qemu-system-aarch64 -machine sbsa-ref -nographic -cpu cortex-a57 \
                    -pflash secure-world.rom \
                    -pflash unsecure-world.rom

qemu-system-aarch64 -machine raspi4b -kernel u-boot.bin -cpu cortex-a72 \
-smp 4 -m 2G -drive file=raspbian.img,format=raw,index=0 \
-dtb bcm2711-rpi-4-b.dtb -nographic

Tested against FWTS V24.03.00.

Known issues:
- The QEMU rpi4 support is currently limited as it doesn't emulate PCI,
  USB or ethernet devices!
- The SMP bringup doesn't work on RPi4, but works in QEMU (Possibly
  cache related).
- PCI on RPI4 isn't working on real hardware since the pcie_brcmstb
  Linux kernel module doesn't support ACPI yet.

Link: https://lore.kernel.org/r/20241023132116.970117-1-patrick.rudolph@9elements.com
31 files changed:
.azure-pipelines.yml
.gitlab-ci.yml
MAINTAINERS
arch/arm/cpu/armv8/Makefile
arch/arm/cpu/armv8/start.S
arch/arm/lib/Makefile
arch/sandbox/dts/test.dts
common/Kconfig
common/bloblist.c
configs/clearfog_defconfig
configs/clearfog_gt_8k_defconfig
configs/clearfog_sata_defconfig
configs/clearfog_spi_defconfig
configs/db-88f6820-gp_defconfig
configs/ds116_defconfig
configs/helios4_defconfig
configs/mvebu_crb_cn9130_defconfig
configs/mvebu_db-88f3720_defconfig
configs/mvebu_db_armada8k_defconfig
configs/mvebu_db_cn9130_defconfig
configs/mvebu_espressobin-88f3720_defconfig
configs/mvebu_espressobin_ultra-88f3720_defconfig
configs/mvebu_mcbin-88f8040_defconfig
configs/mvebu_puzzle-m801-88f8040_defconfig
configs/n2350_defconfig
configs/octeon_nic23_defconfig
configs/turris_omnia_defconfig
drivers/ata/Makefile
drivers/usb/host/Makefile
include/serial.h
lib/Kconfig