Age | Commit message (Expand) | Author |
2021-01-18 | include: Bump-up version to 0.9 | Anup Patel |
2021-01-18 | platform: template: Fix compile error | Anup Patel |
2021-01-15 | include: sbi: Don't pack struct sbi_platform and sbi_platform_operations | Anup Patel |
2021-01-15 | include: sbi: No need to pack struct sbi_scratch | Anup Patel |
2021-01-15 | include: sbi: No need to pack struct sbi_trap_regs | Anup Patel |
2021-01-12 | lib: sbi: Allow platforms to provide root domain memory regions | Anup Patel |
2021-01-07 | lib: utils: Fix shakti uart implementation | Vijai Kumar K |
2021-01-07 | lib: sbi: Allow custom local TLB flush function | Anup Patel |
2021-01-07 | lib: sbi: Introduce sbi_trap_exit() API | Anup Patel |
2021-01-07 | lib: sbi: Replace args with trap registers in ecall handler | Anup Patel |
2020-12-24 | lib: sbi: Fix sign-extension in sbi_misaligned_load_handler() | Anup Patel |
2020-12-16 | lib: sbi: Remove domain_get() platform callback function | Anup Patel |
2020-12-16 | lib: utils: Remove fdt_domain_get() function | Anup Patel |
2020-12-16 | lib: sbi: Add function to register new domain | Anup Patel |
2020-12-16 | lib: utils: Allow FDT domain iteration functions to fail | Anup Patel |
2020-12-13 | lib: utils/libfdt: Upgrade to v1.6.0 release | Dimitri John Ledkov |
2020-12-04 | platform: generic: Populate domains from FDT | Anup Patel |
2020-12-04 | lib: utils: Add helper routines to populate domains from FDT | Anup Patel |
2020-12-04 | docs: Add domain device tree binding documentation | Anup Patel |
2020-12-04 | include: sbi: Add domains_init() platform operation | Anup Patel |
2020-12-04 | lib: sbi: Add error prints in sbi_domain_finalize() | Anup Patel |
2020-12-04 | lib: sbi: Override domain boot HART when coldboot HART assigned to it | Anup Patel |
2020-12-04 | include: sbi: Use lower bits for domain memory region permissions | Anup Patel |
2020-12-04 | lib: sbi: Auto start domain only if boot HART within limits | Anup Patel |
2020-12-04 | lib: sbi: Fix domain_count check in sbi_domain_finalize() | Anup Patel |
2020-12-04 | lib: sbi: Fix typo in sbi_domain_finalize() | Anup Patel |
2020-12-04 | lib: sbi: Fix sbi_hart_switch_mode() for u-mode | Anup Patel |
2020-12-01 | firmware: fw_base: Optimize trap handler for RV32 systems | Anup Patel |
2020-12-01 | lib: sbi: Implement System Reset (SRST) SBI extension | Anup Patel |
2020-12-01 | lib: sbi: Improve system reset platform operations | Anup Patel |
2020-12-01 | platform: Remove dummy system reset functions | Anup Patel |
2020-12-01 | include: sbi: Remove opensbi specific reset type defines | Anup Patel |
2020-12-01 | include: sbi: Add SBI SRST extension related defines | Anup Patel |
2020-11-27 | docs: fix a typo error | Yuan Li |
2020-11-10 | lib: sbi: Improve boot prints in cold boot sequence | Anup Patel |
2020-11-02 | Makefile: Add option to use toolchain default ABI and ISA string | Anup Patel |
2020-10-26 | lib: sbi: Improve boot time print with additional PMP information | Atish Patra |
2020-10-26 | lib: sbi: Detect PMP granularity and number of address bits | Atish Patra |
2020-10-23 | lib: utils: Implement "ranges" property parsing | Atish Patra |
2020-10-21 | docs: Add initial documentation for domain support | Anup Patel |
2020-10-21 | lib: sbi: Display domain details in boot prints | Anup Patel |
2020-10-20 | lib: sbi: Configure PMP based on domain memory regions | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions | Anup Patel |
2020-10-20 | lib: utils: Update fdt_cpu_fixup() to use current domain | Anup Patel |
2020-10-20 | lib: utils: Update fdt_reserved_memory_fixup() to use current domain | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_system_reset() for domains | Anup Patel |
2020-10-20 | lib: sbi: Optimize sbi_hsm_hart_started_mask() implementation | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_start() for domains | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_started_mask() for domains | Anup Patel |
2020-10-20 | lib: sbi: Add initial domain support | Anup Patel |