index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi: add xsdt support
Gerd Hoffmann
2020-05-15
1
-0
/
+11
*
tcgbios: Add support for SHA3 type of algorithms
Stefan Berger
2020-04-19
1
-0
/
+9
*
std/tcg: Replace zero-length array with flexible-array member
Paul Menzel
2020-03-20
1
-1
/
+1
*
tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banks
Stefan Berger
2019-02-04
1
-0
/
+17
*
tpm: Add support for TPM2 ACPI table
Stefan Berger
2017-11-15
1
-0
/
+13
*
tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()
Kevin O'Connor
2016-11-27
1
-3
/
+7
*
tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()
Kevin O'Connor
2016-11-27
1
-1
/
+2
*
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
2016-11-27
1
-7
/
+0
*
tpm: Add comment banners to tcg.c separating major parts of spec
Kevin O'Connor
2016-11-27
1
-101
/
+91
*
kbd: Merge bda->kbd_flag0 and bda->kbd_flag1
Kevin O'Connor
2016-09-12
1
-3
/
+23
*
tpm: Append to TPM2 log the hashes used for PCR extension
Kevin O'Connor
2016-08-11
1
-12
/
+12
*
tpm: Extend tpm20_extend to support extending to multiple PCR banks
Stefan Berger
2016-08-10
1
-7
/
+25
*
tpm: Refactor tpml_digest_values_sha1 structure
Stefan Berger
2016-08-10
1
-3
/
+3
*
tpm: Restructure tpm20_extend to use buffer and take hash as parameter
Stefan Berger
2016-08-10
1
-1
/
+1
*
tpm: Retrieve the PCR Bank configuration
Stefan Berger
2016-08-10
1
-0
/
+29
*
tpm: Write logs in TPM 2 format
Kevin O'Connor
2016-02-29
1
-0
/
+35
*
tpm: Filter TPM commands in passthrough API
Stefan Berger
2016-02-05
1
-0
/
+2
*
tpm: Implement TPM 2's tpm_set_failure part
Stefan Berger
2016-02-05
1
-0
/
+12
*
tpm: Implement tpm20_menu
Stefan Berger
2016-02-05
1
-0
/
+17
*
tpm: Implement tpm20_extend
Stefan Berger
2016-02-05
1
-0
/
+17
*
tpm: Implement tpm20_prepboot
Stefan Berger
2016-02-05
1
-0
/
+44
*
tpm: Implement tpm20_startup and tpm20_s3_resume
Stefan Berger
2016-02-05
1
-0
/
+20
*
tpm: Add support for harware physical presence
Stefan Berger
2016-01-07
1
-0
/
+1
*
tpm: Introduce tpm_get_capability() helper function
Kevin O'Connor
2016-01-05
1
-8
/
+9
*
tpm: Avoid macro expansion of tpm request / response structs
Kevin O'Connor
2015-12-29
1
-23
/
+17
*
tpm: Add a menu for TPM configuration
Stefan Berger
2015-12-20
1
-0
/
+41
*
tpm: Don't implement scatter-gather in transmit()
Kevin O'Connor
2015-11-23
1
-4
/
+0
*
tpm: pcpes->event is a variable length array
Kevin O'Connor
2015-11-23
1
-1
/
+1
*
tpm: Refactor pass_through_to_tpm
Stefan Berger
2015-11-22
1
-11
/
+0
*
tpm: Drop code using the TPM for sha1
Stefan Berger
2015-11-22
1
-3
/
+0
*
tpm: Move standard definitions from tcgbios.h to new file std/tcg.h
Kevin O'Connor
2015-11-19
1
-0
/
+346
*
Fix typos found by codespell
Stefan Weil
2015-10-09
1
-1
/
+1
*
Add multiboot support.
Vladimir Serbinenko
2015-06-01
1
-0
/
+260
*
Implementation of the TCG BIOS extensions
Stefan Berger
2015-05-21
1
-0
/
+20
*
smbios: Use integer signature instead of string signature
Kevin O'Connor
2015-04-10
1
-1
/
+3
*
vgabios: Move standard table definitions to std/vga.h
Kevin O'Connor
2014-10-27
1
-0
/
+63
*
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
2014-10-27
1
-6
/
+1
*
acpi: use specified macro instead of magic-number
zhanghailiang
2014-08-22
1
-0
/
+25
*
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
2014-06-04
1
-5
/
+3
*
Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update
David Woodhouse
2014-06-02
1
-0
/
+20
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
2
-0
/
+175
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-0
/
+161
*
Move pmm definitions to new file std/pmm.h.
Kevin O'Connor
2013-09-18
1
-0
/
+19
*
Move pnpbios definition to new file std/pnpbios.h.
Kevin O'Connor
2013-09-18
1
-0
/
+24
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-0
/
+272
*
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
2013-09-18
1
-0
/
+77
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-0
/
+165
*
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
2013-09-18
1
-0
/
+965
*
Move vbe.h to std/vbe.h.
Kevin O'Connor
2013-09-18
1
-0
/
+156
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
1
-0
/
+59
[next]