git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c0dd3
)
x86: coreboot: Enable receiving timestamps from coreboot
author
Simon Glass
<sjg@chromium.org>
Wed, 28 Aug 2024 20:13:55 +0000
(14:13 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000
(14:10 -0600)
Bring this information into bootstage.
Signed-off-by: Simon Glass <sjg@chromium.org>
configs/coreboot_defconfig
patch
|
blob
|
history
diff --git
a/configs/coreboot_defconfig
b/configs/coreboot_defconfig
index
e68a3ae
..
881bf8d
100644
(file)
--- a/
configs/coreboot_defconfig
+++ b/
configs/coreboot_defconfig
@@
-11,6
+11,7
@@
CONFIG_SYS_MONITOR_BASE=0x01110000
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_BOOTSTD_FULL=y
+CONFIG_BOOTSTAGE=y
CONFIG_SHOW_BOOT_PROGRESS=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
@@
-30,6
+31,7
@@
CONFIG_CMD_USB=y
CONFIG_BOOTP_BOOTFILESIZE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_SOUND=y
+CONFIG_CMD_BOOTSTAGE=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_MAC_PARTITION=y
CONFIG_ENV_OVERWRITE=y