Gergely Kiss has uploaded this change for review. ( https://review.coreboot.org/22983
Change subject: tianocore: fix Makefile to be able to build a custom revision or branch
......................................................................
tianocore: fix Makefile to be able to build a custom revision or branch
Kconfig variables TIANOCORE_REVISION and TIANOCORE_REVISION_ID
do not have an effect without this fix, the build process would
checkout the hard-coded stable hash even if these variables are set.
Change-Id: I9711a370eeade3cba0a9e127deb3d96d82adc512
Signed-off-by: Gergely Kiss <mail.gery(a)gmail.com>
---
M payloads/external/tianocore/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/22983/1
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile
index ade0be8..c942d30e 100644
--- a/payloads/external/tianocore/Makefile
+++ b/payloads/external/tianocore/Makefile
@@ -19,6 +19,7 @@
STABLE_COMMIT_ID=315d9d08fd77db1024ccc5307823da8aaed85e2f
TAG-$(CONFIG_TIANOCORE_MASTER)=origin/master
TAG-$(CONFIG_TIANOCORE_STABLE)=$(STABLE_COMMIT_ID)
+TAG-$(CONFIG_TIANOCORE_REVISION)=$(CONFIG_TIANOCORE_REVISION_ID)
project_name=Tianocore
project_dir=$(CURDIR)/tianocore
--
To view, visit https://review.coreboot.org/22983
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: I9711a370eeade3cba0a9e127deb3d96d82adc512
Gerrit-Change-Number: 22983
Gerrit-PatchSet: 1
Gerrit-Owner: Gergely Kiss <mail.gery(a)gmail.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22912 )
Change subject: nb/intel/x4x/rcven.c: Change the verbosity of some messages
......................................................................
Patch Set 4:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19748/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64990/ : SUCCESS
--
To view, visit https://review.coreboot.org/22912
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: Ib568621e6d044624c1c0aeb6fb08945f561395c7
Gerrit-Change-Number: 22912
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 24 Dec 2017 12:20:04 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22329 )
Change subject: nb/intel/x4x: Implement both read and write training
......................................................................
Patch Set 9:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19745/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64987/ : SUCCESS
--
To view, visit https://review.coreboot.org/22329
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: Iacdc63b91b4705d1a80437314bfe55385ea5b6c1
Gerrit-Change-Number: 22329
Gerrit-PatchSet: 9
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: coreboot org <coreboot.org(a)gmail.com>
Gerrit-Comment-Date: Sun, 24 Dec 2017 12:05:10 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No