Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

timothytrippel

timothytrippel deleted a branch timothytrippel/opentitan

remove-rma-input

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • [provisioning] remove RMA token from orchestrator inputs The RMA token is autogenerated by the FT test harness; it i... 49cb8fb

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
[provisioning] remove RMA token from orchestrator inputs
The RMA token is autogenerated by the FT test harness; it is a random number. Additionally, this removes inputs to CP flow required from the refactor in #25388.
timothytrippel created a review comment on a pull request on lowRISC/opentitan
Might be nice to call self.validate() here to ensure the hexstr is valid. Wdyt?

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
yep that would probably be cleaner and simplify retries.

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
Note: this will just create the first 128-bits of the device ID (the "_base_uid" [portion](https://cs.opensource.google/opentitan/opentitan/+/earlgrey_1.0.0:sw/host/provisioning/orchestrator/src/de...

View on GitHub

timothytrippel pushed 1 commit to remove-rma-input timothytrippel/opentitan
  • [provisioning] remove RMA token from orchestrator inputs The RMA token is autogenerated by the FT test harness; it i... c8070b6

View on GitHub

timothytrippel opened a pull request on lowRISC/opentitan
[provisioning] remove RMA token from orchestrator inputs
The RMA token is autogenerated by the FT test harness; it is a random number. Additionally, this removes inputs to CP flow required from the refactor in #25388.
timothytrippel created a branch on timothytrippel/opentitan

remove-rma-input - OpenTitan: Open source silicon root of trust

timothytrippel pushed 23 commits to master timothytrippel/opentitan
  • [crypto] Consolidate P-256 binaries for OTBN. Now that IMEM has increased to 8kB, it saves considerable code size to... 6686ab2
  • [crypto] Improve error handling in P-384. Return a bad status code rather than a fault when the public key or signat... 9c69cc6
  • [crypto] Move P-384 point-validity checks into OTBN. Now that we have the IMEM space for it, it makes sense to push ... 51eebd2
  • [pwm,dv] Convert pwm_monitor to use out-of-block definitions Signed-off-by: Rupert Swarbrick <[email protected]> 36c283e
  • [i2c,dv] Add missing "void" type to a function in i2c_monitor The default type (bit) causes VCS to emit a warning ab... 8568aec
  • [topgen] Support for unmanaged external resets Signed-off-by: Robert Schilling <[email protected]> e97a8d9
  • [imm_rom_ext] Add a new ROM_EXT target linking nop IM_EXT * Add a nop.o IM_EXT file, which is built by `./riscv32-... 2cf0b0e
  • [dice,x509] Reduce X509 template library code size Our ROM_EXT is close to the limit, and future changes (e.g. immut... f6a1c8d
  • [SiVal] Run broken tests in the sival nightlies Signed-off-by: Douglas Reis <[email protected]> 51e88ad
  • [sival] Re-enable SiVal ROM EXT tests that were timing out These three test targets were previously marked as broken... fe84b03
  • [sival] Re-enable passing tests marked broken in SiVal ROM EXT Several tests were previously marked as broken in the... a48f77c
  • [sival] Re-enable tests that are no longer broken This commit re-enables two tests that are currently marked as brok... a24e64f
  • [templates] Remove unsused definitions Signed-off-by: Robert Schilling <[email protected]> 55dc248
  • [sival] Enable pwrmgr_all_reset_reqs_test for FPGA Signed-off-by: Luís Marques <[email protected]> 4e65b64
  • [dv/dpi] Reject additional connections Instead of asserting in `client_tryaccept` when a client is already attached,... dbae0e7
  • [dv/dpi] Retry select on EINTR When select returns -1 and errno is EINTR, the select should just be retried instead ... fb71a53
  • [sival,bazel] Add SiVal ROM EXT exec env for PMOD tests The current SiVAL ROM EXT execution environment uses the hyp... 5ca4ef3
  • [spi,sival] Add PMOD SPI Macronix 128Mb flash test Renames the existing `spi_host_macronix_flash_test` target to the... c6ccbdf
  • [spi,sival] Add PMOD Spi Host Flash Test for ISSI Flash Signed-off-by: Alex Jones <[email protected]> 3d43af7
  • [spi,sival] Add PMOD Spi Host Flash test for Winbond Flash Signed-off-by: Alex Jones <[email protected]> d986727
  • and 3 more ...

View on GitHub

timothytrippel deleted a branch timothytrippel/opentitan

update-prov-fw

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • [manuf] refactor CP init to read out wafer data and device ID When CP init runs, flash info page 0 will already be p... 179955f

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
[manuf] refactor CP init to read out wafer data and device ID
When CP init runs, flash info page 0 will already be provisioned with wafer data from prior CP stages. This updates the CP init and subsequent FT provisioning stages to assume that is the case and ...
timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
ah ok, I think that is big-endian format: https://cs.opensource.google/opentitan/opentitan/+/master:sw/host/provisioning/util_lib/src/lib.rs;l=20?q=hex_string_to_u32_arrayvec&ss=opentitan%2Fopentit...

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel pushed 1 commit to update-prov-fw timothytrippel/opentitan
  • [manuf] refactor CP init to read out wafer data and device ID When CP init runs, flash info page 0 will already be p... fb339d7

View on GitHub

timothytrippel pushed 1 commit to update-prov-fw timothytrippel/opentitan
  • [manuf] refactor CP init to read out wafer data and device ID When CP init runs, flash info page 0 will already be p... 920dcce

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
Ah yes, thanks! updated. @moidx @cfrantz just a heads up the CP device ID will be logged as a little-endian string. I can update it if you prefer parsing a big-endian string, just let me know.

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel pushed 1 commit to update-prov-fw timothytrippel/opentitan
  • [manuf] refactor CP init to read out wafer data and device ID When CP init runs, flash info page 0 will already be p... a125afb

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
Synced with @benjbender offline to confirm the format of this; I have updated the flow to write the CP device ID to flash so it will not be expected to be there already.

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
Synced with @benjbender offline to confirm these.

View on GitHub

timothytrippel pushed 1 commit to update-prov-fw timothytrippel/opentitan
  • [manuf] refactor CP init to read out wafer data and device ID When CP init runs, flash info page 0 will already be p... 5d4d596

View on GitHub

timothytrippel pushed 1 commit to master lowRISC/opentitan
  • [dice,x509] Reduce X509 template library code size Our ROM_EXT is close to the limit, and future changes (e.g. immut... f6a1c8d

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
[dice,x509] Reduce X509 template library code size
Our ROM_EXT is close to the limit, and future changes (e.g. immutable rom_ext) will likely introduce 10~20k more bytes. This refactor moves the error propagation to the end of asn1 builder (`as...
timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

Load more