summaryrefslogtreecommitdiff
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.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.11.4JH7110_VF2_515_v5.11.3JH7110_VF2_515_v5.10.3JH7110_VF2_515_v3.9.3masterJH7110_VisionFive2_develEvgenii Shatokhin3-2/+12
2023-03-10lib: sbi: Set the state of a hart to START_PENDING after the hart is readyEvgenii Shatokhin1-16/+67
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin3-16/+23
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale2-16/+23
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale2-15/+21
2023-03-10lib: sbi_pmu: Use dedicated event code for platform firmware eventsMayuresh Chitale1-13/+52
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale2-18/+21
2023-03-10lib: sbi_pmu: Rename fw_counter_valueMayuresh Chitale1-9/+13
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 Chitale2-0/+9
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale2-0/+11
2023-03-09lib: serial: Cadence: Enable compatibility for cdns,uart-r1p8Mayuresh Chitale1-0/+1
2023-03-09platform: starfive: add PMIC power ops in JH7110 visionfive2 boardMinda Chen2-0/+273
2023-03-09lib: utils/i2c: Add minimal StarFive jh7110 I2C driverMinda Chen5-0/+286
2023-03-01make: Add a command line option for debugging OpenSBIBin Meng2-1/+19
2023-03-01gpio/starfive: add gpio driver and support gpio resetminda.chen4-0/+124
2023-02-27platform: generic: Add system suspend testAndrew Jones4-1/+55
2023-02-27docs: Correct opensbi-domain property nameAndrew Jones1-3/+3
2023-02-27lib: sbi: Implement system suspendAndrew Jones1-1/+56
2023-02-27lib: sbi: Add system_suspend_allowed domain propertyAndrew Jones4-0/+18
2023-02-27lib: sbi: Add system suspend skeletonAndrew Jones7-0/+119
2023-02-27lib: sbi_hsm: Export some functionsAndrew Jones2-2/+14
2023-02-27lib: sbi_hsm: Remove unnecessary includeAndrew Jones1-2/+2
2023-02-27lib: sbi_hsm: Move misplaced commentAndrew Jones1-2/+4
2023-02-27lib: sbi_hsm: Ensure errors are consistent with specAndrew Jones1-3/+3
2023-02-27lib: sbi_hsm: Don't try to restore state on failed changeAndrew Jones1-5/+2
2023-02-27lib: sbi_hsm: Factor out invalid state detectionAndrew Jones1-41/+24
2023-02-27docs: domain_support: Update the DT exampleBin Meng1-2/+2
2023-02-27lib: utils/fdt/fdt_domain: Simplify region access permission checkBin Meng1-6/+4
2023-02-27lib: sbi/sbi_domain: cosmetic style fixesBin Meng1-2/+2
2023-02-27lib: sbi: sbi_ecall: Check the range of SBI errorYu Chien Peter Lin1-1/+1
2023-02-27platform: generic: renesas: rzfive: Configure the PMA regionLad Prabhakar2-0/+22
2023-02-27platform: generic: renesas: rzfive: Add support to configure the PMALad Prabhakar5-0/+407
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel4-9/+8
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel4-25/+31
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen2-0/+3
2023-02-27docs: fix typo in fw.mdShengyu Qu1-1/+1
2023-02-27lib: utils: fdt_fixup: Fix compile errorXiang W1-5/+8
2023-02-27include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1Bin Meng1-2/+2
2023-02-27platform: generic/andes: Fix ae350.c header dependencyBin Meng1-0/+1
2023-02-27platform: generic/allwinner: Fix sun20i-d1.c header dependencyBin Meng1-0/+2
2023-02-27lib: utils/fdt: Fix fdt_pmu.c header dependencyBin Meng1-0/+1
2023-02-10lib: sbi: Speed-up sbi_printf() and friends using nputs()Anup Patel1-22/+54
2023-02-10lib: utils/serial: Implement console_puts() for semihostingAnup Patel1-0/+37
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel2-7/+25
2023-02-10lib: sbi: Implement SBI debug console extensionAnup Patel3-0/+79
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel2-0/+84
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel2-0/+17
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel2-0/+14
2023-02-09include: Add defines for SBI debug console extensionAnup Patel1-0/+6