- 6e3c0ed [bazel] Add rules to build spiflash utility by Timothy Trippel · 3 years ago
- 24b84fd [chip dv] Fix uart unexpected watermark interrupt by Weicai Yang · 3 years ago
- 89e3241 [dif/autogen] Use EXPECT_DIF_* macros in unit tests by Timothy Trippel · 3 years ago
- 21721cd [sw] dif and unittest changes to accommodate multi-reg change by Timothy Chen · 3 years ago
- 640f3f3 [test, otbn] Add the otbn_mem_scramble chip level test by Douglas Reis · 3 years, 1 month ago
- 2399bc7 [sw, check] Improve `CHECK_BUFFER` macro to accept expressions by Douglas Reis · 3 years ago
- 30123d4 [opentitantool] Correctly detect bootstrap errors by Jes B. Klinke · 3 years ago
- b4f673b [opentitantool] Bootstrapping efficiently via proxy by Jes B. Klinke · 3 years, 1 month ago
- 6e3b027 [opentitantool] Conf files relative to current directory by Jes B. Klinke · 3 years ago
- 8fce79d [bazel] Format all BUILD files in the repo by Miguel Young de la Sota · 3 years ago
- a820db8 [bazel] Make :mock_mmio a proper target by Miguel Young de la Sota · 3 years ago
- a33ed81 [sw,mask_rom] Configure Debug ROM in ePMP so debug can be enabled in RMA by Daniel Beitel · 3 years, 2 months ago
- e99ab35 [sw,crypto] Remove remaining usages of mmio in the hmac driver by Alphan Ulusoy · 3 years ago
- 541a74e [opentitantool] Make spi read-id read 15 bytes by default by Alphan Ulusoy · 3 years ago
- 3434647 [sw/silicon_creator] Add spi_device_init() by Alphan Ulusoy · 3 years ago
- bc4e451 [bazel] Minor fixes for mock_abs_mmio by Alphan Ulusoy · 3 years ago
- 236a8d2 [dif/spi_host] update checklist and milestone by Timothy Trippel · 3 years ago
- b4e44d9 [dif/spi_host] remove redeclaration of init DIF by Timothy Trippel · 3 years ago
- 7d432ad [dif/spi_host] add DIF return code for `dif_spi_host_output_set_enabled()` by Timothy Trippel · 3 years ago
- 0807d31 [dif/spi_host] add DIF return code for `dif_spi_host_fifo_write()` by Timothy Trippel · 3 years ago
- ab224e8 [dif/spi_host] add DIF return code for `dif_spi_host_fifo_read()` by Timothy Trippel · 3 years ago
- c3628a5 [bazel] Unbreak building //sw/device/tests:all by Miguel Young de la Sota · 3 years ago
- 6623098 [lib] Add %!b format specifier for printing bools by Miguel Young de la Sota · 3 years ago
- 48f97cd [sw, dif] Use EXPECT_DIF_* in some places that were missing it. by Miguel Young de la Sota · 3 years ago
- 9634d8b [lc_ctrl/dv] Update DIF to account for hardware revision CSR by Michael Schaffner · 3 years ago
- 18cde68 [sw,crypto] Adjust cryptolib drivers to use abs_mmio. by Jade Philipoom · 3 years, 1 month ago
- 5a1d9e5 [sw,otbn] Add Bazel rules for all sw/otbn/crypto targets. by Jade Philipoom · 3 years ago
- 841959f [bazel] fix opentitanlib build by Timothy Trippel · 3 years ago
- eb8ab0f [sw, test, otbn] Add the chip level test otbn idle by Douglas Reis · 3 years ago
- 74e62b3 [fix, ottf] Fix log of the macro `CHECK_DIF_OK` by Douglas Reis · 3 years ago
- 4a8e830 [dif/adc_ctrl] Update DIF checklist by Timothy Trippel · 3 years ago
- 46f468f [dif/adc_ctrl] Implement remaining DIFs by Timothy Trippel · 3 years ago
- 638a113 [dif/adc_ctrl] Implement wakeup get/set-enabled DIFs by Timothy Trippel · 3 years ago
- d1dc5a9 [dif/adc_ctrl] Implment IRQ cause/clear DIFs by Timothy Trippel · 3 years ago
- effffac [opentitantlib] Adds new Emulator transport trait by Michał Mazurek · 3 years, 1 month ago
- e586c76 [dif/bazel] Fix up adc_ctrl target by Alexander Williams · 3 years ago
- c44ca78 [sw] Fix 64-bit division in HMAC test utilities by Michael Munday · 3 years ago
- dcd9d110 [hmac_enc, tests] Introduce the HMAC chip level test (non-irq) by Silvestrs Timofejevs · 3 years, 1 month ago
- c39a50a [hmac_enc, tests] Factor out common functionality into testutils by Silvestrs Timofejevs · 3 years, 1 month ago
- 947d3da [dif/adc_ctrl] Implement FSM reset DIF by Timothy Trippel · 3 years ago
- d7ad4ad [dif/adc_ctrl] Implement value-get DIFs by Timothy Trippel · 3 years ago
- 998c4e6 [lib] Remove libgcc dependency in on-device code by Miguel Young de la Sota · 3 years ago
- a050e8c [lib] Add our own implementations of low-level math polyfills by Miguel Young de la Sota · 3 years ago
- 364fbd3 [build] Don't rebuild gtest for every single unit test target by Miguel Young de la Sota · 3 years ago
- 46d1801 [dif/adc_ctrl] Implement filter get/set-enabled DIFs by Timothy Trippel · 3 years ago
- b7546ab [dif/adc_ctrl] Implement get/set-enabled DIFs by Timothy Trippel · 3 years ago
- 770fb8f [sw, style] Replace LLVM-style X macro guidance by Miguel Young de la Sota · 3 years ago
- 55b5b7e [flash_ctrl] Alert separation and local escalation by Timothy Chen · 3 years ago
- ef7251a [sw] Get rid of bespoke *_WARN_UNUSED_RESULT macros by Miguel Young de la Sota · 3 years ago
- 4c75bf9 [dv] Add ROM-only chip-level test example by Timothy Trippel · 3 years ago
- 933bb16 [dif/adc_ctrl] Implement configuration DIFs by Timothy Trippel · 3 years ago
- 0f33710 Add #include clarifications in freestading/README.md by Miguel Young de la Sota · 3 years ago
- f33a04b [sw] Fix invalid includes of <limits.h> by Miguel Young de la Sota · 3 years ago
- 20f2966 [sw/testing] Add bazel target for autogened ISR testutils by Timothy Trippel · 3 years ago
- 2d9bfa7 [lib] Don't make anything in lib depend on the base:base rule by Miguel Young de la Sota · 3 years ago
- 11f1e1c [lib] Make the DIFs not depend on the deprecated base:base target by Miguel Young de la Sota · 3 years ago
- 847bb36 [lib] Break up the giant :base target and deprecate it by Miguel Young de la Sota · 3 years, 1 month ago
- 9dddbb0 [dif/pattgen] Add implementations of all DIFs by Timothy Trippel · 3 years ago
- ccffc98 [dv/full_chip] Add clkmgr_external_clk_src_for_sw by Guillermo Maturana · 3 years ago
- e1548e4 [sw/tests] Adding Meson infrastructure for integration of closed and open source chip level testing. by Maayan Kashani · 3 years, 1 month ago
- 3a8013d [test, aon] Fix a bug on the aon irq chip level test by Douglas Reis · 3 years, 1 month ago
- 8309f8d [test, aon] Fix bug in the aon lc escalate chip level test by Douglas Reis · 3 years ago
- f4e3845 [test, aon_timer] Fix bug on the aon bite reset test by Douglas Reis · 3 years ago
- 2cba533 [keymgr] various d2s fixes by Timothy Chen · 3 years ago
- eee5c3f [dif/adc_ctrl] Add header with proposed API by Timothy Trippel · 3 years ago
- b72a638 [sw,tests] Verify flash_idle signaling to pwrmgr by Dave Williams · 3 years, 1 month ago
- 2f33ce9 [sw, base] Add a macro for creating addressable code labels by Miguel Young de la Sota · 3 years, 1 month ago
- b6fa220 [sw, dif] Add style mandate for new EXPECT_DIF_* macros by Miguel Young de la Sota · 3 years ago
- f089651 [sw, dif] Add kDifBadArg test helper macro by Miguel Young de la Sota · 3 years ago
- 5129eab [sw, dif] Use EXPECT_DIF_OK in all DIF tests by Miguel Young de la Sota · 3 years ago
- 9ae6ccc [sw, dif] Add testing helper header for DIFs by Miguel Young de la Sota · 3 years ago
- 266a448 [dif/clkmgr] Add support for count measurements by Guillermo Maturana · 3 years, 1 month ago
- 951a93e [sw, aes] Add unit test for AES status register by Douglas Reis · 3 years, 1 month ago
- 90af397 [sw, aes] Refactor the aes trigger function and Add unit test by Douglas Reis · 3 years, 1 month ago
- 0c17469 [dif, aes] Add unit test for AES data register by Douglas Reis · 3 years, 1 month ago
- 6d8247a [dif, aes] Add unittest for AES keys sizes of 192 and 256 by Douglas Reis · 3 years, 1 month ago
- de59264 [sw/runtime] Add return code in CHECK_DIF_OK by Guillermo Maturana · 3 years, 1 month ago
- 80aa005 [sw/mask_rom] Move test plan by Timothy Trippel · 3 years, 1 month ago
- c64f7f5 [dv] Fix testplan references to mask ROM tests by Timothy Trippel · 3 years, 1 month ago
- 204a285 [sw,crypto] Add bazel targets for RSA-3072 and its tests. by Jade Philipoom · 3 years ago
- b342aad [dif] Create DIF for the spi_host by Chris Frantz · 3 years, 5 months ago
- 87c41e5 [dv,top,pwm] top sleep pwm pulses test by Jaedon Kim · 3 years, 1 month ago
- aa94388 [dif/pattgen] Add header containing API proposal by Timothy Trippel · 3 years ago
- d99759a [hmac, tests] Create HMAC testutils and factor out common func by Silvestrs Timofejevs · 3 years, 1 month ago
- a2688b3 [hmac_enc, tests] Introduce hmac_enc chip level IRQ test by Silvestrs Timofejevs · 3 years, 1 month ago
- d9da82a [util, isr_testutils] Add missing _t to typedefs by Silvestrs Timofejevs · 3 years, 1 month ago
- 4fbaa7a [doc, sram_ctrl] Bump DIF SRAM CTRL to S2 by Silvestrs Timofejevs · 3 years, 1 month ago
- 1ba3466 [dif_sram_ctrl] Add missing implementation by Silvestrs Timofejevs · 3 years, 1 month ago
- 75120a6 [dv/chip] Clean up full chip clkmgr tests by Guillermo Maturana · 3 years ago
- 09ef94e Fix UART timeout issues by Chris Frantz · 3 years, 1 month ago
- 7d681e5 [usbdev] Enable defaulting to NAK for OUT transactions by Alexander Williams · 3 years, 1 month ago
- 7728634 [opentitantool] Tolerate being interrupted in epoll() by Jes B. Klinke · 3 years, 1 month ago
- f6cf203 [dif/sysrst_ctrl] Add checklist by Timothy Trippel · 3 years, 1 month ago
- 12847fb [dif/spi_host] Add checklist by Timothy Trippel · 3 years, 1 month ago
- cd06dd9 [dif/spi_device] Update checklist and milestone by Timothy Trippel · 3 years, 1 month ago
- f93d83b [dif/usbdev] Update checklist and milestone by Timothy Trippel · 3 years, 1 month ago
- 51a8265 [dif/uart] Update DIF milestone and checklist by Timothy Trippel · 3 years, 1 month ago
- 61a3cca [dif/sram_ctrl] Update milestones and checklist by Timothy Trippel · 3 years, 1 month ago
- ff1944c [sw,crypto] Bazel target for non-mask-ROM RSA-3072 entrypoint. by Jade Philipoom · 3 years, 1 month ago
- c126c17 [opentitantool] Pass capabilities via proxy protocol by Jes B. Klinke · 3 years, 1 month ago