1. 0c4ad1e tpm: Implement tpm20_set_timeouts by Stefan Berger · 9 years ago
  2. f53b93b tpm: Implement tpm20_startup and tpm20_s3_resume by Stefan Berger · 9 years ago
  3. 1d37d52 tpm: Prepare code for TPM 2 functions by Stefan Berger · 9 years ago
  4. 35fbe3b tpm: Factor out tpm_extend by Stefan Berger · 9 years ago
  5. efc49cf tpm: Extend TPM TIS with TPM 2 support. by Stefan Berger · 9 years ago
  6. 7c48076 block: Move drive setup to new function block_setup() by Kevin O'Connor · 9 years ago
  7. 937ca6f scsi: Always use MAXDESCSIZE when building drive description by Kevin O'Connor · 9 years ago
  8. 4d8510c pci: Split low-level pci code from higher-level 'struct pci_device' code by Kevin O'Connor · 9 years ago
  9. 62ff9d5 pci: Move code in pci.c that is specific to pciinit.c to pciinit.c by Kevin O'Connor · 9 years ago
  10. 7b67300 pci: Implement '%pP' printf handler for 'struct pci_device' pointers by Kevin O'Connor · 9 years ago
  11. 01a30dc pci: Consistently set pci->have_drivers for devices with internal drivers by Kevin O'Connor · 9 years ago
  12. f46739b virtio: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  13. c53953a xhci: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  14. a46fdbf uhci: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  15. 466615d ohci: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  16. 706eb89 ehci: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  17. 46561b0 sdcard: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  18. 03f3b3e pvscsi: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  19. 71f4844 megasas: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  20. 5f7f341 lsi-scsi: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  21. f51388d esp-scsi: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  22. 2bb7563 ata: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  23. 6e3436b ahci: Convert to new PCI BAR helper functions by Kevin O'Connor · 9 years ago
  24. f1b1d76 pci: Add helper functions for internal driver BAR handling by Kevin O'Connor · 9 years ago
  25. 88e9bd7 usb: Eliminate USB controller setup thread by Kevin O'Connor · 9 years ago
  26. 32a2b0e ehci: Only delay UHCI/OHCI port scan until after EHCI setup completes by Kevin O'Connor · 9 years ago
  27. e518c0f Fix comment typo by Cao jin · 9 years ago
  28. 2e11d58 biostables: Support SMBIOS 2.6+ UUID format by Cole Robinson · 9 years ago
  29. 9720484 kbd: Refactor capslock and numlock handling by Kevin O'Connor · 9 years ago
  30. ea5d60a kbd: Don't treat scancode and asciicode as separate values by Kevin O'Connor · 9 years ago
  31. a48f602 post: Always set HaveRunPost prior to setting any other global variable by Kevin O'Connor · 9 years ago
  32. b837e68 resume: Make KVM soft reboot loop detection more flexible by Kevin O'Connor · 9 years ago
  33. 3e8d75f coreboot: Check for unaligned cbfs header by Kevin O'Connor · 9 years ago
  34. 4425025 tpm: Do not set TPM in failure mode if menu command fails by Stefan Berger · 9 years ago
  35. 8b902b8 tpm: Remove usage of PP_CMD_ENABLE from all but one place by Stefan Berger · 9 years ago
  36. 115d008 tpm: Rework the assertion of physical presence by Stefan Berger · 9 years ago
  37. a2206d3 tpm: Add support for harware physical presence by Stefan Berger · 9 years ago
  38. e55e37f tpm: Move assert_physical_presence and dependencies by Stefan Berger · 9 years ago
  39. 2b23750 tpm: Copy digest into HashLogExentEvent response by Stefan Berger · 9 years ago
  40. 3c577a7 usb: Remove usbdev->slotid field by Kevin O'Connor · 9 years ago
  41. 16a9e79 tpm: Don't use 16bit BIOS return codes in TPM menu functions by Kevin O'Connor · 9 years ago
  42. b8631ea tpm: Don't use 16bit BIOS return codes in tpmhw_* functions by Kevin O'Connor · 9 years ago
  43. 9ddea3b tpm: Don't use 16bit BIOS return codes in tpm_log_event() by Kevin O'Connor · 9 years ago
  44. cac29f2 tpm: Don't use 16bit BIOS return codes in build_and_send_cmd() by Kevin O'Connor · 9 years ago
  45. 5ffcb2c tpm: Don't call tpm_set_failure() from tpm_log_extend_event() by Kevin O'Connor · 9 years ago
  46. ed8d55d tpm: No need to check the return status of measurements by Kevin O'Connor · 9 years ago
  47. e98fafa tpm: Don't return a status from external bios measurement functions by Kevin O'Connor · 9 years ago
  48. 7147961 tpm: Eliminate response buffer parameter from build_and_send_cmd() by Kevin O'Connor · 9 years ago
  49. ca60636 tpm: Introduce tpm_get_capability() helper function by Kevin O'Connor · 9 years ago
  50. 2706532 tpm: Simplify tcpa probe by Kevin O'Connor · 9 years ago
  51. 5907613 tpm: Rework TPM interface shutdown support by Kevin O'Connor · 9 years ago
  52. 2df7028 tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c by Kevin O'Connor · 9 years ago
  53. ba86edb tpm: Add wrapper function tpmhw_set_timeouts() by Kevin O'Connor · 9 years ago
  54. d559a23 tpm: Simplify hardware probe and detection checks by Kevin O'Connor · 9 years ago
  55. a059915 tpm: Avoid macro expansion of tpm request / response structs by Kevin O'Connor · 9 years ago
  56. 26e3617 tpm: Add banner separating the TCG bios interface code from TCG menu code by Kevin O'Connor · 9 years ago
  57. 3b8c537 build: fix typo in buildversion.py by Roger Pau Monne · 9 years ago
  58. d61ca79 block: Report drive->sectors using "%u" instead of "%d" by Kevin O'Connor · 9 years ago
  59. 82f3279 scsi: Do not call printf() from scsi_is_ready() by Kevin O'Connor · 9 years ago
  60. 0c5a607 nmi: Don't try to switch onto extra stack in NMI handler by Kevin O'Connor · 9 years ago
  61. 636cbb4 xhci: Disable slot on failed set_address command by Kevin O'Connor · 9 years ago
  62. 49fb034 xhci: Improve port status change debugging by Kevin O'Connor · 9 years ago
  63. c01b41c xhci: Wait for port enable even for USB3 devices by Kevin O'Connor · 9 years ago
  64. 76327b9 fw/pci: do not automatically allocate IO region for PCIe bridges by Marcel Apfelbaum · 9 years ago
  65. 320df85 tpm: Add a menu for TPM configuration by Stefan Berger · 9 years ago
  66. 4cdbc41 tpm: Check length parameter of the array by Stefan Berger · 9 years ago
  67. 15f192f tpm: Remove check for working TPM from TPM interrupt handler by Stefan Berger · 9 years ago
  68. 948f3c9 tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging by Kevin O'Connor · 9 years ago
  69. 4e7cf9c tpm: Merge tpm_log_event() and tpm_extend_acpi_log() by Kevin O'Connor · 9 years ago
  70. 7ba0568 tpm: Don't implement scatter-gather in transmit() by Kevin O'Connor · 9 years ago
  71. b82bc51 tpm: Avoid scatter-gather copying in build_and_send_cmd() by Kevin O'Connor · 9 years ago
  72. 7bf7738 tpm: There is no need to pass event_length to hash/extend functions by Kevin O'Connor · 9 years ago
  73. 9224440 tpm: Perform hashing separately from logging by Kevin O'Connor · 9 years ago
  74. 8149f1b tpm: There is no need to pass pcrindex to hash_log_extend_event() by Kevin O'Connor · 9 years ago
  75. 5afdced tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log() by Kevin O'Connor · 9 years ago
  76. bad6f96 tpm: pcpes->event is a variable length array by Kevin O'Connor · 9 years ago
  77. 1257533 tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers by Kevin O'Connor · 9 years ago
  78. 8bd4a08 tpm: Move tpm_add_bootdevice() into callers by Kevin O'Connor · 9 years ago
  79. a617542 tpm: Change tpm_add_measurement() to tpm_add_action() by Kevin O'Connor · 9 years ago
  80. 7ea191b tpm: Open code tpm_ipl() into callers by Kevin O'Connor · 9 years ago
  81. f4820ac tpm: Move error recovery from tpm_extend_acpi_log() to only caller by Kevin O'Connor · 9 years ago
  82. f51c50a tpm: Move code around in tcgbios.c by Kevin O'Connor · 9 years ago
  83. 0818b1d tpm: Add "static" declaration to functions not used outside tcgbios.c by Kevin O'Connor · 9 years ago
  84. 4506400 tpm: Rename remaining interrupt functions by Stefan Berger · 9 years ago
  85. fbc231b tpm: Refactor pass_through_to_tpm by Stefan Berger · 9 years ago
  86. 60bb9e9 tpm: Cache all log related pointers in tpm_state by Stefan Berger · 9 years ago
  87. ec42c8d tpm: Set timeouts and durations to microsecond values by Stefan Berger · 9 years ago
  88. 47b9df5 tpm: Drop code using the TPM for sha1 by Stefan Berger · 9 years ago
  89. eb59924 util.h: Minor - HaveRunPost is in misc.c not resume.c by Kevin O'Connor · 9 years ago
  90. df50aaa tpm: Move standard definitions from tcgbios.h to new file std/tcg.h by Kevin O'Connor · 9 years ago
  91. dc8eb67 tpm: fix compiler warning with older gcc versions by Stefan Berger · 9 years ago
  92. 6c376b4 tpm: Refactor hash_log_extend_event by Stefan Berger · 9 years ago
  93. 129c04b tpm: Refactor hash_log_event BIOS interface function by Stefan Berger · 9 years ago
  94. e3cc632 tpm: Refactor the parameters being passed to tpm_extend_acpi_log by Stefan Berger · 9 years ago
  95. ece2561 tpm: Refactor function building TPM commands by Stefan Berger · 9 years ago
  96. 7fce1d9 tpm: Temporarily deactivate the TPM in case of failure by Stefan Berger · 9 years ago
  97. 964c774 acpi: Remove build check for iasl by Kevin O'Connor · 9 years ago
  98. 4373afa acpi: Don't build SSDT files on every build; store them in git by Kevin O'Connor · 9 years ago
  99. b0d3cc3 acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex file by Kevin O'Connor · 9 years ago
  100. 7fdd2fd acpi_extract: Make the generated .hex files more human readable by Kevin O'Connor · 9 years ago