summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-03lib: Add a fifo implementation.Atish Patra3-0/+118
2019-04-03kendryte/k210: Fix file headersDamien Le Moal5-5/+25
2019-04-03README: Update license informationDamien Le Moal2-0/+217
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel3-12/+8
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel4-5/+5
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel3-20/+18
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng3-1/+23
2019-03-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng1-24/+31
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng3-0/+14
2019-03-18platform: plic: Fix comments of programming the interrupt enable registerBin Meng1-1/+2
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra1-0/+2
2019-03-14platform: plic: Bypass interrupt ID 0's priority programmingBin Meng1-1/+1
2019-03-14platform: plic: Fix plic_set_priority()Bin Meng1-1/+4
2019-03-14firmware: Move scratch setup to _start instead of _start_warmAtish Patra1-31/+60
2019-03-14lib: Fix full tlb flush behaviorAtish Patra1-10/+15
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng1-3/+3
2019-03-13docs: firmware: Fix spelling of U-BootBin Meng1-2/+2
2019-03-12lib: Implement sfence.vma correctly.Atish Patra6-15/+105
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis3-11/+21
2019-03-07firmware: Reset all registers and flush icacheAtish Patra1-0/+4
2019-03-07firmware: Add nop to reduce bus traffic.Atish Patra1-0/+4
2019-03-07Revert "firmware: Add a barrier instruction for wait for boot hart"Atish Patra1-1/+0
2019-03-06platform: Make the `platform` read-onlyXiang Wang11-43/+45
2019-03-06firmware: Reset all the general purpose registers to zero.Atish Patra1-0/+41
2019-03-06firmware: Ensure the mtvec is updated.Atish Patra1-0/+5
2019-03-06firmware: Fix a typoAtish Patra1-1/+1
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra11-19/+20
2019-03-05firmware: Add a barrier instruction for wait for boot hartXiang Wang1-0/+1
2019-03-05firmware: Move _boot_hart_done to the data sectionXiang Wang1-6/+5
2019-03-05Add tags to .gitignore for being development friendlyXiang Wang1-0/+3
2019-02-28Fix missing quotes in MakefileAndreas Schwab1-1/+1
2019-02-28Fix makefile dependency generationAndreas Schwab1-2/+2
2019-02-26include: Bump-up version to 0.3Anup Patel1-1/+1
2019-02-26Makefile: Set the platform variables before parsing the platformsAlistair Francis1-8/+10
2019-02-22include: Bump-up version to 0.2Anup Patel1-1/+1
2019-02-22scripts: Add script for creating binary archiveAnup Patel1-0/+135
2019-02-22Makefile: Rename compile_ld() to compile_elf()Anup Patel1-7/+7
2019-02-22doc: Fix root partition details for fu540.Atish Patra1-1/+5
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel2-39/+57
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel2-18/+20
2019-02-19template: Fix some callback namesSergi Granell1-3/+3
2019-02-19template: Remove trailing ';'Sergi Granell1-1/+1
2019-02-19template: Fix typo in platform_final_initSergi Granell1-1/+1