bsps/aarch64/start: Add support for Image protocol

This adds support for a the Image header protocol similar to the zImage
protocol that Linux kernels use to describe their expectations of the
system configuration.
This commit is contained in:
Kinsey Moore
2025-07-11 11:36:51 -05:00
committed by Kinsey Moore
parent 90587938e4
commit ad5a2be4c1
2 changed files with 39 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- define-condition: null
build-type: option
copyrights:
- Copyright (C) 2025 On-Line Applications Research (OAR)
default:
- enabled-by: true
value: true
description: |
include zImage boot header
enabled-by: true
links: []
name: BSP_START_IMAGE_HEADER
type: build