mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git] / src / arch / riscv / tables.c
blob9fc75f455cff0a5d6989a32f06681ddbd3db360a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootmem.h>
4 #include <boot/tables.h>
5 #include <boot/coreboot_tables.h>
6 #include <symbols.h>
8 void arch_write_tables(uintptr_t coreboot_table)
12 void bootmem_arch_add_ranges(void)
14 if (CONFIG(RISCV_OPENSBI) && REGION_SIZE(opensbi) > 0)
15 bootmem_add_range((uintptr_t)_opensbi, REGION_SIZE(opensbi),
16 BM_MEM_OPENSBI);
19 void lb_arch_add_records(struct lb_header *header)