Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
timothytrippel created a branch on timothytrippel/opentitan
resign-perso-bins - OpenTitan: Open source silicon root of trust
timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
- [provisioning] make extension CA config optional The extension CA was made optional in #25545 in the host benchtop p... f89af5f
timothytrippel closed a pull request on lowRISC/opentitan
[provisioning] make extension CA config optional
The extension CA was made optional in #25545 in the host benchtop provisioning FT harness. However, it was not propagated to the orchestrator script. This updates the orchestrator script to also ma...timothytrippel pushed 6 commits to add-more-debug-prints timothytrippel/opentitan
- [otbn] Allow sim to compare result to dmem Signed-off-by: Amin Abdulrahman <[email protected]> e2ae6e7
- [SiVal, crypto] Add cw340 exec_env to SiVal tests Signed-off-by: Douglas Reis <[email protected]> (cherry picked fr... 7e1d62d
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... b8fe0da
- [manuf] Add required flag to orchestrator README Signed-off-by: Noah Moroze <[email protected]> 99683cf
- [manuf] Make orchestrator resolve paths using runfiles library This simplifies use of the packaged orchestrator scri... 351b36b
- [manuf] DO NOT MERGE This adds detailed log prints to each OTP write that happens during provisioning for triaging b... 254c6bb
timothytrippel created a branch on timothytrippel/opentitan
add-otp-write-delays - OpenTitan: Open source silicon root of trust
timothytrippel pushed 187 commits to master timothytrippel/opentitan
- [alert,dv] Fix logic in alert_receiver_driver This was "tightened up" in commit b1095ff, which actually broke things... a51f765
- [topgen] Render AsyncOn for outgoing alerts Seperately render the AsyncOn config for outgoing alerts in the top_pkg ... d8a14c4
- [darjeeling] Regenerate Darjeeling after tooling changes Signed-off-by: Robert Schilling <[email protected]> 55ccb53
- [prim_fifo_sync,rtl] Fix full_o behaviour when Depth == 0 This is a bit silly, but the storage of an empty fifo is a... 3d4980c
- [prim,fpv] Connect and check full_o Signed-off-by: Rupert Swarbrick <[email protected]> 6964c59
- [prim,fpv] Connect and check err_o for prim_fifo_sync This output doesn't really do anything in the FPV world (becau... 7df571b
- [alert,dv] Use out-of-block definitions in alert_receiver_driver This is pretty much a mechanical change, but should... d74991d
- [alert,dv] Document set_ack_pins and simplify arguments Signed-off-by: Rupert Swarbrick <[email protected]> 8ad5f94
- [alert,dv] Document drive_alert_ping and simplify arguments Signed-off-by: Rupert Swarbrick <[email protected]> 1eb96b3
- [rv_core_ibex,rtl] Parametrize alert_handler dependencies Signed-off-by: Robert Schilling <[email protected]> 6e3f575
- [hw,pwrmgr,rv_core,rtl] Move pwrmgr interface to rv_core_ibex Signed-off-by: Robert Schilling <[email protected]> 1a85154
- [topgen] Use the number of alerts and not alert modules Previously, the numner of alert modules was used to determin... 54332ee
- [ci/cryptotest] Add bazel tag to skip test in nightly CI Signed-off-by: Miles Dai <[email protected]> d30491d
- [cryptotest] Enable fpga_cw310_sival_rom_ext exec env Signed-off-by: Miles Dai <[email protected]> 85c3069
- [SiVal, usbdev] Add harness to usbdev_test Signed-off-by: Douglas Reis <[email protected]> 02e936f
- [opentitantool] Multi-byte read()/write() in serial console The serial console library suffers from the need not to ... ccb9425
- [opentitantool] HyperDebug driver robustness When the driver reads a command response from the HyperDebug text conso... f698217
- [kmac, sival] Add sival exec environment to kmac_app_rom_test This commit adds the CW310 and CW340 SiVal execution e... 2c36651
- [bazel] Add rules_rust extra_rustc_toolchain_dirs patch From the original commit: Add build setting to enable speci... bce3cea
- [opentitantool] Add ability to access SPI via flashrom Some transports/debuggers expose the SPI ports in a way that ... 2b289b2
- and 167 more ...
timothytrippel opened a pull request on lowRISC/opentitan
[provisioning] make extension CA config optional
The extension CA was made optional in #25545 in the host benchtop provisioning FT harness. However, it was not propagated to the orchestrator script. This updates the orchestrator script to also ma...timothytrippel created a branch on timothytrippel/opentitan
support-optional-ext-ca - OpenTitan: Open source silicon root of trust
timothytrippel created a comment on an issue on lowRISC/opentitan
Yes, and yes. Thanks @andreaskurth .
timothytrippel closed an issue on lowRISC/opentitan
[ot_certs,opentitantool] enable generating DICE certificates for several profiles
The current on-device certificate generation mechanism during personalization (and during ROM_EXT execution) generates DICE certificate chain in the X.509 ASN.1 DER format, which is one of the [sup...timothytrippel pushed 5 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [otbn] Allow sim to compare result to dmem Signed-off-by: Amin Abdulrahman <[email protected]> e2ae6e7
- [SiVal, crypto] Add cw340 exec_env to SiVal tests Signed-off-by: Douglas Reis <[email protected]> (cherry picked fr... 7e1d62d
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... b8fe0da
- [manuf] Add required flag to orchestrator README Signed-off-by: Noah Moroze <[email protected]> 99683cf
- [manuf] Make orchestrator resolve paths using runfiles library This simplifies use of the packaged orchestrator scri... 351b36b
timothytrippel created a review comment on a pull request on lowRISC/opentitan
nit (it is a ROM_EXT failure message): ```suggestion let rom_ext_failure_msg = r"Invalid UDS certificate detected!"; ```
timothytrippel created a review on a pull request on lowRISC/opentitan
Thanks @vbendeb !
timothytrippel created a review on a pull request on lowRISC/opentitan
Thanks @vbendeb !
timothytrippel pushed 2 commits to earlgrey_1.0.0 lowRISC/opentitan
- [manuf] Add required flag to orchestrator README Signed-off-by: Noah Moroze <[email protected]> 99683cf
- [manuf] Make orchestrator resolve paths using runfiles library This simplifies use of the packaged orchestrator scri... 351b36b
timothytrippel closed a pull request on lowRISC/opentitan
[manuf] Clean up runfile path handling in orchestrator
This PR updates the provisioning orchestrator to use the `runfiles` library from rules_python to resolve paths to Bazel runfiles. This simplifies the instructions for running the packaged orchestra...timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... b8fe0da
timothytrippel closed a pull request on lowRISC/opentitan
[opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded
Previously, we were relying on HW_CFG1 partition not being programmed yet for SRAM execution to be enabled in TEST_UNLOCKED* states. However, this limits the re-entrancy of the FT individualize pro...timothytrippel created a review comment on a pull request on lowRISC/opentitan
maybe you could drop a comment here why this function is different than https://cs.opensource.google/opentitan/opentitan/+/master:sw/device/silicon_creator/lib/manifest_def.c;l=39?q=manifest_def_ge...
timothytrippel pushed 7 commits to add-more-debug-prints timothytrippel/opentitan
- [sw,rnd] Fix polling loop for RND_DATA_VALID https://opentitan.org/book/hw/ip/rv_core_ibex/doc/registers.html#rnd_st... a7168f5
- [sival] Add option to skip reset on lc state read. Add `opentitantool` argument to skip reset on `LcStateRead`. This... a155cb2
- [sival/entropy_src] Add entropy_src_bypass_mode_health_test This test implements the entropy source test, "chip_sw_e... f1c5549
- [alert, sival] chip_sw_alert_handler_escalation This commit generalizes the existing `alert_handler_escalation_test`... 18d5f43
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... 43a1fe5
- [manuf] DO NOT MERGE This adds detailed log prints to each OTP write that happens during provisioning for triaging b... 72843d8
- [manuf] add delay to OTP writes Allow charge pump to recover on real silicon. Signed-off-by: Tim Trippel <ttrippel@... b7c020c
timothytrippel pushed 1 commit to fix-sram-load timothytrippel/opentitan
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... 43a1fe5
timothytrippel pushed 3 commits to fix-sram-load timothytrippel/opentitan
- [sival/entropy_src] Add entropy_src_bypass_mode_health_test This test implements the entropy source test, "chip_sw_e... f1c5549
- [alert, sival] chip_sw_alert_handler_escalation This commit generalizes the existing `alert_handler_escalation_test`... 18d5f43
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... 429ca6c
timothytrippel pushed 2 commits to earlgrey_1.0.0 timothytrippel/opentitan
timothytrippel pushed 1 commit to master lowRISC/opentitan
- [imm_rom_ext] Add hello world IM_EXT * Add minimized C code, startup asm and linker script for a standalone IM_EXT... ee4a828