[coreboot-gerrit] Change in coreboot[master]: util/testing: Also test-build tegra's lp0 resume code

Patrick Georgi (Code Review) gerrit at coreboot.org
Mon Sep 4 16:49:38 CEST 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/21390


Change subject: util/testing: Also test-build tegra's lp0 resume code
......................................................................

util/testing: Also test-build tegra's lp0 resume code

The regular build doesn't build it, so it fails every now and then due
to changes in its dependencies.
Make sure we notice these early.

Change-Id: I0603b22887487d8871611d91e6f8ab0ec210bff1
Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
M util/testing/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/21390/1

diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index 977bc9f..3e6d0c6 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -80,6 +80,8 @@
 	unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/ BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml
 	unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/ BLD=coreinfo MFLAGS= MAKEFLAGS= MAKETARGET=defaultbuild junit.xml
 	$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=util/ BLD=romcc MFLAGS= MAKEFLAGS= MAKETARGET=test junit.xml
+	printf 'include ../../../../../.xcompile\nGCC_PREFIX=$(subst -gcc,-,$(GCC_CC_arm))\ninclude Makefile' |$(MAKE) -C src/soc/nvidia/tegra124/lp0 -f -
+	printf 'include ../../../../../.xcompile\nGCC_PREFIX=$(subst -gcc,-,$(GCC_CC_arm))\ninclude Makefile' |$(MAKE) -C src/soc/nvidia/tegra210/lp0 -f -
 
 test-basic: test-lint test-tools test-abuild test-payloads test-cleanup
 

-- 
To view, visit https://review.coreboot.org/21390
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0603b22887487d8871611d91e6f8ab0ec210bff1
Gerrit-Change-Number: 21390
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170904/daac4f35/attachment.html>


More information about the coreboot-gerrit mailing list