[SeaBIOS] [PATCH] copy SMBIOS table from coreboot

Sven Schnelle svens at stackframe.org
Thu Aug 18 20:40:57 CEST 2011


Signed-off-by: Sven Schnelle <svens at stackframe.org>
---
 src/coreboot.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/coreboot.c b/src/coreboot.c
index 5926939..46f25f1 100644
--- a/src/coreboot.c
+++ b/src/coreboot.c
@@ -201,6 +201,7 @@ scan_tables(u32 start, u32 size)
         copy_pir(p);
         copy_mptable(p);
         copy_acpi_rsdp(p);
+	copy_smbios(p);
     }
 }
 
-- 
1.7.5.4




More information about the SeaBIOS mailing list