platform/kernel/opensbi.git
2019-05-06 Karsten Merkerdocs: miscellaneous documentation fixes and updates
2019-05-06 Loys OllivierUpdate sifive_fu540.md
2019-04-30 Karsten MerkerMakefile: explicitly disable PIE
2019-04-25 Xiang Wangplatform/common/libfdt: fix unnecessary multiple inclusions
2019-04-25 Shawn Changdocs: Add a payload section about coreboot support...
2019-04-24 Olof Johanssonall: run clang-format and update checked-in files
2019-04-24 Olof Johanssonall: Annotate some tables to have clang-format leave...
2019-04-24 Olof Johanssonlibfdt: don't try to clang-format
2019-04-24 Olof Johanssontop: add .clang-format
2019-04-22 Nick Kossifidislib: Redirect unhandled traps from non-M modes to S...
2019-04-15 Atish Patradoc: Update docs as per latest kernel/u-boot status.
2019-04-15 Anup Patetop: Add CONTRIBUTORS.md file
2019-04-15 Karsten Merkerdocs: qemu/virt platform documentation fixes and updates
2019-04-10 Atish Patralib: Optimize TLB flush IPIs
2019-04-10 Atish Patralib: Provide a lock enabled iteration of fifo.
2019-04-09 Anup PatelTOP: Allow building platform out-of-tree
2019-04-06 Alistair Francislib: Fix the ecall macro definitions
2019-04-04 Xiang Wangfirmware: Fix source fdt alignment
2019-04-03 Anup Patellib: Pack struct sbi_fifo
2019-04-03 Anup Patellib: More improvements to sbi_fifo
2019-04-03 Anup Pateldocs: Update mailing list details in contributing.md
2019-04-03 Atish Patralib: Use a fifo to keep track of sfence related IPIs.
2019-04-03 Atish Patralib: Increase the scratch space to 512 bytes.
2019-04-03 Atish Patralib: Introduce a tlb info type.
2019-04-03 Atish Patralib: Add a fifo implementation.
2019-04-03 Damien Le Moalkendryte/k210: Fix file headers
2019-04-03 Damien Le MoalREADME: Update license information
2019-04-01 Anup Patelinclude: Make mstatus parameter optional for get_insn()
2019-04-01 Anup Patelinclude: Rename sbi_unpriv.h to riscv_unpriv.h
2019-04-01 Anup Patellib: Remove unused mepc arg from load_xyz() and store_x...
2019-03-29 Bin Menglib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRI...
2019-03-29 Bin Menglib: Group all prints during boot into sbi_boot_prints()
2019-03-29 Bin Mengfirmware: Introduce "options" in "struct sbi_scratch"
2019-03-18 Bin Mengplatform: plic: Fix comments of programming the interru...
2019-03-14 Atish Patralib: Return ENOTSUPP incase of invalid SBI function ID
2019-03-14 Bin Mengplatform: plic: Bypass interrupt ID 0's priority progra...
2019-03-14 Bin Mengplatform: plic: Fix plic_set_priority()
2019-03-14 Atish Patrafirmware: Move scratch setup to _start instead of _star...
2019-03-14 Atish Patralib: Fix full tlb flush behavior
2019-03-13 Bin Mengplatform: fu540: Fix cosmetic styling issues
2019-03-13 Bin Mengdocs: firmware: Fix spelling of U-Boot
2019-03-12 Atish Patralib: Implement sfence.vma correctly.
2019-03-10 Alistair Francislib: Create a sbi_ipi_data structure
2019-03-07 Atish Patrafirmware: Reset all registers and flush icache
2019-03-07 Atish Patrafirmware: Add nop to reduce bus traffic.
2019-03-07 Atish PatraRevert "firmware: Add a barrier instruction for wait...
2019-03-06 Xiang Wangplatform: Make the `platform` read-only
2019-03-06 Atish Patrafirmware: Reset all the general purpose registers to...
2019-03-06 Atish Patrafirmware: Ensure the mtvec is updated.
2019-03-06 Atish Patrafirmware: Fix a typo
2019-03-05 Atish Patralib:platform: Fix sbi_getc return type.
2019-03-05 Xiang Wangfirmware: Add a barrier instruction for wait for boot...
2019-03-05 Xiang Wangfirmware: Move _boot_hart_done to the data section
2019-03-05 Xiang WangAdd tags to .gitignore for being development friendly
2019-02-28 Andreas SchwabFix missing quotes in Makefile
2019-02-28 Andreas SchwabFix makefile dependency generation
2019-02-26 Anup Patelinclude: Bump-up version to 0.3 v0.3
2019-02-26 Alistair FrancisMakefile: Set the platform variables before parsing...
2019-02-22 Anup Patelinclude: Bump-up version to 0.2 v0.2
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
next