Age | Commit message (Expand) | Author |
2019-05-10 | docs: Add documentation about dynamic firmware | Anup Patel |
2019-05-10 | platform: Enable dynamic firmware for appropriate platforms | Anup Patel |
2019-05-10 | firmware: Add fw_dynamic firmware | Anup Patel |
2019-05-10 | firmware: Allow firmwares to provide next mode and options | Anup Patel |
2019-05-06 | docs: update CONTRIBUTORS.md from git history | Karsten Merker |
2019-05-06 | docs: miscellaneous documentation fixes and updates | Karsten Merker |
2019-05-06 | Update sifive_fu540.md | Loys Ollivier |
2019-04-30 | Makefile: explicitly disable PIE | Karsten Merker |
2019-04-25 | platform/common/libfdt: fix unnecessary multiple inclusions | Xiang Wang |
2019-04-25 | docs: Add a payload section about coreboot support #116 | Shawn Chang |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-04-24 | all: Annotate some tables to have clang-format leave them alone | Olof Johansson |
2019-04-24 | libfdt: don't try to clang-format | Olof Johansson |
2019-04-24 | top: add .clang-format | Olof Johansson |
2019-04-22 | lib: Redirect unhandled traps from non-M modes to S mode | Nick Kossifidis |
2019-04-15 | doc: Update docs as per latest kernel/u-boot status. | Atish Patra |
2019-04-15 | top: Add CONTRIBUTORS.md file | Anup Pate |
2019-04-15 | docs: qemu/virt platform documentation fixes and updates | Karsten Merker |
2019-04-10 | lib: Optimize TLB flush IPIs | Atish Patra |
2019-04-10 | lib: Provide a lock enabled iteration of fifo. | Atish Patra |
2019-04-09 | TOP: Allow building platform out-of-tree | Anup Patel |
2019-04-06 | lib: Fix the ecall macro definitions | Alistair Francis |
2019-04-04 | firmware: Fix source fdt alignment | Xiang Wang |
2019-04-03 | lib: Pack struct sbi_fifo | Anup Patel |
2019-04-03 | lib: More improvements to sbi_fifo | Anup Patel |
2019-04-03 | docs: Update mailing list details in contributing.md | Anup Patel |
2019-04-03 | lib: Use a fifo to keep track of sfence related IPIs. | Atish Patra |
2019-04-03 | lib: Increase the scratch space to 512 bytes. | Atish Patra |
2019-04-03 | lib: Introduce a tlb info type. | Atish Patra |
2019-04-03 | lib: Add a fifo implementation. | Atish Patra |
2019-04-03 | kendryte/k210: Fix file headers | Damien Le Moal |
2019-04-03 | README: Update license information | Damien Le Moal |
2019-04-01 | include: Make mstatus parameter optional for get_insn() | Anup Patel |
2019-04-01 | include: Rename sbi_unpriv.h to riscv_unpriv.h | Anup Patel |
2019-04-01 | lib: Remove unused mepc arg from load_xyz() and store_xyz() functions | Anup Patel |
2019-03-29 | lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is set | Bin Meng |
2019-03-29 | lib: Group all prints during boot into sbi_boot_prints() | Bin Meng |
2019-03-29 | firmware: Introduce "options" in "struct sbi_scratch" | Bin Meng |
2019-03-18 | platform: plic: Fix comments of programming the interrupt enable register | Bin Meng |
2019-03-14 | lib: Return ENOTSUPP incase of invalid SBI function ID | Atish Patra |
2019-03-14 | platform: plic: Bypass interrupt ID 0's priority programming | Bin Meng |
2019-03-14 | platform: plic: Fix plic_set_priority() | Bin Meng |
2019-03-14 | firmware: Move scratch setup to _start instead of _start_warm | Atish Patra |
2019-03-14 | lib: Fix full tlb flush behavior | Atish Patra |
2019-03-13 | platform: fu540: Fix cosmetic styling issues | Bin Meng |
2019-03-13 | docs: firmware: Fix spelling of U-Boot | Bin Meng |
2019-03-12 | lib: Implement sfence.vma correctly. | Atish Patra |
2019-03-10 | lib: Create a sbi_ipi_data structure | Alistair Francis |
2019-03-07 | firmware: Reset all registers and flush icache | Atish Patra |
2019-03-07 | firmware: Add nop to reduce bus traffic. | Atish Patra |