aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-10docs: Add documentation about dynamic firmwareAnup Patel
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel
2019-05-10firmware: Add fw_dynamic firmwareAnup Patel
2019-05-10firmware: Allow firmwares to provide next mode and optionsAnup Patel
2019-05-06docs: update CONTRIBUTORS.md from git historyKarsten Merker
2019-05-06docs: miscellaneous documentation fixes and updatesKarsten Merker
2019-05-06Update sifive_fu540.mdLoys Ollivier
2019-04-30Makefile: explicitly disable PIEKarsten Merker
2019-04-25platform/common/libfdt: fix unnecessary multiple inclusionsXiang Wang
2019-04-25docs: Add a payload section about coreboot support #116Shawn Chang
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-04-24libfdt: don't try to clang-formatOlof Johansson
2019-04-24top: add .clang-formatOlof Johansson
2019-04-22lib: Redirect unhandled traps from non-M modes to S modeNick Kossifidis
2019-04-15doc: Update docs as per latest kernel/u-boot status.Atish Patra
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