aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson
2019-02-15docs: fu540: Add steps for the Microsemi Expansion boardAlistair Francis
2019-02-15platform: fu540: Initial commit of Microsemi device treeAlistair Francis
2019-02-15platform: fu540: Fix missing newlineAlistair Francis
2019-02-15firmware: Ensure the payloads are 4 bit allignedAlistair Francis
2019-02-15Makefile: Make sure ld is always aware of the target abi/emulationNick Kossifidis
2019-02-14firmware: Use CSR_<FOO> instead of <foo> for csr*Atish Patra
2019-02-14platform: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-14docs: Use normal hyphen instead of non-breaking hyphenAtish Patra