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

fix-otp-hash-bug

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • [rom] fix bug in ROM that computes OTP measurements This fixes a bug in the ROM that computes OTP measurements to po... d1e4892

View on GitHub

timothytrippel closed a 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 comment on a pull request on lowRISC/opentitan
yes that is correct. I udpated that behavior in https://github.com/lowRISC/opentitan/pull/25985 LMK what you think.

View on GitHub

timothytrippel opened a draft pull request on lowRISC/opentitan
[manuf] treat SimDv and Silicon platforms the same
Some configuration settings are only toggled on specific platforms during individualization. This ensures SimDv and Silicon platforms are treated the same.
timothytrippel created a branch on timothytrippel/opentitan

enable-sim-dv - OpenTitan: Open source silicon root of trust

timothytrippel created a branch on timothytrippel/opentitan

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

timothytrippel pushed 8 commits to otp-write-debug timothytrippel/opentitan
  • [manuf] build individualization binaries for sim_dv This enables building the individualization binaries for the sim... 6282071
  • [manuf] disable OTP checks during FT individualize This ensures all OTP consistency and integrity checks are disable... 802c496
  • [manuf] switch back to LC TAP after loading individ FW THe FT individualization firmware is loaded over the RISC-V J... 067b5c7
  • [docs] fix build docs CI job This job has been broken on the `eargrey_1.0.0` branch for several days now. Signed-of... fb0b4fb
  • [manuf] TESTING ONLY; DO NOT MERGE Enable OTP programming retries if partional word matches are found. Signed-off-b... 2b4417f
  • [manuf] TESTING ONLY; DO NOT MERGE This adds a 20ms delay before and after locking the ROT_CREATOR_AUTH_CODESIGN OTP... 67525ae
  • [manuf] TESTING ONLY; DO NOT MERGE This adds print (LOG_INFO) statements to the OTP test_utils library to aid debugg... f1673fa
  • [manuf] TESTING ONLY; DO NOT MERGE Reverse order of multi-word OTP array writes. Signed-off-by: Tim Trippel <ttripp... 7da2c85

View on GitHub

timothytrippel pushed 5 commits to fix-otp-hash-bug timothytrippel/opentitan
  • [manuf] build individualization binaries for sim_dv This enables building the individualization binaries for the sim... 6282071
  • [manuf] disable OTP checks during FT individualize This ensures all OTP consistency and integrity checks are disable... 802c496
  • [manuf] switch back to LC TAP after loading individ FW THe FT individualization firmware is loaded over the RISC-V J... 067b5c7
  • [docs] fix build docs CI job This job has been broken on the `eargrey_1.0.0` branch for several days now. Signed-of... fb0b4fb
  • [rom] fix bug in ROM that computes OTP measurements This fixes a bug in the ROM that computes OTP measurements to po... 27a35e9

View on GitHub

timothytrippel deleted a branch timothytrippel/opentitan

fix-build-docs

timothytrippel deleted a branch timothytrippel/opentitan

otp-debug-lc-tap-switch-w-multireset

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • [manuf] switch back to LC TAP after loading individ FW THe FT individualization firmware is loaded over the RISC-V J... 067b5c7

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
[manuf] switch back to LC TAP after loading individ FW
THe FT individualization firmware is loaded over the RISC-V JTAG TAP into SRAM. After loading the firmware, we now switch back to the LC TAP in case we experience any OTP pogramming errors. This ma...
timothytrippel pushed 4 commits to master lowRISC/opentitan
  • [imm_rom_ext] Refine linker script and startup asm * Refine ld and .S file for IMM_ROM_EXT. * Update the hello-world... 8d99f2e
  • [imm_rom_ext] Link main imm_rom_ext into rom_ext Remove calling imm_rom_ext_main in rom_ext_main, and use prebuilt I... 13da75b
  • [imm_rom_ext] Match exec_env of ROM_EXT and IMM_ROM_EXT * Add mechanism to select corresponding IMM_ROM_EXT sections... 1b62898
  • [imm_rom_ext] Add linker scripts for slot A & B As now we always link IMM_ROM_EXT into ROM_EXT, the address of IMM_R... 276caf8

View on GitHub

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 created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel pushed 2 commits to earlgrey_1.0.0 timothytrippel/opentitan
  • [manuf] build individualization binaries for sim_dv This enables building the individualization binaries for the sim... 6282071
  • [manuf] disable OTP checks during FT individualize This ensures all OTP consistency and integrity checks are disable... 802c496

View on GitHub

timothytrippel deleted a branch timothytrippel/opentitan

disable-otp-checks

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • [manuf] disable OTP checks during FT individualize This ensures all OTP consistency and integrity checks are disable... 802c496

View on GitHub

timothytrippel closed a 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 deleted a branch timothytrippel/opentitan

build-manuf-bins-for-dv

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • [manuf] build individualization binaries for sim_dv This enables building the individualization binaries for the sim... 6282071

View on GitHub

timothytrippel closed a 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 opened a draft pull request on lowRISC/opentitan
[docs] fix build docs CI job
This job has been broken on the `eargrey_1.0.0` branch for several days now.
timothytrippel created a branch on timothytrippel/opentitan

fix-build-docs - OpenTitan: Open source silicon root of trust

timothytrippel opened a draft pull request on lowRISC/opentitan
[manuf] switch back to LC TAP after loading individ FW
THe FT individualization firmware is loaded over the RISC-V JTAG TAP into SRAM. After loading the firmware, we now switch back to the LC TAP in case we experience any OTP pogramming errors. This ma...
timothytrippel created a branch on timothytrippel/opentitan

otp-debug-lc-tap-switch-w-multireset - OpenTitan: Open source silicon root of trust

timothytrippel created a review comment on a pull request on lowRISC/opentitan
fixed.

View on GitHub

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

View on GitHub

timothytrippel pushed 1 commit to fix-otp-hash-bug timothytrippel/opentitan
  • [rom] fix bug in ROM that computes OTP measurements This fixes a bug in the ROM that computes OTP measurements to po... cb0e5ad

View on GitHub

Load more