ARM-software / arm-systemready

Arm SystemReady
Apache License 2.0
46 stars 59 forks source link

Add more commands to debug_dump.nsh and make it independently runnable #187

Closed sunnywang-arm closed 1 month ago

sunnywang-arm commented 1 month ago

With this change, we will no longer sync up debug_dump.nsh with https://gitlab.arm.com/systemready/systemready-es-sr-template#fwuefi-shell-cmds-logs

Making it independently runnable is for the case where users want to run only debug_dump.nsh without using ACS image and knowledge of how to manually run the debug_dump.nsh. In other words, non-expert user can individually download the debug_dump.nsh to EFI\BOOT or a media device and then reboot the system to UEFI shell and run it.

Signed-off-by: Sunny Wang sunny.wang@arm.com