index
:
riscv-gnu-toolchain/pk.git
cs250
device-files
enable-32bit
eos14-bringup
eos20
fdt
fix-fcvt-s-w
gnuconfig
hax
master
maxmem
new-sbi-disk
remap
rocc-enable
rv32-putstring
rvt-master
sbi-disk
sbi_emulation_for_perf
sbi_for_perf
travis-dev
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
machine
/
fdt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-09
Properly license all nontrivial files
Andrew Waterman
1
-0
/
+2
2018-06-20
Fix problem of casting u64 to void* on 32-bit environment (#111)
Zong Li
1
-2
/
+2
2018-05-22
RISC-V: Support separate firmware and kernel payload
Michael Clark
1
-0
/
+57
2017-11-02
Detect harts that can't boot Linux instead of hard-coding them
Palmer Dabbelt
1
-5
/
+23
2017-08-03
Add the '--enable-print-device-tree' argument
Palmer Dabbelt
1
-0
/
+127
2017-04-18
Use uint64_t, not uintptr_t, to represent FDT addresses/sizes
Andrew Waterman
1
-17
/
+20
2017-04-05
Remove num_harts; use hart_mask exclusively
Andrew Waterman
1
-3
/
+3
2017-04-05
fdt: update the status length when masking cpus
Wesley W. Terpstra
1
-1
/
+4
2017-04-05
fdt: redact clint, plic, and debug hardware
Wesley W. Terpstra
1
-2
/
+154
2017-04-05
fdt: support redaction
Wesley W. Terpstra
1
-7
/
+11
2017-03-31
clint: move hart wakeup till after all FDT parsing
Wesley W. Terpstra
1
-4
/
+6
2017-03-30
fdt: look for the phandle of a cpu's nested interrupt controller
Wesley W. Terpstra
1
-15
/
+34
2017-03-28
plic: discovered via fdt
Wesley W. Terpstra
1
-0
/
+101
2017-03-27
fdt: rewrite parser using a single design pattern
Wesley W. Terpstra
1
-102
/
+167
2017-03-23
fdt: add a size method
Wesley W. Terpstra
1
-0
/
+10
2017-03-22
machine: add FDT parser
Wesley W. Terpstra
1
-0
/
+236