aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-31Disable device tree filter when load a dts from file (#219)Yan1-0/+2
2020-10-30Revert "Disable device tree filter when load a dts from file (#217)"Andrew Waterman1-2/+0
2020-10-29Disable device tree filter when load a dts from file (#217)Yan1-0/+2
2020-04-28Support --without-payload for OpenSBI fw_jump-style booting (#186)Jessica Clarke1-3/+11
2019-01-25Protect BBL data, not just textAndrew Waterman1-2/+2
2019-01-04Protect M-mode memory from S-modeAndrew Waterman1-0/+47
2018-07-12bbl: boot payload in machine mode when --enable-boot-machine is passedHesham Almatary1-0/+4
2018-07-09Properly license all nontrivial filesAndrew Waterman1-0/+2
2018-05-22RISC-V: Support separate firmware and kernel payloadMichael Clark1-4/+12
2017-11-03Remove the platform interfacePalmer Dabbelt1-1/+0
2017-11-02Detect harts that can't boot Linux instead of hard-coding themPalmer Dabbelt1-2/+14
2017-08-09The DTB argument to boot_other_hart shouldn't be used in BBLPalmer Dabbelt1-8/+6
2017-08-03Add the '--enable-print-device-tree' argumentPalmer Dabbelt1-3/+8
2017-08-02Move DISABLED_HART_MASK to the platformPalmer Dabbelt1-1/+2
2017-04-05Rename HART_MASK to DISABLED_HART_MASK to clarify polarityAndrew Waterman1-1/+1
2017-04-05bbl: prevent named cores from bootingWesley W. Terpstra1-1/+1
2017-04-05fdt: redact clint, plic, and debug hardwareWesley W. Terpstra1-0/+6
2017-03-23bbl: copy dtb after the kernelWesley W. Terpstra1-1/+17
2017-03-22SBI: a0+a1 hold hartid+dtb pointer between boot loader stagesfdtWesley W. Terpstra1-4/+4
2017-02-20Don't block for acks on console writesAndrew Waterman1-8/+9
2017-02-17Clean up boot loader for physical address loadingAndrew Waterman1-6/+5
2017-02-17WIP towards ECALL interface for SBIAndrew Waterman1-51/+5
2017-02-15Incorporate sptbr/sfence.vma changesAndrew Waterman1-1/+1
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-1/+1
2016-07-06Udpate to new PTE formatAndrew Waterman1-2/+2
2016-04-30Move DRAM to high addressesAndrew Waterman1-4/+4
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-0/+76