summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-09firmware: Use macro instead of magic number for boot statusBin Meng1-4/+7
2019-08-09platform: sifive: fu540: Expand FDT size before any patchingBin Meng1-5/+6
2019-08-07firmware: Fix the loop condition of _wait_relocate_copy_done sectionNylon Chen1-1/+1
2019-07-26lib: Allow compiling without FP supportAnup Patel3-13/+16
2019-07-25treewide: Use conventional names for 32-bit and 64-bitBin Meng6-15/+15
2019-07-25README: Document 32-bit / 64-bit images buildBin Meng1-0/+19
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer1-1/+1
2019-07-24platform: sifive/fu540: Move FDT further upAnup Patel1-2/+2
2019-07-22platform: sifive: fu540: Use standard value string for cpu node statusBin Meng1-1/+2
2019-07-02include: Bump-up version to 0.4Anup Patel1-1/+1
2019-07-02platform: Remove the HiFive Unleashed expansion board DT.Atish Patra2-603/+0
2019-07-01firmware: For no relocation skip two stage wait for secondary HARTsAnup Patel1-0/+1
2019-06-30scripts: Add Ariane FPGA to platform list in binary archive scriptAnup Patel1-0/+1
2019-06-30docs: Update the fu540 platform guide for new DT.Atish Patra1-50/+62
2019-06-29include: Add firmware context to sbi_platformAbner Chang1-0/+4
2019-06-29include: Add version info to struct sbi_platformAbner Chang10-13/+55
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang7-172/+198
2019-06-29Add documentation for Ariane FPGA platformPanagiotis Peristerakis2-0/+41
2019-06-29Add support for Ariane FPGA SoCPanagiotis Peristerakis3-0/+250
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