coreboot-kgpe-d16/src
Patrick Rudolph 28cee59ca2 drivers/vpd: Add VPD support
VPD reference: https://chromium.googlesource.com/chromiumos/platform/vpd/+/master/README.md

Copy ChromeOS VPD driver to add support for VPD without CROMEOS.
Possible use case:
* Storing calibration data
* Storing MAC address
* Storing serial
* Storing boot options

+ Now it's possible to define the VPD space by choosing
  one of the following enums: VPD_ANY, VPD_RW, VPD_RO.
+ CHROMEOS selects now VPD as part of it.
+ VPD is implemented as driver.

Change-Id: Id9263bd39bf25d024e93daa57053fefcb1adc53a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/25046
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-09-09 17:51:37 +00:00
..
acpi
arch x86/acpi: Add BERT table 2018-09-07 14:50:34 +00:00
commonlib cbtable: remove chromeos_acpi from cbtable 2018-08-22 15:33:50 +00:00
console
cpu qemu-q35: Use the TSC for udelay 2018-09-06 16:31:10 +00:00
device nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c 2018-08-21 23:04:08 +00:00
drivers drivers/vpd: Add VPD support 2018-09-09 17:51:37 +00:00
ec mb/lenovo: Support dual graphics for xx20/xx30 ThinkPads 2018-09-05 10:04:20 +00:00
include amd/fam15: Add more MCA information 2018-09-07 14:51:03 +00:00
lib lib/gpio.c: Fix _gpio_base3_value invalid shift 2018-09-07 14:53:54 +00:00
mainboard drivers/vpd: Add VPD support 2018-09-09 17:51:37 +00:00
northbridge nb/intel/x4x/gma.c: fix skipping of native graphics init 2018-09-05 13:08:21 +00:00
security security/tpm: Fix TPM 1.2 state machine issues 2018-08-21 15:45:15 +00:00
soc amd/stoneyridge: Construct ACPI BERT table 2018-09-07 14:52:53 +00:00
southbridge chromeos/gnvs: remove function and naming cleanup 2018-09-06 10:26:50 +00:00
superio superio/ite/it8721f: Add SuperIO ACPI declarations 2018-08-21 14:45:36 +00:00
vendorcode drivers/vpd: Add VPD support 2018-09-09 17:51:37 +00:00
Kconfig arch/x86: Add BERT region support functions 2018-09-07 14:50:02 +00:00