summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-24all: run clang-format and update checked-in filesOlof Johansson59-1017/+956
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson18-1/+72
2019-04-24libfdt: don't try to clang-formatOlof Johansson1-0/+1
2019-04-24top: add .clang-formatOlof Johansson1-0/+16
2019-04-22lib: Redirect unhandled traps from non-M modes to S modeNick Kossifidis1-0/+3
2019-04-15doc: Update docs as per latest kernel/u-boot status.Atish Patra1-10/+12
2019-04-15top: Add CONTRIBUTORS.md fileAnup Pate3-4/+14
2019-04-15docs: qemu/virt platform documentation fixes and updatesKarsten Merker1-11/+80
2019-04-10lib: Optimize TLB flush IPIsAtish Patra1-0/+73
2019-04-10lib: Provide a lock enabled iteration of fifo.Atish Patra2-0/+84
2019-04-09TOP: Allow building platform out-of-treeAnup Patel4-30/+54
2019-04-06lib: Fix the ecall macro definitionsAlistair Francis1-2/+2
2019-04-04firmware: Fix source fdt alignmentXiang Wang1-1/+1
2019-04-03lib: Pack struct sbi_fifoAnup Patel2-16/+15
2019-04-03lib: More improvements to sbi_fifoAnup Patel4-43/+73
2019-04-03docs: Update mailing list details in contributing.mdAnup Patel1-3/+11
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra5-19/+47
2019-04-03lib: Increase the scratch space to 512 bytes.Atish Patra1-1/+1
2019-04-03lib: Introduce a tlb info type.Atish Patra1-0/+7
2019-04-03lib: Add a fifo implementation.Atish Patra3-0/+118
2019-04-03kendryte/k210: Fix file headersDamien Le Moal5-5/+25
2019-04-03README: Update license informationDamien Le Moal2-0/+217
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel3-12/+8
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel4-5/+5
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel3-20/+18
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng3-1/+23
2019-03-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng1-24/+31
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng3-0/+14
2019-03-18platform: plic: Fix comments of programming the interrupt enable registerBin Meng1-1/+2
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra1-0/+2
2019-03-14platform: plic: Bypass interrupt ID 0's priority programmingBin Meng1-1/+1
2019-03-14platform: plic: Fix plic_set_priority()Bin Meng1-1/+4
2019-03-14firmware: Move scratch setup to _start instead of _start_warmAtish Patra1-31/+60
2019-03-14lib: Fix full tlb flush behaviorAtish Patra1-10/+15
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng1-3/+3
2019-03-13docs: firmware: Fix spelling of U-BootBin Meng1-2/+2
2019-03-12lib: Implement sfence.vma correctly.Atish Patra6-15/+105
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis3-11/+21
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-06platform: Make the `platform` read-onlyXiang Wang11-43/+45
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-05lib:platform: Fix sbi_getc return type.Atish Patra11-19/+20
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-03-05Add tags to .gitignore for being development friendlyXiang Wang1-0/+3
2019-02-28Fix missing quotes in MakefileAndreas Schwab1-1/+1