scripts: gen_image_generic: allow the partition types to be set
authorMathew McBride <matt@traverse.com.au>
Thu, 20 Apr 2023 06:36:50 +0000 (06:36 +0000)
committerPetr Štetiar <ynezz@true.cz>
Tue, 13 Jun 2023 12:12:27 +0000 (14:12 +0200)
commitddb8845bd6be37e6126a4a56c071dd9fc3b3695a
treeec485d1ebbd79382f5160b12273f6bf25d37a0b4
parentf48985861a26f175682e49ce87e6d5b674a22d1a
scripts: gen_image_generic: allow the partition types to be set

The use case for this is to set the kernel partition as the
EFI system partition. Versions of U-Boot with the
EFI boot manager (eficonfig and efidebug commands) will
store their boot order data on the ESP.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 701d774f54aef2f9fe3c584700773dcb260dd03c)
scripts/gen_image_generic.sh