imgtec-ci20: genimage config/ u-boot env
[openadk.git] / target / x86_64 / generic-x86_64 / genimage-efi.cfg
bloba59d75e4734be38d0e591a148301ac6829f51f35
1 image efi-part.vfat {
2   vfat {
3     file EFI {
4       image = "efi-part/EFI"
5     }
6   }
7   size = 32M
10 image disk.img {
12   hdimage {
13   }
15   partition boot {
16     partition-type = 0xEF
17     image = "efi-part.vfat"
18   }
20   partition root {
21     partition-type = 0x83
22     image = "rootfs.ext"
23   }
25   partition cfgfs {
26     partition-type = 0x88
27     image = "cfgfs.img"
28   }