Richard Lyu

Results 16 comments of Richard Lyu

My MacOS is 13.2.1(22D68), and after mac-cleanup, and the files in my folder cannot upload to iCloud automatically, and also cannot download fils automatically, and any service about iCloud cannot...

The patch "712797cf19 OvmfPkg: wire up RngDxe" has fixed the issue.

@edhay It seems I don’t have permission to assign this issue to myself. Does it require being a collaborator to do so?

@edhay Thank you for your help! I have checked, and this failed with the GUID for gEfiShellParametersProtocolGuid when installing the Shell Parameters Protocol. ```shell ➜ sct_workspace grep -r "752F3136-4E16-4FDC-A22A-E5F46812F4CA" ....

Hi @sunnywang-arm, Thank you for your suggestion. I will work on it.

Hi @edhay, I have tested the following commits with the build option `SctPkg/build.sh X64 GCC DEBUG`, following the instructions in [HowToBuildSct.txt](https://github.com/tianocore/edk2-test/blob/master/uefi-sct/HowToBuild/HowToBuildSct.txt), but running SCT.efi still hangs without printing any information...

I reviewed the [Linux build process](https://github.com/tianocore/edk2-test/releases/tag/edk2-test-stable201910), and I found that it uses an outdated gcc-4.9. However, in the edk2 commit [f53f029122](https://github.com/tianocore/edk2/commit/f53f029122d4493e9db95e2424dd8f067f247661), the -mstack-protector-guard=global flag was introduced. This flag is not...

> [@r1chard-lyu](https://github.com/r1chard-lyu) Do you have any updates on this? For the build instruction issue, I raised another issue for tracking it. [#270](https://github.com/tianocore/edk2-test/issues/270) > > Cc [@edhay](https://github.com/edhay) Hi @sunnywang-arm, Regarding the...

Hi @sunnywang-arm, Yes, it only happens on x86_64. I tested building the aarch64 SCT with edk2-stable202411. It built successfully and ran well.

Hi [gapandya](https://github.com/gapandya), Thank you for providing this valuable suggestion and for confirming its effectiveness. I have verified that this approach works well in my Linux environment and is also effective...