Ecosyste.ms: Timeline

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

timothytrippel

timothytrippel pushed 5 commits to otp-write-debug timothytrippel/opentitan
  • [manuf] disable OTP checks during FT individualize This ensures all OTP consistency and integrity checks are disable... 3ec52dd
  • [manuf] TESTING ONLY; DO NOT MERGE Enable OTP programming retries if partional word matches are found. Signed-off-b... 240f28d
  • [manuf] TESTING ONLY; DO NOT MERGE This adds a 20ms delay before and after locking the ROT_CREATOR_AUTH_CODESIGN OTP... 55d640a
  • [manuf] TESTING ONLY; DO NOT MERGE This adds print (LOG_INFO) statements to the OTP test_utils library to aid debugg... e1edcb5
  • [manuf] TESTING ONLY; DO NOT MERGE Reverse order of multi-word OTP array writes. Signed-off-by: Tim Trippel <ttripp... 6ec539b

View on GitHub

timothytrippel pushed 1 commit to disable-otp-checks timothytrippel/opentitan
  • [manuf] disable OTP checks during FT individualize This ensures all OTP consistency and integrity checks are disable... 3ec52dd

View on GitHub

timothytrippel opened a draft pull request on lowRISC/opentitan
[manuf] disable OTP checks during FT individualize
This ensures all OTP consistency and integrity checks are disabled during FT individualization.
timothytrippel created a branch on timothytrippel/opentitan

disable-otp-checks - OpenTitan: Open source silicon root of trust

timothytrippel created a comment on an issue on lowRISC/opentitan
CC: @sha-ron

View on GitHub

timothytrippel opened a draft pull request on lowRISC/opentitan
[manuf] build individualization binaries for sim_dv
This enables building the individualization binaries for the sim_dv exec_env to stand up ATE test flows.
timothytrippel created a branch on timothytrippel/opentitan

build-manuf-bins-for-dv - OpenTitan: Open source silicon root of trust

timothytrippel opened a draft pull request on lowRISC/opentitan
[rom] fix bug in ROM that computes OTP measurements
This fixes a bug in the ROM that computes OTP measurements to populate the keymgr attestation binding CSRs, if the OTP fuse (`OWNER_SW_CFG_ROM_KEYMGR_OTP_MEAS_EN`) to request this is set. Additiona...
timothytrippel created a branch on timothytrippel/opentitan

fix-otp-hash-bug - OpenTitan: Open source silicon root of trust

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

View on GitHub

timothytrippel pushed 4 commits to otp-write-debug timothytrippel/opentitan
  • [manuf] TESTING ONLY; DO NOT MERGE Enable OTP programming retries if partional word matches are found. Signed-off-b... b3de2f1
  • [manuf] TESTING ONLY; DO NOT MERGE This adds a 20ms delay before and after locking the ROT_CREATOR_AUTH_CODESIGN OTP... 1764ff0
  • [manuf] TESTING ONLY; DO NOT MERGE This adds print (LOG_INFO) statements to the OTP test_utils library to aid debugg... e87ff4a
  • [manuf] TESTING ONLY; DO NOT MERGE Reverse order of multi-word OTP array writes. Signed-off-by: Tim Trippel <ttripp... bc951b7

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
I think once you make the change @cfrantz suggests above then you will no longer need this new exec_env

View on GitHub

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

View on GitHub

timothytrippel created a comment on a pull request on lowRISC/opentitan
Might also be good to update #24558 with a pointer to the doc as well.

View on GitHub

timothytrippel created a branch on timothytrippel/opentitan

otp-write-debug - OpenTitan: Open source silicon root of trust

timothytrippel pushed 4 commits to earlgrey_1.0.0 timothytrippel/opentitan
  • [kmac, sival] Keymgr-state-agnostic `kmac_sideload_functest` This commit fixes the two `kmac_sideload_functest` test... 8aa65c4
  • [tests] run E2E orchestrator tests on all SKUs This runs the E2E orchestrator provisioning test on all SKUs. Current... 5e0c795
  • [manuf] remove duplicate tests and config files All provisioning flows are now tested E2E with the orchestrator scri... 6a5747a
  • [orchestrator] fix bug in device ID update If CP flow is skipped because a device is already in TEST_LOCKED* state, ... 76d0596

View on GitHub

timothytrippel deleted a branch timothytrippel/opentitan

reorg-provisioning

timothytrippel pushed 3 commits to earlgrey_1.0.0 lowRISC/opentitan
  • [tests] run E2E orchestrator tests on all SKUs This runs the E2E orchestrator provisioning test on all SKUs. Current... 5e0c795
  • [manuf] remove duplicate tests and config files All provisioning flows are now tested E2E with the orchestrator scri... 6a5747a
  • [orchestrator] fix bug in device ID update If CP flow is skipped because a device is already in TEST_LOCKED* state, ... 76d0596

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
[manuf] simplify testing of provisioning flows across all SKUs
This updates the E2E tests of all provisioning flows (across all SKUs) to be tested with the orchestrator script. This makes the `opentitan_test` targets that also ran said flows redundant and unne...
timothytrippel pushed 3 commits to reorg-provisioning timothytrippel/opentitan
  • [tests] run E2E orchestrator tests on all SKUs This runs the E2E orchestrator provisioning test on all SKUs. Current... bced5af
  • [manuf] remove duplicate tests and config files All provisioning flows are now tested E2E with the orchestrator scri... 4140ee1
  • [orchestrator] fix bug in device ID update If CP flow is skipped because a device is already in TEST_LOCKED* state, ... 42fda3b

View on GitHub

timothytrippel pushed 1 commit to master lowRISC/opentitan
  • [toolchain] Make Os and Oz mutually exclusive. This change ensures optimization level flags are exclusive, resolving... 4ba44a9

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
[toolchain] Make Os and Oz mutually exclusive.
This change ensures optimization level flags are exclusive, resolving ambiguity caused by the previous implementation where it expects the last flag overwrote the optimization level. Verified wi...
timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel opened an issue on lowRISC/opentitan-provisioning
[spm,hsm] verify spmutil can be used to provision Thales Luna HSMs
The spmutil is used to provision HSMs (SEs) with security assets used during OpenTitan provisioning flows. Integration tests running on this repo ensure these assets can be provisioned into softhsm...
timothytrippel opened an issue on lowRISC/opentitan-provisioning
[ateclient,test_program] split SKU auth password between AteClient lib and test program inputs
Currently, the SKU authorization password is passed as an [input](https://github.com/lowRISC/opentitan-provisioning/blob/0e64a8ca9b66a02fe010576a69df32016469f1b4/src/ate/test_programs/cp.cc#L102) t...
timothytrippel opened an issue on lowRISC/opentitan-provisioning
[spmutil] enable provisioning DICE and SKU-specific CA keys
OpenTitan Earlgrey provisioning flows support endorsing two different types of certificate chains: 1. DICE 2. SKU-specific Each chain type requires a different CA. Therefore, the spmutil tool sho...
timothytrippel opened an issue on lowRISC/opentitan-provisioning
[spmutil] enable provisioning RMA wrapping key (RSA3k)
RMA tokens will generated by the HSM (SPM), hashed and then sent to the DUT to be written to OTP. Additionally, they will also be encrypted with an RSA public key written to the registry. The match...
timothytrippel pushed 2 commits to reorg-provisioning timothytrippel/opentitan
  • [tests] run E2E orchestrator tests on all SKUs This runs the E2E orchestrator provisioning test on all SKUs. Current... f067742
  • [manuf] remove duplicate tests and config files All provisioning flows are now tested E2E with the orchestrator scri... 18e06ba

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
Yes, currently the bare metal image for the sival SKU is not signed properly so it boot faults. This should be cleaned up in a follow up.

View on GitHub

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

View on GitHub

Load more