coreboot-kgpe-d16/util/sconfig
Patrick Rudolph ac24d3c311 sconfig: Add SMBIOS type 9 entries
Add the new field 'smbios_slot_desc', which takes 2 to 4 arguments.
The field is valid for PCI devices and only compiled if SMBIOS table
generation is enabled.

smbios_slot_desc arguments:
1. slot type
2. slot lenth
3. slot designation (optional)
4. slot data width (optional)

Example:

    device pci 1c.1 on
        smbios_slot_desc "21" "3" "MINI-PCI-FULL" "8"
    end # PCIe Port #2 Integrated Wireless LAN

Tested on Lenovo T520.

Change-Id: If95aae3c322d3da47637613b9a872ba1f7af9080
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32307
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
2019-05-07 16:04:56 +00:00
..
Makefile.inc util/blobtool & sconfig: Update GENPARSER Kconfig question 2017-04-14 17:26:48 +02:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
lex.yy.c_shipped sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00
main.c sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00
sconfig.h sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00
sconfig.l sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00
sconfig.tab.c_shipped sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00
sconfig.tab.h_shipped sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00
sconfig.y sconfig: Add SMBIOS type 9 entries 2019-05-07 16:04:56 +00:00