summaryrefslogtreecommitdiffstats
path: root/wic
Commit message (Collapse)AuthorAgeFilesLines
* wic: revert grub-efi patchYogesh Siraswar2021-11-191-7/+0
| | | | | | Revert "conf/machine: k3: Enable grub-efi by default in wic images" This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476.
* conf/machine: k3: Enable grub-efi by default in wic imagesTom Rini2021-08-091-0/+7
| | | | | | | | | | | | | 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>
* conf/wic: switch back to 2-partition SD images, reserve extra space in bootti2020.01.00Denys Dmytriyenko2020-05-072-8/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* wic: create SD card with 3 partitions for testingDenys Dmytriyenko2020-03-231-0/+8
Signed-off-by: Denys Dmytriyenko <denys@ti.com>