From b99340444e4829cc09f1b6ded0009134cbfca4f1 Mon Sep 17 00:00:00 2001 From: aottaviano Date: Mon, 21 Jul 2025 11:31:52 +0200 Subject: [PATCH 1/2] Bender: Update `safety_island` commit sha * This is not a functional update, just a commit sha update as safety_island hystory was rewritten by force-pushing, hence we need the new commit sha --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index 5be2b7b8..d2d3b547 100644 --- a/Bender.lock +++ b/Bender.lock @@ -481,7 +481,7 @@ packages: - common_cells - tech_cells_generic safety_island: - revision: aaef55c798ab53560faaf451a86668fa1e6d0f3b + revision: ae2bfaa07c85de34a0f4f334f376f21f6884b77f version: null source: Git: https://github.com/pulp-platform/safety_island.git diff --git a/Bender.yml b/Bender.yml index 92762aa6..df10e6fa 100644 --- a/Bender.yml +++ b/Bender.yml @@ -16,7 +16,7 @@ dependencies: cheshire: { git: https://github.com/pulp-platform/cheshire.git, rev: 0c95210cf242c384fafe3019e84b8974c3ff1e92 } # branch: aottaviano/carfield hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, version: 0.0.9 } dyn_mem: { git: https://github.com/pulp-platform/dyn_spm.git, rev: 480590062742230dc9bd4050358a15b4747bdf34 } # branch: main - safety_island: { git: https://github.com/pulp-platform/safety_island.git, rev: aaef55c798ab53560faaf451a86668fa1e6d0f3b } # branch: carfield + safety_island: { git: https://github.com/pulp-platform/safety_island.git, rev: ae2bfaa07c85de34a0f4f334f376f21f6884b77f } # branch: carfield pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, version: 3.0.3 } opentitan: { git: https://github.com/pulp-platform/opentitan.git, rev: 48595339c9bea8eddf7cc799bb74e6af5ec5d846 } # branch: carfield-soc mailbox_unit: { git: git@github.com:pulp-platform/mailbox_unit.git, version: 1.1.0 } From 7edf3b51aaff66cbb235c6cacada3f8a2fb1bc5e Mon Sep 17 00:00:00 2001 From: aottaviano Date: Mon, 21 Jul 2025 11:33:04 +0200 Subject: [PATCH 2/2] Bender: Bump hyperbus This fixes the broken hyperram model download of current carfield `main` due to Infineon new SSO webpage --- Bender.lock | 4 ++-- Bender.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index d2d3b547..a60c21db 100644 --- a/Bender.lock +++ b/Bender.lock @@ -287,8 +287,8 @@ packages: dependencies: - tech_cells_generic hyperbus: - revision: 2a14bd8f9a985b488ee23d240764f52f129f7729 - version: 0.0.9 + revision: 841deb9d821b63bf05a1c85d3a4746352a8bcae2 + version: null source: Git: https://github.com/pulp-platform/hyperbus.git dependencies: diff --git a/Bender.yml b/Bender.yml index df10e6fa..6cfe7d97 100644 --- a/Bender.yml +++ b/Bender.yml @@ -14,7 +14,7 @@ dependencies: register_interface: { git: https://github.com/pulp-platform/register_interface.git, version: 0.4.2 } axi: { git: https://github.com/pulp-platform/axi.git, version: 0.39.1 } cheshire: { git: https://github.com/pulp-platform/cheshire.git, rev: 0c95210cf242c384fafe3019e84b8974c3ff1e92 } # branch: aottaviano/carfield - hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, version: 0.0.9 } + hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, rev: 841deb9d821b63bf05a1c85d3a4746352a8bcae2 } # branch: aottaviano/nonfree dyn_mem: { git: https://github.com/pulp-platform/dyn_spm.git, rev: 480590062742230dc9bd4050358a15b4747bdf34 } # branch: main safety_island: { git: https://github.com/pulp-platform/safety_island.git, rev: ae2bfaa07c85de34a0f4f334f376f21f6884b77f } # branch: carfield pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, version: 3.0.3 }