Skip to content

Commit

Permalink
mb/google/deltaur: Add initial GPIO configuration
Browse files Browse the repository at this point in the history
This configuration sets up all of the GPIO pads for the first rev of
the board.

BUG=b:150165131
BRANCH=none
TEST=util/abuild/abuild -p none -t google/deltaur -x -a

Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Change-Id: I4f6398808809492dcb345ccaa09e199fa35e40cf
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39674
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
  • Loading branch information
Tim Wawrzynczak authored and pgeorgi committed Mar 30, 2020
1 parent 3a1a037 commit d8bff38
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/mainboard/google/deltaur/chromeos.c
Expand Up @@ -6,6 +6,7 @@

#include <arch/acpi.h>
#include <baseboard/variants.h>
#include <baseboard/gpio.h>
#include <boot/coreboot_tables.h>
#include <gpio.h>
#include <soc/gpio.h>
Expand All @@ -17,7 +18,6 @@
#include <soc/pmc.h>
#include <soc/pci_devs.h>


enum rec_mode_state {
REC_MODE_UNINITIALIZED,
REC_MODE_NOT_REQUESTED,
Expand Down

0 comments on commit d8bff38

Please sign in to comment.