Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |