Message ID | 20230127192122.19338-1-gowtham.sureshkumar@arm.com |
---|---|
Headers | show |
Series | Add UEFI capsule generation support | expand |
On Fri, 27 Jan 2023 19:21:19 +0000, gowtham.sureshkumar@arm.com wrote: > The following patches adds a class for UEFI capsule generation, > a recipe for installing edk2 base tools in the sysroot and > configures the corstone1000 recipe to build a UEFI capsule. > > > Gowtham Suresh Kumar (3): > arm/edk2-basetools: Add edk2 base tool native recipe > arm-bsp/uefi_capsule: Add UEFI capsule generation class > arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 > platform > > [...] Applied, thanks! [1/3] arm/edk2-basetools: Add edk2 base tool native recipe commit: 5914ae11f47fe85541b7c2f796a4b18ac7b49227 [2/3] arm-bsp/uefi_capsule: Add UEFI capsule generation class commit: f0945f499c49a10f15f05b0da6efbf01659ca03c [3/3] arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 platform commit: 3af64cee5bf963359e1aa304e55ff673b07f0294 Best regards,
On Fri, 27 Jan 2023 19:21:19 +0000, gowtham.sureshkumar@arm.com wrote: > The following patches adds a class for UEFI capsule generation, > a recipe for installing edk2 base tools in the sysroot and > configures the corstone1000 recipe to build a UEFI capsule. > > > Gowtham Suresh Kumar (3): > arm/edk2-basetools: Add edk2 base tool native recipe > arm-bsp/uefi_capsule: Add UEFI capsule generation class > arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 > platform > > [...] Applied, thanks! [1/3] arm/edk2-basetools: Add edk2 base tool native recipe commit: 5914ae11f47fe85541b7c2f796a4b18ac7b49227 [2/3] arm-bsp/uefi_capsule: Add UEFI capsule generation class commit: f0945f499c49a10f15f05b0da6efbf01659ca03c [3/3] arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 platform commit: 3af64cee5bf963359e1aa304e55ff673b07f0294 Best regards,
On Fri, 27 Jan 2023 19:21:19 +0000, gowtham.sureshkumar@arm.com wrote: > The following patches adds a class for UEFI capsule generation, > a recipe for installing edk2 base tools in the sysroot and > configures the corstone1000 recipe to build a UEFI capsule. > > > Gowtham Suresh Kumar (3): > arm/edk2-basetools: Add edk2 base tool native recipe > arm-bsp/uefi_capsule: Add UEFI capsule generation class > arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 > platform > > [...] Applied, thanks! [1/3] arm/edk2-basetools: Add edk2 base tool native recipe commit: ccf216ce4d5e149d907ab2777b2b39d71b90bd53 [2/3] arm-bsp/uefi_capsule: Add UEFI capsule generation class commit: 7a1649137389bff0ad1a4825a2dc148290437a3b [3/3] arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 platform commit: 2792359e0a6d2663b0d8b523e2290b14029cc4fb Best regards,
From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com> The following patches adds a class for UEFI capsule generation, a recipe for installing edk2 base tools in the sysroot and configures the corstone1000 recipe to build a UEFI capsule. Gowtham Suresh Kumar (3): arm/edk2-basetools: Add edk2 base tool native recipe arm-bsp/uefi_capsule: Add UEFI capsule generation class arm-bsp/corstone1000-image: Generate UEFI capsule for corstone1000 platform .../recipes-bsp/images/corstone1000-image.bb | 9 +++- meta-arm/classes/uefi_capsule.bbclass | 46 +++++++++++++++++++ .../edk2-basetools/edk2-basetools_202211.bb | 24 ++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 meta-arm/classes/uefi_capsule.bbclass create mode 100644 meta-arm/recipes-devtools/edk2-basetools/edk2-basetools_202211.bb -- 2.17.1