aboutsummaryrefslogtreecommitdiff
path: root/riscv/dts.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-20add configurable LR/SC reservation setDave.Wen1-0/+2
2020-05-19fix clang compile error wthin FDT parsingScott Beamer1-3/+3
2020-05-19fdt: add pmp granularity functionChih-Min Chao1-1/+4
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2020-05-19fdt: add pmp parsing helperChih-Min Chao1-1/+1
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2020-05-19fdt: add clint base address parsing helperChih-Min Chao1-0/+3
borrow from OpenSBI Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2020-02-19Make spike capable of booting LinuxAnup Patel1-0/+1
Latest Linux does not boot Spike mainly because: 1. Spike does not set bootargs in DTS 2. Spike does not provide mechanism to load initrd for Linux This patch addresses both above issues and we can now get latest Linux to prompt on Spike. Signed-off-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2018-05-18Extract out device-tree generation and compilation into an exported api. (#197)Prashanth Mundkur1-0/+15