aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-11version: update to 20210711qemu-slof-20210711Alexey Kardashevskiy1-1/+1
2021-07-11Travis: Add script for running tests on TravisStefan Berger1-0/+15
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 Berger4-13/+16
2021-07-11tpm: Add firmware API call 2HASH-EXT-LOGStefan Berger5-0/+49
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-15Fix bad header guard in version.hThomas Huth1-2/+2
2021-06-15tcgbios: Fix details in log entriesStefan Berger1-2/+3
2021-02-17version: update to 20210217qemu-slof-20210217Alexey Kardashevskiy1-1/+1
2021-02-12Makefile: Actually compile with -WextraAlexey Kardashevskiy1-1/+1
2021-02-12slof/prim: Compile with -WextraAlexey Kardashevskiy1-0/+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 Kardashevskiy2-2/+2
2021-02-12libnet: Compile with -WextraAlexey Kardashevskiy5-12/+19
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 Kardashevskiy4-11/+11
2021-02-09libc: Compile with -WextraAlexey Kardashevskiy2-7/+8
2021-01-28helpers: Define MIN()Alexey Kardashevskiy3-4/+1
2021-01-27virtio-serial: Remove superfluous serial-* wordsThomas Huth1-4/+0
2020-07-17version: update to 20200717qemu-slof-20200717Alexey Kardashevskiy1-1/+1
2020-07-17fdt: Avoid recursion when traversing treeAlexey Kardashevskiy1-12/+15
2020-06-24board-qemu: Fix comment about SLOF start addressGustavo Romero1-1/+1
2020-05-13version: update to 20200513qemu-slof-20200513Alexey Kardashevskiy1-1/+1
2020-05-13tcgbios: Measure the bootloader file read from diskStefan Berger1-1/+18
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 Berger5-0/+168
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-05-13make: Define default rule for .c when V=1 or V=2Alexey Kardashevskiy1-1/+4
2020-03-27version: update to 20200327qemu-slof-20200327Alexey Kardashevskiy1-1/+1
2020-03-27slof: Only close stdout for virtio-serial devicesGreg Kurz2-8/+11
2020-03-17version: update to 20200317qemu-slof-20200317Alexey Kardashevskiy1-1/+1
2020-03-17rtas: Move FWNMI log space reservation to QEMUAlexey Kardashevskiy2-10/+8
2020-03-12version: update to 20200312qemu-slof-20200312Alexey Kardashevskiy1-1/+1
2020-03-11virtio-serial: Close device completelyAlexey Kardashevskiy2-0/+10
2020-03-11virtio-serial: Rework shutdown sequenceGreg Kurz2-9/+8
2020-03-11virtio-serial: Don't override some wordsGreg Kurz1-3/+0
2020-03-11llfw: Fix debug printf warningsAlexey Kardashevskiy1-1/+1
2020-03-06virtio: Fix typo in virtio_serial_init()Cédric Le Goater1-1/+1
2020-02-21version: update to 20200221qemu-slof-20200221Alexey Kardashevskiy1-1/+1
2020-02-21tcgbios: Measure the GPT tableStefan Berger7-0/+196