mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 17:10:11 +00:00
11ee37962e
Schema file in YAML must be provided in board/ti/common for validating input config files and packaging system firmware. The schema includes entries for rm-cfg, board-cfg, pm-cfg and sec-cfg. Board config files must be provided in board/ti/<devicename> in YAML. These can then be consumed for generation of binaries to package system firmware. Added YAML configs for J721E in particular. Signed-off-by: Tarun Sahu <t-sahu@ti.com> [n-francis@ti.com: prepared patch for upstreaming] Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
12 lines
265 B
YAML
12 lines
265 B
YAML
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
#
|
|
# Power management configuration for J721E
|
|
#
|
|
|
|
---
|
|
|
|
pm-cfg:
|
|
rev:
|
|
boardcfg_abi_maj: 0x0
|
|
boardcfg_abi_min: 0x1
|