aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_selftest/efi_selftest_snp.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-21efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu1-30/+37
2021-10-21efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu1-11/+0
2021-10-21efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media checkMasami Hiramatsu1-0/+12
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-09-05efi_loader: fix status management in network stackHeinrich Schuchardt1-6/+42
2019-09-05efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTHeinrich Schuchardt1-2/+14
2019-05-07efi_selftest: remove redundant function efi_st_memcmp()Heinrich Schuchardt1-4/+3
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt1-1/+1
2019-02-13efi_selftest: SNP unit test on sandboxHeinrich Schuchardt1-0/+8
2018-12-02efi_selftest: fix simple network protocol testHeinrich Schuchardt1-8/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt1-1/+1
2017-10-09efi_selftest: error handling in SNP testHeinrich Schuchardt1-1/+8
2017-10-09efi_loader: supply EFI network testHeinrich Schuchardt1-0/+424