summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/EFI/Firmware
Commit message (Expand)AuthorAgeFilesLines
* scm copyright and license note updatevboxsync2022-08-22102-1001/+2010
* EFI/Firmware: Let scm handle .txt files, some contain license text and some n...vboxsync2022-08-191-2/+2
* EFI/Firmware: Ignore VC++ warning about the 'register' storage class being un...vboxsync2022-05-271-0/+1
* Devices/EFI: Fix possible triple fault with SMP configurations during reset [...vboxsync2022-04-051-2/+2
* Devices/EFI: Fix possible triple fault with SMP configurations during resetvboxsync2022-04-051-0/+9
* EFI/Firmware: Shut up scm warnings.vboxsync2022-02-241-0/+31
* EFI: Revert r139958 as it breaks booting from FreeBSD ISO images with EFI ena...vboxsync2022-01-316-150/+7
* scm --update-copyright-yearvboxsync2022-01-0199-99/+99
* scm: Check UTF-8 encoding and reject files with bidirectional control codes i...vboxsync2021-11-021-0/+5
* EFI/Firmware: Don't zero out the debug information for firmware images, even ...vboxsync2021-10-122-0/+4
* EFI/VfrCompile: Workaround for a crash in release mode when parsing Tcg2Confi...vboxsync2021-09-141-1/+1
* EFI/VfrCompile: Workaround for a crash in release mode when parsing Tcg2Confi...vboxsync2021-09-141-0/+7
* EFI/Firmware: Don't just install a static selection of ACPI tables but use th...vboxsync2021-08-261-5/+44
* EFI: Export missing E1kNet.infvboxsync2021-08-011-0/+60
* EFI: Workaround for unwanted aligned SSE move blowing up (see bugref:4643).vboxsync2021-07-161-1/+1
* EFI/Firmware: Some missing svn:eol-style properties for ini files, fixes scm,...vboxsync2021-07-057-193/+193
* Devices/EFI: Removed old EFI firmware. Using edk2-stable202105 from now on. b...vboxsync2021-07-011402-20685/+147237
* EFI/E1kNetDxe: Updates, the basic receive and transmit operations are functio...vboxsync2021-06-0410-31/+36
* EFI: Beginnings of a e1000 network driver to support network boot with our e...vboxsync2021-06-022-2/+2
* EFI: Beginnings of a e1000 network driver to support network boot with our e1...vboxsync2021-06-0218-0/+3251
* 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