summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-02include: Bump-up version to 0.4v0.4Anup Patel
2019-07-02platform: Remove the HiFive Unleashed expansion board DT.Atish Patra
2019-07-01firmware: For no relocation skip two stage wait for secondary HARTsAnup Patel
2019-06-30scripts: Add Ariane FPGA to platform list in binary archive scriptAnup Patel
2019-06-30docs: Update the fu540 platform guide for new DT.Atish Patra
2019-06-29include: Add firmware context to sbi_platformAbner Chang
2019-06-29include: Add version info to struct sbi_platformAbner Chang
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang
2019-06-29Add documentation for Ariane FPGA platformPanagiotis Peristerakis
2019-06-29Add support for Ariane FPGA SoCPanagiotis Peristerakis
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis
2019-06-24firmware: Handle overlapping load and link addresses in relocationXiang W
2019-06-19docs: Update docs as per new static library.Atish Patra
2019-06-19utils: Remove tinyfdt.cAtish Patra
2019-06-19platform: Enable all drivers by default.Atish Patra
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra
2019-06-17firmware: Handle overlapping load and link addresses in relocationXiang W
2019-06-12firmware: Relocate when load address is not equal to link addressAnup Patel
2019-06-12firmware: add missing linker sections to fw_base.ldSLukas Auer
2019-05-31docs: update CONTRIBUTORS.mdKarsten Merker
2019-05-30docs: qemu/sifive_u: miscellaneous documentation fixesBin Meng
2019-05-30platform: qemu/sifive_u: Update the hart count to 4Bin Meng
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel
2019-05-24lib: Add per-HART trap info pointerAnup Patel
2019-05-24include: Make unprivilege load/store functions as non-inline functionsAnup Patel
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel
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