Attention is currently required from: Robert Zieba, Raul Rangel, Felix Held.
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63027 )
Change subject: 3rdparty/blobs: Reference newer version of submodule
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/63027
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iee7a8c550a69bc50b82850b9bfac1a8ca5229557
Gerrit-Change-Number: 63027
Gerrit-PatchSet: 1
Gerrit-Owner: Robert Zieba <robertzieba(a)google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-CC: Eric Peers <epeers(a)google.com>
Gerrit-Attention: Robert Zieba <robertzieba(a)google.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Wed, 23 Mar 2022 15:25:43 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Robert Zieba has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63027 )
Change subject: 3rdparty/blobs: Reference newer version of submodule
......................................................................
3rdparty/blobs: Reference newer version of submodule
This submodule was updated by CL 62963. This commit references the
updated version of that submodule.
BUG=b:224884904
Signed-off-by: Robert Zieba <robertzieba(a)google.com>
Change-Id: Iee7a8c550a69bc50b82850b9bfac1a8ca5229557
---
M 3rdparty/blobs
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/63027/1
diff --git a/3rdparty/blobs b/3rdparty/blobs
index f14575c..8c580e5 160000
--- a/3rdparty/blobs
+++ b/3rdparty/blobs
@@ -1 +1 @@
-Subproject commit f14575cb9924b051cedfb4c1f62e3640b25f9dbd
+Subproject commit 8c580e55da92252fa665b5038b87100d0e076d23
--
To view, visit https://review.coreboot.org/c/coreboot/+/63027
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iee7a8c550a69bc50b82850b9bfac1a8ca5229557
Gerrit-Change-Number: 63027
Gerrit-PatchSet: 1
Gerrit-Owner: Robert Zieba <robertzieba(a)google.com>
Gerrit-MessageType: newchange
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63026 )
Change subject: soc/qualcomm/common: verify size of memchipinfo structure
......................................................................
Patch Set 1:
(2 comments)
File src/commonlib/bsd/include/commonlib/bsd/mem_chip_info.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-144565):
https://review.coreboot.org/c/coreboot/+/63026/comment/5f54e761_24e2d17b
PS1, Line 28: static inline size_t mem_chip_info_size(struct mem_chip_info *info) {
open brace '{' following function definitions go on the next line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-144565):
https://review.coreboot.org/c/coreboot/+/63026/comment/2c900641_97d69f3b
PS1, Line 29: return sizeof(*info) + sizeof(info->channel[0]) * info->num_channels;
please, no spaces at the start of a line
--
To view, visit https://review.coreboot.org/c/coreboot/+/63026
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0d59669adaf287d0eb7b58ccb0fe3f98e3d23281
Gerrit-Change-Number: 63026
Gerrit-PatchSet: 1
Gerrit-Owner: Ravi Kumar Bokka <rbokka(a)codeaurora.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 23 Mar 2022 15:17:22 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment