platform/kernel/opensbi.git
2024-03-12 Jaehoon ChungAdd gbs.conf file to build opensbi with version tag old/tizen_20240711 accepted/tizen/unified/x/20240313.092110
2023-12-27 Hoegeun Kwongeneric/starfive: Add syscrg reg base compatible string
2023-12-27 Hoegeun Kwongeneric/starfive: Add the PMIC compatible string
2023-12-27 Jaehoon Chungpackaging: opensbi: Add opensbi spec file to build
2023-12-27 Anup Patelinclude: Bump-up version to 1.4 upstream v1.4
2023-12-27 Anup Patellib: sbi: Detect Zicntr extension only based on traps
2023-12-27 Inochi Amaotolib: utils/timer: mtimer: only use regname for aclint
2023-12-26 Xiang Wlib: sbi: Fix shift bug in sbi_system_reset
2023-12-19 Anup Patellib: sbi: Do not enter OpenSBI with mseccfg.MML == 1
2023-12-19 Anup Patellib: sbi: Remove the SBI_ETRAP error code
2023-12-19 Anup Patellib: sbi: Allow ecall handlers to directly update regis...
2023-12-19 Anup Patellib: utils/irqchip: Add shared MMIO region for PLIC...
2023-12-19 Anup Patelplatform: generic: Fine tune fw_platform_calculate_heap...
2023-12-19 Anup Patellib: sbi_tlb: Reduce size of struct sbi_tlb_info
2023-12-19 Yong-Xuan Wanglib: sbi: Detect extensions from the ISA string in DT
2023-12-19 Yong-Xuan Wanglib: sbi: Using one array to define the name of extensions
2023-12-19 Yong-Xuan Wanglib: sbi: Refactor the code for enable extensions in...
2023-12-19 Yong-Xuan Wanglib: sbi: Improve the code of privilege mode and extens...
2023-12-18 Xiang Wlib: sbi: Simplify the initialization of root_hmask...
2023-12-18 Samuel Hollandlib: sbi_ipi: Drop unnecessary ipi_process check
2023-12-18 Samuel Hollandlib: sbi_ipi: Process self-IPIs in sbi_ipi_send()
2023-12-18 Samuel Hollandlib: sbi_ipi: Do not ignore errors from sbi_ipi_send()
2023-12-11 Samuel Hollandlib: sbi_tlb: Check tlb_range_flush_limit only once...
2023-12-11 Inochi Amaotolib: utils/fdt: Allow to use reg-names when parsing...
2023-12-11 Xiang Wlib: sbi: skip wait_for_coldboot when coolboot done
2023-12-11 Inochi Amaotoplatform: recalculate heap size to support new tlb...
2023-12-10 Nick Hulib: sbi_hsm: Put the resume_pending hart in the interr...
2023-12-09 Matt Waltzfirmware: fix section types
2023-12-08 Atish Patralib: sbi_pmu: Fix the counter info function
2023-12-08 Atish Patralib: sbi_pmu: Add PMU snapshot definitions
2023-12-08 Samuel Hollandlib: sbi_hart: Store PMP granularity as log base 2
2023-12-08 Xiang Wlib: sbi: Prevent redundant sbi_ipi_process
2023-12-08 Anup Patellib: sbi: Replace __atomic_op_bit_ord with __atomic...
2023-12-08 Xiang Wlib: sbi: Fix __atomic_op_bit_ord and comments
2023-12-08 Xiang Wlib: sbi: Remove xchg/cmpxchg implemented via lr/sc
2023-12-06 Yu Chien Peter Lindocs: pmu: Add Andes PMU node example
2023-12-06 Yu Chien Peter Linlib: utils: fdt_pmu: Do not iterate over the fdt_pmu_ev...
2023-12-06 Yu Chien Peter Linlib: utils: fdt_pmu: Make the fdt_pmu_evt_select table...
2023-12-06 Yu Chien Peter Linplatform: andes: Factor out is_andes() helper
2023-12-06 Yu Chien Peter Linlib: utils: fdt_fixup: Allow preserving PMU properties
2023-12-06 Yu Chien Peter Linplatform: rzfive: Enable Andes PMU for RZ/Five
2023-12-06 Yu Chien Peter Linplatform: andes: Enable Andes PMU for AE350
2023-12-06 Yu Chien Peter Linplatform: andes: Add Andes custom PMU support
2023-12-06 Yu Chien Peter Linplatform: generic: Introduce pmu_init() platform override
2023-12-06 Yu Chien Peter Linplatform: include: andes45: Add PMU related CSR defines
2023-12-06 Yu Chien Peter Linsbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
2023-12-06 Yu Chien Peter Linlib: sbi: Add XAndesPMU in hart extensions
2023-12-06 Yu Chien Peter Linsbi: sbi_pmu: Improve sbi_pmu_init() error handling
2023-12-06 Leo Yu-Chi... lib: ipi: Adjust Andes PLICSW to single-bit-per-hart...
2023-11-26 Anup Patellib: sbi: Allow relaxed MMIO writes in device ipi_clear...
2023-11-26 Anup Patellib: sbi: Allow relaxed MMIO writes in device ipi_send...
2023-11-24 Anup Patellib: utils/irqchip: Avoid redundant writes to APLIC...
2023-11-22 Heinrich Schuchardtlib: sbi_pmu: avoid buffer overflow
2023-11-22 Anup Patellib: sbi: Fix PMP granularity handling in sbi_hart_map_...
2023-11-17 Xiang Wlib: utils/serial: remove semihosting_putc
2023-11-17 Xiang Wlib: sbi: Make console_puts/console_putc interchangeable
2023-11-17 Xiang Wlib: sbi: change sbi_hart_features.extensions as an...
2023-11-17 Heinrich Schuchardtlib: sbi: enable seed access in S-mode
2023-11-17 Heinrich Schuchardtlib: sbi: Add Zkr in hart extensions
2023-11-17 Heinrich Schuchardtinclude: sbi: macros for mseccfg.sseed and .useed
2023-11-16 Inochi Amaotoplatform: generic: Add Sophgo sg2042 platform support
2023-11-16 Inochi Amaotolib: sbi: Add regions merging when sanitizing domain...
2023-11-16 Inochi Amaotolib: sbi: separate the swap operation of domain region
2023-11-16 Inochi Amaotolib: utils/ipi: mswi: add separate T-Head C9xx CLINT...
2023-11-16 Inochi Amaotolib: utils/timer: mtimer: add separate T-Head C9xx...
2023-11-16 Inochi Amaotolib: utils/timer: Allow ACLINT MTIMER driver to setup...
2023-11-16 Guo Renutils/reset: Remove fdt_reset_thead
2023-11-16 Guo Renfirmware: fw_base.S: Fix boot hart status synchronization
2023-11-16 Chen Peilib: utils/serial: Optimize semihosting_putc implementation
2023-11-16 Inochi Amaotoplatform: Uses hart count as the default size of tlb...
2023-11-16 Inochi Amaotoplatform: generic: thead: improve tlb flush errata
2023-11-16 Samuel Hollandlib: sbi: Correctly limit flushes to a single ASID...
2023-11-14 Inochi Amaotoplatform: generic: thead: initialize PMU by default...
2023-11-14 Inochi Amaotoplatform: generic: thead: separate implement of T-HEAD...
2023-11-14 Inochi Amaotoplatform: generic: thead: separate implement of T-HEAD...
2023-11-14 Inochi Amaotoplatform: generic: thead: move to thead c9xx header...
2023-11-14 Heinrich Schuchardtlib: sbi: simplify sanitize_domain()
2023-10-19 Anup Patelinclude: sbi: Change spec version to 2.0
2023-10-09 Amanieu d'Antraslib: sbi_misaligned_ldst: Fix handling of C.SWSP and...
2023-10-06 Yangjie Zhanglib: sbi: Add support for mconfigptr
2023-10-06 Yangjie Zhangdocs: platform: update platform_requirements.md
2023-10-06 Heinrich Schuchardtgpio/starfive: redundant readl() call
2023-10-06 Heinrich Schuchardtlib: sbi_pmu: check for index overflows
2023-10-06 Heinrich Schuchardtlib: utils: Simplify SET_ISA_EXT_MAP()
2023-10-06 Heinrich Schuchardtlib: utils/fdt: simplify dt_parse_isa_extensions
2023-10-06 Heinrich Schuchardtlib: sbi: fix sbi_domain_get_assigned_hartmask()
2023-10-06 Yu Chien Peter Linlib: utils: timer/ipi: Update memregion flags for PLMT...
2023-10-06 Yu Chien Peter Linlib: utils/serial: Ensure proper allocation of PMP...
2023-10-06 Hoa Nguyendoc: Fix fw_payload.md
2023-10-06 Vivian WangMakefile: Add --exclude-libs ALL to avoid .dynsym
2023-10-06 Vivian Wangfirmware: Remove handling of R_RISCV_{32,64}
2023-10-06 Vivian Wangfirmware: Remove ALIGN in .rela.dyn in linker script
2023-10-04 Inochi Amaotoplatform: generic: thead: fix stale TLB entries for...
2023-09-24 Anup Patellib: utils/regmap: Mark syscon region as shared read...
2023-09-24 Mayuresh Chitalelib: utils/serial: Add shared regions for serial drivers
2023-09-24 Anup Patellib: sbi: Populate M-only Smepmp entries before setting...
2023-09-24 Anup Patellib: sbi: Fix pmp_flags for Smepmp read-only shared...
2023-09-24 Anup Patellib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepm...
2023-09-24 Anup Patellib: sbi: Factor-out Smepmp configuration as separate...
2023-09-24 Mayuresh Chitaleinclude: sbi_domain: Fix permission test macros
next