1. cb38b8d [dif uart] Use matching defines for bit definitions by Philipp Wagner · 4 years, 8 months ago
  2. c50ff87 [sw] Fix formatting in comment by Philipp Wagner · 4 years, 8 months ago
  3. 42610c0 [aes] Clear all reg status trackers on writes to control reg by Pirmin Vogel · 4 years, 8 months ago
  4. 847ec7a [sw/dif] Improve (the consistency of) Doxygen comments by Philipp Wagner · 4 years, 8 months ago
  5. 240a208 [mask_rom] Mask ROM Initial Commit by Sam Elliott · 4 years, 8 months ago
  6. 5e792c0 [mask rom] Address Pseudocode Issues by Sam Elliott · 4 years, 8 months ago
  7. b8ce2ef [sw] Unsigned Comparisons in Address Loops by Sam Elliott · 4 years, 8 months ago
  8. a711a6a [mask rom] More Detailed Boot Pseudo-code by Sam Elliott · 4 years, 8 months ago
  9. 9f5ffe9 [usbdev] Don't re-initialize UART in Test by Sam Elliott · 4 years, 8 months ago
  10. d84bd57 [usbdev] Add new usbdev_test by Pirmin Vogel · 4 years, 8 months ago
  11. 57ecf26 [hmac] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  12. 4576a29 [usbdev] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  13. 26f0dcc [rv_timer] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  14. f08e441 [i2c] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  15. 81439a8 [doc] Typo in SW Checklist by Sam Elliott · 4 years, 8 months ago
  16. 0a6162d [sw/dif] Add tests for HMAC DIF by Jon Flatley · 5 years ago
  17. db80488 [sw/dif] Implement a DIF library for HMAC by Jon Flatley · 5 years ago
  18. 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
  19. 50e8be1 [mask rom] Initial Pseudo-Code for Mask ROM by Sam Elliott · 4 years, 8 months ago
  20. 3fc74fc [tests] Clean up dif_plic_sanitytest.c by Miguel Young de la Sota · 4 years, 8 months ago
  21. 7b8efc6 [sw/test] Add a test for the CRT. by Miguel Young de la Sota · 4 years, 8 months ago
  22. e82507a [sw/crt] Fix CRT code clobbering the first word of .bss by Miguel Young de la Sota · 4 years, 8 months ago
  23. f8e6a75 [test] Move rv_timer_test.c into tests/dif by Miguel Young de la Sota · 4 years, 9 months ago
  24. 6148eda [dif] Replace uses of rv_timer.h with dif_rv_timer.h by Miguel Young de la Sota · 4 years, 9 months ago
  25. be4bcb7 [aes] Add shadow CTRL register, interface with alert handler by Pirmin Vogel · 5 years ago
  26. 2971ee5 [sw] Delete sw/device/boot_rom2 by Sam Elliott · 4 years, 8 months ago
  27. eaf4a3e [test] Add kTestConfig, a pre-main test config by Miguel Young de la Sota · 4 years, 8 months ago
  28. 425450c [sw/dif_usbdev] Implement USBDEV DIF Library by Alphan Ulusoy · 5 years ago
  29. 45fb1c6 [doc] Update Licence Headers to fit agreed style by Sam Elliott · 4 years, 10 months ago
  30. 70e2228 [sw] Redesign MMIO and Bitfield Library by Sam Elliott · 4 years, 8 months ago
  31. 24b6651 [sw] Correct mmio EXPECT macro name by Sam Elliott · 4 years, 8 months ago
  32. b39abf1 [sw] Delete EXPECT_MASK<N>_AT Macros by Sam Elliott · 4 years, 8 months ago
  33. 5d6cac5 [sw] Correct EXPECT_MASK8 mmio macro by Sam Elliott · 4 years, 8 months ago
  34. d3aa20c [sw] Remove 16-bit MMIO Functions by Sam Elliott · 4 years, 8 months ago
  35. 428c00d [sw] Make no-arguments CHECK print the CHECK'd expression by Miguel Young de la Sota · 4 years, 8 months ago
  36. bbf8ceb [sw] Remove CHECKZ by Miguel Young de la Sota · 4 years, 8 months ago
  37. 44f461c [sw] Complete S1 Review for UART DIF by Sam Elliott · 4 years, 10 months ago
  38. 08db49f [sw, dif_uart] Fulfil S1 Checklist DIF_TEST_SANITY requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  39. 102e7e5 [sw, dif_uart] Add API useful for debugging by Silvestrs Timofejevs · 4 years, 10 months ago
  40. a1c2a3d [sw, testing] Add interface to know when to reconfigure UART by Silvestrs Timofejevs · 4 years, 9 months ago
  41. 2b44ce6 [sw, dif] add C/C++ guard to dif_warn_unused_result.h by Silvestrs Timofejevs · 4 years, 9 months ago
  42. 469ef88 [sw/flash] Update flash lib and test by Timothy Chen · 4 years, 9 months ago
  43. 9296764 [flash] Add scrambling primitive and hook-up to program / read pipelines by Timothy Chen · 4 years, 9 months ago
  44. 0918844 [sw/dif] fix a typo in code comment by Cindy Chen · 4 years, 9 months ago
  45. 0419edd [tests] Wrap up the test main() function into a library by Miguel Young de la Sota · 4 years, 9 months ago
  46. 53351e7 [sw, tock] Refactor uart driver to use DIFs by Silvestrs Timofejevs · 4 years, 11 months ago
  47. 7a93052 [sw, tock] Improve generated DIF bindings by Silvestrs Timofejevs · 4 years, 11 months ago
  48. 754cb05 [sw] Add Doxygen Headers to More Files by Sam Elliott · 4 years, 9 months ago
  49. b322151 [sw] Use Verilator Stop Address by Sam Elliott · 4 years, 9 months ago
  50. 6146c67 [sw] Introduce a DIF for rv_timer by Miguel Young de la Sota · 5 years ago
  51. b6745d3 [doc] Generate Doxygen and add DIF listings by Sam Elliott · 5 years ago
  52. 2b9bb30 [doc] Add Doxygen Headers to Device Code by Sam Elliott · 5 years ago
  53. fdce22f [dif] Remove unecessary extern guards around includes by Miguel Young de la Sota · 4 years, 9 months ago
  54. 7a8e9e5 [dif] Add missing extern guard to dif_i2c.h by Miguel Young de la Sota · 4 years, 9 months ago
  55. 460a5af [sw] Fix up all warn_unused_result warnings. by Miguel Young de la Sota · 4 years, 9 months ago
  56. 924b154 [tests] Fix rv_timer_test's IRQ handler having the wrong ABI by Miguel Young de la Sota · 4 years, 9 months ago
  57. 61b431c [dif] Mark every DIF as being warn_unused_result by Miguel Young de la Sota · 4 years, 9 months ago
  58. 0d6ce20 [dif] Add dif_warn_unused_result.h by Miguel Young de la Sota · 4 years, 9 months ago
  59. a4a9e40 [top_earlgrey] Enable OTBN in toplevel by Philipp Wagner · 4 years, 9 months ago
  60. ed887d4 [chip dv] Added chip GPIO test - C by Srikrishna Iyer · 4 years, 9 months ago
  61. acedb30 [spiflash] Update spiflash documentation. by Miguel Osorio · 4 years, 9 months ago
  62. dbc6e27 [spiflash] Update internal stringdocs to Doxygen format. by Miguel Osorio · 4 years, 9 months ago
  63. ad27134 [spiflash] Update stringdocs in headers to Doxygen format. by Miguel Osorio · 4 years, 9 months ago
  64. 259b74d [spiflash] Add support for configurable FTDI device IDs by Miguel Osorio · 4 years, 9 months ago
  65. b35a340 [flash] Design updates and clean-up by Timothy Chen · 4 years, 9 months ago
  66. 244cceb [style/dif] Mandate warn_unused_result on DIFs by Miguel Young de la Sota · 4 years, 9 months ago
  67. 6c98f28 Add tests for GPIO DIF library by Alphan Ulusoy · 5 years ago
  68. 4851176 [sw] - Update flash sanity test for info partitions as well by Timothy Chen · 4 years, 10 months ago
  69. 9a5da26 [sw] Split out side-effects definition by Sam Elliott · 4 years, 10 months ago
  70. 50296b9 [sw] Downgrade Advice on Checking Enums by Sam Elliott · 4 years, 10 months ago
  71. 113040c [sw] Mandate DIFs to have Polyglot Headers. by Sam Elliott · 4 years, 10 months ago
  72. 8aa5079 [sw] Add Guidance on DIF Return Codes by Sam Elliott · 4 years, 10 months ago
  73. 8b47be3 [sw] Allow bitfield library in DIFs by Sam Elliott · 4 years, 10 months ago
  74. 67ded86 [sw] Correct Test Target Name by Sam Elliott · 4 years, 9 months ago
  75. 09babd9 [sw, tock] Link Tock 'dif' crate against OT DIF libraries by Silvestrs Timofejevs · 4 years, 11 months ago
  76. 1ea5bf0 [sw, tock] Generate Rust bindings to DIF headers by Jon Flatley · 5 years ago
  77. e47e3a5 [sw] Move SPI Device Unit Test by Sam Elliott · 4 years, 10 months ago
  78. 92bc4cc [sw/dif] Introduce an I2C DIF by Miguel Young de la Sota · 5 years ago
  79. 0790f1b rv_plic: Complete S1 review for rv_plic DIF by Garret Kelly · 4 years, 10 months ago
  80. d1f3da1 [sw, dif_plic] Fulfil S1 Checklist DIF_TEST_SANITY requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  81. 054c405 [sw, dif_plic] Fulfil S1 Checklist DIF_TEST_UNIT requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  82. 384e6db [sw, dif_uart] Fulfil S1 Checklist DIF_TEST_UNIT requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  83. ca6398a [sw] Turn off Linker Relaxation in IRQ Vectors by Sam Elliott · 4 years, 10 months ago
  84. d8ff1d9 [sw] Use .option push/pop to turn off rvc by Sam Elliott · 4 years, 10 months ago
  85. 0e82545 [sw] Introduce mmio_region_memcpy_from/to_mmio32 by Alphan Ulusoy · 5 years ago
  86. a939181 [sw] Add Checklists for Existing DIFs by Sam Elliott · 4 years, 10 months ago
  87. a47a415 [site] Add dynamic section table by Tobias Wölfel · 4 years, 10 months ago
  88. 40d7428 [sw] Add Header Extern Guards to DIFs and libbase by Sam Elliott · 4 years, 10 months ago
  89. 2ff5c57 [sw, dif_plic] Introduce PLIC unittests by Silvestrs Timofejevs · 5 years ago
  90. 5ccf9ec Update riscv_compliance to riscv/riscv-compliance@5a978cf by Philipp Wagner · 4 years, 10 months ago
  91. 208dc5c [sw] Check-in opentitan tock image by Srikrishna Iyer · 4 years, 10 months ago
  92. b1888b8 [sw, dif_uart] Fix use of wrong enum in return code by Luís Marques · 4 years, 10 months ago
  93. edaff6e [doc] Exclude sw vendor by Tobias Wölfel · 4 years, 10 months ago
  94. a722895 [chip dv] UART DIF test - C by Srikrishna Iyer · 4 years, 10 months ago
  95. 9324e99 [sw] Remove DV specific code from hello_world.c by Srikrishna Iyer · 4 years, 10 months ago
  96. ee0e68a [sw, tock] Use device specific configuration by Silvestrs Timofejevs · 4 years, 11 months ago
  97. e6e1755 [sw, tock] Extend downstream tock development infrastructure by Silvestrs Timofejevs · 5 years ago
  98. cd8b1e0 [sw] Update riscv-compliance patches by Sam Elliott · 4 years, 11 months ago
  99. 519f746 [topgen] Generate Linker Script Memory Definitions by Sam Elliott · 4 years, 11 months ago
  100. a561ccb [sw] Add bitfield_get_field32 extern declaration by Greg Chadwick · 4 years, 10 months ago