aboutsummaryrefslogtreecommitdiff
path: root/machine/mentry.S
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Fix the wrong access of ipi pending address (#99)Zong Li1-2/+2
2018-03-05mtrap: add a halt IPI used for poweroff (#86)Wesley W. Terpstra1-0/+5
2018-01-22Boot on the first hartPalmer Dabbelt1-9/+2
2017-11-02Detect harts that can't boot Linux instead of hard-coding themPalmer Dabbelt1-2/+2
2017-08-02Move DISABLED_HART_MASK to the platformPalmer Dabbelt1-2/+7
2017-04-05Rename HART_MASK to DISABLED_HART_MASK to clarify polarityAndrew Waterman1-2/+2
2017-04-05bbl: prevent named cores from bootingWesley W. Terpstra1-1/+13
2017-03-27Separate page faults from physical memory access exceptionsAndrew Waterman1-4/+7
2017-03-22SBI: a0+a1 hold hartid+dtb pointer between boot loader stagesfdtWesley W. Terpstra1-13/+14
2017-02-20Don't block for acks on console writesAndrew Waterman1-5/+6
2017-02-20WIP on SBIAndrew Waterman1-3/+8
2017-02-19Handle IPIs and timer interrupts more quicklyAndrew Waterman1-14/+36
2016-10-25Use __riscv_flen macro to detect FP supportAndrew Waterman1-2/+2
2016-09-15machine, mentry.S: fix not receiving IPI for other harts (#38)sashimi-yzh1-0/+4
2016-07-28Don't let other harts boot before HLS is initializedAndrew Waterman1-1/+8
2016-05-05Poll HTIF console on timer interruptAndrew Waterman1-6/+5
2016-05-02Don't use tohost/fromhost registers; communicate with host via memoryAndrew Waterman1-11/+3
2016-04-30Move DRAM to high addressesAndrew Waterman1-1/+7
2016-04-29ERET -> MRETAndrew Waterman1-3/+3
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-0/+245