platform/kernel/opensbi-spacemit.git
2020-05-01 Anup Patellib: utils: Improve fdt_parse_uart8250() API
2020-05-01 Anup Patellib: utils/serial: Skip baudrate config if input freque...
2020-05-01 Charles Paponfirmware: fw_base: Remove CSR_MTVEC update check
2020-04-30 Huaqi Fangscripts: adapt binary archive script for Nuclei UX600
2020-04-29 Huaqi Fangplatform: Add Nuclei UX600 platform
2020-04-27 Anup Patellib: utils: Add SiFive test device
2020-04-27 Anup Patelinclude: sbi_platform: Combine reboot and shutdown...
2020-04-27 Anup Patellib: No need to provide default PMP region using platfo...
2020-04-20 Anup Patelinclude: Bump-up version to 0.7
2020-04-19 Anup Patellib: Allow overriding SBI implementation ID
2020-04-17 Atish Patradocs: Update README about supported SBI versions
2020-04-17 Atish Patralib: Support vector extension
2020-04-06 Atish Patralib: irqchip/plic: Fix maximum priority threshold value
2020-03-28 Liu Yibinplatform: thead/c910: Use HSM extension to boot seconda...
2020-03-28 Anup Patelinclude: sbi_console: Remove scratch parameter from...
2020-03-28 Anup Patelinclude: sbi_timer: Remove scratch parameter from most...
2020-03-28 Anup Patelinclude: sbi_system: Remove scratch parameter and redun...
2020-03-28 Anup Patelinclude: sbi_ipi: Remove scratch parameter from most...
2020-03-28 Anup Patelinclude: sbi_tlb: Remove scratch parameter from sbi_tlb...
2020-03-28 Anup Patellib: sbi_scratch: Introduce sbi_scratch_last_hartid...
2020-03-28 Anup Patelinclude: Use more consistent name for atomic xchg(...
2020-03-28 Anup Patelinclude: sbi_platform: Remove priv parameter from hart_...
2020-03-28 Anup Patellib: sbi_trap: Simplify sbi_trap_handler() API
2020-03-28 Anup Patellib: sbi_ecall: Remove mcause, scratch and hartid param...
2020-03-28 Anup Patellib: sbi_misaligned_ldst: Remove mcause, scratch and...
2020-03-28 Anup Patellib: sbi_illegal_insn: Remove mcause, scratch and harti...
2020-03-28 Anup Patellib: sbi_emulate_csr: Remove scratch and hartid parameter
2020-03-28 Anup Patellib: sbi_trap: Remove scratch parameter from sbi_trap_r...
2020-03-28 Anup Patellib: Remove scratch parameter from unpriv load/store...
2020-03-28 Anup Patellib: Optimize unpriv load/store implementation
2020-03-28 Anup Patellib: utils: Improve fdt_cpu_fixup() implementation
2020-03-28 Anup Patelscripts: Extend create-binary-archive.sh for unified...
2020-03-26 Xiang Wanglib: prevent coldboot_lottery from overflowing
2020-03-24 Atish Patraplatform: openpiton: Read the device configurations...
2020-03-24 Atish Patralib: utils: Move fdt fixup helper routines to a differe...
2020-03-24 Atish Patraplatform: fpga/common: Add a fdt parsing helper functions
2020-03-24 Atish Patraplatform: Add OpenPiton platform support
2020-03-24 Atish Patraplatform: fpga/ariane: Remove redundant plic address...
2020-03-24 Atish Patraplatform: Move ariane standalone fpga project to its...
2020-03-21 Atish Patralib: Check MSIP bit after returning from WFI
2020-03-19 Xiang Wanglib: Fix sbi_ecall_register_extension to prevent extens...
2020-03-19 Anup Patelplatform: sifive/fu540: Remove FU540_ENABLED_HART_MASK...
2020-03-19 Anup Patelinclude: sbi_platform: Introduce HART index to HART...
2020-03-19 Anup Patellib: Don't use sbi_platform_hart_count() API
2020-03-19 Anup Patellib: sbi_hsm: Don't use sbi_platform_hart_disabled...
2020-03-19 Anup Patellib: sbi_hsm: Remove scratch parameter from hart_starte...
2020-03-19 Anup Patellib: sbi_hsm: Don't use sbi_platform_hart_count() API
2020-03-19 Anup Patellib: sbi_scratch: Don't set hartid_to_scratch table...
2020-03-19 Anup Patelinclude: sbi_platform: Improve sbi_platform_hart_disabl...
2020-03-19 Anup Patellib: Handle failure of sbi_hartid_to_scratch() API
2020-03-19 Anup Patellib: sbi_tlb: Simplify sbi_tlb_entry_process() function
2020-03-19 Anup Patellib: sbi_hsm: Simplify hart_get_state() and hart_starte...
2020-03-19 Anup Patelinclude: Simplify HART id to scratch macro
2020-03-19 Anup Patellib: sbi_scratch: Introduce HART id to scratch table
2020-03-18 Bin Mengplatform: Update to call general DT fix-up helper
2020-03-18 Bin Menglib: utils: Add a general device tree fix-up helper
2020-03-18 Bin Mengplatform: sifive/fu540: Replace cpu0 node fix-up with...
2020-03-18 Bin Menglib: utils: Add a fdt_cpu_fixup() helper
2020-03-18 Bin Mengplatform: sifive/fu540: Remove "stdout-path" fix-up
2020-03-18 Bin Mengplatform: sifive/fu540: Fix up DT for reserved memory
2020-03-18 Bin Mengplatform: qemu/virt: Fix up DT for reserved memory
2020-03-18 Bin Mengplatform: ariane-fpga: Fix up DT for reserved memory
2020-03-18 Bin Mengplatform: andes/ae350: Fix up DT for reserved memory
2020-03-18 Bin Menglib: utils: Move PLIC DT fix up codes to fdt_helper.c
2020-03-18 Bin Mengplatform: Clean up include header files
2020-03-18 Bin Menglib: utils: Add a fdt_reserved_memory_fixup() helper
2020-03-18 Bin Menglibfdt: Compile fdt_addresses.c
2020-03-18 Bin Menglib: sbi: Update pmp_get() to return decoded size directly
2020-03-17 Bin Mengscripts: Cover sifive/fu540 in the 32-bit build
2020-03-14 Bin Mengplatform: Use one unified per-HART stack size macro...
2020-03-14 Bin Mengplatform: Set per-HART stack size to 8KB in the templat...
2020-03-14 Bin Mengplatform: ariane-fpga: Set per-HART stack size to 8KB
2020-03-13 Anup PatelMakefile: Fix distclean make target
2020-03-13 Anup Patelinclude: Make sbi_current_hartid() as macro in riscv_asm.h
2020-03-13 Anup Patellib: sbi_hsm: Optimize sbi_hsm_hart_get_state() impleme...
2020-03-13 Anup Patelfirmware: fw_base: Optimize _hartid_to_scratch() implem...
2020-03-13 Anup Patelinclude: Make sbi_hart_id_to_scratch() as macro
2020-03-13 Bin Menglibfdt: Upgrade to v1.5.1 release
2020-03-13 Bin Menglibfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.h
2020-03-13 Bin Mengsbi: Add definitions for true/false
2020-03-13 Panagiotis... platform: ariane-fpga: Change license for ariane-fpga...
2020-03-13 Damien Le Moallib: sbi: Fix misaligned trap handling
2020-03-11 Atish Patradocs: Remove out-of-date documentation
2020-03-11 Anup Patellib: sbi_hart: Remove HART available mask and related...
2020-03-11 Anup Patellib: sbi_ipi: Use sbi_hsm_hart_started_mask() API
2020-03-11 Anup Patellib: sbi_system: Use sbi_hsm_hart_started_mask() API
2020-03-11 Anup Patellib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask...
2020-03-11 Anup Patellib: Introduce sbi_hsm_hart_started_mask() API
2020-03-11 Anup Patelinclude: Remove disabled_hart_mask from sbi_platform
2020-03-11 Anup Patellib: sbi_init: Use hartmask for coldboot wait
2020-03-11 Anup Patellib: Move all coldboot wait APIs to sbi_init.c
2020-03-11 Anup Patellib: sbi_tlb: Use sbi_hartmask in sbi_tlb_info
2020-03-11 Anup Patellib: Introduce SBI_TLB_INFO_INIT() helper macro
2020-03-11 Anup Patellib: sbi_init: Don't allow HARTID greater than SBI_HART...
2020-03-11 Anup Patelinclude: Simple hartmask library
2020-03-11 Anup Patellib: Simple bitmap library
2020-03-10 Bin Menglib: serial: Fix coding style issues
2020-03-10 Bin Menglib: sbi: Fix coding style issues
2020-03-10 Bin Mengplatform: ae350: Sort build objects in alphabetical...
2020-03-10 Bin Menglib: Sort build objects in alphabetical order
next