platform/kernel/opensbi.git
2019-02-22 Anup Patelscripts: Add script for creating binary archive
2019-02-22 Anup PatelMakefile: Rename compile_ld() to compile_elf()
2019-02-22 Atish Patradoc: Fix root partition details for fu540.
2019-02-20 Anup Patelfirmware: Improve low-level trap handler for M-mode...
2019-02-20 Anup Patelinclude: Add PRILX define to help print unsigned long
2019-02-19 Sergi Granelltemplate: Fix some callback names
2019-02-19 Sergi Granelltemplate: Remove trailing ';'
2019-02-19 Sergi Granelltemplate: Fix typo in platform_final_init
2019-02-19 Atish Patradocs: Update unleashed platform guide.
2019-02-19 Atish Patradocs: Add a payload section describing different payloads.
2019-02-19 Atish Patradocs: Wrap text to 80 columns.
2019-02-19 Atish Patradocs: Update about toolchain section.
2019-02-19 Anup PatelMakefile: Use sed instead of awk to parse OpenSBI version
2019-02-19 Anup PatelMakefile: Fix error evaluating OPENSBI_CC_XLEN
2019-02-18 Anup Patellib: Fix mask shift in sbi_ipi_send_many()
2019-02-18 Nick Kossifidislib: Fix small typo on sbi_ipi.c
2019-02-18 Nick Kossifidislib: Improve delivery of SBI_IPI_EVENT_HALT
2019-02-18 Nick Kossifidisplatform: qemu-virt: Implement system shutdown
2019-02-18 Nick Kossifidislib: Send IPI for all harts to hang on system shutdown
2019-02-17 Alistair FrancisMakefile: Fix the assignment of OPENSBI_CC_XLEN
2019-02-15 Alistair FrancisMerge pull request #59 from avpatel/make-run
2019-02-15 Olof JohanssonMakefile: Add 'make run' command for platform specific run
2019-02-15 Alistair Francisdocs: fu540: Add steps for the Microsemi Expansion...
2019-02-15 Alistair Francisplatform: fu540: Initial commit of Microsemi device...
2019-02-15 Alistair Francisplatform: fu540: Fix missing newline
2019-02-15 Alistair Francisfirmware: Ensure the payloads are 4 bit alligned
2019-02-15 Nick KossifidisMakefile: Make sure ld is always aware of the target...
2019-02-14 Atish Patrafirmware: Use CSR_<FOO> instead of <foo> for csr*
2019-02-14 Atish Patraplatform: Use CSR_<FOO> instead of <foo> for csr_*()
2019-02-14 Atish Patralib: Use CSR_<FOO> instead of <foo> for csr_*()
2019-02-14 Atish Patradocs: Use normal hyphen instead of non-breaking hyphen
2019-02-12 Anup PatelMakefile: Set ABI, ISA and Code Model in top-level...
2019-02-12 Anup Patelplatform: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET...
2019-02-12 Anup Patelplatform: template: Improve comments for FW_JUMP_ADDR...
2019-02-08 Damien Le Moaldocs: improve library usage document
2019-02-08 Damien Le Moaldocs: platform guide updates
2019-02-08 Damien Le Moaltop: README.md updates
2019-02-08 Alistair FrancisMakefile: Ensure lgcc is included
2019-02-08 Alistair Francisfirmware: Use lw instead of lwu for 32-bit architectures
2019-02-08 Alistair Francisplatform: clint: Allow running on 32-bit systems
2019-02-08 Alistair Francissbi_emulate_csr: Shift sbi_timer_value directly
2019-02-08 Alistair Francisplatform: qemu/virt: Move kernel start address to 4MB...
2019-02-08 Alistair Francisplatform: template: Move kernel start address to 4MB...
2019-02-08 Alistair Francisplatform/qemu/virt: Dynamically calculate xlen
2019-02-08 Alistair Francissbi_ecall: Fix logical OR to be bitwise OR
2019-02-06 Andreas Schwabfirwmare: don't expand macros in FW_PAYLOAD_PATH
2019-02-06 Andreas SchwabMakefile: don't disable built-in variables
2019-02-05 Olof JohanssonMakefile: Don't rely on "echo -n"
2019-02-05 Olof Johanssonriscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()
2019-01-30 Anup Pateldocs: Update doxygen config file v0.1
2019-01-30 Anup Pateldocs: Add library usage guide
2019-01-30 Anup Pateldocs: Add platform support guide
2019-01-30 Anup Pateltop: Fix typo in README.md
2019-01-29 Atish Patradocs: Add a fu540 document.
2019-01-29 Atish Patradocs: Typo fixes
2019-01-29 Atish Patraplatform: fu540: Provide a compile time option selectiv...
2019-01-25 Anup Patelinclude: Add separate header for OpenSBI version
2019-01-24 Damien Le Moaldocs: README.md update
2019-01-24 Damien Le Moaldocs/platform: Update QEMU platforms documentation
2019-01-24 Damien Le Moaldocs/platform: Add top level document file
2019-01-24 Damien Le Moaldocs/firmware: Update FW_PAYLOAD documentation
2019-01-24 Damien Le Moaldocs/firmware: Update FW_JUMP documentation
2019-01-24 Damien Le Moaldocs/firmware: Add top level document file
2019-01-24 Damien Le Moaldocs: Contribution guideline update
2019-01-24 Damien Le Moaltop: Rename LICENSE file to COPYING.BSD
2019-01-24 Damien Le Moalplatform: add template platform files
2019-01-24 Anup patelall: Update copyright header in all files
2019-01-23 Anup Patelinclude: Use TRUE/FALSE as return values in sbi_platfor...
2019-01-23 Anup Patelinclude: Rename ipi_inject() to ipi_send() for sbi_platform
2019-01-23 Anup Patelinclude: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE
2019-01-23 Anup Patelinclude: Update documentation of sbi_platform after...
2019-01-23 Anup Patellib: Remove target_hart and hartid parameter from TIMER...
2019-01-23 Anup Patellib: Remove hartid parameter from IRQCHIP callbacks
2019-01-23 Anup patellib: Remove source_hart and hartid parameter from IPI...
2019-01-23 Anup Patellib: Remove hartid paramter from early_init() and final...
2019-01-22 Atish Patradocs: Typo fixes.
2019-01-22 Bin Mengdocs: Fix nits in firmware/fw_jump.md
2019-01-22 Bin Mengtop: Fix broken links in top-level README.md
2019-01-22 Anup Patellib: Add doxygen style documentation for sbi_platform
2019-01-22 Anup Patellib: Update documentation of sbi_init()
2019-01-22 Anup PatelMakefile: Don't install generic headers under <install_...
2019-01-22 Anup Pateldocs: Add OpenSBI version to doxygen.cfg
2019-01-22 Atish Patralib: Do not access mi/edeleg register if S mode is...
2019-01-22 Atish Patralib: Allow sending IPI to self.
2019-01-22 Atish Patralib: Fix ipi type update
2019-01-22 Atish Patralib: Add atomic bit set/clear operations.
2019-01-22 Atish Patralib: Move software interrupt enablement from firmware...
2019-01-21 Anup Patellib: Use AMO instructions whenever __riscv_atomic is...
2019-01-21 Damien Le Moalsbi: Add ecall helpers
2019-01-21 Damien Le Moalpayload: rename dummy payload to test payload
2019-01-21 Damien Le Moalkendryte/k210: Add device tree support
2019-01-21 Damien Le Moalkendryte/k210: Fix console
2019-01-21 Damien Le MoalMakefile: Improve readability
2019-01-21 Damien Le MoalMakefile: Add support for device tree compilation
2019-01-21 Damien Le Moallib: code cleanup
2019-01-21 Damien Le Moallib: Fix banner
2019-01-21 Damien Le Moalbuild: Introduce FW_PAYLOAD_ALIGN
2019-01-18 Anup Patelplatform: Fix compile error caused by standard includes
2019-01-18 Atish Patraplatform: No need to pass context id for plic fixup.
2019-01-18 Atish Patraplatform: Modify DT using libfdt
next