mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-09 05:30:05 +00:00
arm-bsp/u-boot: corstone1000: Enable EFI set/get time services
From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com> This patch adds the required configs to the corstone1000 u-boot defconfig to enable the EFI services. This is done to fix the SCT failure reported by the SetTime_Conf and SetTime_Func. Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
|||||||
|
From 9f326f0db8aa13fde93e2ed79055b920c8598a28 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
|
||||||
|
Date: Mon, 12 Jun 2023 15:14:52 +0000
|
||||||
|
Subject: [PATCH] Enable EFI set/get time services
|
||||||
|
|
||||||
|
SetTime_Conf and SetTime_Func tests in UEFI SCT test suite of ACS
|
||||||
|
fails with unsupported return value. CONFIG_EFI_SET_TIME and
|
||||||
|
CONFIG_EFI_GET_TIME config values are added to enable these EFI
|
||||||
|
services.
|
||||||
|
|
||||||
|
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||||
|
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
|
||||||
|
---
|
||||||
|
configs/corstone1000_defconfig | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
|
||||||
|
index c692cc91bd..f1901dfe8b 100644
|
||||||
|
--- a/configs/corstone1000_defconfig
|
||||||
|
+++ b/configs/corstone1000_defconfig
|
||||||
|
@@ -7,6 +7,8 @@ CONFIG_NR_DRAM_BANKS=1
|
||||||
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
||||||
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x83f00000
|
||||||
|
CONFIG_DM_GPIO=y
|
||||||
|
+CONFIG_EFI_SET_TIME=y
|
||||||
|
+CONFIG_EFI_GET_TIME=y
|
||||||
|
CONFIG_DEFAULT_DEVICE_TREE="corstone1000-mps3"
|
||||||
|
CONFIG_SYS_PROMPT="corstone1000# "
|
||||||
|
CONFIG_IDENT_STRING=" corstone1000 aarch64 "
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
||||||
@@ -58,7 +58,8 @@ SRC_URI:append:corstone1000 = " \
|
|||||||
file://0038-nvmxip-move-header-to-include.patch \
|
file://0038-nvmxip-move-header-to-include.patch \
|
||||||
file://0039-corstone1000-set-kernel_addr-based-on-boot_idx.patch \
|
file://0039-corstone1000-set-kernel_addr-based-on-boot_idx.patch \
|
||||||
file://0040-corstone1000-boot-index-from-active.patch \
|
file://0040-corstone1000-boot-index-from-active.patch \
|
||||||
file://0041-corstone1000-enable-PSCI-reset.patch \
|
file://0041-corstone1000-enable-PSCI-reset.patch \
|
||||||
|
file://0042-Enable-EFI-set-get-time-services.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user