aboutsummaryrefslogtreecommitdiffstats
path: root/src/std
Commit message (Expand)AuthorAgeFilesLines
* smbios: copy_smbios_30() functionEduardo Habkost2021-12-181-0/+13
* smbios: Rename code specific for SMBIOS 2.1 entry pointsEduardo Habkost2021-12-181-2/+2
* acpi: add xsdt supportGerd Hoffmann2020-05-151-0/+11
* tcgbios: Add support for SHA3 type of algorithmsStefan Berger2020-04-191-0/+9
* std/tcg: Replace zero-length array with flexible-array memberPaul Menzel2020-03-201-1/+1
* tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banksStefan Berger2019-02-041-0/+17
* tpm: Add support for TPM2 ACPI tableStefan Berger2017-11-151-0/+13
* tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()Kevin O'Connor2016-11-271-3/+7
* tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()Kevin O'Connor2016-11-271-1/+2
* acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor2016-11-271-7/+0
* tpm: Add comment banners to tcg.c separating major parts of specKevin O'Connor2016-11-271-101/+91
* kbd: Merge bda->kbd_flag0 and bda->kbd_flag1Kevin O'Connor2016-09-121-3/+23
* tpm: Append to TPM2 log the hashes used for PCR extensionKevin O'Connor2016-08-111-12/+12
* tpm: Extend tpm20_extend to support extending to multiple PCR banksStefan Berger2016-08-101-7/+25
* tpm: Refactor tpml_digest_values_sha1 structureStefan Berger2016-08-101-3/+3
* tpm: Restructure tpm20_extend to use buffer and take hash as parameterStefan Berger2016-08-101-1/+1
* tpm: Retrieve the PCR Bank configurationStefan Berger2016-08-101-0/+29
* tpm: Write logs in TPM 2 formatKevin O'Connor2016-02-291-0/+35
* tpm: Filter TPM commands in passthrough APIStefan Berger2016-02-051-0/+2
* tpm: Implement TPM 2's tpm_set_failure partStefan Berger2016-02-051-0/+12
* tpm: Implement tpm20_menuStefan Berger2016-02-051-0/+17
* tpm: Implement tpm20_extendStefan Berger2016-02-051-0/+17
* tpm: Implement tpm20_prepbootStefan Berger2016-02-051-0/+44
* tpm: Implement tpm20_startup and tpm20_s3_resumeStefan Berger2016-02-051-0/+20
* tpm: Add support for harware physical presenceStefan Berger2016-01-071-0/+1
* tpm: Introduce tpm_get_capability() helper functionKevin O'Connor2016-01-051-8/+9
* tpm: Avoid macro expansion of tpm request / response structsKevin O'Connor2015-12-291-23/+17
* tpm: Add a menu for TPM configurationStefan Berger2015-12-201-0/+41
* tpm: Don't implement scatter-gather in transmit()Kevin O'Connor2015-11-231-4/+0
* tpm: pcpes->event is a variable length arrayKevin O'Connor2015-11-231-1/+1
* tpm: Refactor pass_through_to_tpmStefan Berger2015-11-221-11/+0
* tpm: Drop code using the TPM for sha1Stefan Berger2015-11-221-3/+0
* tpm: Move standard definitions from tcgbios.h to new file std/tcg.hKevin O'Connor2015-11-191-0/+346
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* Add multiboot support.Vladimir Serbinenko2015-06-011-0/+260
* Implementation of the TCG BIOS extensionsStefan Berger2015-05-211-0/+20
* smbios: Use integer signature instead of string signatureKevin O'Connor2015-04-101-1/+3
* vgabios: Move standard table definitions to std/vga.hKevin O'Connor2014-10-271-0/+63
* vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor2014-10-271-6/+1
* acpi: use specified macro instead of magic-numberzhanghailiang2014-08-221-0/+25
* cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor2014-06-041-5/+3
* Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec updateDavid Woodhouse2014-06-021-0/+20
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-182-0/+175
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-0/+161
* Move pmm definitions to new file std/pmm.h.Kevin O'Connor2013-09-181-0/+19
* Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor2013-09-181-0/+24
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-181-0/+272
* Move fw/mptable.h to std/mptable.h.Kevin O'Connor2013-09-181-0/+77
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-181-0/+165
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-181-0/+965