summaryrefslogtreecommitdiffstats
path: root/wic
AgeCommit message (Collapse)Author
2019-03-07wic: pass APPEND to bootloaderRoss Burton
Rename the systemd and grub-efi .wks files to .wks.in, and replace all 'append' entries apart from rootfstype (which is specific to the wks file) with ${APPEND}, so the values of APPEND from the BSP and user is respected. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-06-04wic: add wks for enabling grub-efi bootloaderAnuj Mittal
Use our own wks when grub-efi is used and make sure that microcode is early loaded. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-04-13wic: add systemd-bootdisk-microcode.wksCalifornia Sullivan
Add wic kickstart file that includes microcode as an initrd for early update support. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08Galileo: Remove remaining bits from RMC and WIC directorySaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08core-image-tiny: Remove Quark reference and WKS fileSaul Wold
Since Quark is getting depercated remove reference and WKS file Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-09-15core-image-tiny: Provide a new image recipe for poky-tiny that boots from RAMAlejandro Hernandez
This new image recipe creates an image from the artifacts obtained after building core-image-tiny-initramfs, it boots directly to a tiny rootfs provided by initrd Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
2017-07-12wic: Move WKS newer common locationSaul Wold
This cleans up the wic scripts location to match the newer top-level wic directory location. Signed-off-by: Saul Wold <sgw@linux.intel.com>