summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-19docs: Update unleashed platform guide.Atish Patra1-35/+116
2019-02-19docs: Add a payload section describing different payloads.Atish Patra4-2/+68
2019-02-19docs: Wrap text to 80 columns.Atish Patra1-3/+8
2019-02-19docs: Update about toolchain section.Atish Patra1-0/+10
2019-02-19Makefile: Use sed instead of awk to parse OpenSBI versionAnup Patel1-2/+2
2019-02-19Makefile: Fix error evaluating OPENSBI_CC_XLENAnup Patel1-25/+25
2019-02-18lib: Fix mask shift in sbi_ipi_send_many()Anup Patel1-1/+1
2019-02-18lib: Fix small typo on sbi_ipi.cNick Kossifidis1-1/+1
2019-02-18lib: Improve delivery of SBI_IPI_EVENT_HALTNick Kossifidis1-13/+34
2019-02-18platform: qemu-virt: Implement system shutdownNick Kossifidis1-1/+9
2019-02-18lib: Send IPI for all harts to hang on system shutdownNick Kossifidis1-0/+8
2019-02-17Makefile: Fix the assignment of OPENSBI_CC_XLENAlistair Francis1-3/+3
2019-02-16Merge pull request #59 from avpatel/make-runAlistair Francis4-6/+35
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson4-6/+35
2019-02-15docs: fu540: Add steps for the Microsemi Expansion boardAlistair Francis1-0/+10
2019-02-15platform: fu540: Initial commit of Microsemi device treeAlistair Francis1-0/+588
2019-02-15platform: fu540: Fix missing newlineAlistair Francis1-0/+1
2019-02-15firmware: Ensure the payloads are 4 bit allignedAlistair Francis1-4/+5
2019-02-15Makefile: Make sure ld is always aware of the target abi/emulationNick Kossifidis1-1/+3
2019-02-14firmware: Use CSR_<FOO> instead of <foo> for csr*Atish Patra2-19/+20