Skip to content

Commit

Permalink
[dif] Mark dma, keymgr_dpe and mbx as incompatible
Browse files Browse the repository at this point in the history
Until we have a darjeeling top and proper features for top, we
can't compile those DIF code so mark them as incompatible.

Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Nov 15, 2024
1 parent c3bddeb commit b487559
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sw/device/lib/dif/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ cc_library(
hdrs = [
"dif_dma.h",
],
# TODO Update when we have a top with a keymgr_dpe.
target_compatible_with = ["@platforms//:incompatible"],
deps = [
":base",
"//hw/top:dma_c_regs",
Expand Down Expand Up @@ -547,6 +549,8 @@ cc_library(
hdrs = [
"dif_keymgr_dpe.h",
],
# TODO Update when we have a top with a keymgr_dpe.
target_compatible_with = ["@platforms//:incompatible"],
deps = [
":base",
"//hw/top:dt_keymgr_dpe",
Expand Down Expand Up @@ -651,6 +655,8 @@ cc_library(
hdrs = [
"dif_mbx.h",
],
# TODO Update when we have a top with a keymgr_dpe.
target_compatible_with = ["@platforms//:incompatible"],
deps = [
":base",
"//hw/top:dt_mbx",
Expand Down

0 comments on commit b487559

Please sign in to comment.