summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-15top: Add CONTRIBUTORS.md fileAnup Pate
2019-04-15docs: qemu/virt platform documentation fixes and updatesKarsten Merker
2019-04-10lib: Optimize TLB flush IPIsAtish Patra
2019-04-10lib: Provide a lock enabled iteration of fifo.Atish Patra
2019-04-09TOP: Allow building platform out-of-treeAnup Patel
2019-04-06lib: Fix the ecall macro definitionsAlistair Francis
2019-04-04firmware: Fix source fdt alignmentXiang Wang
2019-04-03lib: Pack struct sbi_fifoAnup Patel
2019-04-03lib: More improvements to sbi_fifoAnup Patel
2019-04-03docs: Update mailing list details in contributing.mdAnup Patel
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra
2019-04-03lib: Increase the scratch space to 512 bytes.Atish Patra
2019-04-03lib: Introduce a tlb info type.Atish Patra
2019-04-03lib: Add a fifo implementation.Atish Patra
2019-04-03kendryte/k210: Fix file headersDamien Le Moal
2019-04-03README: Update license informationDamien Le Moal
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng
2019-03-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng
2019-03-18platform: plic: Fix comments of programming the interrupt enable registerBin Meng
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra
2019-03-14platform: plic: Bypass interrupt ID 0's priority programmingBin Meng
2019-03-14platform: plic: Fix plic_set_priority()Bin Meng
2019-03-14firmware: Move scratch setup to _start instead of _start_warmAtish Patra
2019-03-14lib: Fix full tlb flush behaviorAtish Patra
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng
2019-03-13docs: firmware: Fix spelling of U-BootBin Meng
2019-03-12lib: Implement sfence.vma correctly.Atish Patra
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis
2019-03-07firmware: Reset all registers and flush icacheAtish Patra
2019-03-07firmware: Add nop to reduce bus traffic.Atish Patra
2019-03-07Revert "firmware: Add a barrier instruction for wait for boot hart"Atish Patra
2019-03-06platform: Make the `platform` read-onlyXiang Wang
2019-03-06firmware: Reset all the general purpose registers to zero.Atish Patra
2019-03-06firmware: Ensure the mtvec is updated.Atish Patra
2019-03-06firmware: Fix a typoAtish Patra
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra
2019-03-05firmware: Add a barrier instruction for wait for boot hartXiang Wang
2019-03-05firmware: Move _boot_hart_done to the data sectionXiang Wang
2019-03-05Add tags to .gitignore for being development friendlyXiang Wang
2019-02-28Fix missing quotes in MakefileAndreas Schwab
2019-02-28Fix makefile dependency generationAndreas Schwab
2019-02-26include: Bump-up version to 0.3v0.3Anup Patel
2019-02-26Makefile: Set the platform variables before parsing the platformsAlistair Francis
2019-02-22include: Bump-up version to 0.2v0.2Anup Patel
2019-02-22scripts: Add script for creating binary archiveAnup Patel
2019-02-22Makefile: Rename compile_ld() to compile_elf()Anup Patel