VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @84986   4 years vboxsync Firmware/Makefile.kmk: PATH_KBUILD -> KBUILD_PATH
(edit) @84957   4 years vboxsync Devices: Use TOOL_YASM_AS at various places; helps cross-building (WSL).
(edit) @84676   5 years vboxsync EFI: Adjustments for VC++ 14.2. bugref:8489
(edit) @84675   5 years vboxsync EFI: VBoxVgaDxe/Edid: offsetof is not present with VC++ 14+, use …
(edit) @83230   5 years vboxsync EFI/Firmware: Add VBOX_WITH_EFI_SECURE_BOOT and VBOX_WITH_EFI_TPM to …
(edit) @82972   5 years vboxsync Copyright year updates - manual ones.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82522   5 years vboxsync EFI/Firmware/UefiBootManagerLib: Switch to the new way of querying the …
(edit) @82521   5 years vboxsync EFI/Firmware/VBoxFsDxe: Fix a read beyond the of buffer due to the …
(edit) @82520   5 years vboxsync EFI/VBoxFsDxe: Oops.
(edit) @82519   5 years vboxsync EFI/Firmware/UefiBootManagerLib: Restore old behavior until the …
(edit) @82517   5 years vboxsync EFI/VBoxFsDxe: EFI needs backslashes as path separators.
(edit) @82512   5 years vboxsync VBoxFsDxe: CompareGuid returnes TRUE if the GUID matches and not 0
(edit) @82511   5 years vboxsync scm fix
(edit) @82509   5 years vboxsync EFI/Firmware/UefiBootManagerLib: Use the gVBoxFsBlessedFileInfoGuid …
(edit) @82508   5 years vboxsync EFI/Firmware/VBoxPkg: Add new GUID to retrieve the blessed file from …
(edit) @82400   5 years vboxsync EFI/VBoxPkg: Hacked up a routine to construct the path of the HFS+ …
(edit) @82381   5 years vboxsync EFI/VBoxFsDxe: Build fix for fsw testcase.
(edit) @82322   5 years vboxsync EFI/Firmware: Workaround two issues with device paths created by macOS …
(edit) @82285   5 years vboxsync EFI: Set DevicePathsSupported in DataHub (see bugref:6930).
(edit) @82249   5 years vboxsync EFI/Firmware: Relocate the DXE FV volume to the top of the RAM once …
(edit) @82107   5 years vboxsync EFI/Firmware/CpuGdt.c: Revert previous patch and add explanation why …
(edit) @82104   5 years vboxsync EFI/Firmware: Work around a bug in Apples boot.efi present in at least …
(edit) @81821   5 years vboxsync EFI/Firmware/CpuDxe: Work around earlier macOS versions (Tiger up …
(edit) @81718   5 years vboxsync EFI/Firmware/OvmfPkgIa32.dsc: Get source debugging working
(edit) @81717   5 years vboxsync EFI/Firmware/fsw_hfs.h: Use SwapBytes64() instead of RT_BE2H_U64() …
(edit) @81716   5 years vboxsync EFI/Firmware/VBoxPrintHex.c: Use RShiftU64() instead of >> to avoid …
(edit) @81715   5 years vboxsync EFI/Firmware/Apple.c: Use DivU64x32() instead of / to avoid unresolved …
(edit) @81647   5 years vboxsync EFI/Firmware/VBoxApfsJmpStartDxe: Implement fletcher64 checksum …
(edit) @81604   5 years vboxsync EFI: Disabled APFS jumpstart for 32-bit as there's no use for it and …
(edit) @81601   5 years vboxsync EFI/VBoxApfsJmpStartDxe: oops
(edit) @81600   5 years vboxsync VBoxApfsJmpStartDxe: Make cl.exe happy
(edit) @81598   5 years vboxsync EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver …
(edit) @81597   5 years vboxsync EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver …
(edit) @81596   5 years vboxsync EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver …
(edit) @81455   5 years vboxsync DevEFI: Increased the EFI firmware sizes to 4MB so we can make sure …
(edit) @81367   5 years vboxsync Storage/DevVirtioSCSI.cpp: While trying to diagnose issue seen with …
(edit) @81351   5 years vboxsync EFI/Firmware: Disable emulated NV variable mode, bugref:6940
(edit) @81350   5 years vboxsync EFI/Firmware: use maximum text mode resolution (for EFI shell mainly)
(edit) @81344   5 years vboxsync EFI/Firmware: switch to "usual" variable handling, using NVRAM
(edit) @81196   5 years vboxsync EFI/Firmware: Applied the SplitPage fix to the copy in CpuMpPei too as …
(edit) @81195   5 years vboxsync EFI/Firmware: Should always use atomics when updating 64-bit page …
(edit) @81193   5 years vboxsync EFI/Firmware: Handle to the page table entry memory as volatile to …
(edit) @81030   5 years vboxsync EFI/Firmware: Build fix
(edit) @81029   5 years vboxsync EFI/Firmware: Build fix
(edit) @81012   5 years vboxsync EFI/Firmware: Remove now unused VBoxPeCoffExtraActionLib
(edit) @81011   5 years vboxsync EFI/Firmware/OvmfPkg: Always use VBoxDebugLib as the DebugLib instance …
(edit) @81010   5 years vboxsync EFI/Firmware/PeCoffExtraActionLibDebug: Merge code from …
(edit) @81009   5 years vboxsync EFI/Firmware/VBoxPrintHexDump.c: Use RT_C_IS_PRINT instead of isprint …
(edit) @81003   5 years vboxsync EFI/Firmware: Restore ability to store/access variables in DevEFI from …
(edit) @80958   5 years vboxsync EFI/Firmware/.scm-settings: Temporary ignoring the openssl directory …
(edit) @80957   5 years vboxsync EFI/Firmware/.scm-settings: Temporary ignoring the openssl directory …
(edit) @80956   5 years vboxsync build.py: fix the additional logging on Linux (where Command is just a …
(edit) @80953   5 years vboxsync EFI/Firmware: Import the openssl sources from the vendor branch so the …
(edit) @80951   5 years vboxsync EFI/IoMmuDxe: Fix compiler warning (treated as error)
(edit) @80936   5 years vboxsync EFI/Firmware: Include more debug symbol files in the package
(edit) @80935   5 years vboxsync EFI/Firmware: Adapt vbox-tools_def.txt to match the template hopefully …
(edit) @80934   5 years vboxsync EFI/Firmware: Some compi8les fixes when gcc is used (preparation to …
(edit) @80925   5 years vboxsync EFI: Removed old EFI firmware. Using edk2-stable201908 from now on, …
(copy) @80924   5 years vboxsync EFI: Removed old EFI firmware. Using edk2-stable201908 from now on, …
copied from trunk/src/VBox/Devices/EFI/FirmwareNew
(edit) @80922   5 years vboxsync EFI/FirmwareNew: Add a check for Fat/Universal binaries provided by …
Note: See TracRevisionLog for help on using the revision log.

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