Hi, Sunil Thanks for the suggestion, I'll keep the commit message up to date.
Thanks again! Yuqing Cai ---- Replied Message ---- | From | Sunil V L<[email protected]> | | Date | 1/15/2024 12:41 | | To | <[email protected]> | | Cc | <[email protected]> , USER0FISH<[email protected]> | | Subject | Re: [PATCH v2 1/1] Sophgo/SG2042Pkg: Override Sstc extension | On Sat, Jan 13, 2024 at 10:39:16AM +0800, [email protected] wrote: From: caiyuqing379 <[email protected]> Override Sstc extension and use SBI calls itself by default for RISC-V Sophgo SG2042 platform. Since the change disables CMO also (BIT 0) which is expected, could you update the commit message to reflect it? Otherwise, Reviewed-by: Sunil V L <[email protected]> Thanks, Sunil Cc: dahogn <[email protected]> Cc: meng-cz <[email protected]> Cc: USER0FISH <[email protected]> Cc: Sunil V L <[email protected]> Signed-off-by: caiyuqing379 <[email protected]> --- Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc b/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc index 3bbaeca16970..127182487126 100644 --- a/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc +++ b/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc @@ -265,6 +265,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE + gEfiMdePkgTokenSpaceGuid.PcdRiscVFeatureOverride|0xFFFFFFFFFFFFFFFC gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000 -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113853): https://edk2.groups.io/g/devel/message/113853 Mute This Topic: https://groups.io/mt/103733215/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
