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 switch-to-pyproject timothytrippel/opentitan
- [util] update python version check in check_tool_requirements.py distutils is deprecated and will generate warnings ... 4b8e536
timothytrippel pushed 4 commits to switch-to-pyproject timothytrippel/opentitan
- [python] remove pkg_resources usage This is a manual cherry-pick of 190afee4bf809f6986d2df06b916c0088603c581 to the ... 6d6b728
- [python] update lxml, PyYAML, libcst, flake8 This is a manual cherry-pick of 8d0e9992aaf3162c6bc1b0e5b59aa33ffecf01f... 5b2fa64
- [util] Use importlib.metadata in lintpy.py This avoids a DeprecationWarning when running with a recent version of Py... d89c764
- [py,tooling] Remove support for Python <= 3.7 in lintpy.py We now depend on >= 3.8 in tool_requirements.py. Signed-... 48be71d
timothytrippel pushed 2 commits to switch-to-pyproject timothytrippel/opentitan
timothytrippel pushed 3 commits to switch-to-pyproject timothytrippel/opentitan
- [python] drop importlib_metadata dependency Manual cherry-pick of b88a0b767f76a076072af449eefa91777fe12ee6 to `earlg... 6e139f2
- [python] remove pkg_resources usage This is a manual cherry-pick of 190afee4bf809f6986d2df06b916c0088603c581 to the ... 9f204af
- [python] update lxml, PyYAML, libcst, flake8 This is a manual cherry-pick of 8d0e9992aaf3162c6bc1b0e5b59aa33ffecf01f... 614039d
timothytrippel pushed 1 commit to switch-to-pyproject timothytrippel/opentitan
- [python] switch from pip-tools to uv This is a manual cherry-pick of 56766397c71221be93cf47524d031f8f27884737 to the... 998eeab
timothytrippel opened a pull request on lowRISC/opentitan
[python] move from python-requirements.in to pyproject.toml
This is a partial manual cherry-pick of #24521 to the `earlgrey_1.0.0` branch. Note: this depends on #26090, only review the last two commits.timothytrippel created a branch on timothytrippel/opentitan
switch-to-pyproject - OpenTitan: Open source silicon root of trust
timothytrippel pushed 1 commit to update-rules-python timothytrippel/opentitan
- [bazel,python] vendor in requirements.bzl Our current version of rules_python autogenerates the `requirements.bzl` f... ea8620c
timothytrippel pushed 9 commits to update-rules-python timothytrippel/opentitan
- [sival] Update crypto test exe_envs Update crypto functional tests to use the `CRYPTO_EXEC_ENVS` map of execution en... ddc6f61
- [flash_ctrl] Relax the hardening in `flash_ctrl_data_region_protect` The hardening in the function `flash_ctrl_data_... b38d417
- [csrng/doc] Clarify description section of README.md Previously, this section: - was referring to a derivation funct... fb384fa
- opentitanlib: accept ECDSA signatures as ASN.1 blobs When processing ECDSA signatures consider the input file to be ... fccc5ba
- [tests,clkmgr_jitter] Fix jitter tests to track RTL changes Fix clkmgr jitter enable tests to match the change that ... 7c417ff
- [sival/hmac] Add Hmac error conditions Test Signed-off-by: Ramesh Prakash <[email protected]> Add HMAC error condit... 474dc98
- [bazel] update rules_python to 0.39.0 to match master This updates rules_python to 0.39.0 to match the version on th... 7ea4040
- [bazel,python] vendor in requirements.bzl Our current version of rules_python autogenerates the `requirements.bzl` f... b2c2529
- [bazel,python] update python-requirements.txt This updates the python-requirements.txt lock file, and subsequently t... 9d97e46
timothytrippel pushed 4 commits to earlgrey_1.0.0 timothytrippel/opentitan
- [csrng/doc] Clarify description section of README.md Previously, this section: - was referring to a derivation funct... fb384fa
- opentitanlib: accept ECDSA signatures as ASN.1 blobs When processing ECDSA signatures consider the input file to be ... fccc5ba
- [tests,clkmgr_jitter] Fix jitter tests to track RTL changes Fix clkmgr jitter enable tests to match the change that ... 7c417ff
- [sival/hmac] Add Hmac error conditions Test Signed-off-by: Ramesh Prakash <[email protected]> Add HMAC error condit... 474dc98
timothytrippel opened a pull request on lowRISC/opentitan
[bazel,python] update rules_python and vendor in requirements.bzl
Our current version of rules_python autogenerates the `requirements.bzl` file from a `requirements.txt` lock file. However, this is awkward if this project is ever a dependency of another downstrea...timothytrippel created a branch on timothytrippel/opentitan
update-rules-python - OpenTitan: Open source silicon root of trust
timothytrippel pushed 1 commit to fix-bazel-airgapped-pt2 timothytrippel/opentitan
- testing wip Signed-off-by: Tim Trippel <[email protected]> 6a48e42
timothytrippel pushed 1 commit to fix-bazel-airgapped-pt2 timothytrippel/opentitan
- testing wip Signed-off-by: Tim Trippel <[email protected]> 9731086
timothytrippel pushed 2 commits to earlgrey_1.0.0 timothytrippel/opentitan
timothytrippel pushed 490 commits to master timothytrippel/opentitan
- [imm_rom_ext] Mint CDI_0 certs in immutable rom ext Since CDI_0 attests the integrity of rom_ext, this PR moves the ... 7501199
- [bazel] Move buildifier to bzlmod Switch from building buildifier ourselves to using the `buildifier_prebuilt` modul... 76073f7
- [alert,dv] Use priorities in alert agent arbitration I was trying to be clever when I wrote a771270fab3, and set the... 503f1d0
- [jtag,dv] Demote some driver messages to UVM_HIGH This was very chatty and meant that rv_dm tests with -vm weren't v... db75ea1
- Add BUILD file template to alert_handler and rv_plic This is primarily for consistency and will make it easier to sw... 2597216
- [otp_ctrl] Export file from BUILD file This file should be exported because it is used in rules/otp.bzl The only rea... e9aff74
- [sw/device] Remove explicit path to register header files Register headers always the use "<name>.h" include path to... 34c380b
- [mbx] Fix unittest Signed-off-by: Amaury Pouly <[email protected]> b59a382
- [mbx] Add BUILD file Signed-off-by: Amaury Pouly <[email protected]> 7b5ddcd
- [soc_dbg_ctrl] Add BUILD file Signed-off-by: Amaury Pouly <[email protected]> adb7bf3
- [topgen] Add generated file warning to several files Some (mostly autogenerated C, header and BUILD) files were miss... 45edf90
- [topgen] Autogenerate the BUILD file sw/autogen Currently, this BUILD file is created manually which is not consiste... 9037810
- [make_new_dif] Only consider earlgrey IPs for isr_testutils We are current in a weird spot: we have DIFs for IPs in ... c1d762f
- [quality] Make modid_check using the golden toolchain This aspect was still pointing to opentitantool directly inste... 162a845
- [rom_ctrl, dv] Exclusion of non-occuring cases for tlul_adapter_sram It is impossible to see !tl_i_int.a_valid & !er... c168e77
- [bazel] Convert `buildifier` to a dev dependency These are dependencies that are only needed when working on the Ope... 99610ea
- [bazel] Inline `rules_fuzzing` dep into main `MODULE.bazel` It's not worth having a separate `MODULE` file just for ... 31ed313
- [bazel] Inline `misc_linters` module This one dependency is not large enough to have its own file. Also make it a `d... 579025e
- [bazel] Migrate Google dependencies to bzlmod Signed-off-by: James Wainwright <[email protected]> 10d1167
- [bazel] Match `MODULE.bazel` to resolved versions Due to semver resolution, we're not actually getting the same vers... 22168a3
- and 470 more ...
timothytrippel created a branch on timothytrippel/opentitan
fix-bazel-airgapped-pt2 - OpenTitan: Open source silicon root of trust
timothytrippel created a tag on lowRISC/opentitan
Earlgrey-PROD-A2-M6-ROM-RC0 - OpenTitan: Open source silicon root of trust
timothytrippel pushed 2 commits to earlgrey_1.0.0 timothytrippel/opentitan
timothytrippel closed a pull request on lowRISC/opentitan
[bazel,airgapped] fetch earlgrey_1.0.0 bitstreams
Bitstream schemas can change on the main branch so we want to fetch the earlgrey_1.0.0 bitstreams in particular.timothytrippel pushed 1 commit to main lowRISC/opentitan-provisioning
- [bazel] rev opentitan bazel dep version Additionally, add support for PROVISIONING_EXTS external repo. Signed-off-b... 7bc3e71