blob: eef6bf2ffdf79357417a604c5a3c66ca3487411f [file] [log] [blame]
Ronald G. Minniche0e784a2014-11-26 19:25:47 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2003 Eric Biederman
5 * Copyright (C) 2005 Steve Magnani
6 * Copyright (C) 2008-2009 coresystems GmbH
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
Ronald G. Minniche0e784a2014-11-26 19:25:47 +000016 */
17
Aaron Durbind4afa932016-04-19 17:25:59 -050018#include <bootmem.h>
Ronald G. Minniche0e784a2014-11-26 19:25:47 +000019#include <boot/tables.h>
20#include <boot/coreboot_tables.h>
Ronald G. Minniche0e784a2014-11-26 19:25:47 +000021
Aaron Durbin5481c962016-04-19 20:37:51 -050022void arch_write_tables(uintptr_t coreboot_table)
23{
24}
25
Aaron Durbind4afa932016-04-19 17:25:59 -050026void bootmem_arch_add_ranges(void)
27{
28}
29
Aaron Durbinf6ada1c2016-02-10 10:52:47 -060030void lb_arch_add_records(struct lb_header *header)
31{
32}