index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
ipxe
/
efi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Blacklist the Dell Ip4ConfigDxe driver
Michael Brown
2019-02-19
1
-0
/
+13
*
[rng] Use fixed-point calculations for min-entropy quantities
Michael Brown
2018-03-20
1
-2
/
+2
*
[legal] Add missing FILE_LICENCE declarations
Michael Brown
2017-12-29
2
-0
/
+4
*
[efi] Provide access to ACPI tables
Michael Brown
2017-05-23
2
-0
/
+66
*
[efi] Add efi_sprintf() and efi_vsprintf()
Michael Brown
2017-04-12
1
-0
/
+23
*
[efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definition
Michael Brown
2017-03-10
2
-0
/
+130
*
[efi] Update to current EDK2 headers
Michael Brown
2017-03-10
14
-44
/
+1233
*
[block] Centralise "san-drive" setting
Michael Brown
2017-03-07
1
-9
/
+0
*
[time] Allow timer to be selected at runtime
Michael Brown
2017-01-26
1
-36
/
+0
*
[efi] Work around temporal anomaly encountered during ExitBootServices()
Michael Brown
2016-12-07
1
-0
/
+1
*
[efi] Add basic EFI SAN booting capability
Michael Brown
2016-11-17
1
-0
/
+27
*
[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definition
Michael Brown
2016-10-17
2
-0
/
+209
*
[efi] Update to current EDK2 headers
Michael Brown
2016-10-16
15
-46
/
+401
*
[efi] Mark AppleNetBoot.h as a native iPXE header
Michael Brown
2016-10-16
1
-3
/
+3
*
[efi] Install the HII config access protocol on a child of the SNP handle
Laszlo Ersek
2016-07-08
1
-0
/
+4
*
[efi] Expose DHCP packets via the Apple NetBoot protocol
Michael Brown
2016-05-29
2
-0
/
+47
*
[efi] Use a timer event to generate the currticks() timer
Michael Brown
2016-05-04
2
-302
/
+18
*
[efi] Add processor binding headers for ARM and AArch64
Michael Brown
2016-03-13
3
-0
/
+329
*
[efi] Update to current EDK2 headers
Michael Brown
2016-03-13
13
-42
/
+123
*
[efi] Centralise EFI file system info GUIDs
Michael Brown
2015-12-09
1
-0
/
+3
*
[efi] Import EFI_HII_FONT_PROTOCOL definitions
Michael Brown
2015-10-07
3
-0
/
+831
*
[efi] Update to current EDK2 headers
Michael Brown
2015-10-07
28
-373
/
+12442
*
[efi] Expose unused USB devices via EFI_USB_IO_PROTOCOL
Michael Brown
2015-09-14
1
-0
/
+80
*
[efi] Include a copy of the device path within struct efi_device
Michael Brown
2015-09-13
1
-0
/
+2
*
[efi] Provide efi_devpath_len()
Michael Brown
2015-09-13
1
-0
/
+1
*
[efi] Add USB headers and GUID definitions
Michael Brown
2015-09-06
5
-0
/
+1992
*
[efi] Implement the EFI_PXE_BASE_CODE_PROTOCOL
Michael Brown
2015-09-02
1
-0
/
+17
*
[efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nested
Michael Brown
2015-09-01
1
-3
/
+3
*
[efi] Add definitions of GUIDs observed when booting wdsmgfw.efi
Michael Brown
2015-09-01
3
-0
/
+358
*
[efi] Improve efi_wrap debugging
Michael Brown
2015-08-27
1
-0
/
+4
*
[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))
Michael Brown
2015-08-27
1
-3
/
+5
*
[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efi
Michael Brown
2015-08-27
4
-0
/
+667
*
[efi] Hold off watchdog timer while running
Michael Brown
2015-08-03
1
-0
/
+31
*
[efi] Fix receive and transmit completion reporting
Michael Brown
2015-07-22
1
-14
/
+13
*
[efi] Use the EFI_RNG_PROTOCOL as an entropy source if available
Michael Brown
2015-04-14
1
-0
/
+158
*
[efi] Add EFI time source
Michael Brown
2015-04-14
1
-0
/
+20
*
[efi] Add EFI entropy source
Michael Brown
2015-04-14
1
-0
/
+35
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
14
-14
/
+14
*
[efi] Add NII / UNDI driver
Michael Brown
2014-10-16
2
-0
/
+840
*
[efi] Update to current EDK2 headers
Michael Brown
2014-10-16
5
-15
/
+60
*
[efi] Generalise snpnet_dev_info() to efi_device_info()
Michael Brown
2014-10-16
1
-0
/
+4
*
[efi] Add definitions of GUIDs observed when chainloading from Intel driver
Michael Brown
2014-09-25
10
-0
/
+4123
*
[efi] Centralise definitions of more protocol GUIDs
Michael Brown
2014-09-25
1
-0
/
+3
*
[efi] Avoid returning uninitialised data from PCI configuration space reads
Michael Brown
2014-09-04
1
-0
/
+3
*
[efi] Wrap any images loaded by our wrapped image
Michael Brown
2014-08-29
1
-2
/
+1
*
[efi] Add definitions of GUIDs observed during Windows boot
Michael Brown
2014-08-21
6
-0
/
+3773
*
[efi] Generalise snpnet_pci_info() to efi_locate_device()
Michael Brown
2014-08-06
1
-0
/
+2
*
[efi] Move abstract device path and handle functions to efi_utils.c
Michael Brown
2014-08-06
2
-4
/
+19
*
[efi] Open device path protocol only at point of use
Michael Brown
2014-08-06
2
-8
/
+2
*
[efi] Provide centralised definitions of commonly-used GUIDs
Michael Brown
2014-08-06
1
-0
/
+16
[next]