Age | Commit message (Expand) | Author |
2021-07-11 | lib: sbi: Add PMU specific platform hooks | Atish Patra |
2021-04-28 | lib: sbi: Simplify HSM platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify system reset platform operations | Anup Patel |
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-03-22 | include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__ | Marouene Boubakri |
2021-03-03 | include: sbi: Add hart_suspend() platform callback | Anup Patel |
2021-01-15 | include: sbi: Don't pack struct sbi_platform and sbi_platform_operations | Anup Patel |
2021-01-12 | lib: sbi: Allow platforms to provide root domain memory regions | 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-04 | include: sbi: Add domains_init() platform operation | 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-10-20 | lib: sbi: Add initial domain support | Anup Patel |
2020-10-20 | include: sbi: Remove pmp_region callbacks from sbi_platform_operations | Anup Patel |
2020-10-20 | include: sbi: Remove redundant includes from sbi_platform.h | Anup Patel |
2020-05-19 | lib: sbi: Improve get_feature_str() implementation and usage | Anup Patel |
2020-05-10 | lib: Add platform features in boot time print | Atish Patra |
2020-05-10 | platform: Move platform features to hart | Atish Patra |
2020-04-27 | include: sbi_platform: Combine reboot and shutdown into one callback | Anup Patel |
2020-04-27 | lib: No need to provide default PMP region using platform callbacks | Anup Patel |
2020-03-28 | include: sbi_platform: Remove priv parameter from hart_start() callback | Anup Patel |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-19 | include: sbi_platform: Improve sbi_platform_hart_disabled() API | Anup Patel |
2020-03-14 | platform: Use one unified per-HART stack size macro for all platforms | Bin Meng |
2020-03-11 | include: Remove disabled_hart_mask from sbi_platform | Anup Patel |
2020-03-10 | lib: sbi: Fix coding style issues | Bin Meng |
2020-02-24 | lib: Implement hart hotplug | Atish Patra |
2020-02-24 | lib: Add a new platform feature to bringup secondary harts | Atish Patra |
2020-02-05 | platform: Add an platform ops to return platform specific tlb flush limit | Atish Patra |
2020-01-07 | lib: Add irqchip exit API | Anup Patel |
2020-01-07 | lib: Add ipi exit API | Anup Patel |
2020-01-07 | lib: Add timer exit API | Anup Patel |
2020-01-07 | lib: Add system early_exit and final_exit APIs | Anup Patel |
2019-12-06 | include: sbi_platform: fix compilation for GCC-9 | Martin Pietryka |
2019-11-26 | lib: Fix CPU capabilities detection function | Xiang Wang |
2019-11-21 | lib: Simplify trap parameters in sbi_ecall functions | Anup Patel |
2019-10-03 | lib: Provide a platform hook to implement vendor specific SBI extensions. | Atish Patra |
2019-09-28 | lib: Fix tlb flush range limit value | Atish Patra |
2019-09-10 | lib: provide a platform specific tlb range flush threshold | Atish Patra |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-07-25 | treewide: Use conventional names for 32-bit and 64-bit | Bin Meng |
2019-06-29 | include: Add firmware context to sbi_platform | Abner Chang |
2019-06-29 | include: Add version info to struct sbi_platform | Abner Chang |
2019-06-29 | include: Move callbacks in sbi_platform to separate struct | Abner Chang |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-03-06 | platform: Make the `platform` read-only | Xiang Wang |