aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel
2020-03-13sbi: Add definitions for true/falseBin Meng
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel
2020-03-11include: Simple hartmask libraryAnup Patel
2020-03-11lib: Simple bitmap libraryAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-03-08include: sbi_scratch: Set per-HART scratch size to 4KBAnup Patel
2020-03-08include: sbi_bitops: More useful bit operationsAnup Patel
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel
2020-02-24lib: Implement Hart State Management (HSM) SBI extensionAtish Patra
2020-02-24lib: Add possible hart status valuesAtish Patra
2020-02-24lib: Implement hart hotplugAtish Patra
2020-02-24lib: Add a new platform feature to bringup secondary hartsAtish Patra
2020-02-24include: Bump-up version to 0.6Anup Patel
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel
2020-02-17platform: Add Spike initial supportJames Clarke
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra
2020-01-22lib: Factor-out SBI base extensionAnup Patel
2020-01-22lib: Factor-out SBI vendor extensionAnup Patel
2020-01-22lib: Factor-out SBI replacement extensionsAnup Patel
2020-01-22lib: Factor-out SBI legacy extensionAnup Patel
2020-01-22lib: Add dynamic registration of SBI extensionsAnup Patel
2020-01-22include: Add generic and simple list handling APIsAnup Patel
2020-01-22lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functionsAnup Patel
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel
2020-01-22lib: Introduce sbi_ipi_send_halt() APIAnup Patel
2020-01-22lib: Introduce sbi_ipi_send_smode() APIAnup Patel
2020-01-22lib: Move struct sbi_ipi_data definition to sbi_ipi.cAnup Patel
2020-01-22include: Typo fix in comment for SBI_SCRATCH_SIZE defineAnup Patel
2020-01-09include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.hAbner Chang
2020-01-07lib: Add sbi_init_count() APIAnup Patel
2020-01-07lib: improve system reboot and shutdown implementationAnup Patel
2020-01-07lib: Add irqchip exit APIAnup Patel
2020-01-07lib: Add ipi exit APIAnup Patel
2020-01-07lib: Add timer exit APIAnup Patel
2020-01-07lib: Add system early_exit and final_exit APIsAnup Patel
2020-01-07lib: Add initial sbi_exit() APIAnup Patel