platform/kernel/opensbi.git
2021-06-22 Heinrich Schuchardtlib: simplify sbi_fifo_inplace_update()
2021-06-22 Heinrich Schuchardtlib: sign conflict in wake_coldboot_harts()
2021-06-22 Heinrich Schuchardtlib: sign conflict in sbi_tlb_entry_process()
2021-06-22 Bin Menglib: utils/libfdt: Upgrade to v1.6.1 release
2021-06-12 Charles Paponlib: sbi: Fix GET_F64_REG inline assembly
2021-06-11 Heinrich Schuchardtlib: utils: missing initialization in thead_reset_init
2021-06-11 Heinrich Schuchardtlib: sbi_scratch: zero out scratch memory on all harts
2021-06-11 Bin Mengplatform: andes/ae350: Drop plicsw_ipi_sync()
2021-06-11 Bin Mengplatform: andes/ae350: Drop plicsw_get_pending()
2021-06-11 Bin Mengdocs/platform: andes-ae350: Fix missing spaces
2021-06-11 Bin Mengplatform: andes/ae350: Cosmetic fixes in plicsw.c
2021-06-02 Heinrich Schuchardtlib: sbi_scratch: remove owner from sbi_scratch_alloc_o...
2021-06-02 Heinrich Schuchardtlib: utils: consider ':' in stdout-path
2021-06-02 Heinrich Schuchardtdocs: debugging OpenSBI
2021-05-24 Anup Patellib: utils: Try other FDT drivers when we see SBI_ENODEV
2021-05-24 Anup Patellib: Check region base for merging in sbi_domain_root_a...
2021-05-19 Daniel Schaeferlib: utils/fdt: Replace strcmp with strncmp
2021-05-19 Daniel Schaeferlib: utils/fdt: Don't use sbi_string functions
2021-05-19 Daniel Schaeferlib: utils: Add strncpy macro to libfdt_env.h
2021-05-19 Fabrice FontaineMakefile: unconditionally disable SSP
2021-05-19 Bin Menglib: utils/serial: Support Synopsys DesignWare APB...
2021-05-14 Daniel Schaeferlib: sbi: Have spinlock checks return bool
2021-05-06 Bin Mengplatform: Remove sifive/fu540 platform
2021-05-06 Bin Mengdocs: platform: Describe sifive_fu540 as supported...
2021-05-06 Bin Mengdocs: platform: Sort platform names
2021-05-06 Daniel Cedermanlib: utils/serial: Add support for Gaisler APBUART
2021-04-29 Bin Mengdocs/platform: sifive_fu540: Update U-Boot defconfig...
2021-04-28 Anup Patellib: sbi: Show devices provided by platform in boot...
2021-04-28 Anup Patellib: sbi: Simplify HSM platform operations
2021-04-28 Anup Patellib: sbi: Simplify system reset platform operations
2021-04-28 Anup Patellib: sbi: Simplify ipi platform operations
2021-04-28 Anup Patellib: sbi: Simplify timer platform operations
2021-04-28 Anup Patellib: sbi: Simplify console platform operations
2021-04-28 Anup Patellib: sbi: Remove domains_root_regions() platform callback
2021-04-28 Guo Rendocs: generic: Add T-HEAD C9xx series processors
2021-04-28 Guo Renplatform: Remove platform/thead
2021-04-28 Guo Renfirmware: Enable FW_PIC by default
2021-04-24 Anup Patellib: sbi: Fix sbi_domain_root_add_memregion() for mergi...
2021-04-22 Guo Renlib: utils: reset: Add T-HEAD sample platform reset...
2021-04-22 Guo Renlib: utils: Implement "64bit-mmio" property parsing
2021-04-13 Anup Patellib: sbi: Make sbi_domain_memregion_initfw() a local...
2021-04-13 Anup Patellib: utils: Copy over restricted root domain memregions...
2021-04-13 Anup Patellib: sbi: Make the root domain instance global variable
2021-04-13 Anup Patellib: utils/sys: Add CLINT memregion in the root domain
2021-04-13 Anup Patellib: sbi: Add sbi_domain_root_add_memregion() API
2021-04-13 Anup Patellib: sbi: Add sbi_domain_memregion_init() API
2021-04-13 Anup Patellib: sbi: Domains can be registered only before finaliz...
2021-04-12 hasheddandocs: fix link to OpenPiton documentation
2021-04-09 Xiang Wlib: sbi: fix atomic_add_return
2021-04-09 Christoph Muellnerlib: sbi: Replace test-and-set locks by ticket locks
2021-04-09 Christoph Muellnerinclude: sbi: Allow direct initialization via SPIN_LOCK...
2021-04-09 Christoph Muellnerinclude: types: Add __aligned(x) to define the minimum...
2021-04-05 Anup Patelfirmware: Remove redundant add instruction from trap...
2021-04-05 Xiang Wlib: fix csr detect support
2021-04-01 Xiang Wfirware: optimize the exception exit code
2021-04-01 Bin Menglib/utils: Support fixing up the official DT bindings...
2021-04-01 Bin Menglib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
2021-04-01 Bin Menglib/utils: Support the official clint DT bindings
2021-03-22 Marouene Boubakriinclude: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-22 Heinrich Schuchardtlib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-19 Vincent Chenfirmware: Support position independent execution
2021-03-19 Vincent Chenfirmware: Use lla to access all global symbols
2021-03-12 Heinrich Schuchardtinclude: sbi: SBI function IDs for RFENCE extension
2021-03-03 Anup Patellib: Remove redundant sbi_platform_ipi_clear() calls
2021-03-03 Anup Patelinclude: sbi: Upgrade SBI implementation version to...
2021-03-03 Anup Patellib: sbi: Implement SBI HSM suspend function
2021-03-03 Anup Patelinclude: sbi: Add hart_suspend() platform callback
2021-03-03 Anup Patellib: sbi: Add sbi_hart_reinit() function
2021-03-03 Anup Patelinclude: sbi: Add HSM suspend related defines
2021-03-03 Anup Patellib: sbi: Fix error codes returned by HSM start() and...
2021-03-03 Anup Patellib: sbi: Remove redundant sbi_hsm_hart_started() function
2021-03-03 Anup Patellib: sbi: Rename sbi_hsm_hart_started_mask() function
2021-03-03 Anup Patellib: sbi: Use SBI_HSM_STATE_xyz defines instead of...
2021-03-03 Anup Patelinclude: sbi: Simplify HSM state define names
2021-03-03 Heinrich Schuchardtplatform: implement K210 system reset
2021-01-18 Anup Patelinclude: Bump-up version to 0.9 v0.9
2021-01-18 Anup Patelplatform: template: Fix compile error
2021-01-15 Anup Patelinclude: sbi: Don't pack struct sbi_platform and sbi_pl...
2021-01-15 Anup Patelinclude: sbi: No need to pack struct sbi_scratch
2021-01-15 Anup Patelinclude: sbi: No need to pack struct sbi_trap_regs
2021-01-12 Anup Patellib: sbi: Allow platforms to provide root domain memory...
2021-01-07 Vijai Kumar Klib: utils: Fix shakti uart implementation
2021-01-07 Anup Patellib: sbi: Allow custom local TLB flush function
2021-01-07 Anup Patellib: sbi: Introduce sbi_trap_exit() API
2021-01-07 Anup Patellib: sbi: Replace args with trap registers in ecall...
2020-12-24 Anup Patellib: sbi: Fix sign-extension in sbi_misaligned_load_han...
2020-12-16 Anup Patellib: sbi: Remove domain_get() platform callback function
2020-12-16 Anup Patellib: utils: Remove fdt_domain_get() function
2020-12-16 Anup Patellib: sbi: Add function to register new domain
2020-12-16 Anup Patellib: utils: Allow FDT domain iteration functions to...
2020-12-13 Dimitri John... lib: utils/libfdt: Upgrade to v1.6.0 release
2020-12-04 Anup Patelplatform: generic: Populate domains from FDT
2020-12-04 Anup Patellib: utils: Add helper routines to populate domains...
2020-12-04 Anup Pateldocs: Add domain device tree binding documentation
2020-12-04 Anup Patelinclude: sbi: Add domains_init() platform operation
2020-12-04 Anup Patellib: sbi: Add error prints in sbi_domain_finalize()
2020-12-04 Anup Patellib: sbi: Override domain boot HART when coldboot HART...
2020-12-04 Anup Patelinclude: sbi: Use lower bits for domain memory region...
2020-12-04 Anup Patellib: sbi: Auto start domain only if boot HART within...
2020-12-04 Anup Patellib: sbi: Fix domain_count check in sbi_domain_finalize()
next