hackedteam/vector-edk

View on GitHub
vector-uefi/fd/tool/probe.nsh

Summary

Maintainability
Test Coverage
@echo off

if not exist \tmp\spi.bin then
python chipsec_util.py spi dump \tmp\spi.bin
endif

if not exist \tmp\vol02.bin then
python2 patch.py
endif

if exist flash.nsh then
echo "Now you can run flash procedure...."

endif