soc/intel/apollolake: Add UFS Interrupt

According to Intel document number 336561, GLK has UFS (0x1d),
so add the PCI interrupt.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I68bac590bd1a9a0b8213440e882c8f431f06c95f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67680
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2022-09-16 11:00:01 +01:00 committed by Martin Roth
parent 0eb165adf7
commit c436541c3d
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ Method(_PRT)
Package(){0x001BFFFF, 0, 0, SDCARD_INT},
#endif
Package(){0x001CFFFF, 0, 0, EMMC_INT},
#if CONFIG(SOC_INTEL_GEMINILAKE)
Package(){0x001DFFFF, 0, 0, UFS_INT},
#endif
Package(){0x001EFFFF, 0, 0, SDIO_INT},
Package(){0x001FFFFF, 0, 0, SMBUS_INT},
})