summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsHEADVF2_v3.8.2VF2_v3.7.5VF2_v3.6.1VF2_v3.4.5VF2_v3.1.5VF2_v3.0.4VF2_v2.11.5VF2_6.1_v3.8.2VF2_6.1_v3.7.5JH7110_VF2_6.6_v5.12.0JH7110_VF2_6.1_v5.12.0JH7110_VF2_6.1_v5.11.4JH7110_VF2_6.1_v5.11.3JH7110_VF2_6.1_v5.10.3JH7110_VF2_6.1_v3.9.3JH7110_VF2_515_v5.12.0JH7110_VF2_515_v5.11.4JH7110_VF2_515_v5.11.3JH7110_VF2_515_v5.10.3JH7110_VF2_515_v3.9.3masterJH7110_VisionFive2_develEvgenii 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
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng4-16/+14
2022-12-24include: Bump-up version to 1.2Anup Patel1-1/+1
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng2-4/+5
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng2-4/+15
2022-12-12lib: utils: serial: Add FDT driver for Renesas SCIFLad Prabhakar1-0/+3
2022-12-12lib: utils: serial: Add Renesas SCIF driverLad Prabhakar1-0/+11
2022-10-23lib: sbi_ecall: Generate extensions list with carrayVivian Wang1-10/+0
2022-10-23lib: utils/ipi: Add Andes fdt ipi driver supportYu Chien Peter Lin2-0/+49
2022-10-23lib: utils/timer: Add Andes fdt timer supportYu Chien Peter Lin2-0/+32
2022-10-23lib: sbi: Add sbi_domain_root_add_memrange() APIYu Chien Peter Lin2-0/+16
2022-10-23include: sbi: Fix grammar in commentYu Chien Peter Lin1-1/+1
2022-10-23include: sbi: Fix typo in commentYu Chien Peter Lin1-1/+1
2022-10-13lib: sbi_platform: expose hart_features to extension_init callbackHeiko Stuebner1-3/+5
2022-10-13lib: sbi_hart: move hart_features struct to a public locationHeiko Stuebner1-0/+11
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner1-0/+8
2022-09-13lib: utils/serial: add semihosting supportKautuk Consul1-0/+47