index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_net.c
Age
Commit message (
Expand
)
Author
2018-04-04
efi_loader: implement event groups
Heinrich Schuchardt
2018-04-04
efi_loader: return efi_status_t from efi_net_register
Heinrich Schuchardt
2017-12-01
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
2017-12-01
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
efi_loader: efi_net: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
efi_loader: efi_net: check return value of calloc
Heinrich Schuchardt
2017-10-09
efi_loader: fill return values in SimpleNetworkProtocol
Heinrich Schuchardt
2017-10-09
efi_loader: size fields in SimpleNetworkProtocol
Heinrich Schuchardt
2017-10-09
efi_loader: fix efi_net_get_status
Heinrich Schuchardt
2017-10-09
efi_loader: implement WaitForPacket event
Heinrich Schuchardt
2017-10-09
efi_loader: use events for efi_net_receive
Heinrich Schuchardt
2017-10-09
efi_net: return EFI_UNSUPPORTED where appropriate
Heinrich Schuchardt
2017-10-09
efi_loader: efi_net: hwaddr_size = 6
Heinrich Schuchardt
2017-10-09
efi_loader: fill simple network protocol revision
Heinrich Schuchardt
2017-09-20
efi_loader: refactor boot device and loaded_image handling
Rob Clark
2017-09-20
efi_loader: use proper device-paths for net
Rob Clark
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2016-11-14
efi: Use device device path type Messaging for network interface node
Oleksandr Tymoshenko
2016-10-19
efi: Fix missing EFIAPI specifiers
Simon Glass
2016-10-19
efi_loader: Allow bouncing for network
Alexander Graf
2016-05-27
efi_loader: Add network access support
Alexander Graf