mbox series

[0/3] Use U-Boot tools for capsule generation

Message ID 20240416161446.217376-1-bence.balogh@arm.com
Headers show
Series Use U-Boot tools for capsule generation | expand

Message

bence.balogh@arm.com April 16, 2024, 4:14 p.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

The existing capsule generation class was modified to use the
tools provided by U-Boot.
The intermediate nopt image generation was added to Corstone-1000.

Bence Balogh (3):
  arm-bsp/corstone1000-flash-firmware-image: add nopt generation
  arm/uefi_capsule: use U-Boot for capsule generation
  arm-bsp/documentation: corstone1000: update capsule generation steps

 kas/corstone1000-image-configuration.yml      |  5 +
 .../documentation/corstone1000/user-guide.rst | 95 ++++++++-----------
 .../corstone1000-firmware-deploy-image.inc    |  2 +-
 .../corstone1000-flash-firmware-image.bb      | 43 ++++++++-
 ...h-firmware-image-capsule-update-image.json | 11 ---
 meta-arm/classes/uefi_capsule.bbclass         | 49 +++++-----
 6 files changed, 106 insertions(+), 99 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/images/files/corstone1000-flash-firmware-image-capsule-update-image.json

--
2.25.1

Comments

Jon Mason April 20, 2024, 10:43 p.m. UTC | #1
On Tue, 16 Apr 2024 18:14:43 +0200, bence.balogh@arm.com wrote:
> From: Bence Balogh <bence.balogh@arm.com>
> 
> The existing capsule generation class was modified to use the
> tools provided by U-Boot.
> The intermediate nopt image generation was added to Corstone-1000.
> 
> Bence Balogh (3):
>   arm-bsp/corstone1000-flash-firmware-image: add nopt generation
>   arm/uefi_capsule: use U-Boot for capsule generation
>   arm-bsp/documentation: corstone1000: update capsule generation steps
> 
> [...]

Applied, thanks!

[1/3] arm-bsp/corstone1000-flash-firmware-image: add nopt generation
      commit: e6ff022d6d3d6cbcbd9b30006a75be69f7d35c29
[2/3] arm/uefi_capsule: use U-Boot for capsule generation
      commit: d0d1b96b0a39b973b6b882e561752c1fd7065fc7
[3/3] arm-bsp/documentation: corstone1000: update capsule generation steps
      commit: 527475c354d8897d96eb7cb7248f4207cd8f44f8

Best regards,
Jon Mason April 23, 2024, 6:17 p.m. UTC | #2
On Sat, Apr 20, 2024 at 06:43:18PM -0400, Jon Mason wrote:
> 
> On Tue, 16 Apr 2024 18:14:43 +0200, bence.balogh@arm.com wrote:
> > From: Bence Balogh <bence.balogh@arm.com>
> > 
> > The existing capsule generation class was modified to use the
> > tools provided by U-Boot.
> > The intermediate nopt image generation was added to Corstone-1000.
> > 
> > Bence Balogh (3):
> >   arm-bsp/corstone1000-flash-firmware-image: add nopt generation
> >   arm/uefi_capsule: use U-Boot for capsule generation
> >   arm-bsp/documentation: corstone1000: update capsule generation steps
> > 
> > [...]
> 
> Applied, thanks!
> 
> [1/3] arm-bsp/corstone1000-flash-firmware-image: add nopt generation
>       commit: e6ff022d6d3d6cbcbd9b30006a75be69f7d35c29
> [2/3] arm/uefi_capsule: use U-Boot for capsule generation
>       commit: d0d1b96b0a39b973b6b882e561752c1fd7065fc7
> [3/3] arm-bsp/documentation: corstone1000: update capsule generation steps
>       commit: 527475c354d8897d96eb7cb7248f4207cd8f44f8
> 
> Best regards,
> -- 
> Jon Mason <jon.mason@arm.com>
> 

Reverting this series, as there are issues (which have been
communicated to you in another channel).

Thanks,
Jon