Age | Commit message (Expand) | Author |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify timer platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify console platform operations | Anup Patel |
2021-04-28 | lib: sbi: Remove domains_root_regions() platform callback | Anup Patel |
2021-04-22 | lib: utils: reset: Add T-HEAD sample platform reset driver | Guo Ren |
2021-04-13 | lib: sbi: Make sbi_domain_memregion_initfw() a local function | Anup Patel |
2021-04-13 | lib: sbi: Make the root domain instance global variable | Anup Patel |
2021-04-13 | lib: sbi: Add sbi_domain_root_add_memregion() API | Anup Patel |
2021-04-13 | lib: sbi: Add sbi_domain_memregion_init() API | Anup Patel |
2021-04-09 | lib: sbi: Replace test-and-set locks by ticket locks | Christoph Muellner |
2021-04-09 | include: sbi: Allow direct initialization via SPIN_LOCK_INIT() | Christoph Muellner |
2021-04-09 | include: types: Add __aligned(x) to define the minimum alignement | Christoph Muellner |
2021-04-05 | lib: fix csr detect support | Xiang W |
2021-04-01 | firware: optimize the exception exit code | Xiang W |
2021-04-01 | lib/utils: Drop the 'compat' parameter of fdt_plic_fixup() | Bin Meng |
2021-03-22 | include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__ | Marouene Boubakri |
2021-03-19 | firmware: Support position independent execution | Vincent Chen |
2021-03-12 | include: sbi: SBI function IDs for RFENCE extension | Heinrich Schuchardt |
2021-03-03 | include: sbi: Upgrade SBI implementation version to v0.3 | Anup Patel |
2021-03-03 | lib: sbi: Implement SBI HSM suspend function | Anup Patel |
2021-03-03 | include: sbi: Add hart_suspend() platform callback | Anup Patel |
2021-03-03 | lib: sbi: Add sbi_hart_reinit() function | Anup Patel |
2021-03-03 | include: sbi: Add HSM suspend related defines | Anup Patel |
2021-03-03 | lib: sbi: Rename sbi_hsm_hart_started_mask() function | Anup Patel |
2021-03-03 | lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines | Anup Patel |
2021-03-03 | include: sbi: Simplify HSM state define names | Anup Patel |
2021-01-18 | include: Bump-up version to 0.9 | 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: 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-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-04 | lib: utils: Add helper routines to populate domains from FDT | Anup Patel |
2020-12-04 | include: sbi: Add domains_init() platform operation | Anup Patel |
2020-12-04 | include: sbi: Use lower bits for domain memory region permissions | 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 | include: sbi: Remove opensbi specific reset type defines | Anup Patel |
2020-12-01 | include: sbi: Add SBI SRST extension related defines | Anup Patel |
2020-10-26 | lib: sbi: Detect PMP granularity and number of address bits | Atish Patra |
2020-10-21 | lib: sbi: Display domain details in boot prints | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions | 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 |