aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Fix typos in the remaining lib foldersThomas Huth9-19/+18
2023-02-28Fix typos in the lib/libnet folderThomas Huth9-28/+28
2023-02-28lib/libnet/ipv6: Silence compiler warning from ClangThomas Huth1-3/+2
2021-10-06Silence some trivial compiler warning in the js2x codeThomas Huth1-1/+1
2021-10-01js2x: Fix compile and cleanupAlexey Kardashevskiy1-2/+2
2021-10-01tcgbios: Disable platform hierarchy in case of failureStefan Berger1-0/+1
2021-10-01lib/libc/README.txt: Fix "cannel" typoThomas Huth1-2/+2
2021-07-11tcgbios: Add test cases and test script to run themStefan Berger5-0/+179
2021-07-11tcgbios: Use The proper sha function for each PCR bankStefan Berger1-10/+32
2021-07-11tcgbios: Use assembly for 32 bit rotr in sha256Stefan Berger1-4/+10
2021-07-11tcgbios: Change format of S_CRTM_VERSION string to ucs-2Stefan Berger2-11/+13
2021-07-11tpm: Add firmware API call 2HASH-EXT-LOGStefan Berger4-0/+38
2021-07-09tcgbios: Add implementations for sha1, sha384, and sha512Stefan Berger6-6/+463
2021-07-09tcgbios: Fix a typo in the sha256 algo descriptionStefan Berger1-1/+1
2021-07-09tcgbios: Fix warningsAlexey Kardashevskiy2-3/+3
2021-06-15tcgbios: Fix details in log entriesStefan Berger1-2/+3
2021-02-12libtpm: Compile with -WextraAlexey Kardashevskiy2-7/+8
2021-02-12libnvram: Compile with -WextraAlexey Kardashevskiy3-19/+17
2021-02-12libhv: Compile with -WextraAlexey Kardashevskiy1-1/+1
2021-02-12libnet: Compile with -WextraAlexey Kardashevskiy4-9/+10
2021-02-12e1000: Compile with -WextraAlexey Kardashevskiy1-8/+8
2021-02-12virtio: Compile with -WextraAlexey Kardashevskiy2-5/+5
2021-02-12veth: Compile with -WextraAlexey Kardashevskiy2-3/+7
2021-02-12usb: Compile with -WextraAlexey Kardashevskiy5-19/+19
2021-02-12elf: Compile with -WextraAlexey Kardashevskiy3-8/+8
2021-02-09libc: Compile with -WextraAlexey Kardashevskiy2-7/+8
2021-01-28helpers: Define MIN()Alexey Kardashevskiy2-4/+0
2020-05-13tcgbios: Implement tpm_hash_log_extend_event_bufferStefan Berger4-0/+69
2020-05-13elf: Implement elf_get_file_size to determine size of an ELF imageStefan Berger3-0/+152
2020-05-13tcgbios: Add support for SHA3 type of algorithmsStefan Berger2-3/+29
2020-05-13tcgbios: Fix the vendorInfoSize to be of type uint8_tStefan Berger1-2/+2
2020-05-13tcgbios: Only write logs for PCRs that are allocatedStefan Berger1-10/+25
2020-03-17rtas: Move FWNMI log space reservation to QEMUAlexey Kardashevskiy1-9/+0
2020-03-11virtio-serial: Close device completelyAlexey Kardashevskiy1-0/+7
2020-03-06virtio: Fix typo in virtio_serial_init()Cédric Le Goater1-1/+1
2020-02-21tcgbios: Measure the GPT tableStefan Berger5-0/+166
2020-02-21tcgbios: Implement menu to clear TPM 2 and activate its PCR banksStefan Berger4-0/+359
2020-02-21tcgbios: Add TPM 2.0 support and firmware APIStefan Berger6-1/+1355
2020-02-21tpm: Add sha256 implementationStefan Berger3-1/+235
2020-02-21tpm: Add TPM CRQ driver implementationStefan Berger6-1/+657
2020-02-21elf64: Add LE64 ABIv1/2 support for loading images to given addressAlexey Kardashevskiy1-0/+8
2019-12-05virtio: Enable IOMMUAlexey Kardashevskiy7-6/+116
2019-12-05virtio-net: Init queues after features negotiationAlexey Kardashevskiy1-13/+14
2019-12-05virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy9-251/+174
2019-11-11virtio: Make virtio_set_qaddr staticAlexey Kardashevskiy4-11/+1
2019-10-22ipv6: Fix gcc9 warningsThomas Huth5-57/+49
2019-10-22libusb: Fix compiler warnings with gcc9Alexey Kardashevskiy4-11/+11
2019-08-27libnet: Fix the check of the argument lengths of the "ping" commandThomas Huth1-1/+1
2019-08-27rtas: Reserve space for FWNMI logAlexey Kardashevskiy1-0/+9
2019-07-18rtas: Integrate RTAS blobAlexey Kardashevskiy5-1/+42