aboutsummaryrefslogtreecommitdiff
path: root/src/std
AgeCommit message (Expand)AuthorFilesLines
2020-05-15acpi: add xsdt supportGerd Hoffmann1-0/+11
2020-04-19tcgbios: Add support for SHA3 type of algorithmsStefan Berger1-0/+9
2020-03-20std/tcg: Replace zero-length array with flexible-array memberPaul Menzel1-1/+1
2019-02-04tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banksStefan Berger1-0/+17
2017-11-15tpm: Add support for TPM2 ACPI tableStefan Berger1-0/+13
2016-11-27tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()Kevin O'Connor1-3/+7
2016-11-27tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()Kevin O'Connor1-1/+2
2016-11-27acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor1-7/+0
2016-11-27tpm: Add comment banners to tcg.c separating major parts of specKevin O'Connor1-101/+91
2016-09-12kbd: Merge bda->kbd_flag0 and bda->kbd_flag1Kevin O'Connor1-3/+23
2016-08-11tpm: Append to TPM2 log the hashes used for PCR extensionKevin O'Connor1-12/+12
2016-08-10tpm: Extend tpm20_extend to support extending to multiple PCR banksStefan Berger1-7/+25
2016-08-10tpm: Refactor tpml_digest_values_sha1 structureStefan Berger1-3/+3
2016-08-10tpm: Restructure tpm20_extend to use buffer and take hash as parameterStefan Berger1-1/+1
2016-08-10tpm: Retrieve the PCR Bank configurationStefan Berger1-0/+29
2016-02-29tpm: Write logs in TPM 2 formatKevin O'Connor1-0/+35
2016-02-05tpm: Filter TPM commands in passthrough APIStefan Berger1-0/+2
2016-02-05tpm: Implement TPM 2's tpm_set_failure partStefan Berger1-0/+12
2016-02-05tpm: Implement tpm20_menuStefan Berger1-0/+17
2016-02-05tpm: Implement tpm20_extendStefan Berger1-0/+17
2016-02-05tpm: Implement tpm20_prepbootStefan Berger1-0/+44
2016-02-05tpm: Implement tpm20_startup and tpm20_s3_resumeStefan Berger1-0/+20
2016-01-07tpm: Add support for harware physical presenceStefan Berger1-0/+1
2016-01-05tpm: Introduce tpm_get_capability() helper functionKevin O'Connor1-8/+9
2015-12-29tpm: Avoid macro expansion of tpm request / response structsKevin O'Connor1-23/+17
2015-12-20tpm: Add a menu for TPM configurationStefan Berger1-0/+41
2015-11-23tpm: Don't implement scatter-gather in transmit()Kevin O'Connor1-4/+0
2015-11-23tpm: pcpes->event is a variable length arrayKevin O'Connor1-1/+1
2015-11-22tpm: Refactor pass_through_to_tpmStefan Berger1-11/+0
2015-11-22tpm: Drop code using the TPM for sha1Stefan Berger1-3/+0
2015-11-19tpm: Move standard definitions from tcgbios.h to new file std/tcg.hKevin O'Connor1-0/+346
2015-10-09Fix typos found by codespellStefan Weil1-1/+1
2015-06-01Add multiboot support.Vladimir Serbinenko1-0/+260
2015-05-21Implementation of the TCG BIOS extensionsStefan Berger1-0/+20
2015-04-10smbios: Use integer signature instead of string signatureKevin O'Connor1-1/+3
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor1-0/+63
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor1-6/+1
2014-08-22acpi: use specified macro instead of magic-numberzhanghailiang1-0/+25
2014-06-04cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor1-5/+3
2014-06-02Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec updateDavid Woodhouse1-0/+20
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2-0/+175
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-0/+161
2013-09-18Move pmm definitions to new file std/pmm.h.Kevin O'Connor1-0/+19
2013-09-18Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor1-0/+24
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor1-0/+272
2013-09-18Move fw/mptable.h to std/mptable.h.Kevin O'Connor1-0/+77
2013-09-18Move fw/smbios.h to std/smbios.h.Kevin O'Connor1-0/+165
2013-09-18Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor1-0/+965
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor1-0/+156
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-0/+59