platform/kernel/opensbi.git
2019-06-30 Atish Patradocs: Update the fu540 platform guide for new DT.
2019-06-29 Abner Changinclude: Add firmware context to sbi_platform
2019-06-29 Abner Changinclude: Add version info to struct sbi_platform
2019-06-29 Abner Changinclude: Move callbacks in sbi_platform to separate...
2019-06-29 Panagiotis... Add documentation for Ariane FPGA platform
2019-06-29 Panagiotis... Add support for Ariane FPGA SoC
2019-06-29 Panagiotis... Changed plic_set_thresh() and plic_set_ie() to public
2019-06-24 Xiang Wfirmware: Handle overlapping load and link addresses...
2019-06-19 Atish Patradocs: Update docs as per new static library.
2019-06-19 Atish Patrautils: Remove tinyfdt.c
2019-06-19 Atish Patraplatform: Enable all drivers by default.
2019-06-19 Atish Patralib: Rename string.x to sbi_string.x
2019-06-19 Atish Patraplatform: Move platform common to lib/utils.
2019-06-19 Atish Patralib: Include helper libc functions directly in libsbi.
2019-06-19 Atish Patralib: Move sbi core library to lib/sbi
2019-06-17 Xiang Wfirmware: Handle overlapping load and link addresses...
2019-06-12 Anup Patelfirmware: Relocate when load address is not equal to...
2019-06-12 Lukas Auerfirmware: add missing linker sections to fw_base.ldS
2019-05-31 Karsten Merkerdocs: update CONTRIBUTORS.md
2019-05-30 Bin Mengdocs: qemu/sifive_u: miscellaneous documentation fixes
2019-05-30 Bin Mengplatform: qemu/sifive_u: Update the hart count to 4
2019-05-24 Anup Patellib: Handle page/access fault caused by unpriv load...
2019-05-24 Anup Patellib: Add per-HART trap info pointer
2019-05-24 Anup Patelinclude: Make unprivilege load/store functions as non...
2019-05-24 Anup Patellib: Factor-out TLB management from IPI management
2019-05-24 Anup Patellib: Add a simple brain-dead allocator to manage extra...
2019-05-21 Anup Patellib: Flush everything when remote TLB flush range is...
2019-05-10 Anup Pateldocs: Add documentation about dynamic firmware
2019-05-10 Anup Patelplatform: Enable dynamic firmware for appropriate platforms
2019-05-10 Anup Patelfirmware: Add fw_dynamic firmware
2019-05-10 Anup Patelfirmware: Allow firmwares to provide next mode and...
2019-05-06 Karsten Merkerdocs: update CONTRIBUTORS.md from git history
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.
next