Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
timothytrippel pushed 1 commit to earlgrey_1.0.0 timothytrippel/opentitan
- Removed the silicon creator from aes_interupt test Updated bazel target to include silicon tests for aes_interrupt_e... bd24600
timothytrippel pushed 2 commits to fix-orchestrator-bug timothytrippel/opentitan
timothytrippel pushed 3 commits to fix-orchestrator-bug timothytrippel/opentitan
- [orchestrator] fix bug in computation of Device ID This fixes a bug in the computation and construction of the Devic... cf71e79
- [orchestrator] test two different usecase of script There are two potential usecases of the orchestrator.py script: ... 365cf74
- [orchestrator] check if device ID exists in database before writing This updates the orchestrator to check if a devi... bb137d2
timothytrippel pushed 7 commits to add-otp-lock-delay timothytrippel/opentitan
- [signing] Support SPX signing with `hsmtool` 1. Enhance the signing rules to use the spx signing commands added to ... d09540f
- [sphincsplus] Use NIST standard algorithm names 1. Use the formal NIST names for SPHINCS+ algorithms when saving or ... a58c7b6
- [manuf] add debug prints to OTP provisioning process This adds detailed log prints to each OTP write that happens du... 8b2c660
- [orchestrator] fix bug in computation of Device ID This fixes a bug in the computation and construction of the Devic... aaa30fa
- [orchestrator] test two different usecase of script There are two potential usecases of the orchestrator.py script: ... 899719d
- [orchestrator] check if device ID exists in database before writing This updates the orchestrator to check if a devi... 41b6e30
- DO NOT MERGE This is to test the impact of adding a delay between provisioning and locking the root key OTP partitio... 6007682
timothytrippel pushed 6 commits to fix-orchestrator-bug timothytrippel/opentitan
- [signing] Support SPX signing with `hsmtool` 1. Enhance the signing rules to use the spx signing commands added to ... d09540f
- [sphincsplus] Use NIST standard algorithm names 1. Use the formal NIST names for SPHINCS+ algorithms when saving or ... a58c7b6
- [manuf] add debug prints to OTP provisioning process This adds detailed log prints to each OTP write that happens du... 8b2c660
- [orchestrator] fix bug in computation of Device ID This fixes a bug in the computation and construction of the Devic... aaa30fa
- [orchestrator] test two different usecase of script There are two potential usecases of the orchestrator.py script: ... 899719d
- [orchestrator] check if device ID exists in database before writing This updates the orchestrator to check if a devi... 41b6e30
timothytrippel pushed 3 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [signing] Support SPX signing with `hsmtool` 1. Enhance the signing rules to use the spx signing commands added to ... d09540f
- [sphincsplus] Use NIST standard algorithm names 1. Use the formal NIST names for SPHINCS+ algorithms when saving or ... a58c7b6
- [manuf] add debug prints to OTP provisioning process This adds detailed log prints to each OTP write that happens du... 8b2c660
timothytrippel pushed 2 commits to fix-orchestrator-bug timothytrippel/opentitan
timothytrippel created a review comment on a pull request on lowRISC/opentitan
ah, yes. nice catch! Fixed.
timothytrippel pushed 3 commits to fix-orchestrator-bug timothytrippel/opentitan
- [orchestrator] fix bug in computation of Device ID This fixes a bug in the computation and construction of the Devic... 0acbd81
- [orchestrator] test two different usecase of script There are two potential usecases of the orchestrator.py script: ... 274c8a6
- [orchestrator] check if device ID exists in database before writing This updates the orchestrator to check if a devi... db42d07
timothytrippel opened a pull request on lowRISC/opentitan
[orchestrator] fix bugs in orchestrator.py script
This fixes two bugs in the orchestrator.py script: 1. a bug in the computation and construction of the Device ID when parts are provisioned from a TestLocked* stage, i.e., if part has already prev...timothytrippel created a branch on timothytrippel/opentitan
fix-orchestrator-bug - OpenTitan: Open source silicon root of trust
timothytrippel reopened a pull request on lowRISC/opentitan
Link real IMM_ROM_EXT into ROM_EXT
This PR mainly does the work about the IMM_ROM_EXT linking, including following commits: * Refine the linker script and startup assembly for our real IMM_ROM_EXT. * Make ROM_EXT use prebuilt IMM_...timothytrippel closed a pull request on lowRISC/opentitan
Link real IMM_ROM_EXT into ROM_EXT
This PR mainly does the work about the IMM_ROM_EXT linking, including following commits: * Refine the linker script and startup assembly for our real IMM_ROM_EXT. * Make ROM_EXT use prebuilt IMM_...timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
- [manuf] add debug prints to OTP provisioning process This adds detailed log prints to each OTP write that happens du... 8b2c660
timothytrippel closed a pull request on lowRISC/opentitan
[manuf] add debug prints to OTP provisioning process
This adds detailed log prints to each OTP write that happens during provisioning to enable easier triaging bugs.timothytrippel created a branch on timothytrippel/opentitan
add-otp-lock-delay - OpenTitan: Open source silicon root of trust
timothytrippel opened a pull request on lowRISC/opentitan
[manuf] add debug prints to OTP provisioning process
This adds detailed log prints to each OTP write that happens during provisioning to enable easier triaging bugs.timothytrippel closed an issue on lowRISC/opentitan
[manuf] DICE: The certificates generated by perso_extension are inaccessible in baseline perso_fw due to design restrictions
### Test point name NA ### Host side component None ### OpenTitanTool infrastructure implemented None ### Silicon Validation (SiVal) Yes ### Emulation Targets - [x] Hyperdebug + CW340 ###...timothytrippel created a review comment on a pull request on lowRISC/opentitan
nit: perhaps "with_features" would be better described with "extra_cc_features" or something like that to indicate these are compiler toolchain related features?
timothytrippel created a review on a pull request on lowRISC/opentitan
mostly LGTM pending some comments in addition to others. Thanks @sasdf ! looking forward to getting this in to free up some precious ROM_EXT space.
timothytrippel created a review on a pull request on lowRISC/opentitan
mostly LGTM pending some comments in addition to others. Thanks @sasdf ! looking forward to getting this in to free up some precious ROM_EXT space.
timothytrippel pushed 5 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [rust] Add new dependencies to opentitanlib The new dependencies will be used to implement a new transport that will... b9a9758
- [opentitanlib] Add ftdi transport for voyager board Signed-off-by: Douglas Reis <[email protected]> (cherry picked ... c24cb2b
- [opentitanlib] Add gpio implementation for ftdi transport Signed-off-by: Douglas Reis <[email protected]> (cherry p... 36fdf4b
- [opentitanlib] Add spi implementation for ftdi transport Signed-off-by: Douglas Reis <[email protected]> (cherry pi... 0df06c6
- [SiVal, usbdev] Mark sof test as NA for SiVal The test descriptions mention internal signals that aren't exposed to ... f80f748
timothytrippel pushed 1 commit to earlgrey_1.0.0 timothytrippel/opentitan
- opentitantool: option for parsing BFV codes Given the hex value reported in the `BFV: xxxxxxxx` entry of the crash l... 685f4bd
timothytrippel created a comment on a pull request on lowRISC/opentitan
I think this can be rebased now to fix the merge conflicts.
timothytrippel pushed 1 commit to master lowRISC/opentitan
- [imm_rom_ext] Add immutable ROM_EXT ePMP reconfiguration Reconfigure ePMP in immutable ROM_EXT to remove executable ... 437e299