summaryrefslogtreecommitdiff
path: root/firmware/fw_base.S
AgeCommit message (Expand)AuthorFilesLines
2019-03-07firmware: Reset all registers and flush icacheAtish Patra1-0/+4
2019-03-07firmware: Add nop to reduce bus traffic.Atish Patra1-0/+4
2019-03-07Revert "firmware: Add a barrier instruction for wait for boot hart"Atish Patra1-1/+0
2019-03-06firmware: Reset all the general purpose registers to zero.Atish Patra1-0/+41
2019-03-06firmware: Ensure the mtvec is updated.Atish Patra1-0/+5
2019-03-06firmware: Fix a typoAtish Patra1-1/+1
2019-03-05firmware: Add a barrier instruction for wait for boot hartXiang Wang1-0/+1
2019-03-05firmware: Move _boot_hart_done to the data sectionXiang Wang1-6/+5
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel1-39/+53
2019-02-14firmware: Use CSR_<FOO> instead of <foo> for csr*Atish Patra1-16/+16
2019-02-08firmware: Use lw instead of lwu for 32-bit architecturesAlistair Francis1-0/+14
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-22lib: Move software interrupt enablement from firmware to libAtish Patra1-4/+0
2019-01-03include: Remove redundant tmp0 from struct sbi_scratchAnup Patel1-1/+0
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel1-69/+70
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel1-4/+5
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel1-12/+13
2018-12-27firmware: Rename fw_common.S to fw_base.SAnup Patel1-0/+351