aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.lds
AgeCommit message (Collapse)AuthorFilesLines
2020-10-31Disable device tree filter when load a dts from file (#219)Yan1-0/+1
* add device tree in elf, using --with-dts to add the absolute path of device tree * Disable device tree filter * Remove *.dtb dependence, when the --with-dts option is not used
2020-10-30Revert "Disable device tree filter when load a dts from file (#217)"Andrew Waterman1-1/+0
This reverts commit a161e6f3ef31004e47a5b94b85c2e84b764f8637. Resolves #218
2020-10-29Disable device tree filter when load a dts from file (#217)Yan1-0/+1
* add device tree in elf, using --with-dts to add the absolute path of device tree * Disable device tree filter
2019-06-11configure: Add option to set physical memory start addressGabriel L. Somlo1-1/+1
For systems where physical memory is mapped to a start address different from 0x80000000, allow the default to be overridden using the --with-mem-start argument to the configure script. Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
2019-01-04Page-align the writable data sectionAndrew Waterman1-3/+4
For eventual PMP purposes
2019-01-04Clean up linker scripts a bitAndrew Waterman1-10/+2
2018-07-09Properly license all nontrivial filesAndrew Waterman1-0/+2
2017-11-03Remove the platform interfacePalmer Dabbelt1-0/+1
We now automatically detect everything that the platform interface used to be used for, so it's now obsolete!
2017-02-20Don't block for acks on console writesAndrew Waterman1-2/+2
2016-08-16add htif section in linker script, with ALIGNs to prevent MMIO and data from ↵Sagar Karandikar1-0/+10
being placed on same page (#32)
2016-04-30Move DRAM to high addressesAndrew Waterman1-1/+1
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-0/+100
Yuck.