1. b7f7552 version: update to 20251026 by Thomas Huth · 6 months ago master qemu-slof-20251026
  2. 8cbddc7 Silence initializer-string warnings by Thomas Huth · 6 months ago qemu-slof-20251024
  3. f073d9c lib: Fix some typos by Thomas Huth · 6 months ago
  4. 277e043 libc: fix build in C23 mode by Yaakov Selkowitz · 1 year ago
  5. 03c7920 tcgbios: Only measure size indicated in UEFI partition table header by Stefan Berger · 1 year, 1 month ago
  6. ecf5e93 tcgbios: Fix endianess of NumberOfPartitions by Stefan Berger · 1 year, 1 month ago
  7. 4f24aef Update the repository URL in the README to point to gitlab now by Thomas Huth · 1 year, 1 month ago
  8. ee03aec version: update to 20241106 by Alexey Kardashevskiy · 1 year, 6 months ago qemu-slof-20241106
  9. a8e19fa tpm: Implement firmware API call pass-through-to-tpm by Stefan Berger · 1 year, 6 months ago
  10. 4ef07b9 tpm: Implement firmware API call get-maximum-cmd-size by Stefan Berger · 1 year, 6 months ago
  11. 2451d05 version: update to 20231121 by Alexey Kardashevskiy · 2 years, 5 months ago qemu-slof-20231121
  12. 08bc29f Allow to override build date with SOURCE_DATE_EPOCH by Bernhard M. Wiedemann · 2 years, 6 months ago
  13. 3a259df version: update to 20230918 by Alexey Kardashevskiy · 2 years, 7 months ago qemu-slof-20230918
  14. dd4d4ea virtio-serial: Do not close stdout on quiesce by Jordan Niethe · 2 years, 8 months ago
  15. 63b66a5 virtio-serial: Make read and write methods report failure by Kautuk Consul · 2 years, 8 months ago
  16. adc5610 Fix remaining typos in various folders by Thomas Huth · 3 years, 2 months ago
  17. e8124ca Fix typos in the clients folder by Thomas Huth · 3 years, 2 months ago
  18. 8f6b221 Fix typos in the board-js2x folder by Thomas Huth · 3 years, 2 months ago
  19. 975bbac Fix typos in the llfw folder by Thomas Huth · 3 years, 2 months ago
  20. c4d03cf Fix typos in the board-js2x folder by Thomas Huth · 3 years, 2 months ago
  21. 1671c18 Remove ?PICK by Alexey Kardashevskiy · 3 years, 2 months ago
  22. 6fdb5a4 Fix typos in the slof folder by Thomas Huth · 3 years, 2 months ago
  23. 9604efb Fix typos in the remaining lib folders by Thomas Huth · 3 years, 2 months ago
  24. ac9eac3 Fix typos in the lib/libnet folder by Thomas Huth · 3 years, 2 months ago
  25. 9bbdd35 Fix typos in the board-qemu folder by Thomas Huth · 3 years, 2 months ago
  26. e77d7f9 lib/libnet/ipv6: Silence compiler warning from Clang by Thomas Huth · 3 years, 10 months ago
  27. 6b6c16b version: update to 20220719 by Alexey Kardashevskiy · 3 years, 9 months ago qemu-slof-20220719
  28. b3f699c OF: Add a separate direct kernel loading word by Jordan Niethe · 3 years, 10 months ago
  29. 5b4c5ac version: update to 20220110 by Alexey Kardashevskiy · 4 years, 3 months ago qemu-slof-20220110
  30. afea220 make.rules: Compile SLOF for power5 by Cédric Le Goater · 4 years, 4 months ago
  31. a6906b0 version: update to 20211112 by Alexey Kardashevskiy · 4 years, 5 months ago qemu-slof-20211112
  32. 81d932c Silence some trivial compiler warning in the js2x code by Thomas Huth · 4 years, 7 months ago
  33. 0705a5c js2x: Fix compile and cleanup by Alexey Kardashevskiy · 4 years, 7 months ago
  34. 6903c03 travis.yml: Compile-test the qemu build by Thomas Huth · 4 years, 8 months ago
  35. 63cbd7f travis.yml: Update to Focal Fossa by Thomas Huth · 4 years, 8 months ago
  36. ec26dfb travis.yml: Fix keywords by Thomas Huth · 4 years, 8 months ago
  37. bb9536f tcgbios: Disable platform hierarchy in case of failure by Stefan Berger · 4 years, 7 months ago
  38. 63d2f38 lib/libc/README.txt: Fix "cannel" typo by Thomas Huth · 4 years, 8 months ago
  39. e716481 Fix the URL to the Linux kernel coding style by Thomas Huth · 4 years, 8 months ago
  40. 749e615 slof/fs/accept: Replace TABs with spaces by Thomas Huth · 4 years, 8 months ago
  41. e00f756 Mention the CR vs. LF problem in the documentation by Thomas Huth · 4 years, 8 months ago
  42. 0041d1a Revert "make: Define default rule for .c when V=1 or V=2" by Alexey Kardashevskiy · 4 years, 7 months ago
  43. dd0dcaa version: update to 20210711 by Alexey Kardashevskiy · 4 years, 10 months ago qemu-slof-20210711
  44. 6e22ba8 Travis: Add script for running tests on Travis by Stefan Berger · 4 years, 10 months ago
  45. 62e0d41 tcgbios: Add test cases and test script to run them by Stefan Berger · 4 years, 10 months ago
  46. 8950953 tcgbios: Use The proper sha function for each PCR bank by Stefan Berger · 4 years, 10 months ago
  47. e136203 tcgbios: Use assembly for 32 bit rotr in sha256 by Stefan Berger · 4 years, 10 months ago
  48. cc4c4cb tcgbios: Change format of S_CRTM_VERSION string to ucs-2 by Stefan Berger · 4 years, 10 months ago
  49. 6c0fcd9 tpm: Add firmware API call 2HASH-EXT-LOG by Stefan Berger · 4 years, 10 months ago
  50. 52dcdb5 tcgbios: Add implementations for sha1, sha384, and sha512 by Stefan Berger · 4 years, 10 months ago
  51. 064a999 tcgbios: Fix a typo in the sha256 algo description by Stefan Berger · 4 years, 10 months ago
  52. 286073f tcgbios: Fix warnings by Alexey Kardashevskiy · 4 years, 10 months ago
  53. 1768e27 Fix bad header guard in version.h by Thomas Huth · 5 years ago
  54. e25b1d6 tcgbios: Fix details in log entries by Stefan Berger · 4 years, 11 months ago
  55. 33a7322 version: update to 20210217 by Alexey Kardashevskiy · 5 years ago qemu-slof-20210217
  56. 2b37b60 Makefile: Actually compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  57. a9c62cc slof/prim: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  58. 1d1615b libtpm: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  59. 09b2011 libnvram: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  60. 73cb04d libhv: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  61. 071a09e libnet: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  62. e244301 e1000: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  63. c79e337 virtio: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  64. 7ef3ec3 veth: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  65. ae74d10 usb: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  66. 26d8ba1 elf: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  67. 0549fa7 libc: Compile with -Wextra by Alexey Kardashevskiy · 5 years ago
  68. b2176a9 helpers: Define MIN() by Alexey Kardashevskiy · 5 years ago
  69. b7ea243 virtio-serial: Remove superfluous serial-* words by Thomas Huth · 5 years ago
  70. e18ddad version: update to 20200717 by Alexey Kardashevskiy · 6 years ago qemu-slof-20200717
  71. 8f21e1e fdt: Avoid recursion when traversing tree by Alexey Kardashevskiy · 6 years ago
  72. 6184ca0 board-qemu: Fix comment about SLOF start address by Gustavo Romero · 6 years ago
  73. 26a65a1 version: update to 20200513 by Alexey Kardashevskiy · 6 years ago qemu-slof-20200513
  74. 9e199d2 tcgbios: Measure the bootloader file read from disk by Stefan Berger · 6 years ago
  75. 4386b0b tcgbios: Implement tpm_hash_log_extend_event_buffer by Stefan Berger · 6 years ago
  76. 8df4a17 elf: Implement elf_get_file_size to determine size of an ELF image by Stefan Berger · 6 years ago
  77. d04fea6 tcgbios: Add support for SHA3 type of algorithms by Stefan Berger · 6 years ago
  78. b64b57c tcgbios: Fix the vendorInfoSize to be of type uint8_t by Stefan Berger · 6 years ago
  79. 753e473 tcgbios: Only write logs for PCRs that are allocated by Stefan Berger · 6 years ago
  80. 283d88c make: Define default rule for .c when V=1 or V=2 by Alexey Kardashevskiy · 6 years ago
  81. 8e012d6 version: update to 20200327 by Alexey Kardashevskiy · 6 years ago qemu-slof-20200327
  82. 76fee95 slof: Only close stdout for virtio-serial devices by Greg Kurz · 6 years ago
  83. ab6984f version: update to 20200317 by Alexey Kardashevskiy · 6 years ago qemu-slof-20200317
  84. 51245a1 rtas: Move FWNMI log space reservation to QEMU by Alexey Kardashevskiy · 6 years ago
  85. 8d4033d version: update to 20200312 by Alexey Kardashevskiy · 6 years ago qemu-slof-20200312
  86. 8174acd virtio-serial: Close device completely by Alexey Kardashevskiy · 6 years ago
  87. cf28264 virtio-serial: Rework shutdown sequence by Greg Kurz · 6 years ago
  88. 1641d2d virtio-serial: Don't override some words by Greg Kurz · 6 years ago
  89. 4b73a93 llfw: Fix debug printf warnings by Alexey Kardashevskiy · 6 years ago
  90. fdfe5c7 virtio: Fix typo in virtio_serial_init() by Cédric Le Goater · 6 years ago
  91. 7c98b3b version: update to 20200221 by Alexey Kardashevskiy · 6 years ago qemu-slof-20200221
  92. 16a1867 tcgbios: Measure the GPT table by Stefan Berger · 6 years ago
  93. 8a6b0d7 tcgbios: Implement menu to clear TPM 2 and activate its PCR banks by Stefan Berger · 6 years ago
  94. ae2e38c tcgbios: Add TPM 2.0 support and firmware API by Stefan Berger · 6 years ago
  95. 8356a34 tpm: Add sha256 implementation by Stefan Berger · 6 years ago
  96. a2ffcd9 tpm: Add TPM CRQ driver implementation by Stefan Berger · 6 years ago
  97. 4f18bac qemu: Make print_version variable accessible by Stefan Berger · 6 years ago
  98. dc6b3f5 slof: Make linker script variables accessible by Stefan Berger · 6 years ago
  99. b4a8dea slof: Implement SLOF_get_keystroke() and SLOF_reset() by Stefan Berger · 6 years ago
  100. efa56b8 fdt: Delete nodes of devices removed between boot and CAS by Greg Kurz · 6 years ago