build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48497 )
Change subject: mb/google/volteer: Add GPIO to drobit support
......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/48497/4/src/mainboard/google/volte…
File src/mainboard/google/volteer/variants/drobit/gpio.c:
https://review.coreboot.org/c/coreboot/+/48497/4/src/mainboard/google/volte…
PS4, Line 144: /* assert reset on reboot */
code indent should use tabs where possible
--
To view, visit https://review.coreboot.org/c/coreboot/+/48497
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54ba182c6da3db282961b3c72a4d2d11d1001e95
Gerrit-Change-Number: 48497
Gerrit-PatchSet: 4
Gerrit-Owner: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Comment-Date: Thu, 17 Dec 2020 09:11:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Caveh Jalali, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48497
to look at the new patch set (#4).
Change subject: mb/google/volteer: Add GPIO to drobit support
......................................................................
mb/google/volteer: Add GPIO to drobit support
Add support for gpio driver for drobit
BUG=b:175351914
BRANCH=none
TEST=emerge-volteer coreboot
Signed-off-by: FrankChu <frank_chu(a)pegatron.corp-partner.google.com>
Change-Id: I54ba182c6da3db282961b3c72a4d2d11d1001e95
---
M src/mainboard/google/volteer/variants/drobit/Makefile.inc
A src/mainboard/google/volteer/variants/drobit/gpio.c
2 files changed, 185 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/48497/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/48497
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54ba182c6da3db282961b3c72a4d2d11d1001e95
Gerrit-Change-Number: 48497
Gerrit-PatchSet: 4
Gerrit-Owner: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-MessageType: newpatchset
Hello CK HU,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/46383
to review the following change.
Change subject: soc/mediatek/mt8192: Set BL31 platform mt8192
......................................................................
soc/mediatek/mt8192: Set BL31 platform mt8192
Change-Id: I80d4a339b4a75647f55a699af447dcd362aab7b5
Signed-off-by: CK Hu <ck.hu(a)mediatek.com>
---
M src/soc/mediatek/mt8192/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/46383/1
diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc
index 20acd24..8bc7b74 100644
--- a/src/soc/mediatek/mt8192/Makefile.inc
+++ b/src/soc/mediatek/mt8192/Makefile.inc
@@ -49,6 +49,8 @@
cbfs-files-y += $(DRAM_CBFS)
endif
+BL31_MAKEARGS += PLAT=mt8192
+
CPPFLAGS_common += -Isrc/soc/mediatek/mt8192/include
CPPFLAGS_common += -Isrc/soc/mediatek/common/include
--
To view, visit https://review.coreboot.org/c/coreboot/+/46383
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I80d4a339b4a75647f55a699af447dcd362aab7b5
Gerrit-Change-Number: 46383
Gerrit-PatchSet: 1
Gerrit-Owner: Yidi Lin <yidi.lin(a)mediatek.com>
Gerrit-Reviewer: CK HU <ck.hu(a)mediatek.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange
Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47602 )
Change subject: [WIP] arch/x86: Use intermediate .id section
......................................................................
[WIP] arch/x86: Use intermediate .id section
The strings in id.S are the same as those defined in
lib/version.c. Eliminating the calculation of reverse
offsets allows the references across linker sections and
dropping the duplicate strings in id.S.
TBD: util/cbfstool needs to post-process and invert
the offsets in .id section.
Change-Id: I35d3312336e9c66d657d2ca619cf30fd79e18fd4
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
---
M src/arch/x86/id.S
1 file changed, 4 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/47602/1
diff --git a/src/arch/x86/id.S b/src/arch/x86/id.S
index 4ff397d..545232a 100644
--- a/src/arch/x86/id.S
+++ b/src/arch/x86/id.S
@@ -4,23 +4,9 @@
.section ".id", "a", @progbits
-ver:
- .asciz COREBOOT_VERSION
-vendor:
- .asciz CONFIG_MAINBOARD_VENDOR
-part:
- .asciz CONFIG_MAINBOARD_PART_NUMBER
-
-#if ENV_X86_64
-.long 0xffffffff - ver + 1 /* Reverse offset to the version */
-.long 0xffffffff - vendor + 1 /* Reverse offset to the vendor id */
-.long 0xffffffff - part + 1 /* Reverse offset to the part number */
-#else
-.long - ver /* Reverse offset to the version */
-.long - vendor /* Reverse offset to the vendor id */
-.long - part /* Reverse offset to the part number */
-#endif
-
-.long CONFIG_ROM_SIZE /* Size of this romimage */
+.long coreboot_version /* Reverse offset to the version */
+.long mainboard_vendor /* Reverse offset to the vendor id */
+.long mainboard_part_number /* Reverse offset to the part number */
+.long CONFIG_ROM_SIZE /* Size of this romimage */
.previous
--
To view, visit https://review.coreboot.org/c/coreboot/+/47602
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35d3312336e9c66d657d2ca619cf30fd79e18fd4
Gerrit-Change-Number: 47602
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-MessageType: newchange