Following patch makes just one fadt.c file. For SB700.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6165 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2a27b20226
commit
3310934f32
24 changed files with 16 additions and 1825 deletions
|
|
@ -48,6 +48,8 @@ void *cbmem_find(u32 id);
|
|||
void cbmem_list(void);
|
||||
void cbmem_arch_init(void);
|
||||
|
||||
#ifndef __PRE_RAM__
|
||||
struct cbmem_entry *get_cbmem_toc(void);
|
||||
void set_cbmem_toc(struct cbmem_entry *);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue