Naresh Solanki has uploaded this change for review. ( https://review.coreboot.org/21303
Change subject: Makefile: Include Makefile from site-local
......................................................................
Makefile: Include Makefile from site-local
Include Makefile from site-local even in absense of DOTCONFIG.
This will allow execution of Makefile option from site-local in absence of
DOTCONFIG as well.
Change-Id: I62d1562687ffe18546add80fdde1196700a65236
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com>
---
M Makefile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/21303/1
diff --git a/Makefile b/Makefile
index 343ec65..2f0b9db 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,7 @@
include $(TOPLEVEL)/Makefile.inc
include $(TOPLEVEL)/payloads/Makefile.inc
include $(TOPLEVEL)/util/testing/Makefile.inc
+-include $(TOPLEVEL)/site-local/Makefile.inc
real-all:
@echo "Error: Expected config file ($(DOTCONFIG)) not present." >&2
@echo "Please specify a config file or run 'make menuconfig' to" >&2
--
To view, visit https://review.coreboot.org/21303
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I62d1562687ffe18546add80fdde1196700a65236
Gerrit-Change-Number: 21303
Gerrit-PatchSet: 1
Gerrit-Owner: Naresh Solanki <naresh.solanki(a)intel.com>
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/21293 )
Change subject: util/lint/checkpatch: Untaint variables from env & command line
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/21293
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6a09915d13547bf9a86c011d44cbcd39c46f3fec
Gerrit-Change-Number: 21293
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Chris Ching <chingcodes(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 31 Aug 2017 17:15:52 +0000
Gerrit-HasComments: No
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/21300 )
Change subject: clang: Allow ANY_TOOLCHAIN for non-coreboot clang
......................................................................
Patch Set 1:
distro clang *blinks* That's probably worse than distro gcc, since they mostly gave up on messing up the latter, while it's still in full force for the former.
--
To view, visit https://review.coreboot.org/21300
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2d9d02f360d54ed92d6b6f55e6fcd530aae79adb
Gerrit-Change-Number: 21300
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit <damien(a)zamaudio.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 31 Aug 2017 15:31:24 +0000
Gerrit-HasComments: No
Hello build bot (Jenkins), Bill XIE,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/21292
to look at the new patch set (#5).
Change subject: mb/asrock/g41c-gs: Add the revision 1 variant
......................................................................
mb/asrock/g41c-gs: Add the revision 1 variant
Both g41c-gs and g41c-s can be supported by the same code since the
only difference is ethernet NIC.
TESTED, does not yet resume from S3.
Change-Id: Ib69c2ac0a9dc1b5c46220d2d2d5239edc99b0516
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/asrock/g41c-gs/Kconfig
M src/mainboard/asrock/g41c-gs/Kconfig.name
M src/mainboard/asrock/g41c-gs/gpio.c
M src/mainboard/asrock/g41c-gs/romstage.c
A src/mainboard/asrock/g41c-gs/variants/g41c-gs-r2/devicetree.cb
A src/mainboard/asrock/g41c-gs/variants/g41c-gs/devicetree.cb
6 files changed, 323 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/21292/5
--
To view, visit https://review.coreboot.org/21292
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib69c2ac0a9dc1b5c46220d2d2d5239edc99b0516
Gerrit-Change-Number: 21292
Gerrit-PatchSet: 5
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>