src/mainboard/herobrine: Load GSI FW in ramstage
Load GSI FW in ramstage and make it part of RW BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board. Signed-off-by: Rajesh Patil <rajpat@codeaurora.org> Change-Id: I3d9caa0921fcf9ad67f1071cdf769a99fb6d1a30 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55964 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
This commit is contained in:
parent
9a2ccc4e71
commit
f33d2e4b1d
|
@ -29,6 +29,9 @@ static void mainboard_init(struct device *dev)
|
||||||
clock_configure_sdcc(2, 50 * MHz);
|
clock_configure_sdcc(2, 50 * MHz);
|
||||||
configure_sdhci();
|
configure_sdhci();
|
||||||
|
|
||||||
|
gpi_firmware_load(QUP_0_GSI_BASE);
|
||||||
|
gpi_firmware_load(QUP_1_GSI_BASE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* When coreboot firmware disables serial output,
|
* When coreboot firmware disables serial output,
|
||||||
* we still need to load console UART QUP FW for OS.
|
* we still need to load console UART QUP FW for OS.
|
||||||
|
|
Loading…
Reference in New Issue