summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version: update to 20220110qemu-slof-20220110Alexey Kardashevskiy2022-01-101-1/+1
* make.rules: Compile SLOF for power5Cédric Le Goater2022-01-061-1/+1
* version: update to 20211112qemu-slof-20211112Alexey Kardashevskiy2021-11-121-1/+1
* Silence some trivial compiler warning in the js2x codeThomas Huth2021-10-064-3/+4
* js2x: Fix compile and cleanupAlexey Kardashevskiy2021-10-015-16/+21
* travis.yml: Compile-test the qemu buildThomas Huth2021-10-011-0/+2
* travis.yml: Update to Focal FossaThomas Huth2021-10-011-1/+1
* travis.yml: Fix keywordsThomas Huth2021-10-011-2/+2
* tcgbios: Disable platform hierarchy in case of failureStefan Berger2021-10-011-0/+1
* lib/libc/README.txt: Fix "cannel" typoThomas Huth2021-10-011-2/+2
* Fix the URL to the Linux kernel coding styleThomas Huth2021-10-011-1/+1
* slof/fs/accept: Replace TABs with spacesThomas Huth2021-10-011-12/+12
* Mention the CR vs. LF problem in the documentationThomas Huth2021-10-011-0/+14
* Revert "make: Define default rule for .c when V=1 or V=2"Alexey Kardashevskiy2021-10-011-4/+1
* version: update to 20210711qemu-slof-20210711Alexey Kardashevskiy2021-07-111-1/+1
* Travis: Add script for running tests on TravisStefan Berger2021-07-111-0/+15
* tcgbios: Add test cases and test script to run themStefan Berger2021-07-115-0/+179
* tcgbios: Use The proper sha function for each PCR bankStefan Berger2021-07-111-10/+32
* tcgbios: Use assembly for 32 bit rotr in sha256Stefan Berger2021-07-111-4/+10
* tcgbios: Change format of S_CRTM_VERSION string to ucs-2Stefan Berger2021-07-114-13/+16
* tpm: Add firmware API call 2HASH-EXT-LOGStefan Berger2021-07-115-0/+49
* tcgbios: Add implementations for sha1, sha384, and sha512Stefan Berger2021-07-096-6/+463
* tcgbios: Fix a typo in the sha256 algo descriptionStefan Berger2021-07-091-1/+1
* tcgbios: Fix warningsAlexey Kardashevskiy2021-07-092-3/+3
* Fix bad header guard in version.hThomas Huth2021-06-151-2/+2
* tcgbios: Fix details in log entriesStefan Berger2021-06-151-2/+3
* version: update to 20210217qemu-slof-20210217Alexey Kardashevskiy2021-02-171-1/+1
* Makefile: Actually compile with -WextraAlexey Kardashevskiy2021-02-121-1/+1
* slof/prim: Compile with -WextraAlexey Kardashevskiy2021-02-121-0/+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-122-2/+2
* libnet: Compile with -WextraAlexey Kardashevskiy2021-02-125-12/+19
* 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-124-11/+11
* libc: Compile with -WextraAlexey Kardashevskiy2021-02-092-7/+8
* helpers: Define MIN()Alexey Kardashevskiy2021-01-283-4/+1
* virtio-serial: Remove superfluous serial-* wordsThomas Huth2021-01-271-4/+0
* version: update to 20200717qemu-slof-20200717Alexey Kardashevskiy2020-07-171-1/+1
* fdt: Avoid recursion when traversing treeAlexey Kardashevskiy2020-07-171-12/+15
* board-qemu: Fix comment about SLOF start addressGustavo Romero2020-06-241-1/+1
* version: update to 20200513qemu-slof-20200513Alexey Kardashevskiy2020-05-131-1/+1
* tcgbios: Measure the bootloader file read from diskStefan Berger2020-05-131-1/+18
* 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-135-0/+168
* 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