aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-12version: update to 20211112qemu-slof-20211112Alexey Kardashevskiy1-1/+1
2021-10-06Silence some trivial compiler warning in the js2x codeThomas Huth4-3/+4
2021-10-01js2x: Fix compile and cleanupAlexey Kardashevskiy5-16/+21
2021-10-01travis.yml: Compile-test the qemu buildThomas Huth1-0/+2
2021-10-01travis.yml: Update to Focal FossaThomas Huth1-1/+1
2021-10-01travis.yml: Fix keywordsThomas Huth1-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-10-01Fix the URL to the Linux kernel coding styleThomas Huth1-1/+1
2021-10-01slof/fs/accept: Replace TABs with spacesThomas Huth1-12/+12
2021-10-01Mention the CR vs. LF problem in the documentationThomas Huth1-0/+14
2021-10-01Revert "make: Define default rule for .c when V=1 or V=2"Alexey Kardashevskiy1-4/+1
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