coreboot-kgpe-d16/src/vendorcode/google
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
..
chromeos drivers/vpd: Add VPD support 2018-09-09 17:51:37 +00:00
Kconfig vendorcode/google: add common smbios mainboard version support 2016-11-09 16:52:06 +01:00
Makefile.inc vendorcode/google: add common smbios mainboard version support 2016-11-09 16:52:06 +01:00
smbios.c vendorcode/google: add common smbios mainboard version support 2016-11-09 16:52:06 +01:00