summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-02-27 13:39:02 -0800
committerStefan Reinauer <reinauer@chromium.org>2012-02-27 14:44:00 -0800
commit48342410a9bbdca2c42ca95fd752c4670f146d96 (patch)
treee2c0d79376c6e9d8eb1ca74c6ce4263e9c206b25
parent5cb95c8f5fd6c9d6a2eed919fe97063f2ce86ad3 (diff)
Add flag fast-developer-mode to make default developer mode time on x86 2s
This will trigger setting gbb.flags to 1 in cros_bundle_firmware so the factory time is reduced. GBB.flags will be changed in the factory process. Also needs https://gerrit.chromium.org/gerrit/#change,16845 BUG=chrome-os-partner:7671 TEST=manual emerge-stumpy chromeos-bootimage gbb_utility -g --flags /build/stumpy/firmware/image.bin Should report "flags: 0x00000001" Signed-off-by: Stefan Reinauer <reinauer@google.com> Change-Id: Ie05433ad737005bd5dcca2f88232b0a5bbd00df9 Reviewed-on: https://gerrit.chromium.org/gerrit/16113 Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Ready: Stefan Reinauer <reinauer@chromium.org>
-rw-r--r--board/chromebook-x86/coreboot/chromeos.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/chromebook-x86/coreboot/chromeos.dtsi b/board/chromebook-x86/coreboot/chromeos.dtsi
index cbc73e98e6..33f0ee555e 100644
--- a/board/chromebook-x86/coreboot/chromeos.dtsi
+++ b/board/chromebook-x86/coreboot/chromeos.dtsi
@@ -20,6 +20,9 @@
/* This value will be filled in by coreboot at runtime */
gnvs-vboot-table = <0>;
+
+ /* Only wait 2s in developer mode screen */
+ fast-developer-mode;
};
config {