From 904b002c505cc689a2075745e1de529da5895c41 Mon Sep 17 00:00:00 2001 From: Dhaval Sharma Date: Wed, 13 Dec 2023 20:29:30 +0530 Subject: MdePkg: Utilize Cache Management Operations Implementation For RISC-V Use newly defined cache management operations for RISC-V where possible It builds up on the support added for RISC-V cache management instructions in BaseLib. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Laszlo Ersek Cc: Pedro Falcato Signed-off-by: Dhaval Sharma Acked-by: Laszlo Ersek Reviewed-by: Pedro Falcato Reviewed-by: Sunil V L --- MdePkg/MdePkg.uni | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MdePkg/MdePkg.uni') diff --git a/MdePkg/MdePkg.uni b/MdePkg/MdePkg.uni index 75dbc6ffe3..67b79f0270 100644 --- a/MdePkg/MdePkg.uni +++ b/MdePkg/MdePkg.uni @@ -289,6 +289,10 @@ #string STR_gEfiMdePkgTokenSpaceGuid_PcdGuidedExtractHandlerTableAddress_HELP #language en-US "This value is used to set the available memory address to store Guided Extract Handlers. The required memory space is decided by the value of PcdMaximumGuidedExtractHandler." +#string STR_gEfiMdePkgTokenSpaceGuid_PcdRiscVFeatureOverride_PROMPT #language en-US "RISC-V Feature Override" + +#string STR_gEfiMdePkgTokenSpaceGuid_PcdRiscVFeatureOverride_HELP #language en-US "This value is used to override any RISC-V specific features supported by this PCD" + #string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressBaseAddress_PROMPT #language en-US "PCI Express Base Address" #string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressBaseAddress_HELP #language en-US "This value is used to set the base address of PCI express hierarchy." -- cgit v1.2.3