VirtualBox

Ignore:
Timestamp:
Aug 14, 2024 1:16:30 PM (4 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, 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/OvmfPkg/build.sh

    r99404 r105670  
    247247
    248248#
    249 # Build the edk2 OvmfPkg
    250 #
    251 echo Running edk2 build for OvmfPkg$Processor
    252 build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER -DDEBUG_ON_SERIAL_PORT=TRUE
    253 
     249# Run previously built OVMF image for current build options, in place.
     250# Do not rebuild first, rather allow multiple runs of a previously built
     251# image to start quickly (without rebuild), and with preserved NVRAM contents
     252# between runs (until the next rebuild).
     253#
    254254if [[ "$RUN_QEMU" == "yes" ]]; then
    255255  if [[ ! -d $QEMU_FIRMWARE_DIR ]]; then
     
    266266  exit $?
    267267fi
     268
     269#
     270# Build the edk2 OvmfPkg
     271#
     272echo Running edk2 build for OvmfPkg$Processor
     273build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER
     274exit $?
Note: See TracChangeset for help on using the changeset viewer.

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