aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-03-09lib: utils/i2c: Add minimal StarFive jh7110 I2C driverMinda Chen1-0/+21
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-27include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1Bin Meng1-2/+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-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland1-0/+23
2023-01-23firmware: Add RW section offset in scratchHimanshu Chauhan1-10/+14
2023-01-22lib: utils: atcsmu: Add Andes System Management Unit supportYu Chien Peter Lin1-0/+59
2023-01-22include: types: add always inline compiler attributeYu Chien Peter Lin1-0/+1
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin1-2/+6
2023-01-09lib: utils: Disallow non-root domains from adding M-mode regionsHimanshu Chauhan1-0/+5
2023-01-09include: sbi: Fine grain the permissions for M and SU modesHimanshu Chauhan1-5/+42
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng1-2/+2
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel1-0/+20