summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra2-53/+67
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra1-0/+20
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-12/+51
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel1-2/+1
2020-03-19include: sbi_platform: Improve sbi_platform_hart_disabled() APIAnup Patel1-16/+20
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel1-0/+1
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel1-2/+2
2020-03-19include: Simplify HART id to scratch macroAnup Patel1-1/+1
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel1-2/+6
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng1-0/+13
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng1-0/+12
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng2-2/+13
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng1-0/+25
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng1-1/+1
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng1-0/+3
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel2-2/+2
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel2-3/+6
2020-03-13sbi: Add definitions for true/falseBin Meng1-0/+2
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel1-6/+0
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel1-0/+3
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-8/+7
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel1-4/+0
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel1-2/+3
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel1-1/+10
2020-03-11include: Simple hartmask libraryAnup Patel1-0/+141
2020-03-11lib: Simple bitmap libraryAnup Patel1-0/+128
2020-03-10lib: sbi: Fix coding style issuesBin Meng11-62/+71
2020-03-08include: sbi_scratch: Set per-HART scratch size to 4KBAnup Patel1-2/+2
2020-03-08include: sbi_bitops: More useful bit operationsAnup Patel1-2/+139
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel3-23/+17
2020-02-24lib: Implement Hart State Management (HSM) SBI extensionAtish Patra2-0/+7
2020-02-24lib: Add possible hart status valuesAtish Patra2-0/+6
2020-02-24lib: Implement hart hotplugAtish Patra4-0/+76
2020-02-24lib: Add a new platform feature to bringup secondary hartsAtish Patra1-0/+5
2020-02-24include: Bump-up version to 0.6Anup Patel1-1/+1
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel1-0/+1
2020-02-17platform: Add Spike initial supportJames Clarke1-0/+19
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra1-8/+7
2020-01-22lib: Factor-out SBI base extensionAnup Patel1-0/+5
2020-01-22lib: Factor-out SBI vendor extensionAnup Patel1-0/+1
2020-01-22lib: Factor-out SBI replacement extensionsAnup Patel1-0/+3
2020-01-22lib: Factor-out SBI legacy extensionAnup Patel1-0/+2
2020-01-22lib: Add dynamic registration of SBI extensionsAnup Patel1-0/+22
2020-01-22include: Add generic and simple list handling APIsAnup Patel2-0/+163
2020-01-22lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functionsAnup Patel1-3/+3
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel2-9/+31
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel2-3/+5
2020-01-22lib: Introduce sbi_ipi_send_halt() APIAnup Patel1-0/+2
2020-01-22lib: Introduce sbi_ipi_send_smode() APIAnup Patel1-0/+2
2020-01-22lib: Move struct sbi_ipi_data definition to sbi_ipi.cAnup Patel1-5/+0