aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-10 18:09:24 +0200
committerMartin Roth <martinroth@google.com>2018-08-15 18:39:17 +0000
commitf716f2ac1a5e461b49b3d26d8727944ea825db17 (patch)
tree94d39bd4cac0b6244940c3a48c70fbf0445fd6ee /src/mainboard/hp
parentc3f9d7a4c38b0c999b6fda5e2dba0016c8f848ce (diff)
mb/*/*/cmos.default: Decrease debug_level to 'Debug'
Used default console log level is 7 in src/console/Kconfig. So let cmos.default use the same level as default. Change-Id: Ia39ee457a8985142f6e7a674532995b11cb52198 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28006 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r--src/mainboard/hp/2570p/cmos.default2
-rw-r--r--src/mainboard/hp/2760p/cmos.default2
-rw-r--r--src/mainboard/hp/8460p/cmos.default2
-rw-r--r--src/mainboard/hp/8470p/cmos.default2
-rw-r--r--src/mainboard/hp/8770w/cmos.default2
-rw-r--r--src/mainboard/hp/compaq_8200_elite_sff/cmos.default2
-rw-r--r--src/mainboard/hp/folio_9470m/cmos.default2
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/cmos.default2
-rw-r--r--src/mainboard/hp/revolve_810_g1/cmos.default2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/mainboard/hp/2570p/cmos.default b/src/mainboard/hp/2570p/cmos.default
index fcbe0fb828..ba33ddff5c 100644
--- a/src/mainboard/hp/2570p/cmos.default
+++ b/src/mainboard/hp/2570p/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
volume=0x3
diff --git a/src/mainboard/hp/2760p/cmos.default b/src/mainboard/hp/2760p/cmos.default
index fcbe0fb828..ba33ddff5c 100644
--- a/src/mainboard/hp/2760p/cmos.default
+++ b/src/mainboard/hp/2760p/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
volume=0x3
diff --git a/src/mainboard/hp/8460p/cmos.default b/src/mainboard/hp/8460p/cmos.default
index fcbe0fb828..ba33ddff5c 100644
--- a/src/mainboard/hp/8460p/cmos.default
+++ b/src/mainboard/hp/8460p/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
volume=0x3
diff --git a/src/mainboard/hp/8470p/cmos.default b/src/mainboard/hp/8470p/cmos.default
index fcbe0fb828..ba33ddff5c 100644
--- a/src/mainboard/hp/8470p/cmos.default
+++ b/src/mainboard/hp/8470p/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
volume=0x3
diff --git a/src/mainboard/hp/8770w/cmos.default b/src/mainboard/hp/8770w/cmos.default
index ccdb7c8c7e..ad822d5043 100644
--- a/src/mainboard/hp/8770w/cmos.default
+++ b/src/mainboard/hp/8770w/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
sata_mode=AHCI
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/cmos.default b/src/mainboard/hp/compaq_8200_elite_sff/cmos.default
index 1d88415039..6d27a79c66 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/cmos.default
+++ b/src/mainboard/hp/compaq_8200_elite_sff/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Enable
nmi=Enable
sata_mode=AHCI
diff --git a/src/mainboard/hp/folio_9470m/cmos.default b/src/mainboard/hp/folio_9470m/cmos.default
index 7d4bb7b78b..455dc1cda9 100644
--- a/src/mainboard/hp/folio_9470m/cmos.default
+++ b/src/mainboard/hp/folio_9470m/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
volume=0x3
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/cmos.default b/src/mainboard/hp/pavilion_m6_1035dx/cmos.default
index 5031376282..e1ecd5bc7f 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/cmos.default
+++ b/src/mainboard/hp/pavilion_m6_1035dx/cmos.default
@@ -1,4 +1,4 @@
boot_option = Fallback
-debug_level = Spew
+debug_level = Debug
nmi = Disable
power_on_after_fail = Disable
diff --git a/src/mainboard/hp/revolve_810_g1/cmos.default b/src/mainboard/hp/revolve_810_g1/cmos.default
index 7d4bb7b78b..455dc1cda9 100644
--- a/src/mainboard/hp/revolve_810_g1/cmos.default
+++ b/src/mainboard/hp/revolve_810_g1/cmos.default
@@ -1,5 +1,5 @@
boot_option=Fallback
-debug_level=Spew
+debug_level=Debug
power_on_after_fail=Disable
nmi=Enable
volume=0x3