aboutsummaryrefslogtreecommitdiff
path: root/machine/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Use uint64_t, not uintptr_t, to represent FDT addresses/sizesAndrew Waterman1-17/+20
2017-04-05Remove num_harts; use hart_mask exclusivelyAndrew Waterman1-3/+3
2017-04-05fdt: update the status length when masking cpusWesley W. Terpstra1-1/+4
2017-04-05fdt: redact clint, plic, and debug hardwareWesley W. Terpstra1-2/+154
2017-04-05fdt: support redactionWesley W. Terpstra1-7/+11
2017-03-31clint: move hart wakeup till after all FDT parsingWesley W. Terpstra1-4/+6
2017-03-30fdt: look for the phandle of a cpu's nested interrupt controllerWesley W. Terpstra1-15/+34
2017-03-28plic: discovered via fdtWesley W. Terpstra1-0/+101
2017-03-27fdt: rewrite parser using a single design patternWesley W. Terpstra1-102/+167
2017-03-23fdt: add a size methodWesley W. Terpstra1-0/+10
2017-03-22machine: add FDT parserWesley W. Terpstra1-0/+236