]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Scripts/Ds5/cmd_load_symbols.py
ArmPlatformPkg/Scripts: Added ARM DS-5 scripts to debug UEFI
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Oct 2012 14:01:38 +0000 (14:01 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Oct 2012 14:01:38 +0000 (14:01 +0000)
commita8e812dea5567a9ec582e3c14cb90c0090d3f052
treee04b95fc99a11d1d428f5c6122cc5b06a004d90e
parent6f6c7857c27272da66205b0257f95689aabb6e88
ArmPlatformPkg/Scripts: Added ARM DS-5 scripts to debug UEFI

These scripts allow to automatically load the symbols using either the
report file created by the BaseTools or using the memory regions
defined in the arguments.

This is the scripts for DS-5 prior to DS5 v5.12.

Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13874 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Scripts/Ds5/build_report.py [new file with mode: 0644]
ArmPlatformPkg/Scripts/Ds5/cmd_load_symbols.py [new file with mode: 0644]
ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py [new file with mode: 0644]
ArmPlatformPkg/Scripts/Ds5/firmware_volume.py [new file with mode: 0644]
ArmPlatformPkg/Scripts/Ds5/system_table.py [new file with mode: 0644]