soc/amd/genoa_poc: Add LPC device
Add the LPC PCI device to make sure common code builds. Document ID: 55898 Change-Id: I52b129b47f98d88cad1d656dab4d4562c7ce3394 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86706 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f56beb734c
commit
18136e6e2c
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@
|
|||
#define SMBUS_DEVFN PCI_DEVFN(SMBUS_DEV, SMBUS_FUNC)
|
||||
#define SOC_SMBUS_DEV _SOC_DEV(SMBUS_DEV, SMBUS_FUNC)
|
||||
|
||||
/* LPC BUS */
|
||||
#define PCU_DEV 0x14
|
||||
#define LPC_FUNC 3
|
||||
#define LPC_DEVFN PCI_DEVFN(PCU_DEV, LPC_FUNC)
|
||||
#define SOC_LPC_DEV _SOC_DEV(PCU_DEV, LPC_FUNC)
|
||||
|
||||
/* Data Fabric functions */
|
||||
#define DF_DEV 0x18
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue