summaryrefslogtreecommitdiff
path: root/configs/efi-x86_app64_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-10 23:47:22 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-03-13 15:53:01 +0300
commitb7adb69e9a20c2f4ea5c184d057f792efc693b03 (patch)
tree32b3c45f5a41b985ed5f73ad835d2cde48f0dcb6 /configs/efi-x86_app64_defconfig
parenta76b60f8205eb7f02e17e10c13ad05e46a69c1fd (diff)
downloadu-boot-b7adb69e9a20c2f4ea5c184d057f792efc693b03.tar.xz
efi: Add dhrystone, dcache and scroll lines to app
Add these options to provide some performance measurement, see cache status and slightly speed up the appallingly slow console. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/efi-x86_app64_defconfig')
-rw-r--r--configs/efi-x86_app64_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/efi-x86_app64_defconfig b/configs/efi-x86_app64_defconfig
index 605d49ff8c..dae4884049 100644
--- a/configs/efi-x86_app64_defconfig
+++ b/configs/efi-x86_app64_defconfig
@@ -22,6 +22,7 @@ CONFIG_SYS_PBSIZE=532
# CONFIG_CMD_BOOTM is not set
CONFIG_CMD_PART=y
# CONFIG_CMD_NET is not set
+CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
@@ -39,7 +40,9 @@ CONFIG_BOOTFILE="bzImage"
CONFIG_USE_ROOTPATH=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
+CONFIG_CONSOLE_SCROLL_LINES=5
# CONFIG_REGEX is not set
+CONFIG_CMD_DHRYSTONE=y
# CONFIG_GZIP is not set
CONFIG_EFI=y
CONFIG_EFI_APP_64BIT=y