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] Avoid unnecessarily passing pointers to EFI_HANDLEs
Michael Brown
2014-07-31
2
-3
/
+3
*
[efi] Allow compiler to perform type checks on EFI_HANDLE
Michael Brown
2014-07-31
1
-0
/
+10
*
[efi] Use efi_handle_name() instead of efi_handle_devpath_text()
Michael Brown
2014-07-31
1
-1
/
+0
*
[efi] Add ability to dump all openers of a given protocol on a handle
Michael Brown
2014-07-31
1
-1
/
+26
*
[efi] Provide efi_handle_name() for debugging
Michael Brown
2014-07-31
1
-0
/
+1
*
[efi] Expand the range of well-known EFI GUIDs in debug messages
Michael Brown
2014-07-31
3
-0
/
+292
*
[efi] Default to releasing network devices for use via SNP
Michael Brown
2014-07-30
1
-2
/
+17
*
[efi] Include EFI_CONSOLE_CONTROL_PROTOCOL header
Michael Brown
2014-07-16
2
-1
/
+125
*
[efi] Allow for interception of boot services calls by loaded image
Michael Brown
2014-07-16
1
-0
/
+16
*
[efi] Install our own disk I/O protocol and claim exclusive use of it
Michael Brown
2014-07-14
1
-0
/
+119
*
[efi] Update EDK2 headers
Michael Brown
2014-07-14
20
-96
/
+533
*
[efi] Identify autoboot device by MAC address when chainloading
Michael Brown
2014-07-08
1
-0
/
+14
*
[efi] Allow network devices to be created on top of arbitrary SNP devices
Michael Brown
2014-07-03
3
-34
/
+52
*
[efi] Restructure EFI driver model
Michael Brown
2014-06-25
2
-33
/
+38
*
[efi] Provide a meaningful EFI SNP device name
Michael Brown
2014-06-25
1
-1
/
+1
*
[efi] Allow device paths to be easily included in debug messages
Michael Brown
2014-06-25
1
-16
/
+2
*
[efi] Allow for optional protocols
Michael Brown
2014-05-19
1
-0
/
+17
*
[efi] Disable SNP devices when running iPXE as the application
Michael Brown
2014-03-14
1
-0
/
+4
*
[efi] Allow driver to be unloaded
Michael Brown
2014-03-10
1
-0
/
+1
*
[uaccess] Add memcmp_user()
Michael Brown
2014-01-12
1
-0
/
+7
*
[legal] Add missing FILE_LICENCE declarations
Marin Hannache
2013-07-15
2
-0
/
+4
*
[efi] Perform meaningful error code conversions
Michael Brown
2013-04-19
3
-16
/
+14
*
[efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOL
Michael Brown
2013-04-19
3
-372
/
+0
*
[efi] Fetch device path for loaded image during initialisation
Michael Brown
2013-03-27
1
-0
/
+1
*
[efi] Add "reboot" command for EFI
Michael Brown
2013-03-22
1
-0
/
+18
*
[efi] Provide efi_guid_ntoa() for printing EFI GUIDs
Michael Brown
2013-03-20
1
-14
/
+5
*
[efi] Add EFI-specific debugging macros
Michael Brown
2013-03-20
2
-0
/
+121
*
[efi] Add our own EFI_LOAD_FILE_PROTOCOL implementation
Michael Brown
2013-03-14
1
-0
/
+3
*
[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOL
Michael Brown
2013-03-13
7
-2
/
+800
*
[efi] Add last_opened_snpdev()
Michael Brown
2013-03-13
1
-0
/
+1
*
[efi] Update to latest EDK2 headers
Michael Brown
2013-03-13
8
-73
/
+125
*
[uaccess] Add userptr_sub() to find the difference between two user pointers
Michael Brown
2012-11-05
1
-0
/
+6
*
[efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP device
Michael Brown
2012-10-23
1
-0
/
+7
*
[efi] Expose net device non-volatile settings via HII
Michael Brown
2012-10-16
1
-123
/
+74
*
[efi] Split SNP HII functionality into a separate file
Michael Brown
2012-10-16
1
-0
/
+68
*
[efi] Mark SNP formset compliant with IBM's Unified Configuration Manager
Michael Brown
2012-10-05
1
-0
/
+5
*
[efi] Add EFI_LOAD_FILE_PROTOCOL header
Michael Brown
2012-07-19
1
-0
/
+90
*
[efi] Update to current EDK2 headers
Michael Brown
2012-07-19
24
-156
/
+8026
*
[efi] Standardise #include guard in ipxe_download.h
Michael Brown
2012-07-19
1
-4
/
+4
*
[efi] Add iPXE download protocol
Jarrod Johnson
2012-02-15
2
-0
/
+156
*
[efi] Add support for HII
Michael Brown
2011-04-08
6
-0
/
+1316
*
[efi] Include MdeModulePkg directory in header import list
Michael Brown
2011-04-08
1
-1
/
+2
*
[efi] Add EFI string formatting functions
Michael Brown
2011-04-08
1
-0
/
+23
*
[efi] Synchronise EFI header files
Michael Brown
2011-03-31
12
-33
/
+100
*
[efi] Mark SNP devices as children of EFI PCI device
Michael Brown
2011-03-15
1
-0
/
+6
*
[efi] Provide space for storing the EFI driver name
Michael Brown
2011-02-22
1
-1
/
+1
*
[efi] Allow EFI to control PCI bus enumeration
Michael Brown
2011-02-17
3
-1
/
+89
*
[efi] Rename efi_pci.h to efi_pci_api.h
Michael Brown
2011-02-17
1
-5
/
+5
*
[pci] Replace pci_max_bus() with pci_num_bus()
Michael Brown
2011-02-17
1
-4
/
+4
*
[efi] Add the "snpnet" driver
Geoff Lywood
2010-06-02
2
-0
/
+90
[prev]
[next]