1. af6e26a [sw] Clarification in boot_rom doc re DV by Srikrishna Iyer · 4 years, 7 months ago
  2. c6c763c [sw rv_timer test] Minor fix and updates by Srikrishna Iyer · 4 years, 7 months ago
  3. b13857e [mask rom] Add mask_rom_test.h for mask ROM unit tests. by Alphan Ulusoy · 4 years, 7 months ago
  4. 479690a [flash_ctrl, sw] Minor update to software flash memory protection by Timothy Chen · 4 years, 7 months ago
  5. 7f4b87c [OTBN/DIF] Use a non-zero error code in mock tests by Philipp Wagner · 4 years, 7 months ago
  6. 9afc6d2 [OTBN/DIF] Add ErrCodeBadDataAddr error code by Philipp Wagner · 4 years, 7 months ago
  7. 7a3c94e [OTBN/DIF] Cleanup: Name enum type and values consistently by Philipp Wagner · 4 years, 7 months ago
  8. 9d6b61b [rom_ext] Ensure Image Size is Word-Aligned by Sam Elliott · 4 years, 7 months ago
  9. df59a6c [rom_ext] Add Skeleton ROM_EXT Code by Sam Elliott · 4 years, 7 months ago
  10. 1886884 [rom_ext] Initial ROM_EXT Manifest Format by Sam Elliott · 4 years, 8 months ago
  11. 9e91115 [otbn] use bn.wsrrs for reading WSRs by Felix Miller · 4 years, 7 months ago
  12. 5102a51 [otbn] fix typo in modexp.s by Felix Miller · 4 years, 7 months ago
  13. 97d37e9 [otbn] add code snippet for 384 bit modular multiplication by Felix Miller · 4 years, 7 months ago
  14. 50c80a8 [otbn] Fix some issues in modexp assembly by Philipp Wagner · 4 years, 7 months ago
  15. a7f81fe [otbn] fix RND WSR address by Felix Miller · 4 years, 7 months ago
  16. e26a00b [host, sw] temporarily reduce frequency by Timothy Chen · 4 years, 7 months ago
  17. 9d82960 [dv] various updates to dv for divided clocks by Timothy Chen · 4 years, 7 months ago
  18. 0cdbade [fpga] Minor updates for fpga by Timothy Chen · 4 years, 7 months ago
  19. dc19cf9 [dv] update dv template to also include derived clocks by Timothy Chen · 4 years, 7 months ago
  20. 127c16d [verilator] Minor verilator updates to reflect clock division by Timothy Chen · 4 years, 7 months ago
  21. 6fb4ca8 [uart] Revise DIF to address NCO Width by Eunchan Kim · 4 years, 7 months ago
  22. 74fd7ce [dif] Codify API conventions for DIF libraries by Miguel Young de la Sota · 4 years, 7 months ago
  23. 4edfc6d [dif] DIF HMAC Sanity: Use generated top-level constants by Philipp Wagner · 4 years, 7 months ago
  24. 7c97b75 [sw] Prefix all meson build targets for DIFs with sw_lib_ by Philipp Wagner · 4 years, 7 months ago
  25. ff85e05 [sw] Document Output-params by Sam Elliott · 4 years, 7 months ago
  26. ac251b1 [sw] separate clock frequency enums by Timothy Chen · 4 years, 7 months ago
  27. 0ad19da [sw] Conditionally Provide Some libc Symbols by Sam Elliott · 4 years, 7 months ago
  28. f72a4be [otbn/dif] Add Software Checklist by Sam Elliott · 4 years, 7 months ago
  29. 49eeb8f [sw/bitfield] Provide byte inspection builtins by Sam Elliott · 4 years, 7 months ago
  30. 822a7e0 [otbn] Add code snippets for 256 and 384 bit mul by Greg Chadwick · 4 years, 7 months ago
  31. 358f9a2 [otbn] Add a code snippet that shows off the loop instructions by Rupert Swarbrick · 4 years, 7 months ago
  32. 1c063dc [otbn] Add unit test for OTBN DIF by Philipp Wagner · 4 years, 8 months ago
  33. 1c7cf8f [otbn] Initial DIF by Philipp Wagner · 4 years, 9 months ago
  34. 01ad23e [sw/host/spiflash] Add support to dump frames by Miguel Osorio · 4 years, 7 months ago
  35. 97576e9 Remove unicode character from `test_coverage_llvm.c` by Garret Kelly · 4 years, 7 months ago
  36. cb76df4 [sw] Ensure Headers are Correctly Ordered by Sam Elliott · 4 years, 7 months ago
  37. 5c83491 [sw] Write a simple test to test coverage functionality by Alphan Ulusoy · 4 years, 8 months ago
  38. a3990a3 [sw] Integrate test_coverage into test_main by Alphan Ulusoy · 4 years, 8 months ago
  39. d2bbbe1 [sw] Implement test_coverage library by Alphan Ulusoy · 4 years, 8 months ago
  40. fcea9e3 [sw] Modify flash_crt.S for llvm coverage by Alphan Ulusoy · 4 years, 8 months ago
  41. 8fd6d55 [sw] Modify flash_link.ld for llvm coverage by Alphan Ulusoy · 4 years, 8 months ago
  42. d458a41 Update llvm_clang_rt_profile to llvm/llvm-project@4fccdd5c85d by Alphan Ulusoy · 4 years, 8 months ago
  43. d326f25 [sw] Vendor in llvm_clang_rt_profile by Alphan Ulusoy · 4 years, 8 months ago
  44. f198499 [otbn] Mention pseudo-ops example in README by Philipp Wagner · 4 years, 8 months ago
  45. 0f643e1 [otbn] Move software to sw/otbn by Philipp Wagner · 4 years, 8 months ago
  46. 92e9242 [sw/sca] AES-ECB encrypt simple serial by Miguel Osorio · 4 years, 8 months ago
  47. b5aab29 [sw/lib] Add AES manual trigger function by Miguel Osorio · 4 years, 8 months ago
  48. 0915ddb [bootrom/bootstrap] Update flash write check by Miguel Osorio · 4 years, 8 months ago
  49. bdcbd20 [rv_core_ibex] Add escalation receiver and hook up NMI by Michael Schaffner · 4 years, 8 months ago
  50. ded9da4 [aes] Provide the initial key in two shares for security hardening by Pirmin Vogel · 4 years, 8 months ago
  51. 4ec676e [regtool] Add `_` separator between multireg base name and index by Pirmin Vogel · 4 years, 8 months ago
  52. 58ca4b0 [sw] Replace the old SPI driver with the new DIF by Miguel Young de la Sota · 4 years, 8 months ago
  53. 64c8973 [sw] Fix flash_header section attributes by Luís Marques · 4 years, 8 months ago
  54. 1ada4f7 [sw] Use KEEP Correctly in Linker Scripts by Sam Elliott · 4 years, 8 months ago
  55. 95315f1 [mask rom] Add TOC to Pseudocode by Sam Elliott · 4 years, 8 months ago
  56. fcab1cd [mask rom] Split Functionality into Modules by Sam Elliott · 4 years, 8 months ago
  57. 00d080f [mask rom] Describe Mask ROM Interface Structures by Sam Elliott · 4 years, 8 months ago
  58. cb38b8d [dif uart] Use matching defines for bit definitions by Philipp Wagner · 4 years, 8 months ago
  59. c50ff87 [sw] Fix formatting in comment by Philipp Wagner · 4 years, 8 months ago
  60. 42610c0 [aes] Clear all reg status trackers on writes to control reg by Pirmin Vogel · 4 years, 8 months ago
  61. 847ec7a [sw/dif] Improve (the consistency of) Doxygen comments by Philipp Wagner · 4 years, 8 months ago
  62. 240a208 [mask_rom] Mask ROM Initial Commit by Sam Elliott · 4 years, 8 months ago
  63. 5e792c0 [mask rom] Address Pseudocode Issues by Sam Elliott · 4 years, 8 months ago
  64. b8ce2ef [sw] Unsigned Comparisons in Address Loops by Sam Elliott · 4 years, 8 months ago
  65. a711a6a [mask rom] More Detailed Boot Pseudo-code by Sam Elliott · 4 years, 8 months ago
  66. 9f5ffe9 [usbdev] Don't re-initialize UART in Test by Sam Elliott · 4 years, 8 months ago
  67. d84bd57 [usbdev] Add new usbdev_test by Pirmin Vogel · 4 years, 8 months ago
  68. 57ecf26 [hmac] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  69. 4576a29 [usbdev] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  70. 26f0dcc [rv_timer] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  71. f08e441 [i2c] Add DIF Checklist and Progress by Sam Elliott · 4 years, 8 months ago
  72. 81439a8 [doc] Typo in SW Checklist by Sam Elliott · 4 years, 8 months ago
  73. 0a6162d [sw/dif] Add tests for HMAC DIF by Jon Flatley · 5 years ago
  74. db80488 [sw/dif] Implement a DIF library for HMAC by Jon Flatley · 5 years ago
  75. 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
  76. 50e8be1 [mask rom] Initial Pseudo-Code for Mask ROM by Sam Elliott · 4 years, 8 months ago
  77. 3fc74fc [tests] Clean up dif_plic_sanitytest.c by Miguel Young de la Sota · 4 years, 8 months ago
  78. 7b8efc6 [sw/test] Add a test for the CRT. by Miguel Young de la Sota · 4 years, 8 months ago
  79. e82507a [sw/crt] Fix CRT code clobbering the first word of .bss by Miguel Young de la Sota · 4 years, 8 months ago
  80. f8e6a75 [test] Move rv_timer_test.c into tests/dif by Miguel Young de la Sota · 4 years, 9 months ago
  81. 6148eda [dif] Replace uses of rv_timer.h with dif_rv_timer.h by Miguel Young de la Sota · 4 years, 9 months ago
  82. be4bcb7 [aes] Add shadow CTRL register, interface with alert handler by Pirmin Vogel · 5 years ago
  83. 2971ee5 [sw] Delete sw/device/boot_rom2 by Sam Elliott · 4 years, 8 months ago
  84. eaf4a3e [test] Add kTestConfig, a pre-main test config by Miguel Young de la Sota · 4 years, 9 months ago
  85. 425450c [sw/dif_usbdev] Implement USBDEV DIF Library by Alphan Ulusoy · 5 years ago
  86. 45fb1c6 [doc] Update Licence Headers to fit agreed style by Sam Elliott · 4 years, 10 months ago
  87. 70e2228 [sw] Redesign MMIO and Bitfield Library by Sam Elliott · 4 years, 9 months ago
  88. 24b6651 [sw] Correct mmio EXPECT macro name by Sam Elliott · 4 years, 9 months ago
  89. b39abf1 [sw] Delete EXPECT_MASK<N>_AT Macros by Sam Elliott · 4 years, 9 months ago
  90. 5d6cac5 [sw] Correct EXPECT_MASK8 mmio macro by Sam Elliott · 4 years, 9 months ago
  91. d3aa20c [sw] Remove 16-bit MMIO Functions by Sam Elliott · 4 years, 9 months ago
  92. 428c00d [sw] Make no-arguments CHECK print the CHECK'd expression by Miguel Young de la Sota · 4 years, 9 months ago
  93. bbf8ceb [sw] Remove CHECKZ by Miguel Young de la Sota · 4 years, 9 months ago
  94. 44f461c [sw] Complete S1 Review for UART DIF by Sam Elliott · 4 years, 10 months ago
  95. 08db49f [sw, dif_uart] Fulfil S1 Checklist DIF_TEST_SANITY requirement by Silvestrs Timofejevs · 4 years, 10 months ago
  96. 102e7e5 [sw, dif_uart] Add API useful for debugging by Silvestrs Timofejevs · 4 years, 10 months ago
  97. a1c2a3d [sw, testing] Add interface to know when to reconfigure UART by Silvestrs Timofejevs · 4 years, 9 months ago
  98. 2b44ce6 [sw, dif] add C/C++ guard to dif_warn_unused_result.h by Silvestrs Timofejevs · 4 years, 9 months ago
  99. 469ef88 [sw/flash] Update flash lib and test by Timothy Chen · 4 years, 9 months ago
  100. 9296764 [flash] Add scrambling primitive and hook-up to program / read pipelines by Timothy Chen · 4 years, 9 months ago