Page MenuHomeFreeBSD

CI: add arm64 support to ci-qemu-test.sh
ClosedPublic

Authored by emaste on Jun 25 2021, 8:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 9:41 PM
Unknown Object (File)
Wed, Apr 10, 6:56 PM
Unknown Object (File)
Mon, Apr 8, 1:39 AM
Unknown Object (File)
Wed, Apr 3, 2:07 AM
Unknown Object (File)
Fri, Mar 29, 1:32 PM
Unknown Object (File)
Mar 11 2024, 2:16 PM
Unknown Object (File)
Mar 11 2024, 2:16 PM
Unknown Object (File)
Mar 11 2024, 2:16 PM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
tools/boot/ci-qemu-test.sh
94

sanity check needed here as well for finding the BIOS for the arm64 case, no?

tools/boot/ci-qemu-test.sh
94

It comes with qemu so no need.

In fact it looks like qemu includes amd64 firmware too, /usr/local/share/qemu/edk2-x86_64-code.fd, so we could drop that. I presume it was added after this was first set up.

tools/boot/ci-qemu-test.sh
94

D30915 submitted to make that change first

the rest of this looks good... not entirely sure that 256MB is good, but it's what's there now...

This revision is now accepted and ready to land.Jun 26 2021, 5:13 PM
This revision was automatically updated to reflect the committed changes.