Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
timothytrippel created a review on a pull request on lowRISC/opentitan
LGTM, thanks! I think we just need to rebase this again and fix the CI failure, then we can merge.
timothytrippel created a review on a pull request on lowRISC/opentitan
LGTM, thanks! I think we just need to rebase this again and fix the CI failure, then we can merge.
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... 635b87e
timothytrippel pushed 3 commits to fix-sram-load 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
- [opentitanlib] set EXEC CSR in sram_ctrl when SRAM program is loaded Previously, we were relying on HW_CFG1 partitio... 250d3dc
timothytrippel pushed 2 commits to earlgrey_1.0.0 timothytrippel/opentitan
timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
- [sival] Add option to skip reset on lc state read. Add `opentitantool` argument to skip reset on `LcStateRead`. This... a155cb2
timothytrippel closed a pull request on lowRISC/opentitan
[sival] Add option to skip reset on lc state read.
Add `opentitantool` argument to skip reset on `LcStateRead`. This is useful when debugging device alerts as the device will report escalation state as a result of an escalation. Since the escalati...timothytrippel opened 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 pushed 1 commit to earlgrey_1.0.0 lowRISC/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
timothytrippel closed a pull request on lowRISC/opentitan
Cherry-pick to earlgrey_1.0.0: [sw,rnd] Fix polling loop for RND_DATA_VALID
This is an automatic cherry-pick of #25597 to branch `earlgrey_1.0.0`.timothytrippel created a branch on timothytrippel/opentitan
fix-sram-load - OpenTitan: Open source silicon root of trust
timothytrippel created a comment on a pull request on lowRISC/opentitan
@nmoroze can you rebase this on latest `earlgrey_1.0.0`?
timothytrippel created a comment on a pull request on lowRISC/opentitan
Sorry about that, it should be fixed in the latest version of `earlgrey_1.0.0` branch. Try pulling the latest.
timothytrippel pushed 1 commit to master lowRISC/opentitan
- [bazel] resolve conflicting actions in `update_manifest` The `update_manifest` function was previously using the sam... 2df1934
timothytrippel closed a pull request on lowRISC/opentitan
[bazel] resolve conflicting actions in `update_manifest`
This PR modifies the output file name of the updated manifest to include the execution environment name, ensuring unique output file names for each ELF file and resolving the conflicting actions. ...timothytrippel reopened a pull request on lowRISC/opentitan
Cherry-pick to earlgrey_1.0.0: [sw,rnd] Fix polling loop for RND_DATA_VALID
This is an automatic cherry-pick of #25597 to branch `earlgrey_1.0.0`.timothytrippel closed a pull request on lowRISC/opentitan
Cherry-pick to earlgrey_1.0.0: [sw,rnd] Fix polling loop for RND_DATA_VALID
This is an automatic cherry-pick of #25597 to branch `earlgrey_1.0.0`.timothytrippel pushed 1 commit to main lowRISC/crt
- [features] Add feature for Oz minsize opt level When enabling LTO, Oz is required to have a smaller firmware size. ... a63989d
timothytrippel closed a pull request on lowRISC/crt
[features] Add feature for Oz minsize opt level
When enabling LTO, Oz is required to have a smaller firmware size. This PR adds the "minsize" feature, which will be enabled along with LTO on some ROM_EXT targets through bazel transition. I...timothytrippel pushed 1 commit to main lowRISC/crt
- Enable unused parameter / variable compiler warnings Signed-off-by: Yi-Hsuan Deng <[email protected]> 8551be6
timothytrippel closed a pull request on lowRISC/crt
Enable unused parameter / variable compiler warnings
Related to https://github.com/lowRISC/opentitan/pull/23358 and https://github.com/lowRISC/opentitan/issues/22928. This commit enables the compiler warning to give some signal of potential bugs. ...timothytrippel pushed 1 commit to master lowRISC/opentitan
- [sw,rnd] Fix polling loop for RND_DATA_VALID https://opentitan.org/book/hw/ip/rv_core_ibex/doc/registers.html#rnd_st... d0d50ae
timothytrippel closed a pull request on lowRISC/opentitan
[sw,rnd] Fix polling loop for RND_DATA_VALID
https://opentitan.org/book/hw/ip/rv_core_ibex/doc/registers.html#rnd_status According to the register doc, the `RND_DATA_VALID` is only one bit at bit 0. Testing against full 32-bits might ma...timothytrippel pushed 11 commits to add-more-debug-prints timothytrippel/opentitan
- [sival] Add support for downstream execution envs. This change adds the ability to run silicon validaton targets on ... 16207cf
- [rust] Reformat crypto test files These did not seem to be running under `rustfmt` pre-bzlmod somehow. Signed-off-b... 40fed6e
- [ci] move google credentials out from workspace This gets cleaned up by some CI scripts. Signed-off-by: Gary Guo <g... e67ddf1
- [ci] move setup-gcloud to prepare-env gcloud CLI is installed for all non-PR workflows. This simplifies the workflow... 476c4a5
- [ci] move documentation build to its own job Signed-off-by: Gary Guo <[email protected]> (cherry picked from comm... b56b0e9
- [ci] use GitHub Actions to build documentation site Signed-off-by: Gary Guo <[email protected]> (cherry picked fr... 342afc2
- [ci] Change "build docs" branch/path to earlgrey_1.0.0 Signed-off-by: James Wainwright <[email protected]... 42cb2a7
- [manuf] add detailed logs during OTP writes in individualization The detailed logs indicate which OTP programming ph... d52cda1
- [manuf] use external clock during FT individualize This updates the FT individualize program to use external clock w... 96962e4
- [manuf] DO NOT MERGE This adds detailed log prints to each OTP write that happens during provisioning for triaging b... 570ad1a
- [manuf] add delay to OTP writes Allow charge pump to recover on real silicon. Signed-off-by: Tim Trippel <ttrippel@... 2717970
timothytrippel pushed 9 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [sival] Add support for downstream execution envs. This change adds the ability to run silicon validaton targets on ... 16207cf
- [rust] Reformat crypto test files These did not seem to be running under `rustfmt` pre-bzlmod somehow. Signed-off-b... 40fed6e
- [ci] move google credentials out from workspace This gets cleaned up by some CI scripts. Signed-off-by: Gary Guo <g... e67ddf1
- [ci] move setup-gcloud to prepare-env gcloud CLI is installed for all non-PR workflows. This simplifies the workflow... 476c4a5
- [ci] move documentation build to its own job Signed-off-by: Gary Guo <[email protected]> (cherry picked from comm... b56b0e9
- [ci] use GitHub Actions to build documentation site Signed-off-by: Gary Guo <[email protected]> (cherry picked fr... 342afc2
- [ci] Change "build docs" branch/path to earlgrey_1.0.0 Signed-off-by: James Wainwright <[email protected]... 42cb2a7
- [manuf] add detailed logs during OTP writes in individualization The detailed logs indicate which OTP programming ph... d52cda1
- [manuf] use external clock during FT individualize This updates the FT individualize program to use external clock w... 96962e4