X86: Put an SMBios/DMI table in memory.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 23 Jan 2008 20:28:54 +0000 (15:28 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 23 Jan 2008 20:28:54 +0000 (15:28 -0500)
commitca313e23033cd3f2ef827edf9a442ed1ae3d087f
treeb9afb1ebc98a9fa3eb79f9e789dfbf6694e9769d
parent423bbe6499ee4a40cec40aa7e68d5af18bef6d59
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
src/arch/x86/smbios.cc [new file with mode: 0644]
src/arch/x86/smbios.hh [new file with mode: 0644]
src/arch/x86/system.cc
src/arch/x86/system.hh