aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP - ImageBasewimboot2Michael Brown2023-11-241-0/+45
* [efi] Do not assume canonical PE section orderingMichael Brown2023-11-241-57/+37
* [efi] Treat 16-bit sections as hidden in hybrid binariesMichael Brown2023-11-241-0/+6
* [efi] Place PE debug information in a hidden sectionMichael Brown2023-11-231-31/+15
* [efi] Fix recorded overall size of headers in NT optional headerMichael Brown2023-11-231-1/+6
* [efi] Write out PE header only after writing sectionsMichael Brown2023-11-231-22/+28
* [efi] Use load memory address as file offset for hybrid binariesMichael Brown2023-11-231-7/+77
* [efi] Mark PE images as large address awareMichael Brown2023-11-231-0/+1
* [efi] Set NXCOMPAT bit in PE headerMichael Brown2023-11-231-0/+2
* [efi] Treat writable sections as data sectionsMichael Brown2023-11-231-11/+11
* [efi] Update to current EDK2 headersMichael Brown2023-11-226-26/+65
* [cloud] Add utility script to read iPXE output from INT13CON partitionMichael Brown2023-11-071-0/+68
* [cloud] Add ability to overwrite existing AMI imagesMichael Brown2023-11-071-2/+13
* [eapol] Limit number of EAPoL-Start packets transmitted per attemptMichael Brown2023-11-072-0/+13
* [eapol] Delay EAPoL-Start while waiting for EAP to completeMichael Brown2023-11-073-44/+84
* [pci] Require discovery of a PCI device when determining usable PCI APIsMichael Brown2023-11-021-11/+14
* [pci] Check that ECAM configuration space is within reachable memoryMichael Brown2023-11-021-0/+9
* [pci] Cache ECAM mapping errorsMichael Brown2023-11-022-2/+6
* [pci] Handle non-zero starting bus in ECAM allocationsMichael Brown2023-11-021-0/+1
* [pci] Force completion of ECAM configuration space writesMichael Brown2023-11-011-1/+10
* [iphone] Add missing va_start()/va_end() around reused argument listMichael Brown2023-10-241-0/+2
* [libc] Use wall clock time as seed for the (non-cryptographic) RNGMichael Brown2023-10-061-3/+5
* [eapol] Send EAPoL-Start packets to trigger EAP authenticationsupplicantMichael Brown2023-09-192-0/+81
* [eap] Define a supplicant model for EAP and EAPoLMichael Brown2023-09-185-27/+184
* [fcoe] Use driver-private data to hold FCoE port structureMichael Brown2023-09-141-64/+21
* [vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown2023-09-141-41/+7
* [ipv6] Use driver-private data to hold link-local IPv6 settings blockMichael Brown2023-09-131-29/+10
* [lldp] Use driver-private data to hold LLDP settings blockMichael Brown2023-09-131-63/+31
* [netdevice] Allocate private data for each network upper-layer driverMichael Brown2023-09-1313-34/+110
* [netdevice] Remove netdev_priv() helper functionMichael Brown2023-09-1323-193/+182
* [librm] Use explicit operand size when pushing a label addressopsizeMichael Brown2023-09-051-2/+4
* [virtio] Fix implementation of vpm_ioread32()Alexander Eichner2023-08-221-2/+2
* [dhcp] Request NTP server optionntpsettingCornelius Hoffmann2023-07-191-3/+4
* [ntp] Define NTP server settingMichael Brown2023-07-192-0/+13
* [console] Restore compatibility with "--key" values in existing scriptsMichael Brown2023-07-073-3/+31
* [linux] Set a default MAC address for tap devicesMichael Brown2023-07-051-0/+5
* [linux] Fix error control flow in af_packet_nic_probe()Michael Brown2023-07-051-1/+1
* [linux] Fix error control flow in tap_probe()Michael Brown2023-07-051-1/+1
* [netdevice] Stop link block timer when device is closedMichael Brown2023-07-051-1/+4
* [interface] Fix debug message values for temporary interfacestmpintfMichael Brown2023-07-043-17/+59
* [build] Inhibit more linker warnings about an implied executable stackMichael Brown2023-07-041-0/+1
* [build] Silence the "creating blib.a" messageMichael Brown2023-07-041-1/+1
* [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-043-31/+77
* [console] Avoid overlap between remapping flags and character valuesMichael Brown2023-07-041-4/+4
* [build] Use separate code segment if supported by linkersepcodeMichael Brown2023-07-032-0/+14
* [build] Inhibit linker warnings about an implied executable stackGeert Stappers2023-06-3032-0/+33
* [build] Avoid using multiple target patterns in pattern rulesMichael Brown2023-06-302-3/+13
* [loong64] Add support for building EFI binariesloong64Xiaotian Wu2023-06-292-0/+19
* [loong64] Add CPU sleeping API for EFI LoongArch64Xiaotian Wu2023-06-294-1/+75
* [loong64] Add I/O API for LoongArch64Xiaotian Wu2023-06-293-0/+130