Xiang W
Xiang W
The watchpoint cannot capture all data modifications only through the trigger of ANY SIZE and EQUAL, and an error will occur. This patch accommodates watchpoints by adding more types of...
This patch(https://github.com/riscv/riscv-openocd/commit/39a4f37f84d52aa38ffa1a7db703ad57deec4fdc) introduces a problem. After clearing the software breakpoint, need to run fence.i to refresh the instruction cache. This instruction can only be run by the hart with the...
This patch fixes the following errors during compilation $ build -a RISCV64 -t GCC5 -p Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc build.py... /home/tianocore/edk2-platforms/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc(...): error 4000: Instance of library class [RiscVMmuLib] is not found in [/home/tianocore/edk2/UefiCpuPkg/CpuDxeRiscV64/CpuDxeRiscV64.inf]...
Some code needs to be updated due to changes in dependencies.
When I explored the u540 code, I discovered that the PlatformSecLib library was missing the PeiServicesLib library.