From ca313e23033cd3f2ef827edf9a442ed1ae3d087f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 23 Jan 2008 15:28:54 -0500 Subject: X86: Put an SMBios/DMI table in memory. This is basically just the header right now, but there's an untested mechanism in place to fill out the table and make sure everything is updated correctly. --HG-- extra : convert_revision : c1610c0dfa211b7e0d091a04133695d84f500a1c --- src/arch/x86/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/x86/SConscript') diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript index 1ce06040f..1b589268d 100644 --- a/src/arch/x86/SConscript +++ b/src/arch/x86/SConscript @@ -28,7 +28,7 @@ # # Authors: Gabe Black -# Copyright (c) 2007 The Hewlett-Packard Development Company +# Copyright (c) 2007-2008 The Hewlett-Packard Development Company # All rights reserved. # # Redistribution and use of this software in source and binary forms, @@ -114,6 +114,7 @@ if env['TARGET_ISA'] == 'x86': # Full-system sources Source('linux/system.cc') Source('pagetable_walker.cc') + Source('smbios.cc') Source('system.cc') Source('stacktrace.cc') Source('vtophys.cc') -- cgit v1.2.3