diff options
author | Jian Tong <tongjian@huaqin.corp-partner.google.com> | 2024-05-21 14:38:18 +0800 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2024-06-05 17:41:38 +0000 |
commit | c2149b7e6a59c87c7d5a758123f859c365976070 (patch) | |
tree | 814d7b992666d8c75780fe03d4f057b36b13d8f4 /src/mainboard/google/brox/variants/lotso/Makefile.mk | |
parent | 52fef2e376963cd95b74d7b9a1b15224daf6d0af (diff) |
mb/google/brox/var/lotso: Update gpio setting
Based on lotso EVT schematics update gpio settings.
BUG=b:333494257
TEST=emerge-brox coreboot chromeos-bootimage and boot on
Change-Id: I13485cc7ccd8b15352f5e21ad9336aa2b3d35749
Signed-off-by: Jian Tong <tongjian@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82573
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/mainboard/google/brox/variants/lotso/Makefile.mk')
-rw-r--r-- | src/mainboard/google/brox/variants/lotso/Makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/brox/variants/lotso/Makefile.mk b/src/mainboard/google/brox/variants/lotso/Makefile.mk new file mode 100644 index 0000000000..91f031e7a4 --- /dev/null +++ b/src/mainboard/google/brox/variants/lotso/Makefile.mk @@ -0,0 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += gpio.c +romstage-y += gpio.c +ramstage-y += gpio.c |