]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: ResetVector Tool additional debug prints
authorAshraf Ali S <ashraf.ali.s@intel.com>
Fri, 23 Jul 2021 08:32:23 +0000 (14:02 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 9 Sep 2021 13:16:48 +0000 (13:16 +0000)
commitcf7c65059202e7858fbc00ce1f163ee243947e08
tree2d977917e3ac1ad7ba94e84052bcf79e752a65e3
parent6c7d6d4a5e0b69a52e65785f308be0e8ad5fcc96
UefiCpuPkg: ResetVector Tool additional debug prints

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3506

Before executing the nasm command, added print statement to know what
commands are executing.
before printing the output file need check the status of command which
is executed. if the status is 0 then only print the output file name.

Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Debkumar De <debkumar.de@intel.com>
Cc: Harry Han <harry.han@intel.com>
Cc: Catharine West <catharine.west@intel.com>
Cc: Sangeetha V <sangeetha.v@intel.com>
Signed-off-by: Ashraf Ali S <ashraf.ali.s@intel.com>
UefiCpuPkg/ResetVector/Vtf0/Build.py