u-boot/drivers/usb
Tom Rini 2800aecce0 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
2024-10-27 18:44:13 -06:00
..
cdns3 Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu 2024-10-17 08:34:01 -06:00
common global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
dwc3 Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu 2024-10-17 08:34:01 -06:00
emul sandbox: Return error code from read/write/seek 2024-08-09 16:03:19 -06:00
eth drivers: usb: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
gadget net: introduce alternative implementation as net/lwip/ 2024-10-16 11:11:56 -06:00
host Merge patch series "Implement ACPI on aarch64" 2024-10-27 18:44:13 -06:00
isp1760 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
mtu3 drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
musb arm: ti: Remove omap4 platform support 2024-07-23 10:37:48 -06:00
musb-new usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST set 2024-08-22 09:23:33 +02:00
phy drivers: usb: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
tcpm usb: tcpm: fusb302: add driver 2024-10-17 03:12:47 +02:00
ulpi Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig usb: tcpm: add core framework 2024-10-17 03:12:47 +02:00