mbox series

[0/6] Add support for using the systemready layer to Corstone-1000

Message ID 20240430162957.94499-1-emekcan.aras@arm.com
Headers show
Series Add support for using the systemready layer to Corstone-1000 | expand

Message

Emekcan Aras April 30, 2024, 4:29 p.m. UTC
From: Emekcan Aras <Emekcan.Aras@arm.com>

Adds support for using the systemready layer and create ESP partition for 
corstone1000.

Drew Reed (6):
  arm-systemready: Fix regex in arm-systemready-ir-acs recipe
  arm: Handle nodistro in firmware deployment
  arm-bsp: corstone1000: Configure Corstone-1000 to use the
    meta-arm-systemready layer
  arm-bsp: corstone1000: Make ESP partition available to Corstone-1000
  arm-bsp/corstone1000: Update Corstone-1000 user guide
  ci: Add Corstone-1000 to the SystemReady ACS build

 .gitlab-ci.yml                                |  14 ++
 .../conf/machine/corstone1000-fvp.conf        |  10 +-
 .../conf/machine/include/corstone1000.inc     |  11 +-
 .../documentation/corstone1000/user-guide.rst | 132 ++++--------------
 .../images/corstone1000-esp-image.bb          |  25 ++++
 .../corstone1000-flash-firmware-image.bb      |   2 +-
 meta-arm-bsp/wic/efi-disk-esp-only.wks.in     |   9 ++
 meta-arm-bsp/wic/efi-disk-no-swap.wks.in      |   4 +-
 .../arm-systemready-ir-acs.bb                 |   2 +-
 .../images/firmware-deploy-image.bb           |   3 +-
 10 files changed, 96 insertions(+), 116 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/images/corstone1000-esp-image.bb
 create mode 100644 meta-arm-bsp/wic/efi-disk-esp-only.wks.in

Comments

Jon Mason May 1, 2024, 2:06 a.m. UTC | #1
On Tue, 30 Apr 2024 17:29:51 +0100, emekcan.aras@arm.com wrote:
> From: Emekcan Aras <Emekcan.Aras@arm.com>
> 
> Adds support for using the systemready layer and create ESP partition for
> corstone1000.
> 
> Drew Reed (6):
>   arm-systemready: Fix regex in arm-systemready-ir-acs recipe
>   arm: Handle nodistro in firmware deployment
>   arm-bsp: corstone1000: Configure Corstone-1000 to use the
>     meta-arm-systemready layer
>   arm-bsp: corstone1000: Make ESP partition available to Corstone-1000
>   arm-bsp/corstone1000: Update Corstone-1000 user guide
>   ci: Add Corstone-1000 to the SystemReady ACS build
> 
> [...]

Applied, thanks!

[1/6] arm-systemready: Fix regex in arm-systemready-ir-acs recipe
      commit: 97e0c91f79ca4e5e017ee1607f2938e69d43cc7d
[2/6] arm: Handle nodistro in firmware deployment
      commit: 67f9756fa08a50aa4b7a62e6b1674f02199c89e3
[3/6] arm-bsp: corstone1000: Configure Corstone-1000 to use the meta-arm-systemready layer
      commit: 1fd614e545b45719d5a1886629884ead9e597b5a
[4/6] arm-bsp: corstone1000: Make ESP partition available to Corstone-1000
      commit: eed6bc24d129a0ca97fa1f44f5cbc781ea7c9a43
[5/6] arm-bsp/corstone1000: Update Corstone-1000 user guide
      commit: 3b97565103e544f6b67352da0d3908a320f378e3
[6/6] ci: Add Corstone-1000 to the SystemReady ACS build
      commit: 0e3fc3d87b3bc3252f926de47a2bacaafff1680e

Best regards,