blob: e9de4bfd71fc9e4a2cddfeb6c440d2e6a3e94e39 [file] [log] [blame]
Ronald G. Minnich98312442016-02-12 22:37:48 +00001/*
2 * This file is part of the coreboot project.
3 *
Ronald G. Minnich98312442016-02-12 22:37:48 +00004 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Aaron Durbind4afa932016-04-19 17:25:59 -050014#include <bootmem.h>
Ronald G. Minnich98312442016-02-12 22:37:48 +000015#include <boot/tables.h>
16#include <boot/coreboot_tables.h>
Ronald G. Minnich98312442016-02-12 22:37:48 +000017
Aaron Durbin5481c962016-04-19 20:37:51 -050018void arch_write_tables(uintptr_t coreboot_table)
19{
20}
21
Aaron Durbind4afa932016-04-19 17:25:59 -050022void bootmem_arch_add_ranges(void)
23{
24}
25
Ronald G. Minnich98312442016-02-12 22:37:48 +000026void lb_arch_add_records(struct lb_header *header)
27{
28}