svn commit: r206381 - head/sys/i386/include
Rui Paulo
rpaulo at FreeBSD.org
Wed Apr 7 18:52:51 UTC 2010
Author: rpaulo
Date: Wed Apr 7 18:52:51 2010
New Revision: 206381
URL: http://svn.freebsd.org/changeset/base/206381
Log:
Add EFI boot info fields.
Modified:
head/sys/i386/include/bootinfo.h
Modified: head/sys/i386/include/bootinfo.h
==============================================================================
--- head/sys/i386/include/bootinfo.h Wed Apr 7 18:42:21 2010 (r206380)
+++ head/sys/i386/include/bootinfo.h Wed Apr 7 18:52:51 2010 (r206381)
@@ -65,6 +65,13 @@ struct bootinfo {
u_int32_t bi_kernend; /* end of kernel space */
u_int32_t bi_envp; /* environment */
u_int32_t bi_modulep; /* preloaded modules */
+ uint64_t bi_hcdp; /* DIG64 HCDP table */
+ uint64_t bi_fpswa; /* FPSWA interface */
+ uint64_t bi_systab; /* pa of EFI system table */
+ uint64_t bi_memmap; /* pa of EFI memory map */
+ uint64_t bi_memmap_size; /* size of EFI memory map */
+ uint64_t bi_memdesc_size; /* sizeof EFI memory desc */
+ uint32_t bi_memdesc_version; /* EFI memory desc version */
};
#ifdef _KERNEL
More information about the svn-src-all
mailing list