1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2024 Google LLC
11 * struct board_f: Information used only before relocation
13 * This struct is set up in board_init_f() and used to deal with relocation. It
14 * is not available after relocation.
18 * @new_fdt: relocated device tree
22 * @fdt_size: space reserved for relocated device space
24 unsigned long fdt_size;
26 * @new_bootstage: relocated boot stage information
28 struct bootstage_data *new_bootstage;
30 * @new_bloblist: relocated blob list information
32 struct bloblist_hdr *new_bloblist;