summaryrefslogtreecommitdiff
path: root/com32/gplinclude/dmi/dmi_base_board.h
Commit message (Collapse)AuthorAgeFilesLines
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-301-7/+9
| | | | | This patch adds some correction of the dmi structures but also add the support of the cpu cores/threads.
* gpllibs: Running NindentErwan Velu2009-11-241-19/+19
| | | | | | Impact: visual Running Nindent on gpllib / gplinclude
* Merge commit 'hpa/master' into for-erwanPierre-Alexandre Meyer2009-08-041-20/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: com32/cmenu/libmenu/com32io.h com32/gplinclude/dmi/dmi.h com32/gplinclude/dmi/dmi_base_board.h com32/gplinclude/dmi/dmi_memory.h com32/gplinclude/dmi/dmi_system.h com32/gpllib/dmi/dmi.c com32/gpllib/dmi/dmi_memory.c com32/include/sys/pci.h com32/lib/pci/scan.c com32/modules/Makefile Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
| * Run Nindent on com32/gplinclude/dmi/dmi_base_board.hH. Peter Anvin2009-05-291-15/+15
| | | | | | | | | | | | | | | | | | Automatically reformat com32/gplinclude/dmi/dmi_base_board.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | gpllib: Add support for 3.3.11 On Board Devices Information (Type 10, ↵Pierre-Alexandre Meyer2009-05-261-0/+5
|/ | | | | | | | | | | | | obsolete) (dmi) From SMBIOS spec (v2.6.1): The information in this structure defines the attributes of devices that are onboard (soldered onto) a system element, usually the baseboard. In general, an entry in this table implies that the BIOS has some level of control over the enabling of the associated device for use by the system. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* Moving dmi & cpuid stuff to gpl subdirsErwan Velu2009-03-121-0/+53
Fixing copyrights Moving dmi includes to gplinclude/dmi Moving dmi code to gpllib/dmi/ Moving cpuid includes to gplinclude/ Moving cpuid code to gpllib/ Fixing Makefiles accordingly