summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis2-2/+6
2019-06-24firmware: Handle overlapping load and link addresses in relocationXiang W1-21/+39
2019-06-19docs: Update docs as per new static library.Atish Patra3-3/+8
2019-06-19utils: Remove tinyfdt.cAtish Patra4-373/+14
2019-06-19platform: Enable all drivers by default.Atish Patra9-50/+6
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra11-85/+82
2019-06-19platform: Move platform common to lib/utils.Atish Patra38-38/+48
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra10-12/+9
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra22-39/+39
2019-06-17firmware: Handle overlapping load and link addresses in relocationXiang W1-2/+42
2019-06-12firmware: Relocate when load address is not equal to link addressAnup Patel4-6/+53
2019-06-12firmware: add missing linker sections to fw_base.ldSLukas Auer1-0/+4
2019-05-31docs: update CONTRIBUTORS.mdKarsten Merker1-0/+2
2019-05-30docs: qemu/sifive_u: miscellaneous documentation fixesBin Meng1-3/+3
2019-05-30platform: qemu/sifive_u: Update the hart count to 4Bin Meng1-1/+1
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel9-44/+131
2019-05-24lib: Add per-HART trap info pointerAnup Patel3-4/+40
2019-05-24include: Make unprivilege load/store functions as non-inline functionsAnup Patel3-102/+135
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel7-207/+292
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel5-29/+131
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel2-4/+18
2019-05-10docs: Add documentation about dynamic firmwareAnup Patel2-3/+51
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel4-1/+10
2019-05-10firmware: Add fw_dynamic firmwareAnup Patel4-0/+197
2019-05-10firmware: Allow firmwares to provide next mode and optionsAnup Patel3-25/+148
2019-05-06docs: update CONTRIBUTORS.md from git historyKarsten Merker1-0/+18
2019-05-06docs: miscellaneous documentation fixes and updatesKarsten Merker10-141/+146
2019-05-06Update sifive_fu540.mdLoys Ollivier1-1/+1
2019-04-30Makefile: explicitly disable PIEKarsten Merker1-0/+1
2019-04-25platform/common/libfdt: fix unnecessary multiple inclusionsXiang Wang1-1/+1
2019-04-25docs: Add a payload section about coreboot support #116Shawn Chang1-0/+24
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