summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcgbios: Only write logs for PCRs that are allocatedStefan Berger2020-05-131-10/+25
* make: Define default rule for .c when V=1 or V=2Alexey Kardashevskiy2020-05-131-1/+4
* version: update to 20200327qemu-slof-20200327Alexey Kardashevskiy2020-03-271-1/+1
* slof: Only close stdout for virtio-serial devicesGreg Kurz2020-03-272-8/+11
* version: update to 20200317qemu-slof-20200317Alexey Kardashevskiy2020-03-171-1/+1
* rtas: Move FWNMI log space reservation to QEMUAlexey Kardashevskiy2020-03-172-10/+8
* version: update to 20200312qemu-slof-20200312Alexey Kardashevskiy2020-03-121-1/+1
* virtio-serial: Close device completelyAlexey Kardashevskiy2020-03-112-0/+10
* virtio-serial: Rework shutdown sequenceGreg Kurz2020-03-112-9/+8
* virtio-serial: Don't override some wordsGreg Kurz2020-03-111-3/+0
* llfw: Fix debug printf warningsAlexey Kardashevskiy2020-03-111-1/+1
* virtio: Fix typo in virtio_serial_init()Cédric Le Goater2020-03-061-1/+1
* version: update to 20200221qemu-slof-20200221Alexey Kardashevskiy2020-02-211-1/+1
* tcgbios: Measure the GPT tableStefan Berger2020-02-217-0/+196
* tcgbios: Implement menu to clear TPM 2 and activate its PCR banksStefan Berger2020-02-217-0/+375
* tcgbios: Add TPM 2.0 support and firmware APIStefan Berger2020-02-2113-4/+1553
* tpm: Add sha256 implementationStefan Berger2020-02-213-1/+235
* tpm: Add TPM CRQ driver implementationStefan Berger2020-02-219-2/+665
* qemu: Make print_version variable accessibleStefan Berger2020-02-211-0/+19
* slof: Make linker script variables accessibleStefan Berger2020-02-211-0/+20
* slof: Implement SLOF_get_keystroke() and SLOF_reset()Stefan Berger2020-02-212-0/+13
* fdt: Delete nodes of devices removed between boot and CASGreg Kurz2020-02-211-0/+72
* fdt: Fix update of "interrupt-controller" node at CASGreg Kurz2020-02-211-0/+14
* fdt: Fix creating new nodes at H_CASAlexey Kardashevskiy2020-02-211-46/+59
* elf64: Add LE64 ABIv1/2 support for loading images to given addressAlexey Kardashevskiy2020-02-211-0/+8
* ext2/4: Add basic extent tree supportAlexey Kardashevskiy2020-02-211-0/+56