aboutsummaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)AuthorFilesLines
2023-07-13lib: sbi: Add functions to map/unmap shared memoryHimanshu Chauhan1-0/+2
2023-07-13lib: sbi: Add support for SmepmpHimanshu Chauhan1-0/+15
2023-07-13lib: sbi: Add smepmp in hart extensionsHimanshu Chauhan1-0/+2
2023-07-13include: sbi: Add Smepmp specific access flags for PMP entriesHimanshu Chauhan1-6/+78
2023-07-13lib: sbi: Add functions to manipulate PMP entriesHimanshu Chauhan1-0/+6
2023-07-13include: sbi: Add macro definitions for mseccfg CSRHimanshu Chauhan1-0/+12
2023-07-09lib: sbi: Alphabetically sort HART ISA extensionsAnup Patel1-5/+5
2023-07-09lib: sbi: Add Zihpm as a HART ISA extensionAnup Patel1-0/+2
2023-07-09lib: sbi: Add Zicntr as a HART ISA extensionAnup Patel1-2/+2
2023-06-23include: Bump-up version to 1.3v1.3Anup Patel1-1/+1
2023-06-05lib: sbi: Use scratch space to save per-HART domain pointerAnup Patel1-5/+1
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel1-0/+3
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel1-0/+44
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel2-13/+33
2023-06-05include: sbi_scratch: Add helper macros to access data typeAnup Patel1-0/+17
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones1-1/+8
2023-05-21lib: sbi: Document sbi_ecall_extension membersAndrew Jones1-0/+35
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones1-0/+1
2023-05-11lib: sbi: Simplify BITS_PER_LONG definitionXiang W1-7/+1
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W1-1/+1
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W1-0/+10
2023-04-07lib: sbi_pmu: Align the event type offset as per SBI specificationYu Chien Peter Lin1-2/+2
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L1-0/+35
2023-04-07include: Add defines for SBI CPPC extensionSunil V L1-0/+34
2023-04-06lib: sbi: Introduce sbi_entry_count() functionAnup Patel1-0/+2
2023-04-06lib: sbi: Fix how to check whether the domain contains fw_regionXiang W1-0/+2
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsEvgenii Shatokhin1-0/+2
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin1-2/+4
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale1-6/+8
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale1-3/+8
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale1-5/+4
2023-03-10lib: sbi_pmu: Reserve space for implementation specific firmware eventsMayuresh Chitale1-0/+11
2023-03-10lib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hiMayuresh Chitale1-0/+1
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale1-0/+5
2023-02-27platform: generic: Add system suspend testAndrew Jones1-0/+1
2023-02-27lib: sbi: Add system_suspend_allowed domain propertyAndrew Jones1-0/+2
2023-02-27lib: sbi: Add system suspend skeletonAndrew Jones2-0/+34
2023-02-27lib: sbi_hsm: Export some functionsAndrew Jones1-0/+4
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel1-5/+4
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel1-9/+8
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen1-0/+2
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel1-0/+3
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel1-0/+15
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel1-0/+2
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel1-0/+2
2023-02-09include: Add defines for SBI debug console extensionAnup Patel1-0/+6
2023-02-09include: sbi: Fix BSWAPx() macros for big-endian hostAnup Patel1-10/+14
2023-02-08include: types: Add typedefs for endiannessRahul Pathak1-0/+7
2023-02-08include: Add support for byteorder/endianness conversionRahul Pathak1-0/+57
2023-01-23firmware: Add RW section offset in scratchHimanshu Chauhan1-10/+14