Piotr Król has uploaded this change for review. ( https://review.coreboot.org/27616
Change subject: payloads/tianocore: ignore whitespace change when applying patches
......................................................................
payloads/tianocore: ignore whitespace change when applying patches
This change is required to apply patch
06_CorebootPayloadPkg_keep_cb_table since conflict in white space
between patch and target file in edk2 makes patch rejected while
building under coreboot-sdk:1.52.
Change-Id: I38f7d46925cc00a2b5c5400e3fbf3579990f3fa5
Signed-off-by: Piotr Król <piotr.krol(a)3mdeb.com>
---
M payloads/external/tianocore/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/27616/1
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile
index 72293d8..757c9bb 100644
--- a/payloads/external/tianocore/Makefile
+++ b/payloads/external/tianocore/Makefile
@@ -66,7 +66,7 @@
for patch in $(CURDIR)/patches/*.patch; do \
echo "Applying $$patch"; \
cd $(project_dir); \
- git am --keep-cr $$patch || \
+ git am --keep-cr --ignore-space-change $$patch || \
( echo " Error when applying patches.\n"; git am --abort; exit 1; ); \
done; \
if ! [ "$(TAG-y)" = "origin/master" ] ; then \
--
To view, visit https://review.coreboot.org/27616
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I38f7d46925cc00a2b5c5400e3fbf3579990f3fa5
Gerrit-Change-Number: 27616
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol(a)3mdeb.com>
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/27613 )
Change subject: drivers/i2c/da7219: Allow disabling micbias-pulse feature
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/27613/1/src/drivers/i2c/da7219/chip.h
File src/drivers/i2c/da7219/chip.h:
https://review.coreboot.org/#/c/27613/1/src/drivers/i2c/da7219/chip.h@5
PS1, Line 5: linux/Documentation/devicetree/bindings/sound/da7219.txt
> As noted here, the parameters are documented in [0] which states that all of the da7219_aad child no […]
Aah okay.
--
To view, visit https://review.coreboot.org/27613
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie99a8962e78c68b3f6927d0de34168f265d4efa9
Gerrit-Change-Number: 27613
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Akshu Agrawal <akshu.agrawal(a)amd.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)chromium.org>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 23 Jul 2018 23:43:16 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Daniel Kurtz has posted comments on this change. ( https://review.coreboot.org/27613 )
Change subject: drivers/i2c/da7219: Allow disabling micbias-pulse feature
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/27613/1/src/drivers/i2c/da7219/chip.h
File src/drivers/i2c/da7219/chip.h:
https://review.coreboot.org/#/c/27613/1/src/drivers/i2c/da7219/chip.h@5
PS1, Line 5: linux/Documentation/devicetree/bindings/sound/da7219.txt
As noted here, the parameters are documented in [0] which states that all of the da7219_aad child node properties are optional.
[0] https://www.kernel.org/doc/Documentation/devicetree/bindings/sound/da7219.t…
--
To view, visit https://review.coreboot.org/27613
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie99a8962e78c68b3f6927d0de34168f265d4efa9
Gerrit-Change-Number: 27613
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Akshu Agrawal <akshu.agrawal(a)amd.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)chromium.org>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 23 Jul 2018 23:37:26 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/27613 )
Change subject: drivers/i2c/da7219: Allow disabling micbias-pulse feature
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/27613/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/27613/1//COMMIT_MSG@9
PS1, Line 9: optional
Can you please add a comment here indicating that the params are optional: https://review.coreboot.org/cgit/coreboot.git/tree/src/drivers/i2c/da7219/c…
--
To view, visit https://review.coreboot.org/27613
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie99a8962e78c68b3f6927d0de34168f265d4efa9
Gerrit-Change-Number: 27613
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Akshu Agrawal <akshu.agrawal(a)amd.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 23 Jul 2018 23:32:15 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello Daniel Kurtz, build bot (Jenkins), Martin Roth, Akshu Agrawal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27562
to look at the new patch set (#3).
Change subject: mainboard/google/kahlee: Configure DA7219 VDDIO to 1.8 V
......................................................................
mainboard/google/kahlee: Configure DA7219 VDDIO to 1.8 V
Set the da7219 vddio property, to specify that these boards use 1.8 V
VDDIO.
Signed-off-by: Daniel Kurtz <djkurtz(a)chromium.org>
BUG=b:111268770
TEST=On grunt:
grep 91 /sys/kernel/debug/regmap/i2c-DLGS7219:00/registers
=> 91: 01
Change-Id: Icdf99ac80bd11d8eecff7d3de781980ea78f23d4
---
M src/mainboard/google/kahlee/variants/aleena/devicetree.cb
M src/mainboard/google/kahlee/variants/careena/devicetree.cb
M src/mainboard/google/kahlee/variants/grunt/devicetree.cb
M src/mainboard/google/kahlee/variants/liara/devicetree.cb
4 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/27562/3
--
To view, visit https://review.coreboot.org/27562
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icdf99ac80bd11d8eecff7d3de781980ea78f23d4
Gerrit-Change-Number: 27562
Gerrit-PatchSet: 3
Gerrit-Owner: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Akshu Agrawal <akshu.agrawal(a)amd.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>