From e7e79c584e0c5e06ad8ae588c27e28d732a19018 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 10 Jul 2006 09:00:33 +0000 Subject: Roll back the PCD PcdWinNtFirmwareVolume value from "..\\FV\\FV_RECOVERY.fd" to "..\\..\\FV\\FV_RECOVERY.fd" for avoiding the issue that secmain.exe run failure when the length of PATH environment exceed 1280 character. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@861 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkNt32Pkg/run.cmd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'EdkNt32Pkg/run.cmd') diff --git a/EdkNt32Pkg/run.cmd b/EdkNt32Pkg/run.cmd index 8cbe6244ff..145558fa28 100644 --- a/EdkNt32Pkg/run.cmd +++ b/EdkNt32Pkg/run.cmd @@ -11,6 +11,11 @@ @echo off +:create_fd +if not exist Build\Debug\Fv mkdir Build\Debug\Fv +copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B + +:start_secmain pushd . cd Build\DEBUG\MSFT\IA32 SecMain.exe -- cgit v1.2.3