diff options
Diffstat (limited to 'config/data')
-rw-r--r-- | config/data/coreboot/build.list | 1 | ||||
-rw-r--r-- | config/data/grub/build.list | 1 | ||||
-rw-r--r-- | config/data/seabios/build.list | 2 | ||||
-rw-r--r-- | config/data/u-boot/build.list | 6 |
4 files changed, 10 insertions, 0 deletions
diff --git a/config/data/coreboot/build.list b/config/data/coreboot/build.list new file mode 100644 index 00000000..f6535149 --- /dev/null +++ b/config/data/coreboot/build.list @@ -0,0 +1 @@ +build/coreboot.rom diff --git a/config/data/grub/build.list b/config/data/grub/build.list new file mode 100644 index 00000000..5b891e5a --- /dev/null +++ b/config/data/grub/build.list @@ -0,0 +1 @@ +grub.elf diff --git a/config/data/seabios/build.list b/config/data/seabios/build.list new file mode 100644 index 00000000..d6fefb4e --- /dev/null +++ b/config/data/seabios/build.list @@ -0,0 +1,2 @@ +out/bios.bin.elf +out/vgabios.bin diff --git a/config/data/u-boot/build.list b/config/data/u-boot/build.list new file mode 100644 index 00000000..8d9a5cf0 --- /dev/null +++ b/config/data/u-boot/build.list @@ -0,0 +1,6 @@ +u-boot +u-boot.bin +u-boot.dtb +u-boot.img +u-boot.itb +u-boot.elf |