VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156854
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/toolsetup.bat

    r89983 r99404  
    228228  if defined RECONFIG (
    229229    echo.
    230     echo  Over-writing the files in the CONF_PATH directory
     230    echo  Overwriting the files in the CONF_PATH directory
    231231    echo  using the default template files
    232232    echo.
     
    241241  copy %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul
    242242) else (
    243   if defined RECONFIG echo over-write ... target.template to %CONF_PATH%\target.txt
     243  if defined RECONFIG echo overwrite ... target.template to %CONF_PATH%\target.txt
    244244  if defined RECONFIG copy /Y %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul
    245245)
     
    252252  copy %EDK_TOOLS_PATH%\Conf\tools_def.template %CONF_PATH%\tools_def.txt > nul
    253253) else (
    254   if defined RECONFIG echo over-write ... tools_def.template to %CONF_PATH%\tools_def.txt
     254  if defined RECONFIG echo overwrite ... tools_def.template to %CONF_PATH%\tools_def.txt
    255255  if defined RECONFIG copy /Y %EDK_TOOLS_PATH%\Conf\tools_def.template %CONF_PATH%\tools_def.txt > nul
    256256)
     
    300300IF NOT EXIST "%EDK_TOOLS_BIN%\GenFw.exe" goto check_c_tools
    301301IF NOT EXIST "%EDK_TOOLS_BIN%\GenSec.exe" goto check_c_tools
    302 IF NOT EXIST "%EDK_TOOLS_BIN%\Split.exe" goto check_c_tools
    303302IF NOT EXIST "%EDK_TOOLS_BIN%\TianoCompress.exe" goto check_c_tools
    304303IF NOT EXIST "%EDK_TOOLS_BIN%\VfrCompile.exe" goto check_c_tools
     
    403402    goto use_pip_basetools
    404403  ) else (
     404    REM reset ERRORLEVEL
     405    type nul>nul
    405406    goto use_builtin_basetools
    406407  )
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette