Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wic: revert grub-efi patch | Yogesh Siraswar | 2021-11-19 | 1 | -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 images | Tom Rini | 2021-08-09 | 1 | -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.00 | Denys Dmytriyenko | 2020-05-07 | 2 | -8/+6 |
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||||
* | wic: create SD card with 3 partitions for testing | Denys Dmytriyenko | 2020-03-23 | 1 | -0/+8 |
Signed-off-by: Denys Dmytriyenko <denys@ti.com> |