mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 19:17:33 +08:00
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:
committed by
Kinsey Moore
parent
90587938e4
commit
ad5a2be4c1
@@ -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
|
||||
Reference in New Issue
Block a user