-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cl/eth astral #8
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,13 @@ packages: | |
Git: https://github.com/pulp-platform/axi_slice.git | ||
dependencies: | ||
- common_cells | ||
axi_stream: | ||
revision: 54891ff40455ca94a37641b9da4604647878cc07 | ||
version: 0.1.1 | ||
source: | ||
Git: [email protected]:pulp-platform/axi_stream.git | ||
dependencies: | ||
- common_cells | ||
axi_vga: | ||
revision: 3718b9930f94a9eaad8ee50b4bccc71df0403084 | ||
version: 0.1.3 | ||
|
@@ -106,7 +113,7 @@ packages: | |
Git: https://github.com/AlSaqr-platform/can_bus.git | ||
dependencies: [] | ||
cheshire: | ||
revision: 6d389373df6b54c09888f89411b7e231d2430722 | ||
revision: f0c18fcf46473cb611642a3ed6334ca6d84b421e | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/cheshire.git | ||
|
@@ -122,6 +129,7 @@ packages: | |
- common_cells | ||
- common_verification | ||
- cva6 | ||
- ethernet | ||
- idma | ||
- irq_router | ||
- opentitan_peripherals | ||
|
@@ -162,8 +170,8 @@ packages: | |
dependencies: | ||
- hci | ||
common_cells: | ||
revision: ad22699793d98ef714f120c6268fe92d096a61e1 | ||
version: 1.33.1 | ||
revision: 7773d971b9d7bef7f5f6a2ef36ee1e4d02cefcd3 | ||
version: 1.34.0 | ||
source: | ||
Git: https://github.com/pulp-platform/common_cells.git | ||
dependencies: | ||
|
@@ -208,6 +216,18 @@ packages: | |
- redundancy_cells | ||
- register_interface | ||
- tech_cells_generic | ||
ethernet: | ||
revision: ca7feb6e5722aaec7bdb6d71d4cfddfe58f18afd | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/pulp-ethernet.git | ||
dependencies: | ||
- axi | ||
- axi_stream | ||
- common_cells | ||
- common_verification | ||
- idma | ||
- register_interface | ||
event_unit_flex: | ||
revision: 28e0499374117c7b0ef4c6ad81b60d7526af886f | ||
version: null | ||
|
@@ -259,8 +279,8 @@ packages: | |
dependencies: | ||
- tech_cells_generic | ||
hwpe-stream: | ||
revision: bcb4435f802add732f557dc7fa1c6b5dd8854458 | ||
version: 1.7.1 | ||
revision: 65c99a4a2f37a79acee800ab0151f67dfb1edef1 | ||
version: 1.8.0 | ||
source: | ||
Git: https://github.com/pulp-platform/hwpe-stream.git | ||
dependencies: | ||
|
@@ -289,14 +309,16 @@ packages: | |
Git: https://github.com/pulp-platform/icache-intc.git | ||
dependencies: [] | ||
idma: | ||
revision: ca1b28816a3706be0bf9ce01378246d5346384f0 | ||
version: 0.5.1 | ||
revision: d6245c8bf8faa7a4d44325d6584387170413d53d | ||
version: 0.6.0 | ||
source: | ||
Git: https://github.com/pulp-platform/idma.git | ||
dependencies: | ||
- axi | ||
- axi_stream | ||
- common_cells | ||
- common_verification | ||
- obi | ||
- register_interface | ||
irq_router: | ||
revision: d1d31350b24f3965b3a51e1bc96c71eb34e94db3 | ||
|
@@ -364,13 +386,17 @@ packages: | |
dependencies: | ||
- axi_slice | ||
pulp-ethernet: | ||
revision: bdc8031ab270a49da28df269266ce9ab9a133636 | ||
revision: ca7feb6e5722aaec7bdb6d71d4cfddfe58f18afd | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/pulp-ethernet.git | ||
dependencies: | ||
- axi | ||
- axi_stream | ||
- common_cells | ||
- common_verification | ||
- idma | ||
- register_interface | ||
pulp_cluster: | ||
revision: 3cd3e83fdd7a791e8ae54aef39423004581c8a48 | ||
version: null | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,7 +166,7 @@ chs-sw-build: chs-sw-all | |
|
||
.PHONY: car-sw-build | ||
## Builds carfield application SW and specific libraries. It links against `libcheshire.a`. | ||
car-sw-build: chs-sw-build safed-sw-build pulpd-sw-build car-sw-all | ||
car-sw-build: chs-sw-build pulpd-sw-build car-sw-all #safed-sw-build | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why commenting out the |
||
|
||
.PHONY: safed-sw-init pulpd-sw-init | ||
## Clone safe domain's SW stack in the dedicated repository. | ||
|
@@ -214,7 +214,7 @@ pulpd-sw-build: pulpd-sw-init | |
## Initialize Carfield HW. This step takes care of the generation of the missing hardware or the | ||
## update of default HW configurations in some of the domains. See the two prerequisite's comment | ||
## for more information. | ||
car-hw-init: spatzd-hw-init chs-hw-init secd-hw-init | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why removing the |
||
car-hw-init: spatzd-hw-init chs-hw-init | ||
|
||
#Build OpenTitan's debug rom with support for coreid != 0x0 | ||
secd-hw-init: | ||
|
@@ -289,7 +289,7 @@ include $(CAR_SIM_DIR)/sim.mk | |
|
||
.PHONY: car-init-all | ||
## Shortcut to initialize carfield with all the targets described above. | ||
car-init-all: car-checkout car-hw-init car-sim-init safed-sw-init pulpd-sw-init mibench | ||
car-init-all: car-checkout car-hw-init car-sim-init pulpd-sw-init mibench #safed-sw-init | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why commenting out the |
||
|
||
## Initialize Carfield and build SW | ||
.PHONY: car-all | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing spaces.