xref: /freebsd/tools/boot/TEST-NOTES (revision aad99ded)
1New test script
2
3o Assumes univerese has run.
4o Will create a test tree somewhere outside of the source tree
5  o trees has the different trees we use to create images
6    o trees/${ARCH}/$PART have each architecture's tree images
7      for the different partitions we need.
8  o bios has cached BIOSes needed for tests
9  o images has the images to test
10  o tests has the test scripts
11  o linux has cached copies off kernels for the kboot tests
12o Assumes qemu port installed
13  o will use firmware from there
14o Will use 3 linux kernels, amd64 and aarch64 built with CONFIG_EFI_STUB
15o Will test
16  o armv7 UEFI+uboot booting on MBR and GPT
17  o aarch64 Will test UEFI+ACPI on MBR/GPT, UEFI+ACPI+kboot, DTB+kboot
18  o amd64 <big matrix here>
19  o i386 legacy + {gpt,mbr} and cdrom boot (also the isoboot unified?)
20  o powerpc <who knows> but kboot+dtb
21  o riscv UEFI+ACPI with GPT and serial console
22
23