aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/boot/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+1
* x86: Allow builds without ACPI tablesLee Leahy2015-04-211-0/+5
* smbios: add a family id in smbios type1 familyKane Chen2015-04-021-0/+10
* x86: set smbios rom size based on CONFIG_ROM_SIZEAaron Durbin2015-04-011-9/+1
* arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make publicTimothy Pearson2015-03-291-2/+2
* arch/x86/boot/smbios: Add additional SMBIOS defines and enumsTimothy Pearson2015-03-291-2/+15
* smbios: add funtion for smbios type17Kane Chen2015-03-271-0/+115
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-4/+4
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-3/+3
* smbios: Mark laptops as suchVladimir Serbinenko2014-10-161-1/+5
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* smbios.c: Fix mismerge which led to laptop being default typeVladimir Serbinenko2014-09-021-1/+1
* smbios: reorganise OEM strings handling.Vladimir Serbinenko2014-08-301-6/+17
* smbios: Define and use enclosure types.Vladimir Serbinenko2014-08-291-1/+1
* lenovo: Make version look like something thinkpad_acpi would acceptVladimir Serbinenko2014-06-011-4/+9
* smbios: Supply tag type 2 (base board information)Vladimir Serbinenko2014-03-091-0/+19
* smbios: Add generic type41 write functionDuncan Laurie2013-11-251-0/+26
* smbios: make manufacturer, product_name and uuid runtime settableGerd Hoffmann2013-11-181-2/+18
* SMBIOS: Add smbios_write_type11() for creating an OEM Strings structurePeter Stuge2013-07-151-0/+18
* SMBIOS: Allow overriding default Manufacturer and Product namesPeter Stuge2013-07-141-3/+3
* smbios: show CONFIG_LOCALVERSION in DMI bios_versionChristian Gmeiner2013-02-041-1/+5
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-3/+9
* Drop get_smbios_data from chip_operationsKyösti Mälkki2012-10-291-3/+0
* Take care of NULL chip_ops->nameKyösti Mälkki2012-10-271-2/+1
* Take care of NULL chip_ops->nameKyösti Mälkki2012-10-071-1/+2
* Extend smbios api to allow runtime change of mainboard serial and versionChristian Gmeiner2012-07-251-2/+12
* ELOG: Add support for generating SMBIOS type15 tableDuncan Laurie2012-07-251-0/+4
* SMBIOS: move serial number and version out to KconfChristian Gmeiner2012-07-031-2/+2
* smbios: Don't fill out firmware version on ChromeOSStefan Reinauer2012-04-051-0/+15
* Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class...Rudolf Marek2012-03-201-18/+31
* Add automatic SMBIOS table generationSven Schnelle2011-08-261-0/+293