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:
Ravi Kumar Bokka 2021-09-15 16:04:00 +05:30 committed by Shelley Chen
parent 9a2ccc4e71
commit f33d2e4b1d
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ static void mainboard_init(struct device *dev)
clock_configure_sdcc(2, 50 * MHz);
configure_sdhci();
gpi_firmware_load(QUP_0_GSI_BASE);
gpi_firmware_load(QUP_1_GSI_BASE);
/*
* When coreboot firmware disables serial output,
* we still need to load console UART QUP FW for OS.