diff options
author | Justin TerAvest <teravest@chromium.org> | 2018-02-28 11:45:02 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-03-01 16:07:10 +0000 |
commit | 23cff8bf50c696c2dde812d4be7fa0ebfb3892ed (patch) | |
tree | a2205578d14a960084f878d004a8fb8890c61225 /src/mainboard/amd | |
parent | bb75effd87f9f86fa612dcfa1aa7b6156d110f01 (diff) |
mb/{amd/gardenia,google/kahlee}: Initialize GPIOs earlier
The GPIOs for PCIe reset and power enable for WLAN must be set up before
amdinitearly for wlan to function.
BUG=b:73898539
TEST=Boot, see WLAN controller in lspci
Change-Id: I568a3240a54817ab6dcf15fe39f7f1336943852b
Signed-off-by: Justin TerAvest <teravest@chromium.org>
Reviewed-on: https://review.coreboot.org/24916
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/gardenia/bootblock/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/gardenia/bootblock/bootblock.c b/src/mainboard/amd/gardenia/bootblock/bootblock.c index dae59b78d8..cb2a13516b 100644 --- a/src/mainboard/amd/gardenia/bootblock/bootblock.c +++ b/src/mainboard/amd/gardenia/bootblock/bootblock.c @@ -18,7 +18,7 @@ #include "../gpio.h" -void bootblock_mainboard_init(void) +void bootblock_mainboard_early_init(void) { size_t num_gpios; const struct soc_amd_stoneyridge_gpio *gpios; |