platform/kernel/opensbi.git
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()
2020-12-04 Anup Patellib: sbi: Fix typo in sbi_domain_finalize()
2020-12-04 Anup Patellib: sbi: Fix sbi_hart_switch_mode() for u-mode
2020-12-01 Anup Patelfirmware: fw_base: Optimize trap handler for RV32 systems
2020-12-01 Anup Patellib: sbi: Implement System Reset (SRST) SBI extension
2020-12-01 Anup Patellib: sbi: Improve system reset platform operations
2020-12-01 Anup Patelplatform: Remove dummy system reset functions
2020-12-01 Anup Patelinclude: sbi: Remove opensbi specific reset type defines
2020-12-01 Anup Patelinclude: sbi: Add SBI SRST extension related defines
2020-11-27 Yuan Lidocs: fix a typo error
2020-11-10 Anup Patellib: sbi: Improve boot prints in cold boot sequence
2020-11-02 Anup PatelMakefile: Add option to use toolchain default ABI and...
2020-10-26 Atish Patralib: sbi: Improve boot time print with additional PMP...
2020-10-26 Atish Patralib: sbi: Detect PMP granularity and number of address...
2020-10-23 Atish Patralib: utils: Implement "ranges" property parsing
2020-10-21 Anup Pateldocs: Add initial documentation for domain support
2020-10-21 Anup Patellib: sbi: Display domain details in boot prints
2020-10-20 Anup Patellib: sbi: Configure PMP based on domain memory regions
2020-10-20 Anup Patellib: sbi: Remove redundant sbi_hart_pmp_xyz() functions
2020-10-20 Anup Patellib: utils: Update fdt_cpu_fixup() to use current domain
2020-10-20 Anup Patellib: utils: Update fdt_reserved_memory_fixup() to use...
2020-10-20 Anup Patellib: sbi: Extend sbi_system_reset() for domains
2020-10-20 Anup Patellib: sbi: Optimize sbi_hsm_hart_started_mask() implemen...
2020-10-20 Anup Patellib: sbi: Extend sbi_hsm_hart_start() for domains
2020-10-20 Anup Patellib: sbi: Extend sbi_hsm_hart_started_mask() for domains
2020-10-20 Anup Patellib: sbi: Add initial domain support
2020-10-20 Anup Patelinclude: sbi: Make hartmask pointer const in sbi_hartma...
2020-10-20 Anup Patellib: sbi: Remove redundant hartid parameter from sbi_ha...
2020-10-20 Anup Patellib: sbi: Configure PMP late in coldboot and warmboot...
2020-10-20 Anup Patelinclude: sbi: Remove pmp_region callbacks from sbi_plat...
2020-10-20 Anup Patelinclude: sbi: Remove redundant includes from sbi_platform.h
2020-10-18 Anup Patelplatform: kendryte/k210: Add some padding for FDT fixups
2020-10-18 Heinrich SchuchardtMakefile: Allow padding zeros when converting DTB to...
2020-10-18 Anup Patelfirmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
2020-10-18 Anup Patelfirmware: Add common FW_FDT_PATH compile-time option
2020-10-18 Anup PatelMakefile: Build ELF, BIN and LD script in platform...
2020-10-10 Damien Le Moalmakefile: fix clean directive
2020-10-02 Heinrich Schuchardtlib: sbi_scratch: typo scatch
2020-09-25 Pragnesh Patellib: sbi: Fix PMP CSR detection
2020-09-16 Anup Patelplatform: generic: Don't mark non-MMU HARTs as invalid
2020-09-16 Anup Patellib: sbi: Ensure coldboot HART supports next privilege...
2020-09-16 Anup Patellib: utils: Improve fdt_cpu_fixup() implementation
2020-09-16 Anup Patellib: sbi: Allow specifying mode in sbi_hart_pmp_check_a...
2020-09-16 Anup Patellib: sbi: Allow specifying start mode to sbi_hsm_hart_s...
2020-09-09 Anup Patellib: sbi_trap: Allow M-mode to M-mode ECALLs
2020-09-09 Anup Patelinclude: Rename ECALL defines to match latest RISC...
2020-09-09 Anup Patellib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()
2020-09-01 Anup Patellib: sbi: Improve HPM CSR read/write emulation
2020-09-01 Anup Patelinclude: sbi: Few cosmetic changes in riscv_encoding.h
2020-09-01 Anup Patellib: sbi: Detect and print MHPM counters at boot-time
2020-09-01 Anup Patellib: sbi: Improve PMP CSR detection and progamming
2020-09-01 Anup Patellib: sbi: Remove redundant SBI_HART_HAS_PMP feature
2020-08-21 Anup Patellib: sbi: Handle the case where MTVAL has illegal instr...
2020-08-21 Anup Patellib: sbi_init: Avoid thundering hurd problem with coldb...
2020-08-20 Heinrich Schuchardtplatform: kendryte/k210: fixup FDT
2020-08-17 Georg Kotheimerlib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redi...
2020-08-14 Anup Patelfirmware: fw_base: Improve exception stack setup in...
2020-08-04 Anup Patellib: sbi_misaligned_ldst: Determine transformed instruc...
2020-07-29 Abner Changlib: utils: Use strncmp in fdt_parse_hart_id()
2020-07-29 Abner Changlib: utils: Add a macro in libfdt_env.h for strncmp
2020-07-29 Abner Changlib: Add sbi_strncmp implementation
2020-07-14 Tobias Klauserinclude: sbi_bitops: Remove dead shift assignment in...
2020-07-06 Bin Menglib/utils: fdt: Update FDT expand size to 1024 for...
2020-07-04 Tobias KlauserREADME.md: fix markdown link formatting
next