blob: f1b00957a7a7d501b7891ee1a6089aab8b79a3f1 [file] [log] [blame]
J-Alves35315782022-01-25 17:58:32 +00001/*
2 * Copyright 2022 The Hafnium Authors.
3 *
4 * Use of this source code is governed by a BSD-style
5 * license that can be found in the LICENSE file or at
6 * https://opensource.org/licenses/BSD-3-Clause.
7 */
8
9#pragma once
10
11#include "hf/fdt.h"
12#include "hf/ffa.h"
J-Alves6e0abc42024-12-30 16:51:16 +000013#include "hf/partition_pkg.h"
J-Alves35315782022-01-25 17:58:32 +000014
15#define FFA_BOOT_INFO_SIG 0xFFAU
16#define FFA_BOOT_INFO_VERSION 0x10001U
17
J-Alves6e0abc42024-12-30 16:51:16 +000018bool ffa_boot_info_node(struct fdt_node *boot_info_node,
19 struct partition_pkg *pkg);