-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4845b4d
commit a4c6e17
Showing
4 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ native-deb: # HOST == riscv64 | |
|
||
# build linux w/ opensbi | ||
# ------------------------------------------------------------------------------ | ||
OPENSBI_OPTS=$(JOBS) FW_PAYLOAD_PATH=$(abspath $(IMAGE)) PLATFORM=cartesi CROSS_COMPILE=$(TOOLCHAIN_PREFIX)- | ||
OPENSBI_OPTS=$(JOBS) FW_PAYLOAD_PATH=$(abspath $(IMAGE)) FW_PAYLOAD=y FW_OPTIONS=0x01 PLATFORM=cartesi CROSS_COMPILE=$(TOOLCHAIN_PREFIX)- | ||
$(LINUX): $(IMAGE) | ||
@mkdir -p artifacts | ||
$(MAKE) -rC $(OPENSBI_DIR) $(OPENSBI_OPTS) | ||
|
@@ -101,8 +101,8 @@ run-selftest: | |
|
||
# clone (for non CI environment) | ||
# ------------------------------------------------------------------------------ | ||
clone: LINUX_BRANCH ?= linux-5.15.63-ctsi-y | ||
clone: OPENSBI_BRANCH ?= opensbi-1.2-ctsi-y | ||
clone: LINUX_BRANCH ?= linux-6.5.9-ctsi-y | ||
clone: OPENSBI_BRANCH ?= opensbi-1.3.1-ctsi-y | ||
clone: | ||
git clone --depth 1 --branch $(LINUX_BRANCH) \ | ||
[email protected]:cartesi/linux.git $(LINUX_DIR) || \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
e8d4d1882632eac7fd8e433b4eb4db014fd56e645fdad3b89be7d1ca4f20ca07 dep/linux-5.15.63-ctsi-2.tar.gz | ||
dad6cc6b0efeb3fd34d80199279dbaf7217c2f2179a5fdb639c3829e62f6b44a dep/opensbi-opensbi-1.2-ctsi-y.tar.gz | ||
ac235221a482701959e7a1b5dcef95c2b9bbd3c387170a11c2c43cc84a9c24c2 dep/linux-linux-6.5.9-ctsi-y.tar.gz | ||
68388abd01e2dc2705f0dedd6525c6aa11fe3446480647310a57ef7a9ad5b5ce dep/opensbi-opensbi-1.3.1-ctsi-y.tar.gz |