index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-23
WIP - refactoring done
shim4
Michael Brown
5
-11
/
+44
2023-05-23
WIP - refactored
Michael Brown
3
-80
/
+142
2023-05-23
WIP - tidying
Michael Brown
2
-44
/
+56
2023-05-23
WIP - first successful sbat hack
Michael Brown
3
-1
/
+59
2023-05-22
[efi] Add "shim" command
Michael Brown
4
-0
/
+117
2023-05-22
[efi] Add support for executing images via a shim
Michael Brown
8
-3
/
+413
2023-05-22
[efi] Add definitions for the UEFI shim lock protocol
Michael Brown
4
-0
/
+39
2023-05-22
[efi] Add efi_asprintf() and efi_vasprintf()
Michael Brown
4
-10
/
+53
2023-05-17
[image] Generalise concept of selected image
Michael Brown
6
-50
/
+85
2023-05-17
[efi] Attempt to detect EFI images that fail Secure Boot verification
Michael Brown
1
-5
/
+71
2023-05-05
[efi] Allow currently selected image to be opened as "grub*.efi"
Michael Brown
1
-0
/
+11
2023-05-05
[efi] Allow currently executing image to be opened via virtual filesystem
Michael Brown
1
-0
/
+10
2023-05-05
[image] Allow for images to be hidden from lists of all images
Michael Brown
5
-19
/
+39
2023-05-05
[efi] Show original filenames in debug messages
Michael Brown
1
-8
/
+16
2023-05-05
[efi] Allow downloaded images to take precedence over constructed files
Michael Brown
1
-22
/
+33
2023-04-10
[efi] Allow for sections to be excluded from the generated PE file
Michael Brown
1
-6
/
+17
2023-04-10
[efi] Allow elf2efi to be used for hybrid binaries
Michael Brown
1
-6
/
+27
2023-04-10
[efi] Shrink size of data directory in PE header
Michael Brown
1
-4
/
+13
2023-04-10
[efi] Remove redundant zero padding in PE header
Michael Brown
1
-1
/
+0
2023-03-30
[tls] Handle fragmented handshake records
tlsfrag3
Michael Brown
2
-18
/
+26
2023-03-30
[tls] Pass I/O buffer to received record handlers
Michael Brown
1
-58
/
+98
2023-03-30
[tls] Clean up change cipher spec record handling
Michael Brown
2
-4
/
+18
2023-03-15
[efi] Claim fixed device paths by uninstalling device path protocol
initrd
Michael Brown
1
-122
/
+172
2023-03-14
[intel] Add workaround for I210 reset hardware bugs
Matt Parrella
2
-2
/
+24
2023-03-14
[dhcp] Unregister ProxyDHCP and PXEBS settings on a successful DHCPACK
Michael Brown
1
-0
/
+6
2023-03-07
[efi] Use image name instead of pointer value in debug messages
Michael Brown
1
-21
/
+21
2023-03-07
[image] Always unregister currently executing image
Michael Brown
5
-29
/
+10
2023-03-06
[image] Consistently use for_each_image() to iterate over images
Michael Brown
2
-2
/
+2
2023-03-05
[intelx] Add PCI IDs for Intel 82599 10GBASE-T NIC
Forest Crossman
1
-0
/
+1
2023-03-01
[params] Allow for arbitrary HTTP request headers to be specified
Michael Brown
5
-15
/
+73
2023-03-01
[params] Rename "form parameter" to "request parameter"
Michael Brown
7
-29
/
+29
2023-03-01
[http] Use POST method only if the form parameter list is non-empty
Michael Brown
1
-44
/
+32
2023-02-28
[efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrd
noinitrd
Michael Brown
1
-2
/
+11
2023-02-20
[efi] Split out EFI_RNG_PROTOCOL as a separate entropy source
Michael Brown
5
-92
/
+130
2023-02-20
[rng] Allow for entropy sources that fail during startup tests
Michael Brown
3
-159
/
+349
2023-02-20
[tables] Allow any lvalue to be used as a table iterator
Michael Brown
1
-12
/
+12
2023-02-17
[rng] Allow entropy source to be selected at runtime
Michael Brown
18
-591
/
+512
2023-02-16
[iscsi] Limit maximum transfer size to MaxBurstLength
iscsicap
Michael Brown
3
-4
/
+77
2023-02-15
[rng] Add RDRAND as an entropy source
rdrand
Michael Brown
5
-0
/
+141
2023-02-15
[efi] Support the initrd autodetection mechanism in newer Linux kernels
efiinitrd
Michael Brown
1
-0
/
+190
2023-02-15
[efi] Fix debug message when reading from EFI virtual files
Michael Brown
1
-1
/
+1
2023-02-14
[image] Check delimiters when parsing command-line key-value arguments
Michael Brown
4
-28
/
+50
2023-02-11
[rng] Check for several functioning RTC interrupts
Michael Brown
1
-3
/
+11
2023-02-10
[eisa] Check for system board presence before probing for slots
eisa
Michael Brown
1
-0
/
+8
2023-02-06
[loong64] Add initial support for LoongArch64
Xiaotian Wu
35
-0
/
+1539
2023-02-06
[test] Include build architecture in test suite banner
Michael Brown
1
-1
/
+1
2023-02-06
[ioapi] Move PAGE_SHIFT to bits/io.h
Michael Brown
4
-6
/
+6
2023-02-05
[build] Allow for per-architecture unprefixed constant operand modifier
Michael Brown
5
-2
/
+14
2023-02-05
[xen] Allow for platforms that have no Xen support
Michael Brown
3
-1
/
+81
2023-02-05
[efi] Enable NET_PROTO_LLDP by default
Michael Brown
2
-1
/
+2
[next]