summaryrefslogtreecommitdiffstats
path: root/MdePkg/MdePkg.uni
diff options
context:
space:
mode:
authorDhaval Sharma <dhaval@rivosinc.com>2023-12-13 20:29:30 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-12-19 12:48:14 +0000
commit904b002c505cc689a2075745e1de529da5895c41 (patch)
tree21fb01653d3a841b0f1dd9a5a833b4a09d754846 /MdePkg/MdePkg.uni
parent26727c2ae2a8883b7f4be23c26b6209ea763c816 (diff)
downloadedk2-904b002c505cc689a2075745e1de529da5895c41.tar.gz
edk2-904b002c505cc689a2075745e1de529da5895c41.tar.bz2
edk2-904b002c505cc689a2075745e1de529da5895c41.zip
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 <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Pedro Falcato <pedro.falcato@gmail.com> Signed-off-by: Dhaval Sharma <dhaval@rivosinc.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Pedro Falcato <pedro.falcato@gmail.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Diffstat (limited to 'MdePkg/MdePkg.uni')
-rw-r--r--MdePkg/MdePkg.uni4
1 files changed, 4 insertions, 0 deletions
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."