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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-20
/
+17
2016-01-07
tpm: Add support for harware physical presence
Stefan Berger
2
-51
/
+29
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-07
usb: Remove usbdev->slotid field
Kevin O'Connor
2
-3
/
+4
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
3
-22
/
+24
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
2
-34
/
+32
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
2
-140
/
+61
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
3
-98
/
+102
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
2
-29
/
+22
2015-12-29
tpm: Add banner separating the TCG bios interface code from TCG menu code
Kevin O'Connor
1
-0
/
+5
2015-12-28
block: Report drive->sectors using "%u" instead of "%d"
Kevin O'Connor
2
-2
/
+2
2015-12-28
scsi: Do not call printf() from scsi_is_ready()
Kevin O'Connor
1
-1
/
+1
2015-12-28
nmi: Don't try to switch onto extra stack in NMI handler
Kevin O'Connor
1
-1
/
+4
2015-12-20
xhci: Disable slot on failed set_address command
Kevin O'Connor
1
-3
/
+8
2015-12-20
xhci: Improve port status change debugging
Kevin O'Connor
1
-3
/
+9
2015-12-20
xhci: Wait for port enable even for USB3 devices
Kevin O'Connor
1
-22
/
+21
2015-12-20
fw/pci: do not automatically allocate IO region for PCIe bridges
Marcel Apfelbaum
1
-4
/
+5
2015-12-20
tpm: Add a menu for TPM configuration
Stefan Berger
5
-1
/
+698
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
2015-11-23
tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging
Kevin O'Connor
1
-23
/
+16
2015-11-23
tpm: Merge tpm_log_event() and tpm_extend_acpi_log()
Kevin O'Connor
1
-14
/
+7
2015-11-23
tpm: Don't implement scatter-gather in transmit()
Kevin O'Connor
3
-73
/
+20
2015-11-23
tpm: Avoid scatter-gather copying in build_and_send_cmd()
Kevin O'Connor
1
-20
/
+17
2015-11-23
tpm: There is no need to pass event_length to hash/extend functions
Kevin O'Connor
1
-24
/
+17
2015-11-23
tpm: Perform hashing separately from logging
Kevin O'Connor
1
-33
/
+19
2015-11-23
tpm: There is no need to pass pcrindex to hash_log_extend_event()
Kevin O'Connor
1
-8
/
+5
2015-11-23
tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log()
Kevin O'Connor
1
-23
/
+11
2015-11-23
tpm: pcpes->event is a variable length array
Kevin O'Connor
2
-14
/
+12
2015-11-22
tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers
Kevin O'Connor
1
-29
/
+2
2015-11-22
tpm: Move tpm_add_bootdevice() into callers
Kevin O'Connor
1
-44
/
+7
2015-11-22
tpm: Change tpm_add_measurement() to tpm_add_action()
Kevin O'Connor
1
-42
/
+13
2015-11-22
tpm: Open code tpm_ipl() into callers
Kevin O'Connor
2
-62
/
+24
2015-11-22
tpm: Move error recovery from tpm_extend_acpi_log() to only caller
Kevin O'Connor
1
-14
/
+8
2015-11-22
tpm: Move code around in tcgbios.c
Kevin O'Connor
1
-653
/
+638
2015-11-22
tpm: Add "static" declaration to functions not used outside tcgbios.c
Kevin O'Connor
1
-3
/
+3
2015-11-22
tpm: Rename remaining interrupt functions
Stefan Berger
1
-16
/
+24
2015-11-22
tpm: Refactor pass_through_to_tpm
Stefan Berger
2
-56
/
+37
[next]