1. 3e8d75f coreboot: Check for unaligned cbfs header by Kevin O'Connor · 9 years ago
  2. 4425025 tpm: Do not set TPM in failure mode if menu command fails by Stefan Berger · 9 years ago
  3. 8b902b8 tpm: Remove usage of PP_CMD_ENABLE from all but one place by Stefan Berger · 9 years ago
  4. 115d008 tpm: Rework the assertion of physical presence by Stefan Berger · 9 years ago
  5. a2206d3 tpm: Add support for harware physical presence by Stefan Berger · 9 years ago
  6. e55e37f tpm: Move assert_physical_presence and dependencies by Stefan Berger · 9 years ago
  7. 2b23750 tpm: Copy digest into HashLogExentEvent response by Stefan Berger · 9 years ago
  8. 3c577a7 usb: Remove usbdev->slotid field by Kevin O'Connor · 9 years ago
  9. 16a9e79 tpm: Don't use 16bit BIOS return codes in TPM menu functions by Kevin O'Connor · 9 years ago
  10. b8631ea tpm: Don't use 16bit BIOS return codes in tpmhw_* functions by Kevin O'Connor · 9 years ago
  11. 9ddea3b tpm: Don't use 16bit BIOS return codes in tpm_log_event() by Kevin O'Connor · 9 years ago
  12. cac29f2 tpm: Don't use 16bit BIOS return codes in build_and_send_cmd() by Kevin O'Connor · 9 years ago
  13. 5ffcb2c tpm: Don't call tpm_set_failure() from tpm_log_extend_event() by Kevin O'Connor · 9 years ago
  14. ed8d55d tpm: No need to check the return status of measurements by Kevin O'Connor · 9 years ago
  15. e98fafa tpm: Don't return a status from external bios measurement functions by Kevin O'Connor · 9 years ago
  16. 7147961 tpm: Eliminate response buffer parameter from build_and_send_cmd() by Kevin O'Connor · 9 years ago
  17. ca60636 tpm: Introduce tpm_get_capability() helper function by Kevin O'Connor · 9 years ago
  18. 2706532 tpm: Simplify tcpa probe by Kevin O'Connor · 9 years ago
  19. 5907613 tpm: Rework TPM interface shutdown support by Kevin O'Connor · 9 years ago
  20. 2df7028 tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c by Kevin O'Connor · 9 years ago
  21. ba86edb tpm: Add wrapper function tpmhw_set_timeouts() by Kevin O'Connor · 9 years ago
  22. d559a23 tpm: Simplify hardware probe and detection checks by Kevin O'Connor · 9 years ago
  23. a059915 tpm: Avoid macro expansion of tpm request / response structs by Kevin O'Connor · 9 years ago
  24. 26e3617 tpm: Add banner separating the TCG bios interface code from TCG menu code by Kevin O'Connor · 9 years ago
  25. 3b8c537 build: fix typo in buildversion.py by Roger Pau Monne · 9 years ago
  26. d61ca79 block: Report drive->sectors using "%u" instead of "%d" by Kevin O'Connor · 9 years ago
  27. 82f3279 scsi: Do not call printf() from scsi_is_ready() by Kevin O'Connor · 9 years ago
  28. 0c5a607 nmi: Don't try to switch onto extra stack in NMI handler by Kevin O'Connor · 9 years ago
  29. 636cbb4 xhci: Disable slot on failed set_address command by Kevin O'Connor · 9 years ago
  30. 49fb034 xhci: Improve port status change debugging by Kevin O'Connor · 9 years ago
  31. c01b41c xhci: Wait for port enable even for USB3 devices by Kevin O'Connor · 9 years ago
  32. 76327b9 fw/pci: do not automatically allocate IO region for PCIe bridges by Marcel Apfelbaum · 9 years ago
  33. 320df85 tpm: Add a menu for TPM configuration by Stefan Berger · 9 years ago
  34. 4cdbc41 tpm: Check length parameter of the array by Stefan Berger · 9 years ago
  35. 15f192f tpm: Remove check for working TPM from TPM interrupt handler by Stefan Berger · 9 years ago
  36. 948f3c9 tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging by Kevin O'Connor · 9 years ago
  37. 4e7cf9c tpm: Merge tpm_log_event() and tpm_extend_acpi_log() by Kevin O'Connor · 9 years ago
  38. 7ba0568 tpm: Don't implement scatter-gather in transmit() by Kevin O'Connor · 9 years ago
  39. b82bc51 tpm: Avoid scatter-gather copying in build_and_send_cmd() by Kevin O'Connor · 9 years ago
  40. 7bf7738 tpm: There is no need to pass event_length to hash/extend functions by Kevin O'Connor · 9 years ago
  41. 9224440 tpm: Perform hashing separately from logging by Kevin O'Connor · 9 years ago
  42. 8149f1b tpm: There is no need to pass pcrindex to hash_log_extend_event() by Kevin O'Connor · 9 years ago
  43. 5afdced tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log() by Kevin O'Connor · 9 years ago
  44. bad6f96 tpm: pcpes->event is a variable length array by Kevin O'Connor · 9 years ago
  45. 1257533 tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers by Kevin O'Connor · 9 years ago
  46. 8bd4a08 tpm: Move tpm_add_bootdevice() into callers by Kevin O'Connor · 9 years ago
  47. a617542 tpm: Change tpm_add_measurement() to tpm_add_action() by Kevin O'Connor · 9 years ago
  48. 7ea191b tpm: Open code tpm_ipl() into callers by Kevin O'Connor · 9 years ago
  49. f4820ac tpm: Move error recovery from tpm_extend_acpi_log() to only caller by Kevin O'Connor · 9 years ago
  50. f51c50a tpm: Move code around in tcgbios.c by Kevin O'Connor · 9 years ago
  51. 0818b1d tpm: Add "static" declaration to functions not used outside tcgbios.c by Kevin O'Connor · 9 years ago
  52. 4506400 tpm: Rename remaining interrupt functions by Stefan Berger · 9 years ago
  53. fbc231b tpm: Refactor pass_through_to_tpm by Stefan Berger · 9 years ago
  54. 60bb9e9 tpm: Cache all log related pointers in tpm_state by Stefan Berger · 9 years ago
  55. ec42c8d tpm: Set timeouts and durations to microsecond values by Stefan Berger · 9 years ago
  56. 47b9df5 tpm: Drop code using the TPM for sha1 by Stefan Berger · 9 years ago
  57. eb59924 util.h: Minor - HaveRunPost is in misc.c not resume.c by Kevin O'Connor · 9 years ago
  58. df50aaa tpm: Move standard definitions from tcgbios.h to new file std/tcg.h by Kevin O'Connor · 9 years ago
  59. dc8eb67 tpm: fix compiler warning with older gcc versions by Stefan Berger · 9 years ago
  60. 6c376b4 tpm: Refactor hash_log_extend_event by Stefan Berger · 9 years ago
  61. 129c04b tpm: Refactor hash_log_event BIOS interface function by Stefan Berger · 9 years ago
  62. e3cc632 tpm: Refactor the parameters being passed to tpm_extend_acpi_log by Stefan Berger · 9 years ago
  63. ece2561 tpm: Refactor function building TPM commands by Stefan Berger · 9 years ago
  64. 7fce1d9 tpm: Temporarily deactivate the TPM in case of failure by Stefan Berger · 9 years ago
  65. 964c774 acpi: Remove build check for iasl by Kevin O'Connor · 9 years ago
  66. 4373afa acpi: Don't build SSDT files on every build; store them in git by Kevin O'Connor · 9 years ago
  67. b0d3cc3 acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex file by Kevin O'Connor · 9 years ago
  68. 7fdd2fd acpi_extract: Make the generated .hex files more human readable by Kevin O'Connor · 9 years ago
  69. 1e7d2ed acpi_extract: Move main code to new function main() by Kevin O'Connor · 9 years ago
  70. fc0ac95 sdcard: Enable extra debugging on sdcard_waitw() timeout by Kevin O'Connor · 9 years ago
  71. 8f7dc5a sdcard: fix typo causing 32bit write to 16bit block_size field by Kevin O'Connor · 9 years ago
  72. 460e9aa sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec by Kevin O'Connor · 9 years ago
  73. aa34e4e xhci: Check for device disconnects during USB2 reset polling by Kevin O'Connor · 9 years ago
  74. 45b594a usb: Allow configuration of sigatt time (in etc/usb-time-sigatt) by Kevin O'Connor · 9 years ago
  75. 01a84be docs: Note v1.9.0 release by Kevin O'Connor · 9 years ago rel-1.9.0
  76. fa7545a buildversion: Add debugging messages by Kevin O'Connor · 9 years ago
  77. 8c12694 buildversion: Avoid subprocess.check_output() as that requires python2.7 by Kevin O'Connor · 9 years ago
  78. cfc17bd PCI SDHCI driver: Fix base address by Kyösti Mälkki · 9 years ago
  79. 9efbc0f docs: Minor - replace seavgabios text in Build_overview.md with link by Kevin O'Connor · 9 years ago
  80. a7620df virtio: Minor - replace tab characters with space by Kevin O'Connor · 9 years ago
  81. 528c9f8 biostables: Minor - fix incorrect indentation by Kevin O'Connor · 9 years ago
  82. 5ced3bb coreboot: Minor - avoid K&R style function declaration by Kevin O'Connor · 9 years ago
  83. 98a100c build: Allow official tarball builds to be considered "clean" by Kevin O'Connor · 9 years ago
  84. 08d3986 docs: Document 'make EXTRAVERSION=xyz' and scripts/tarball.sh by Kevin O'Connor · 9 years ago
  85. 2342101 build: Be more permissive in buildversion.py tool version scan by Kevin O'Connor · 9 years ago
  86. 06316c9 Add QEMU fw_cfg DMA interface by Marc Marí · 9 years ago
  87. 7d0393d malloc: Rename csm_malloc_preinit() to malloc_csm_preinit() by Kevin O'Connor · 9 years ago
  88. b4cca86 stacks: Use macro wrappers for call32() and stack_hop_back() by Kevin O'Connor · 9 years ago
  89. a1b4dd0 build: Generate "reproducible" version strings on "clean" builds by Kevin O'Connor · 9 years ago
  90. efd70a5 build: Report gcc and binutils versions in debug log by Kevin O'Connor · 9 years ago
  91. a6c8774 build: Rework version generation; don't allow make version override by Kevin O'Connor · 9 years ago
  92. 5d91226 memmap: Introduce SYMBOL() macro to access linker script symbols by Kevin O'Connor · 9 years ago
  93. fe6682d malloc: Don't mix virtual and physical addresses by Kevin O'Connor · 9 years ago
  94. 3c6ae7c malloc: Add warning if free() called on invalid memory by Kevin O'Connor · 9 years ago
  95. 7af8d12 malloc: Introduce common helper alloc_new_detail() by Kevin O'Connor · 9 years ago
  96. 41acaa8 malloc: Use consistent naming for internal low-level "alloc" functions by Kevin O'Connor · 9 years ago
  97. eee06e0 virtio: Move standard definitions from virtio-ring.h to standard headers by Kevin O'Connor · 9 years ago
  98. 1dcf02b virtio: Simplify vring alignment code by Kevin O'Connor · 9 years ago
  99. 5ba22ab e820: Update debugging messages to report 64bit values by Kevin O'Connor · 9 years ago
  100. c167e54 e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix by Kevin O'Connor · 9 years ago