1. 57ecf26 [hmac] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  2. 4576a29 [usbdev] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  3. 26f0dcc [rv_timer] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  4. f08e441 [i2c] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  5. 81439a8 [doc] Typo in SW Checklist by Sam Elliott · 4 years, 8 months ago
  6. 0a6162d [sw/dif] Add tests for HMAC DIF by Jon Flatley · 5 years ago
  7. db80488 [sw/dif] Implement a DIF library for HMAC by Jon Flatley · 5 years ago
  8. 642e338 [dif] Add a comment explaining how to drop an error on the ground by Miguel Young de la Sota · 4 years, 9 months ago
  9. 50e8be1 [mask rom] Initial Pseudo-Code for Mask ROM by Sam Elliott · 4 years, 8 months ago
  10. 3fc74fc [tests] Clean up dif_plic_sanitytest.c by Miguel Young de la Sota · 4 years, 8 months ago
  11. 7b8efc6 [sw/test] Add a test for the CRT. by Miguel Young de la Sota · 4 years, 8 months ago
  12. e82507a [sw/crt] Fix CRT code clobbering the first word of .bss by Miguel Young de la Sota · 4 years, 8 months ago
  13. f8e6a75 [test] Move rv_timer_test.c into tests/dif by Miguel Young de la Sota · 4 years, 9 months ago
  14. 6148eda [dif] Replace uses of rv_timer.h with dif_rv_timer.h by Miguel Young de la Sota · 4 years, 9 months ago
  15. be4bcb7 [aes] Add shadow CTRL register, interface with alert handler by Pirmin Vogel · 5 years ago
  16. 2971ee5 [sw] Delete sw/device/boot_rom2 by Sam Elliott · 4 years, 8 months ago
  17. eaf4a3e [test] Add kTestConfig, a pre-main test config by Miguel Young de la Sota · 4 years, 9 months ago
  18. 425450c [sw/dif_usbdev] Implement USBDEV DIF Library by Alphan Ulusoy · 5 years ago
  19. 45fb1c6 [doc] Update Licence Headers to fit agreed style by Sam Elliott · 4 years, 10 months ago
  20. 70e2228 [sw] Redesign MMIO and Bitfield Library by Sam Elliott · 4 years, 8 months ago
  21. 24b6651 [sw] Correct mmio EXPECT macro name by Sam Elliott · 4 years, 8 months ago
  22. b39abf1 [sw] Delete EXPECT_MASK<N>_AT Macros by Sam Elliott · 4 years, 8 months ago
  23. 5d6cac5 [sw] Correct EXPECT_MASK8 mmio macro by Sam Elliott · 4 years, 8 months ago
  24. d3aa20c [sw] Remove 16-bit MMIO Functions by Sam Elliott · 4 years, 8 months ago
  25. 428c00d [sw] Make no-arguments CHECK print the CHECK'd expression by Miguel Young de la Sota · 4 years, 9 months ago
  26. bbf8ceb [sw] Remove CHECKZ by Miguel Young de la Sota · 4 years, 9 months ago
  27. 44f461c [sw] Complete S1 Review for UART DIF by Sam Elliott · 4 years, 10 months ago
  28. 08db49f [sw, dif_uart] Fulfil S1 Checklist DIF_TEST_SANITY requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  29. 102e7e5 [sw, dif_uart] Add API useful for debugging by Silvestrs Timofejevs · 4 years, 10 months ago
  30. a1c2a3d [sw, testing] Add interface to know when to reconfigure UART by Silvestrs Timofejevs · 4 years, 9 months ago
  31. 2b44ce6 [sw, dif] add C/C++ guard to dif_warn_unused_result.h by Silvestrs Timofejevs · 4 years, 9 months ago
  32. 469ef88 [sw/flash] Update flash lib and test by Timothy Chen · 4 years, 9 months ago
  33. 9296764 [flash] Add scrambling primitive and hook-up to program / read pipelines by Timothy Chen · 4 years, 9 months ago
  34. 0918844 [sw/dif] fix a typo in code comment by Cindy Chen · 4 years, 9 months ago
  35. 0419edd [tests] Wrap up the test main() function into a library by Miguel Young de la Sota · 4 years, 9 months ago
  36. 53351e7 [sw, tock] Refactor uart driver to use DIFs by Silvestrs Timofejevs · 4 years, 11 months ago
  37. 7a93052 [sw, tock] Improve generated DIF bindings by Silvestrs Timofejevs · 4 years, 11 months ago
  38. 754cb05 [sw] Add Doxygen Headers to More Files by Sam Elliott · 4 years, 9 months ago
  39. b322151 [sw] Use Verilator Stop Address by Sam Elliott · 4 years, 9 months ago
  40. 6146c67 [sw] Introduce a DIF for rv_timer by Miguel Young de la Sota · 5 years ago
  41. 2b9bb30 [doc] Add Doxygen Headers to Device Code by Sam Elliott · 5 years ago
  42. fdce22f [dif] Remove unecessary extern guards around includes by Miguel Young de la Sota · 4 years, 9 months ago
  43. 7a8e9e5 [dif] Add missing extern guard to dif_i2c.h by Miguel Young de la Sota · 4 years, 9 months ago
  44. 460a5af [sw] Fix up all warn_unused_result warnings. by Miguel Young de la Sota · 4 years, 9 months ago
  45. 924b154 [tests] Fix rv_timer_test's IRQ handler having the wrong ABI by Miguel Young de la Sota · 4 years, 9 months ago
  46. 61b431c [dif] Mark every DIF as being warn_unused_result by Miguel Young de la Sota · 4 years, 9 months ago
  47. 0d6ce20 [dif] Add dif_warn_unused_result.h by Miguel Young de la Sota · 4 years, 9 months ago
  48. a4a9e40 [top_earlgrey] Enable OTBN in toplevel by Philipp Wagner · 4 years, 9 months ago
  49. ed887d4 [chip dv] Added chip GPIO test - C by Srikrishna Iyer · 4 years, 9 months ago
  50. b35a340 [flash] Design updates and clean-up by Timothy Chen · 4 years, 9 months ago
  51. 244cceb [style/dif] Mandate warn_unused_result on DIFs by Miguel Young de la Sota · 4 years, 9 months ago
  52. 6c98f28 Add tests for GPIO DIF library by Alphan Ulusoy · 5 years ago
  53. 4851176 [sw] - Update flash sanity test for info partitions as well by Timothy Chen · 4 years, 11 months ago
  54. 9a5da26 [sw] Split out side-effects definition by Sam Elliott · 4 years, 10 months ago
  55. 50296b9 [sw] Downgrade Advice on Checking Enums by Sam Elliott · 4 years, 10 months ago
  56. 113040c [sw] Mandate DIFs to have Polyglot Headers. by Sam Elliott · 4 years, 10 months ago
  57. 8aa5079 [sw] Add Guidance on DIF Return Codes by Sam Elliott · 4 years, 11 months ago
  58. 8b47be3 [sw] Allow bitfield library in DIFs by Sam Elliott · 4 years, 11 months ago
  59. 67ded86 [sw] Correct Test Target Name by Sam Elliott · 4 years, 10 months ago
  60. 09babd9 [sw, tock] Link Tock 'dif' crate against OT DIF libraries by Silvestrs Timofejevs · 4 years, 11 months ago
  61. 1ea5bf0 [sw, tock] Generate Rust bindings to DIF headers by Jon Flatley · 5 years ago
  62. e47e3a5 [sw] Move SPI Device Unit Test by Sam Elliott · 4 years, 10 months ago
  63. 92bc4cc [sw/dif] Introduce an I2C DIF by Miguel Young de la Sota · 5 years ago
  64. 0790f1b rv_plic: Complete S1 review for rv_plic DIF by Garret Kelly · 4 years, 10 months ago
  65. d1f3da1 [sw, dif_plic] Fulfil S1 Checklist DIF_TEST_SANITY requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  66. 054c405 [sw, dif_plic] Fulfil S1 Checklist DIF_TEST_UNIT requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  67. 384e6db [sw, dif_uart] Fulfil S1 Checklist DIF_TEST_UNIT requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  68. ca6398a [sw] Turn off Linker Relaxation in IRQ Vectors by Sam Elliott · 4 years, 10 months ago
  69. d8ff1d9 [sw] Use .option push/pop to turn off rvc by Sam Elliott · 4 years, 10 months ago
  70. 0e82545 [sw] Introduce mmio_region_memcpy_from/to_mmio32 by Alphan Ulusoy · 5 years ago
  71. a939181 [sw] Add Checklists for Existing DIFs by Sam Elliott · 4 years, 10 months ago
  72. 40d7428 [sw] Add Header Extern Guards to DIFs and libbase by Sam Elliott · 4 years, 10 months ago
  73. 2ff5c57 [sw, dif_plic] Introduce PLIC unittests by Silvestrs Timofejevs · 5 years ago
  74. 208dc5c [sw] Check-in opentitan tock image by Srikrishna Iyer · 4 years, 10 months ago
  75. b1888b8 [sw, dif_uart] Fix use of wrong enum in return code by Luís Marques · 4 years, 10 months ago
  76. a722895 [chip dv] UART DIF test - C by Srikrishna Iyer · 4 years, 11 months ago
  77. 9324e99 [sw] Remove DV specific code from hello_world.c by Srikrishna Iyer · 4 years, 11 months ago
  78. ee0e68a [sw, tock] Use device specific configuration by Silvestrs Timofejevs · 5 years ago
  79. e6e1755 [sw, tock] Extend downstream tock development infrastructure by Silvestrs Timofejevs · 5 years ago
  80. 519f746 [topgen] Generate Linker Script Memory Definitions by Sam Elliott · 4 years, 11 months ago
  81. a561ccb [sw] Add bitfield_get_field32 extern declaration by Greg Chadwick · 4 years, 10 months ago
  82. 4e1f1ae [sw, dif_plic] Remove redundant code and tidy up by Silvestrs Timofejevs · 4 years, 11 months ago
  83. 27c12ad [sw] Update GPIO DIF Return Codes by Sam Elliott · 4 years, 11 months ago
  84. 379b5ed [sw, dif_plic] Substitute '@p' for backticks '`' in comments by Silvestrs Timofejevs · 5 years ago
  85. b0bdbd9 [sw, dif_plic] Add full stop at the end of every comment by Silvestrs Timofejevs · 5 years ago
  86. efc064f [sw, dif_plic] Use enum return codes instead of bool by Silvestrs Timofejevs · 5 years ago
  87. b66c12f [sw] Move Interrupt Vector Definition into CRT by Sam Elliott · 4 years, 11 months ago
  88. 11e95b9 Remove redundant include in pinmux.c by Alphan Ulusoy · 4 years, 11 months ago
  89. ea15a25 [sw, chip dv] Convert existing tests to testlib by Srikrishna Iyer · 4 years, 11 months ago
  90. fe1f881 [chip dv] Get coremark working again by Srikrishna Iyer · 4 years, 11 months ago
  91. 855a20d [sw] Remove sw/device/lib/log_uart by Srikrishna Iyer · 4 years, 11 months ago
  92. 79408a2 [sw] Fix PASS!, FAIL! signatures for CI by Srikrishna Iyer · 5 years ago
  93. 7d7f1e1 [sw] main.c SW abstraction by Srikrishna Iyer · 5 years ago
  94. 256a7f3 [chip dv] Update the SW aes_test.c to run in DV by Srikrishna Iyer · 5 years ago
  95. 75639fe [sw, dif_uart] Return enum error codes instead of bool by Silvestrs Timofejevs · 5 years ago
  96. a0b0c4c [sw, uart] Fix ConfigTest NullArgs test by Silvestrs Timofejevs · 5 years ago
  97. 5a90f7d [sw/dif] Fix UART *irq_state_clear by Srikrishna Iyer · 5 years ago
  98. 9286ee6 Add extern declarations for mmion_region_write_only_set*32() functions. by Alphan Ulusoy · 5 years ago
  99. 95142f7 [sw] Clean up boot_rom SPI bootstrap code. by Miguel Young de la Sota · 5 years ago
  100. 16367c9 [sw] Remove Interrupt Definitions from PLIC DIF by Sam Elliott · 5 years ago