Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47671 )
Change subject: mb/asrock/h110m: Remove MAINBOARD_POWER_ON_AFTER_POWER_FAIL
......................................................................
mb/asrock/h110m: Remove MAINBOARD_POWER_ON_AFTER_POWER_FAIL
The MAINBOARD_POWER_ON_AFTER_POWER_FAIL symbol was removed in cb:29680.
The default is currently to keep power off after a power failure.
Signed-off-by: Martin Roth <martin(a)coreboot.org>
Change-Id: Ib2ef450f5c64f663b9aa88f8870250e92898e308
---
M src/mainboard/asrock/h110m/Kconfig
1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/47671/1
diff --git a/src/mainboard/asrock/h110m/Kconfig b/src/mainboard/asrock/h110m/Kconfig
index d923c30..a88f6c7 100644
--- a/src/mainboard/asrock/h110m/Kconfig
+++ b/src/mainboard/asrock/h110m/Kconfig
@@ -45,9 +45,4 @@
int
default 512 #DDR4
-# This is overridden if CMOS is used for configuration values.
-config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
- bool
- default n
-
endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/47671
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib2ef450f5c64f663b9aa88f8870250e92898e308
Gerrit-Change-Number: 47671
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-MessageType: newchange
Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47446 )
Change subject: util/testing: Build test more of our tools
......................................................................
util/testing: Build test more of our tools
https://qa.coreboot.org/job/untested-coreboot-files reports a bunch of
untouched Makefiles, so we never even attempt to build those tools.
Change-Id: I70ca658d9642b84fa8388c72ecb83327a6a74291
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
---
M util/testing/Makefile.inc
1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/47446/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index d094196..20f19d9 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -54,10 +54,15 @@
cbmem \
ectool \
futility \
+genprof \
+intelmetool \
inteltool \
intelvbttool \
nvramtool \
-superiotool
+post \
+superiotool \
+uio_usbdebug \
+vgabios
TEST_PAYLOADLIST_INTERNAL= \
coreinfo \
--
To view, visit https://review.coreboot.org/c/coreboot/+/47446
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I70ca658d9642b84fa8388c72ecb83327a6a74291
Gerrit-Change-Number: 47446
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange