summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra3-187/+204
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra1-0/+116
2020-03-21lib: Check MSIP bit after returning from WFIAtish Patra1-2/+5
2020-03-19lib: Fix sbi_ecall_register_extension to prevent extension IDs overlapXiang Wang1-3/+11
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel3-6/+7
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel2-13/+5
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_disabled() APIAnup Patel1-5/+1
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel4-8/+6
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_count() APIAnup Patel1-15/+4
2020-03-19lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HARTAnup Patel1-1/+4
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel5-8/+28
2020-03-19lib: sbi_tlb: Simplify sbi_tlb_entry_process() functionAnup Patel1-4/+3
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel2-6/+7
2020-03-19include: Simplify HART id to scratch macroAnup Patel5-7/+7
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel2-0/+22
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng1-0/+7
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng1-0/+26
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng2-27/+25
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng2-0/+149
2020-03-18libfdt: Compile fdt_addresses.cBin Meng1-2/+2
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng2-16/+10
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel10-30/+24
2020-03-13lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementationAnup Patel1-6/+2
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel1-8/+0
2020-03-13libfdt: Upgrade to v1.5.1 releaseBin Meng15-655/+394
2020-03-13libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.hBin Meng1-0/+2
2020-03-13lib: sbi: Fix misaligned trap handlingDamien Le Moal1-4/+0
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel2-35/+0
2020-03-11lib: sbi_ipi: Use sbi_hsm_hart_started_mask() APIAnup Patel1-24/+22
2020-03-11lib: sbi_system: Use sbi_hsm_hart_started_mask() APIAnup Patel1-6/+20
2020-03-11lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() APIAnup Patel1-1/+3
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel1-0/+38
2020-03-11lib: sbi_init: Use hartmask for coldboot waitAnup Patel1-9/+6
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel2-72/+70
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel1-10/+7
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel2-48/+26
2020-03-11lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITSAnup Patel1-1/+3
2020-03-11lib: Simple bitmap libraryAnup Patel2-0/+41
2020-03-10lib: serial: Fix coding style issuesBin Meng2-11/+11
2020-03-10lib: sbi: Fix coding style issuesBin Meng8-41/+42
2020-03-10lib: Sort build objects in alphabetical orderBin Meng3-6/+6
2020-03-08include: sbi_bitops: More useful bit operationsAnup Patel2-0/+201
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel7-10/+10
2020-03-08lib: Fix return type of sbi_hsm_hart_started()Anup Patel1-2/+1
2020-03-07lib: Check MSIP bit after returning from WFIAtish Patra1-2/+5
2020-02-24lib: Implement Hart State Management (HSM) SBI extensionAtish Patra3-0/+55
2020-02-24lib: Add possible hart status valuesAtish Patra1-0/+25
2020-02-24lib: Implement hart hotplugAtish Patra6-2/+267
2020-02-24lib: Simplify the for-loop in sbi_ipi_send_many()Anup Patel1-9/+1
2020-02-22lib: Use available hart mask for correct hbase valueAtish Patra1-13/+16