Files
cloud-hypervisor/docs
Saravanan D 298da55902 scripts: fix build_edk2 compilation
build_edk2() module in scripts/common-aarch64.sh
does not produce the UEFI firmware for aarch64 as
the commits used to assemble sources for acpica,
edk2-platforms and edk2 do not compile after GCC
version upgraded from 11.4.0 to 13.3.0 in the
developer container (ubuntu 22.04 to 24.04)

Apply minimum upgrade to EDK2_REPO and ACPICA_REPO
required to compile with GCC 13.3.0
while still assuring guest VM boot for all
integration tests

BaseTools: Brotli compression submodule that was
previously failing has been fixed following commit
bump

Developers can now produce UEFI firmware for
aarch64 using the following commands
```
./scripts/dev_cli.sh shell
source scripts/test-util.sh
source scripts/common-aarch64.sh
build_edk2
```

Update docs/uefi.md

Fixes #7608

Signed-off-by: Saravanan D <saravanand@crusoe.ai>
2026-01-22 01:45:43 +00:00
..
2024-10-23 18:38:50 +01:00
2024-06-08 16:31:30 +00:00
2025-08-11 17:29:51 +00:00
2026-01-15 18:55:36 +00:00
2026-01-14 09:20:34 +00:00
2025-02-08 16:37:03 +08:00
2024-06-08 16:31:30 +00:00
2022-11-27 18:55:07 +00:00
2024-06-08 16:31:30 +00:00
2026-01-22 01:45:43 +00:00