platform/kernel/opensbi-spacemit.git
2020-02-18 Bin Mengdoc: coreboot: Fix doc styles
2020-02-18 Bin MengThirdPartyNotices: Fix doc styles
2020-02-17 Anup Pateldocs: platform: Add documentation for Spike platform
2020-02-17 Anup Patelscripts: Add Spike to platform list of binary archive...
2020-02-17 Anup Patelplatform: Remove stale options from config.mk files
2020-02-17 James Clarkeplatform: Add Spike initial support
2020-02-13 Atish Patralib: irqchip/plic: Disable all contexts and IRQs
2020-02-13 Atish Patralib: Initialize out value in SBI calls
2020-02-13 Li Jinpeilib: Use __builtin_ctzl() in pmp_get()
2020-02-13 Li Jinpeilib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_...
2020-02-11 Bin Mengdoc: sifive: fu540: Update QEMU instruction when using...
2020-02-07 Bin Mengplatform: sifive: fu540: Add platform specific 'make...
2020-02-07 Bin Mengplatform: Drop qemu/sifive_u support
2020-02-06 Alex Richardsonmakefile: add support for building on macOS
2020-02-05 Atish Patraplatform: sifive/fu540: Set tlb range flush limit to...
2020-02-05 Atish Patraplatform: Add an platform ops to return platform specif...
2020-01-25 Nikita Ermakovplatform: Update UART base addresses for qemu/sifve_u
2020-01-24 Jiuyang Liu... platform: template: typo fix in system reboot/shutdown...
2020-01-22 Anup Patellib: Factor-out SBI base extension
2020-01-22 Anup Patellib: Factor-out SBI vendor extension
2020-01-22 Anup Patellib: Factor-out SBI replacement extensions
2020-01-22 Anup Patellib: Factor-out SBI legacy extension
2020-01-22 Anup Patellib: Add dynamic registration of SBI extensions
2020-01-22 Anup Patelinclude: Add generic and simple list handling APIs
2020-01-22 Anup Patellib: Initialize TLB management directly from coldboot...
2020-01-22 Anup Patellib: Drop _fifo from the name of various sbi_tlb_fifo_x...
2020-01-22 Anup Patellib: Introduce sbi_ipi_event_create/destroy() APIs
2020-01-22 Anup Patellib: Introduce sbi_tlb_fifo_request() API
2020-01-22 Anup Patellib: Introduce sbi_ipi_send_halt() API
2020-01-22 Anup Patellib: Introduce sbi_ipi_send_smode() API
2020-01-22 Anup Patellib: Move struct sbi_ipi_data definition to sbi_ipi.c
2020-01-22 Anup Patelinclude: Typo fix in comment for SBI_SCRATCH_SIZE define
2020-01-20 Liu Yibinscripts: Add C910 to platform list in the binary archiv...
2020-01-15 Liu Yibinplatform: thead/c910: Don't set plic/clint address...
2020-01-15 Liu Yibinplatform: thead/c910: Don't enable L2 cache in warm...
2020-01-10 Andreas Schwabfirmware: Fix placement of .align directives
2020-01-10 Anup Pateldocs: platform: Update SiFive FU540 doc as-per U-Boot...
2020-01-09 Liu Yibinplatform: thead/c910: Remove SBI_PLATFORM_HAS_PMP
2020-01-09 Abner Changdocs: Add description of using OPENSBI_EXTERNAL_SBI_TYPES
2020-01-09 Abner Changinclude: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.h
2020-01-08 Khem Rajbuild: Use -ffreestanding
2020-01-07 Anup Patellib: Add sbi_init_count() API
2020-01-07 Anup Patellib: zero-out memory allocated using sbi_scratch_alloc_...
2020-01-07 Anup Patellib: improve system reboot and shutdown implementation
2020-01-07 Anup Patellib: do sbi_exit() upon halt IPI
2020-01-07 Anup Patellib: save/restore MIE CSR in sbi_hart_wait_for_coldboot()
2020-01-07 Anup Patellib: Add irqchip exit API
2020-01-07 Anup Patellib: Add ipi exit API
2020-01-07 Anup Patellib: Add timer exit API
2020-01-07 Anup Patellib: Add system early_exit and final_exit APIs
2020-01-07 Anup Patellib: Add initial sbi_exit() API
2020-01-07 Anup Patellib: Remove unnecessary checks from init_coldboot(...
2020-01-02 Liu Yibinplatform: Add T-head C910 initial support
2020-01-02 Anup Patellib: utils: Support CLINT with 32bit MMIO access on...
2019-12-30 Liu Yibindocs: Improve docs for FDT address passing
2019-12-27 Anup Patelfirmware: Improve comments for fw_prev_arg1() and fw_ne...
2019-12-27 Liu Yibinfirmware: Return real DTB address when FW_xyz_FDT_ADDR...
2019-12-23 Atish Patralib: Implement RFENCE extension
2019-12-23 Atish Patralib: Support stage1 and stage2 tlb flushing
2019-12-23 Atish Patralib: Add hfence instruction encoding
2019-12-23 Atish Patralib: Add IPI extension in SBI
2019-12-23 Atish Patralib: Add TIME extension in SBI
2019-12-23 Atish Patralib: Remove redundant IPI types
2019-12-23 Atish Patralib: Add replacement extension and function ids
2019-12-16 Anup Patellib: Use MTINST CSR in misaligned load/store emulation
2019-12-16 Anup Patellib: Extend trap redirection for hypervisor v0.5 spec
2019-12-16 Anup Patellib: Fix sbi_get_insn() for load guest page fault
2019-12-16 Anup Patelinclude: Extend struct sbi_trap_info for mtval2 and...
2019-12-16 Anup Patellib: Delegate guest page faults to HS-mode
2019-12-16 Anup Patelinclude: Add guest external interrupt related defines
2019-12-05 Martin Pietrykainclude: sbi_platform: fix compilation for GCC-9
2019-11-27 Xiang Wlib: Add error detection for misa_extension
2019-11-26 Atish Patralib: Fix probe extension
2019-11-26 Xiang Wanglib: Fix CPU capabilities detection function
2019-11-21 Anup Patellib: Simplify trap parameters in sbi_ecall functions
2019-11-21 Anup Patellib: Better naming of unpriv APIs for wider use
2019-11-21 Anup Patellib: No need to set VSSTATUS.MXR bit in get_insn()
2019-11-21 Anup Patelinclude: Remove ilen member of struct unpriv_trap
2019-11-15 Alistair Francislib: Remove date and time from init message
2019-11-15 Anup Patelfirmware: Add preferred boot HART field in struct fw_dy...
2019-11-06 Anup Patelinclude: Use _UL() and _ULL() for defines in riscv_enco...
2019-11-06 Anup Patelinclude: Sync-up encoding with priv v1.12-draft and...
2019-11-05 Anup Patelfirmware: Introduce relocation lottery
2019-10-28 Anup Patelfirmware: Fix compile error for FW_PAYLOAD with latest...
2019-10-09 Anup Patelinclude: Bump-up version to 0.5
2019-10-03 Atish Patralib: Provide a platform hook to implement vendor specif...
2019-10-03 Atish Patralib: Implement SBI v0.2
2019-10-03 Atish Patralib: Remove redundant variable assignment
2019-10-03 Atish Patralib: Rename existing SBI implementation as 0.1.
2019-10-03 Atish Patralib: Align error codes as per SBI specification.
2019-10-03 Atish PatraTest: Move test payload related code out of interface...
2019-10-02 Anup Patellib: Fix coldboot race condition observed on emulators...
2019-10-02 Anup PatelMakefile: Minor fix in OPENSBI_VERSION_GIT
2019-09-30 Anup Patellib: Emulate HTIMEDELTA CSR for platforms not having...
2019-09-30 Anup Patelinclude: Extend get_insn() to read instruction from...
2019-09-30 Anup Patellib: Redirect WFI trapped from VS/VU mode to HS-mode
2019-09-30 Anup Patellib: Extend sbi_trap_redirect() for hypervisor extension
2019-09-30 Anup Patellib: Extend sbi_hart_switch_mode() to support hyperviso...
2019-09-30 Anup Patellib: Delegate supervisor ecall to HS-mode when H extens...
2019-09-28 Zong LiWrite MSIP by using memory-mapped control register
next