index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tcgbios.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
tcgbios: Fix use of unitialized variable
Kevin O'Connor
1
-2
/
+1
2016-11-27
tpm: Log TPM 2 digest structure in little endian format
Stefan Berger
1
-7
/
+18
2016-11-27
tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()
Kevin O'Connor
1
-106
/
+46
2016-11-27
tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()
Kevin O'Connor
1
-4
/
+10
2016-11-27
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
1
-33
/
+1
2016-11-27
tpm: Move code around in tcgbios.c to keep like code together
Kevin O'Connor
1
-207
/
+210
2016-11-27
tpm: Don't call tpm_set_failure() from tpm12_get_capability()
Kevin O'Connor
1
-5
/
+1
2016-08-11
tpm: Append to TPM2 log the hashes used for PCR extension
Kevin O'Connor
1
-81
/
+91
2016-08-10
tpm: Extend tpm20_extend to support extending to multiple PCR banks
Stefan Berger
1
-16
/
+146
2016-08-10
tpm: Refactor tpml_digest_values_sha1 structure
Stefan Berger
1
-8
/
+12
2016-08-10
tpm: Restructure tpm20_extend to use buffer and take hash as parameter
Stefan Berger
1
-9
/
+12
2016-08-10
tpm: Retrieve the PCR Bank configuration
Stefan Berger
1
-0
/
+59
2016-05-16
tcgbios: Remove unused const variable
Kevin O'Connor
1
-1
/
+0
2016-02-29
tpm: Write logs in TPM 2 format
Kevin O'Connor
1
-13
/
+74
2016-02-19
tpm: Unify tpm_fill_hash()/tpm_log_extend_event() and use in BIOS interface
Kevin O'Connor
1
-41
/
+36
2016-02-05
tpm: Filter TPM commands in passthrough API
Stefan Berger
1
-1
/
+18
2016-02-05
tpm: Implement TPM 2's tpm_set_failure part
Stefan Berger
1
-1
/
+34
2016-02-05
tpm: Implement tpm20_menu
Stefan Berger
1
-1
/
+116
2016-02-05
tpm: Implement tpm20_extend
Stefan Berger
1
-2
/
+32
2016-02-05
tpm: Implement tpm20_prepboot
Stefan Berger
1
-2
/
+109
2016-02-05
tpm: Implement tpm20_set_timeouts
Stefan Berger
1
-0
/
+20
2016-02-05
tpm: Implement tpm20_startup and tpm20_s3_resume
Stefan Berger
1
-6
/
+85
2016-02-05
tpm: Prepare code for TPM 2 functions
Stefan Berger
1
-112
/
+185
2016-02-05
tpm: Factor out tpm_extend
Stefan Berger
1
-4
/
+14
2016-02-05
tpm: Extend TPM TIS with TPM 2 support.
Stefan Berger
1
-3
/
+9
2016-01-07
tpm: Do not set TPM in failure mode if menu command fails
Stefan Berger
1
-34
/
+9
2016-01-07
tpm: Remove usage of PP_CMD_ENABLE from all but one place
Stefan Berger
1
-31
/
+10
2016-01-07
tpm: Rework the assertion of physical presence
Stefan Berger
1
-17
/
+14
2016-01-07
tpm: Add support for harware physical presence
Stefan Berger
1
-51
/
+28
2016-01-07
tpm: Move assert_physical_presence and dependencies
Stefan Berger
1
-75
/
+75
2016-01-07
tpm: Copy digest into HashLogExentEvent response
Stefan Berger
1
-0
/
+1
2016-01-05
tpm: Don't use 16bit BIOS return codes in TPM menu functions
Kevin O'Connor
1
-132
/
+99
2016-01-05
tpm: Don't use 16bit BIOS return codes in tpmhw_* functions
Kevin O'Connor
1
-11
/
+13
2016-01-05
tpm: Don't use 16bit BIOS return codes in tpm_log_event()
Kevin O'Connor
1
-17
/
+21
2016-01-05
tpm: Don't use 16bit BIOS return codes in build_and_send_cmd()
Kevin O'Connor
1
-143
/
+73
2016-01-05
tpm: Don't call tpm_set_failure() from tpm_log_extend_event()
Kevin O'Connor
1
-12
/
+9
2016-01-05
tpm: No need to check the return status of measurements
Kevin O'Connor
1
-81
/
+40
2016-01-05
tpm: Don't return a status from external bios measurement functions
Kevin O'Connor
1
-30
/
+28
2016-01-05
tpm: Eliminate response buffer parameter from build_and_send_cmd()
Kevin O'Connor
1
-28
/
+17
2016-01-05
tpm: Introduce tpm_get_capability() helper function
Kevin O'Connor
1
-132
/
+52
2016-01-05
tpm: Simplify tcpa probe
Kevin O'Connor
1
-96
/
+45
2016-01-05
tpm: Rework TPM interface shutdown support
Kevin O'Connor
1
-52
/
+11
2016-01-05
tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c
Kevin O'Connor
1
-76
/
+5
2016-01-05
tpm: Add wrapper function tpmhw_set_timeouts()
Kevin O'Connor
1
-3
/
+8
2016-01-05
tpm: Simplify hardware probe and detection checks
Kevin O'Connor
1
-84
/
+36
2015-12-29
tpm: Avoid macro expansion of tpm request / response structs
Kevin O'Connor
1
-6
/
+5
2015-12-29
tpm: Add banner separating the TCG bios interface code from TCG menu code
Kevin O'Connor
1
-0
/
+5
2015-12-20
tpm: Add a menu for TPM configuration
Stefan Berger
1
-0
/
+646
2015-12-20
tpm: Check length parameter of the array
Stefan Berger
1
-0
/
+3
2015-12-20
tpm: Remove check for working TPM from TPM interrupt handler
Stefan Berger
1
-5
/
+0
[next]