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