Skip to content

Commit

Permalink
[sw/silicon_creator] Create hollowed-out bootstrap lib for englishbre…
Browse files Browse the repository at this point in the history
…akfast

This is based on the solution to issue #12905.

Signed-off-by: Dan McArdle <dmcardle@opentitan.org>
  • Loading branch information
dmcardle committed Jul 11, 2023
1 parent 33278d6 commit f87ecd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sw/device/silicon_creator/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,11 @@ cc_library(
"//sw/device/silicon_creator/lib/drivers:spi_device",
],
)

filegroup(
name = "bootstrap_srcs",
srcs = [
"bootstrap.c",
"bootstrap.h",
],
)
1 change: 1 addition & 0 deletions sw/device/silicon_creator/rom/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ filegroup(
srcs = [
"bootstrap.c",
"bootstrap.h",
"//sw/device/silicon_creator/lib:bootstrap_srcs",
],
)

Expand Down

0 comments on commit f87ecd1

Please sign in to comment.