summaryrefslogtreecommitdiffstats
path: root/wic
AgeCommit message (Collapse)Author
2021-11-19wic: revert grub-efi patchYogesh Siraswar
Revert "conf/machine: k3: Enable grub-efi by default in wic images" This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476.
2021-08-09conf/machine: k3: Enable grub-efi by default in wic imagesTom Rini
All of our platforms here support running EFI binaries. We can have wic generate a simple grub.cfg file for us that will find the root partition via PARTUUID and utilize the device tree that is already discoverable via the EFI configuration tables. Assuming the EFI loader is U-Boot, this device tree can be replaced at run-time by the normal mechanism of loading in to memory and passing that address as an argument to bootefi. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2020-05-07conf/wic: switch back to 2-partition SD images, reserve extra space in bootti2020.01.00Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-03-23wic: create SD card with 3 partitions for testingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>