summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tcgbios: Fix a typo in the sha256 algo descriptionStefan Berger2021-07-091-1/+1
* tcgbios: Fix warningsAlexey Kardashevskiy2021-07-092-3/+3
* tcgbios: Fix details in log entriesStefan Berger2021-06-151-2/+3
* libtpm: Compile with -WextraAlexey Kardashevskiy2021-02-122-7/+8
* libnvram: Compile with -WextraAlexey Kardashevskiy2021-02-123-19/+17
* libhv: Compile with -WextraAlexey Kardashevskiy2021-02-121-1/+1
* libnet: Compile with -WextraAlexey Kardashevskiy2021-02-124-9/+10
* e1000: Compile with -WextraAlexey Kardashevskiy2021-02-121-8/+8
* virtio: Compile with -WextraAlexey Kardashevskiy2021-02-122-5/+5
* veth: Compile with -WextraAlexey Kardashevskiy2021-02-122-3/+7
* usb: Compile with -WextraAlexey Kardashevskiy2021-02-125-19/+19
* elf: Compile with -WextraAlexey Kardashevskiy2021-02-123-8/+8
* libc: Compile with -WextraAlexey Kardashevskiy2021-02-092-7/+8
* helpers: Define MIN()Alexey Kardashevskiy2021-01-282-4/+0
* tcgbios: Implement tpm_hash_log_extend_event_bufferStefan Berger2020-05-134-0/+69
* elf: Implement elf_get_file_size to determine size of an ELF imageStefan Berger2020-05-133-0/+152
* tcgbios: Add support for SHA3 type of algorithmsStefan Berger2020-05-132-3/+29
* tcgbios: Fix the vendorInfoSize to be of type uint8_tStefan Berger2020-05-131-2/+2
* tcgbios: Only write logs for PCRs that are allocatedStefan Berger2020-05-131-10/+25
* rtas: Move FWNMI log space reservation to QEMUAlexey Kardashevskiy2020-03-171-9/+0
* virtio-serial: Close device completelyAlexey Kardashevskiy2020-03-111-0/+7
* virtio: Fix typo in virtio_serial_init()Cédric Le Goater2020-03-061-1/+1
* tcgbios: Measure the GPT tableStefan Berger2020-02-215-0/+166
* tcgbios: Implement menu to clear TPM 2 and activate its PCR banksStefan Berger2020-02-214-0/+359
* tcgbios: Add TPM 2.0 support and firmware APIStefan Berger2020-02-216-1/+1355
* tpm: Add sha256 implementationStefan Berger2020-02-213-1/+235
* tpm: Add TPM CRQ driver implementationStefan Berger2020-02-216-1/+657
* elf64: Add LE64 ABIv1/2 support for loading images to given addressAlexey Kardashevskiy2020-02-211-0/+8
* virtio: Enable IOMMUAlexey Kardashevskiy2019-12-057-6/+116
* virtio-net: Init queues after features negotiationAlexey Kardashevskiy2019-12-051-13/+14
* virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy2019-12-059-251/+174
* virtio: Make virtio_set_qaddr staticAlexey Kardashevskiy2019-11-114-11/+1
* ipv6: Fix gcc9 warningsThomas Huth2019-10-225-57/+49
* libusb: Fix compiler warnings with gcc9Alexey Kardashevskiy2019-10-224-11/+11
* libnet: Fix the check of the argument lengths of the "ping" commandThomas Huth2019-08-271-1/+1
* rtas: Reserve space for FWNMI logAlexey Kardashevskiy2019-08-271-0/+9
* rtas: Integrate RTAS blobAlexey Kardashevskiy2019-07-185-1/+42
* libnet: Correctly re-initialize the "ip_version" variable each timeThomas Huth2019-04-101-1/+3
* libelf: Add REL32 to the list of ignored relocationsThomas Huth2018-07-021-0/+1
* lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parserThomas Huth2018-06-071-5/+6
* lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more logicalThomas Huth2018-06-071-6/+8
* libc: Add a simple implementation of an assert() functionThomas Huth2018-06-071-0/+36
* libnet: Support UUID-based pxelinux.cfg file namesThomas Huth2018-05-293-5/+31
* libnet: Add support for DHCPv4 options 209 and 210Thomas Huth2018-05-295-20/+88
* libnet: Wire up pxelinux.cfg network bootingThomas Huth2018-05-291-2/+82
* libnet: Add functions for downloading and parsing pxelinux.cfg filesThomas Huth2018-05-293-1/+246
* libnet: Put code for determing TFTP error strings into a separate functionThomas Huth2018-05-293-73/+109
* libc: Add the snprintf() functionThomas Huth2018-05-293-1/+30
* libnet: Pass ip_version via struct filename_ipThomas Huth2018-05-293-12/+13
* libnet: Get rid of unused huge_load and block_size parametersThomas Huth2018-05-255-23/+10