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 lowRISC/opentitan
- opentitantool: option for parsing BFV codes Given the hex value reported in the `BFV: xxxxxxxx` entry of the crash l... 685f4bd
timothytrippel closed a pull request on lowRISC/opentitan
opentitantool: option for parsing BFV codes
Given the hex value reported in the `BFV: xxxxxxxx` entry of the crash log, print the symbolic name of the error. Usage example: > bazel run //sw/host/opentitantool:opentitantool -- --rcfil...timothytrippel pushed 5 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [host,usbdev] Host-side component of suspend-resume testing Add a simple host-side application to drive the suspend-... 8776275
- [usbdev] Changes to support suspend-resume testing Changes to the usb_testutils layer to report link events as requi... 021f30f
- [tests,usbdev] Top-level suspend-resume tests Suspend-resume library code used in a number of top-level tests for ex... d6b8de3
- [host,usbdev] Harness for USBDEV suspend-resume testing Suspend-sleep-resume testing of USBDEV involves multiple tes... 3ea6eca
- [SiVal, usbdev] link suspend_resume_test in testplan Signed-off-by: Douglas Reis <[email protected]> (cherry picked... 56c657e
timothytrippel pushed 9 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [sival,alert] Enable lpg_sleep_mode_pings test in more envs * FPGA support is extended to the CW340. * DV timings ar... 393f814
- [rust] Add new dependencies to opentitanlib The new dependencies will be used to implement a new transport that will... e2521bf
- [opentitanlib] Add ftdi transport for voyager board Signed-off-by: Douglas Reis <[email protected]> (cherry picked ... fc56865
- [opentitanlib] Add gpio implementation for ftdi transport Signed-off-by: Douglas Reis <[email protected]> (cherry p... afcdffd
- [opentitanlib] Add spi implementation for ftdi transport Signed-off-by: Douglas Reis <[email protected]> (cherry pi... 8db33e1
- Revert "[opentitanlib] Add spi implementation for ftdi transport" This reverts commit 8db33e10ee99ea3552fa30dd540fe6... 61684f9
- Revert "[opentitanlib] Add gpio implementation for ftdi transport" This reverts commit afcdffd11a9f77939cd7f57988e4f... 8257213
- Revert "[opentitanlib] Add ftdi transport for voyager board" This reverts commit fc56865c52a91729a58e1926f8cffc29aa5... aa1b9d1
- Revert "[rust] Add new dependencies to opentitanlib" This reverts commit e2521bf432a93f1de04e5c2f05414f95870ae88d. ... 13bcf77
timothytrippel pushed 4 commits to earlgrey_1.0.0 lowRISC/opentitan
- Revert "[opentitanlib] Add spi implementation for ftdi transport" This reverts commit 8db33e10ee99ea3552fa30dd540fe6... 61684f9
- Revert "[opentitanlib] Add gpio implementation for ftdi transport" This reverts commit afcdffd11a9f77939cd7f57988e4f... 8257213
- Revert "[opentitanlib] Add ftdi transport for voyager board" This reverts commit fc56865c52a91729a58e1926f8cffc29aa5... aa1b9d1
- Revert "[rust] Add new dependencies to opentitanlib" This reverts commit e2521bf432a93f1de04e5c2f05414f95870ae88d. ... 13bcf77
timothytrippel closed a pull request on lowRISC/opentitan
[opentitanlib] reverts #25786 to fix opentitanlib build failure on `earglrey_1.0.0`
Reverts https://github.com/lowRISC/opentitan/pull/25786.timothytrippel pushed 1 commit to main lowRISC/crt
- [features] Fix minsize feature list order Only the last optimization level is effective. To overwrite the level to m... 1d67503
timothytrippel closed a pull request on lowRISC/crt
[features] Fix minsize feature list order
Only the last optimization level is effective. To overwrite the level to Oz with the minsize feature flag, the feature needs to be listed after the compilation modes.timothytrippel created a comment on a pull request on lowRISC/opentitan
@lchiawei could you also rebase this on the latest tip of tree since it has been a few weeks since this was submitted (to prevent merge SKU)?
timothytrippel created a review comment on a pull request on lowRISC/opentitan
what do you mean here? this can be overridden already when used like here https://cs.opensource.google/opentitan/opentitan/+/earlgrey_1.0.0:sw/device/silicon_creator/rom_ext/BUILD;l=236
timothytrippel created a review comment on a pull request on lowRISC/opentitan
wasn't slot 5 configured for flash read access by ROM? is there a reason for removing flash read access from the immutable rom_ext? is it just not needed?
timothytrippel created a review comment on a pull request on lowRISC/opentitan
any reason this need to move down a slot? keeping in slot 13 aligns with what the ROM and ROM_EXT both expect on earlgrey_1.0.0 branch https://cs.opensource.google/opentitan/opentitan/+/earlgrey_1....
timothytrippel created a comment on a pull request on lowRISC/opentitan
Sorry the GitHub revert button did not format the commit messages as I had hoped, so had to manually create the revert. See #25803. Sorry for the confusion @engdoreis .
timothytrippel closed a pull request on lowRISC/opentitan
Revert "Cherry-pick to earlgrey_1.0.0: [Opentitantool] Add a ftdi transport to the opentitanlib."
Reverts lowRISC/opentitan#25786timothytrippel opened a pull request on lowRISC/opentitan
[opentitanlib] reverts #25786 to fix opentitanlib build failure on `earglrey_1.0.0`
Reverts https://github.com/lowRISC/opentitan/pull/25786.timothytrippel created a branch on timothytrippel/opentitan
revert-25786 - OpenTitan: Open source silicon root of trust
timothytrippel created a branch on timothytrippel/opentitan
revert-25786-backport-25645-to-earlgrey_1.0.0 - OpenTitan: Open source silicon root of trust
timothytrippel created a comment on a pull request on lowRISC/opentitan
@engdoreis I think the simplest thing to do is to revert these changes first to unblock this branch, then make the necessary fixes. #25802 should do so.
timothytrippel created a comment on a pull request on lowRISC/opentitan
closing as this as the fix will be much more involved, and until then, the changes in #25786 should be reverted to fix the branch
timothytrippel closed a pull request on lowRISC/opentitan
[rust] update crate index after manifest changed
PR #25786 updated the Rust crates used the project but did not update the crate index, thus breaking opentitanlib builds. This runs `bazel run //third_party/rust:crate_index -- --repin` to fix the ...timothytrippel opened a pull request on lowRISC/opentitan
Revert "Cherry-pick to earlgrey_1.0.0: [Opentitantool] Add a ftdi transport to the opentitanlib."
Reverts lowRISC/opentitan#25786timothytrippel created a branch on lowRISC/opentitan
revert-25786-backport-25645-to-earlgrey_1.0.0 - OpenTitan: Open source silicon root of trust