-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: freeloader use dtb generated from conf/*.dts not uboot
To do this mainly for Flash start mode, because in flash start mode the dtb used is the one in uboot not the one in conf/. It will cause linux with ux600fd enabled boot fail because the dts in u-boot/arch/riscv/dts/nuclei-hbird.dts as below riscv,isa = "rv64imac"; this is fixed to rv64imac which might affect the normal boot controlled by linux/arch/riscv/kernel/cpufeature.c Signed-off-by: Huaqi Fang <[email protected]>
- Loading branch information
Showing
4 changed files
with
24 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
linux-*.tar.xz | ||
work/ | ||
toolchain | ||
.vscode/ |
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