soc/qualcomm/x1p42100: Add SPMI driver to ramstage
The SPMI (System Power Management Interface) driver is necessary for power management functionalities on the Qualcomm x1p42100 SoC. This commit adds spmi.c to the ramstage-y list in the Makefile.mk, ensuring that the SPMI driver is compiled and available during the ramstage of the coreboot execution. TEST=Able to build and boot google/quenbi. Change-Id: Iba0a423e4a25d7ec9c55e24a1463a4fd4c53cc4f Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89020 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
ac5bb861d8
commit
9fb306f53c
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ ramstage-y += cbmem.c
|
|||
ramstage-y += ../common/mmu.c
|
||||
ramstage-$(CONFIG_DRIVERS_UART) += ../common/qupv3_uart.c
|
||||
ramstage-$(CONFIG_PCI) += ../common/pcie_common.c
|
||||
ramstage-y += ../common/spmi.c
|
||||
ramstage-$(CONFIG_PCI) += pcie.c
|
||||
ramstage-y += cpucp_load_reset.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue