blob: fb510534dc8675691993a80e04ae76d3bffce030 [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
J-Alves35315782022-01-25 17:58:32 +000016
J-Alves6e0abc42024-12-30 16:51:16 +000017bool ffa_boot_info_node(struct fdt_node *boot_info_node,
Kathleen Capella8393ea92025-01-09 17:22:21 -050018 struct partition_pkg *pkg,
19 enum ffa_version vm_ffa_version);