Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46132 )
Change subject: mb/google/volteer: Assign memory strap GPIOs for boldar ......................................................................
mb/google/volteer: Assign memory strap GPIOs for boldar
Change-Id: Ib8dd47abed21c42652a1804470fcbf5bb19ebe29 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h 1 file changed, 3 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/46132/1
diff --git a/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h b/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h index b5fa8c5..72098b0 100644 --- a/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h +++ b/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h @@ -6,10 +6,9 @@ #include <baseboard/gpio.h>
/* Memory configuration board straps */ -/* Copied from baseboard and may need to change for the new variant. */ -#define GPIO_MEM_CONFIG_0 GPP_C12 -#define GPIO_MEM_CONFIG_1 GPP_C15 -#define GPIO_MEM_CONFIG_2 GPP_C14 +#define GPIO_MEM_CONFIG_0 GPP_A7 +#define GPIO_MEM_CONFIG_1 GPP_A20 +#define GPIO_MEM_CONFIG_2 GPP_A19 #define GPIO_MEM_CONFIG_3 GPP_D15
#endif
Hello V Sowmya, build bot (Jenkins), Subrata Banik, Sridhar Siricilla,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46132
to look at the new patch set (#5).
Change subject: mb/google/volteer: Assign memory strap GPIOs for boldar ......................................................................
mb/google/volteer: Assign memory strap GPIOs for boldar
Change-Id: Ib8dd47abed21c42652a1804470fcbf5bb19ebe29 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/volteer/variants/boldar/Makefile.inc A src/mainboard/google/volteer/variants/boldar/memory.c 2 files changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/46132/5
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46132 )
Change subject: mb/google/volteer: Assign memory strap GPIOs for boldar ......................................................................
Patch Set 6: Code-Review+2
V Sowmya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46132 )
Change subject: mb/google/volteer: Assign memory strap GPIOs for boldar ......................................................................
Patch Set 6: Code-Review+2