Generate multiboot tables from coreboot tables.
Signed-off-by: Juhana Helovuo <juhe@iki.fi> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5806 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Myles Watson
parent
50b78b66d3
commit
6b56e43b6d
@@ -167,6 +167,9 @@ struct multiboot_info {
|
||||
uint16_t vbe_interface_len;
|
||||
};
|
||||
|
||||
#define MULTIBOOT_MEMORY_AVAILABLE 1
|
||||
#define MULTIBOOT_MEMORY_RESERVED 2
|
||||
|
||||
struct multiboot_mmap_entry {
|
||||
uint32_t size;
|
||||
uint64_t addr;
|
||||
@@ -176,6 +179,6 @@ struct multiboot_mmap_entry {
|
||||
|
||||
extern struct multiboot_info *mbi;
|
||||
|
||||
unsigned long write_multiboot_info(unsigned long, unsigned long, unsigned long, unsigned long);
|
||||
unsigned long write_multiboot_info(unsigned long rom_table_end);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user