vendorcode/siemens: Add hwilib for Siemens specific info struct
commit223498fa16c8de69b2649c669d2fba43ecf364d8
authorWerner Zeh <werner.zeh@siemens.com>
Fri, 22 Apr 2016 12:14:45 +0000 (22 14:14 +0200)
committerWerner Zeh <werner.zeh@siemens.com>
Thu, 28 Apr 2016 06:15:47 +0000 (28 08:15 +0200)
tree28556151b37e2c7b73fd294d1a9a542ccf54bbe5
parent1bd0c0c4971ce50426cbe18e93e2ec9dca320af1
vendorcode/siemens: Add hwilib for Siemens specific info struct

Add a library which unifies access to Siemens specific hardware information
data. This library is meant to be used with Siemens platforms and can be
selected in Kconfig. The needed source of information has to be present
in cbfs.
This lib can be used in romstage and ramstage.

Change-Id: I2c6e003b0c123b4cf6a84906c2b133b8c38c8b1a
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/14505
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
src/vendorcode/Makefile.inc
src/vendorcode/siemens/Kconfig [new file with mode: 0644]
src/vendorcode/siemens/Makefile.inc [new file with mode: 0644]
src/vendorcode/siemens/hwilib/Makefile.inc [new file with mode: 0644]
src/vendorcode/siemens/hwilib/hwilib.c [new file with mode: 0644]
src/vendorcode/siemens/hwilib/hwilib.h [new file with mode: 0644]