aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng
2019-03-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng
2019-03-18platform: plic: Fix comments of programming the interrupt enable registerBin Meng
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra
2019-03-14platform: plic: Bypass interrupt ID 0's priority programmingBin Meng
2019-03-14platform: plic: Fix plic_set_priority()Bin Meng
2019-03-14firmware: Move scratch setup to _start instead of _start_warmAtish Patra
2019-03-14lib: Fix full tlb flush behaviorAtish Patra
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng
2019-03-13docs: firmware: Fix spelling of U-BootBin Meng
2019-03-12lib: Implement sfence.vma correctly.Atish Patra
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis
2019-03-07firmware: Reset all registers and flush icacheAtish Patra
2019-03-07firmware: Add nop to reduce bus traffic.Atish Patra
2019-03-07Revert "firmware: Add a barrier instruction for wait for boot hart"Atish Patra
2019-03-06platform: Make the `platform` read-onlyXiang Wang
2019-03-06firmware: Reset all the general purpose registers to zero.Atish Patra
2019-03-06firmware: Ensure the mtvec is updated.Atish Patra
2019-03-06firmware: Fix a typoAtish Patra
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra
2019-03-05firmware: Add a barrier instruction for wait for boot hartXiang Wang
2019-03-05firmware: Move _boot_hart_done to the data sectionXiang Wang
2019-03-05Add tags to .gitignore for being development friendlyXiang Wang
2019-02-28Fix missing quotes in MakefileAndreas Schwab
2019-02-28Fix makefile dependency generationAndreas Schwab
2019-02-26include: Bump-up version to 0.3Anup Patel
2019-02-26Makefile: Set the platform variables before parsing the platformsAlistair Francis
2019-02-22include: Bump-up version to 0.2Anup Patel
2019-02-22scripts: Add script for creating binary archiveAnup Patel
2019-02-22Makefile: Rename compile_ld() to compile_elf()Anup Patel
2019-02-22doc: Fix root partition details for fu540.Atish Patra
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel
2019-02-19template: Fix some callback namesSergi Granell
2019-02-19template: Remove trailing ';'Sergi Granell
2019-02-19template: Fix typo in platform_final_initSergi Granell
2019-02-19docs: Update unleashed platform guide.Atish Patra
2019-02-19docs: Add a payload section describing different payloads.Atish Patra
2019-02-19docs: Wrap text to 80 columns.Atish Patra
2019-02-19docs: Update about toolchain section.Atish Patra
2019-02-19Makefile: Use sed instead of awk to parse OpenSBI versionAnup Patel
2019-02-19Makefile: Fix error evaluating OPENSBI_CC_XLENAnup Patel
2019-02-18lib: Fix mask shift in sbi_ipi_send_many()Anup Patel
2019-02-18lib: Fix small typo on sbi_ipi.cNick Kossifidis
2019-02-18lib: Improve delivery of SBI_IPI_EVENT_HALTNick Kossifidis
2019-02-18platform: qemu-virt: Implement system shutdownNick Kossifidis
2019-02-18lib: Send IPI for all harts to hang on system shutdownNick Kossifidis
2019-02-17Makefile: Fix the assignment of OPENSBI_CC_XLENAlistair Francis
2019-02-15Merge pull request #59 from avpatel/make-runAlistair Francis