Age | Commit message (Expand) | Author |
2019-03-13 | docs: firmware: Fix spelling of U-Boot | Bin Meng |
2019-03-12 | lib: Implement sfence.vma correctly. | Atish Patra |
2019-03-10 | lib: Create a sbi_ipi_data structure | Alistair Francis |
2019-03-07 | firmware: Reset all registers and flush icache | Atish Patra |
2019-03-07 | firmware: Add nop to reduce bus traffic. | Atish Patra |
2019-03-07 | Revert "firmware: Add a barrier instruction for wait for boot hart" | Atish Patra |
2019-03-06 | platform: Make the `platform` read-only | Xiang Wang |
2019-03-06 | firmware: Reset all the general purpose registers to zero. | Atish Patra |
2019-03-06 | firmware: Ensure the mtvec is updated. | Atish Patra |
2019-03-06 | firmware: Fix a typo | Atish Patra |
2019-03-05 | lib:platform: Fix sbi_getc return type. | Atish Patra |
2019-03-05 | firmware: Add a barrier instruction for wait for boot hart | Xiang Wang |
2019-03-05 | firmware: Move _boot_hart_done to the data section | Xiang Wang |
2019-03-05 | Add tags to .gitignore for being development friendly | Xiang Wang |
2019-02-28 | Fix missing quotes in Makefile | Andreas Schwab |
2019-02-28 | Fix makefile dependency generation | Andreas Schwab |
2019-02-26 | include: Bump-up version to 0.3 | Anup Patel |
2019-02-26 | Makefile: Set the platform variables before parsing the platforms | Alistair Francis |
2019-02-22 | include: Bump-up version to 0.2 | Anup Patel |
2019-02-22 | scripts: Add script for creating binary archive | Anup Patel |
2019-02-22 | Makefile: Rename compile_ld() to compile_elf() | Anup Patel |
2019-02-22 | doc: Fix root partition details for fu540. | Atish Patra |
2019-02-20 | firmware: Improve low-level trap handler for M-mode to M-mode traps | Anup Patel |
2019-02-20 | include: Add PRILX define to help print unsigned long | Anup Patel |
2019-02-19 | template: Fix some callback names | Sergi Granell |
2019-02-19 | template: Remove trailing ';' | Sergi Granell |
2019-02-19 | template: Fix typo in platform_final_init | Sergi Granell |
2019-02-19 | docs: Update unleashed platform guide. | Atish Patra |
2019-02-19 | docs: Add a payload section describing different payloads. | Atish Patra |
2019-02-19 | docs: Wrap text to 80 columns. | Atish Patra |
2019-02-19 | docs: Update about toolchain section. | Atish Patra |
2019-02-19 | Makefile: Use sed instead of awk to parse OpenSBI version | Anup Patel |
2019-02-19 | Makefile: Fix error evaluating OPENSBI_CC_XLEN | Anup Patel |
2019-02-18 | lib: Fix mask shift in sbi_ipi_send_many() | Anup Patel |
2019-02-18 | lib: Fix small typo on sbi_ipi.c | Nick Kossifidis |
2019-02-18 | lib: Improve delivery of SBI_IPI_EVENT_HALT | Nick Kossifidis |
2019-02-18 | platform: qemu-virt: Implement system shutdown | Nick Kossifidis |
2019-02-18 | lib: Send IPI for all harts to hang on system shutdown | Nick Kossifidis |
2019-02-17 | Makefile: Fix the assignment of OPENSBI_CC_XLEN | Alistair Francis |
2019-02-15 | Merge pull request #59 from avpatel/make-run | Alistair Francis |
2019-02-15 | Makefile: Add 'make run' command for platform specific run | Olof Johansson |
2019-02-15 | docs: fu540: Add steps for the Microsemi Expansion board | Alistair Francis |
2019-02-15 | platform: fu540: Initial commit of Microsemi device tree | Alistair Francis |
2019-02-15 | platform: fu540: Fix missing newline | Alistair Francis |
2019-02-15 | firmware: Ensure the payloads are 4 bit alligned | Alistair Francis |
2019-02-15 | Makefile: Make sure ld is always aware of the target abi/emulation | Nick Kossifidis |
2019-02-14 | firmware: Use CSR_<FOO> instead of <foo> for csr* | Atish Patra |
2019-02-14 | platform: Use CSR_<FOO> instead of <foo> for csr_*() | Atish Patra |
2019-02-14 | lib: Use CSR_<FOO> instead of <foo> for csr_*() | Atish Patra |
2019-02-14 | docs: Use normal hyphen instead of non-breaking hyphen | Atish Patra |