platform/kernel/opensbi.git
2019-09-05 Damien Le MoalREADME: Update license information
2019-09-05 Damien Le Moalkendryte/k210: remove sysctl code
2019-09-05 Damien Le Moalkendryte/k210: Use sifive UART driver
2019-08-31 Atish Patradocs: Update the fu540 platform guide as per U-Boot...
2019-08-31 Atish Patralib: Upgrade to full flush if size is at least threshold
2019-08-31 Atish Patralib: Support atomic swap instructions
2019-08-31 Atish Patralib: Fix timer for 32 bit
2019-08-31 Nylon Chenscripts: Add AE350 to platform list in the binary archi...
2019-08-23 Nylon Chenplatform: Add Andes AE350 initial support
2019-08-19 Palmer DabbeltInclude `git describe` in OpenSBI
2019-08-16 Atish Patraplatform: Remove the ipi_sync method from all platforms.
2019-08-16 Atish Patralib: Fix race conditions in tlb fifo access.
2019-08-16 Atish Patralib: Provide an atomic exchange function unsigned long
2019-08-13 Anup Patellib: Handle traps when doing unpriv load/store in get_i...
2019-08-13 Lukas Auerfirmware: do not use relocated _boot_status before...
2019-08-12 Jacob Garberlib: Correct null pointer check
2019-08-12 Jacob Garberlib: Prevent unintended sign extensions
2019-08-12 Jacob Garberlib: Use correct type for return value
2019-08-12 Jacob Garberlib: Use bitwise & instead of boolean &&
2019-08-09 Anup Patellib: Use sbi_dprintf() for invalid CSRs
2019-08-09 Anup Patellib: Introduce sbi_dprintf() API
2019-08-09 Bin Mengfirmware: Use macro instead of magic number for boot...
2019-08-09 Bin Mengplatform: sifive: fu540: Expand FDT size before any...
2019-08-07 Nylon Chenfirmware: Fix the loop condition of _wait_relocate_copy...
2019-07-26 Anup Patellib: Allow compiling without FP support
2019-07-25 Bin Mengtreewide: Use conventional names for 32-bit and 64-bit
2019-07-25 Bin MengREADME: Document 32-bit / 64-bit images build
2019-07-25 Georg Kotheimerutils: Use cpu_to_fdt32() when writing to fdt
2019-07-24 Anup Patelplatform: sifive/fu540: Move FDT further up
2019-07-22 Bin Mengplatform: sifive: fu540: Use standard value string...
2019-07-02 Anup Patelinclude: Bump-up version to 0.4 v0.4
2019-07-02 Atish Patraplatform: Remove the HiFive Unleashed expansion board DT.
2019-07-01 Anup Patelfirmware: For no relocation skip two stage wait for...
2019-06-30 Anup Patelscripts: Add Ariane FPGA to platform list in binary...
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...
next