summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/EFI/Firmware
Commit message (Expand)AuthorAgeFilesLines
* Devices/EFI/Firmware/UefiCpuPkg/MpInitLib: Force x2APIC mode when the VM conf...vboxsync2020-08-311-0/+31
* Devices/EFI/Firmware: improve alignment error messages in Elf64Convert.c, hel...vboxsync2020-08-241-0/+12
* Devices/EFI/Firmware: Remove VBoxFsDxe driver as it was never usedvboxsync2020-08-192-300/+0
* Devices/EFI: Reintroduce VBoxIso9660 which got removed with r133269. The offi...vboxsync2020-08-176-7/+150
* Devices/EFI/Firmware: upgrade OpenSSL to 1.1.1d as used by edk2-stable202005,...vboxsync2020-08-173-5/+3
* Devices/EFI/Firmware/Makefile.kmk: TPM2_ENABLE -> TPM_ENABLE and TPM2_CONFIG_...vboxsync2020-08-171-2/+2
* Makefile.kmk,Devices/Makefile.kmk,Devices/EFI: Removed old EFI firmware. Usin...vboxsync2020-08-171914-138260/+105186
* Firmware/Makefile.kmk: PATH_KBUILD -> KBUILD_PATHvboxsync2020-06-291-3/+3
* Devices: Use TOOL_YASM_AS at various places; helps cross-building (WSL).vboxsync2020-06-251-0/+1
* EFI: Adjustments for VC++ 14.2. bugref:8489vboxsync2020-06-044-16/+212
* EFI: VBoxVgaDxe/Edid: offsetof is not present with VC++ 14+, use OFFSET_OF (E...vboxsync2020-06-041-4/+4
* EFI/Firmware: Add VBOX_WITH_EFI_SECURE_BOOT and VBOX_WITH_EFI_TPM to turn on ...vboxsync2020-03-061-0/+3
* Copyright year updates - manual ones.vboxsync2020-02-041-1/+1
* Copyright year updates by scm.vboxsync2020-02-04102-102/+102
* EFI/Firmware/UefiBootManagerLib: Switch to the new way of querying the blesse...vboxsync2019-12-091-1/+1
* EFI/Firmware/VBoxFsDxe: Fix a read beyond the of buffer due to the source buf...vboxsync2019-12-091-1/+1
* EFI/VBoxFsDxe: Oops.vboxsync2019-12-091-0/+1
* EFI/Firmware/UefiBootManagerLib: Restore old behavior until the blessed file ...vboxsync2019-12-091-0/+13
* EFI/VBoxFsDxe: EFI needs backslashes as path separators.vboxsync2019-12-091-1/+5
* VBoxFsDxe: CompareGuid returnes TRUE if the GUID matches and not 0vboxsync2019-12-091-1/+1
* scm fixvboxsync2019-12-091-0/+48
* EFI/Firmware/UefiBootManagerLib: Use the gVBoxFsBlessedFileInfoGuid informati...vboxsync2019-12-093-12/+23
* EFI/Firmware/VBoxPkg: Add new GUID to retrieve the blessed file from HFS+ vol...vboxsync2019-12-094-0/+36
* EFI/VBoxPkg: Hacked up a routine to construct the path of the HFS+ blessed file.vboxsync2019-12-043-1/+166
* EFI/VBoxFsDxe: Build fix for fsw testcase.vboxsync2019-12-041-0/+6
* EFI/Firmware: Workaround two issues with device paths created by macOS AppleA...vboxsync2019-12-024-0/+95
* EFI: Set DevicePathsSupported in DataHub (see bugref:6930).vboxsync2019-11-291-0/+7
* EFI/Firmware: Relocate the DXE FV volume to the top of the RAM once the memor...vboxsync2019-11-272-0/+57
* EFI/Firmware/CpuGdt.c: Revert previous patch and add explanation why Allocate...vboxsync2019-11-221-21/+12
* EFI/Firmware: Work around a bug in Apples boot.efi present in at least Tiger,...vboxsync2019-11-221-0/+28
* EFI/Firmware/CpuDxe: Work around earlier macOS versions (Tiger up until at le...vboxsync2019-11-131-1/+22
* EFI/Firmware/OvmfPkgIa32.dsc: Get source debugging workingvboxsync2019-11-061-3/+13
* EFI/Firmware/fsw_hfs.h: Use SwapBytes64() instead of RT_BE2H_U64() (which use...vboxsync2019-11-061-1/+6
* EFI/Firmware/VBoxPrintHex.c: Use RShiftU64() instead of >> to avoid unresolve...vboxsync2019-11-061-16/+18
* EFI/Firmware/Apple.c: Use DivU64x32() instead of / to avoid unresolved symbol...vboxsync2019-11-061-1/+1
* EFI/Firmware/VBoxApfsJmpStartDxe: Implement fletcher64 checksum generation an...vboxsync2019-11-041-45/+105
* EFI: Disabled APFS jumpstart for 32-bit as there's no use for it and it didn'...vboxsync2019-10-313-3/+3
* EFI/VBoxApfsJmpStartDxe: oopsvboxsync2019-10-301-1/+1
* VBoxApfsJmpStartDxe: Make cl.exe happyvboxsync2019-10-301-4/+6
* EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver to load ...vboxsync2019-10-301-2/+2
* EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver to load ...vboxsync2019-10-302-0/+528
* EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver to load ...vboxsync2019-10-304-0/+4
* DevEFI: Increased the EFI firmware sizes to 4MB so we can make sure the flash...vboxsync2019-10-221-1/+1
* Storage/DevVirtioSCSI.cpp: While trying to diagnose issue seen with EFI boot,...vboxsync2019-10-183-3/+6
* EFI/Firmware: Disable emulated NV variable mode, bugref:6940vboxsync2019-10-182-2/+2
* EFI/Firmware: use maximum text mode resolution (for EFI shell mainly)vboxsync2019-10-182-0/+6
* EFI/Firmware: switch to "usual" variable handling, using NVRAMvboxsync2019-10-182-7/+6
* EFI/Firmware: Applied the SplitPage fix to the copy in CpuMpPei too as well a...vboxsync2019-10-091-0/+61
* EFI/Firmware: Should always use atomics when updating 64-bit page table entri...vboxsync2019-10-091-1/+69
* EFI/Firmware: Handle to the page table entry memory as volatile to avoid comp...vboxsync2019-10-091-0/+4