summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17lib: sbi: Do not clear active_events for cycle/instret when stoppingAlexandre Ghiti
2023-04-17firmware: Change to use positive offset to access relocation entriesBin Meng
2023-04-17firmware: Optimize loading relocation typeBin Meng
2023-04-14platform: generic: andes/renesas: Add SBI EXT to check for enabling IOCP errataLad Prabhakar
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W
2023-04-13sbi: tlb: Simplify to tlb_process_count/tlb_process functionXiang W
2023-04-13lib: sbi: Optimize sbi_ipiXiang W
2023-04-13lib: sbi: Optimize sbi_tlbXiang W
2023-04-07lib: utils: fdt_fixup: avoid buffer overrunHeinrich Schuchardt
2023-04-07docs: Correct FW_JUMP_FDT_ADDR calculation exampleGabriel Somlo
2023-04-07lib: sbi_pmu: Align the event type offset as per SBI specificationYu Chien Peter Lin
2023-04-07lib: sbi: Print the CPPC device nameSunil V L
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L
2023-04-07include: Add defines for SBI CPPC extensionSunil V L
2023-04-06lib: sbi_hart: clear mip csr during hart initMayuresh Chitale
2023-04-06lib: sbi_hsm: Fix sbi_hsm_hart_start() for platform with hart hotplugAnup Patel
2023-04-06lib: sbi: Introduce sbi_entry_count() functionAnup Patel
2023-04-06lib: sbi: Fix how to check whether the domain contains fw_regionXiang W
2023-04-06lib: sbi_scratch: Optimize the alignment code for alloc sizeXiang W
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsEvgenii Shatokhin
2023-03-10lib: sbi: Set the state of a hart to START_PENDING after the hart is readyEvgenii Shatokhin
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale
2023-03-10lib: sbi_pmu: Use dedicated event code for platform firmware eventsMayuresh Chitale
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale
2023-03-10lib: sbi_pmu: Rename fw_counter_valueMayuresh Chitale
2023-03-10lib: sbi_pmu: Reserve space for implementation specific firmware eventsMayuresh Chitale
2023-03-10lib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hiMayuresh Chitale
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale
2023-03-09lib: serial: Cadence: Enable compatibility for cdns,uart-r1p8Mayuresh Chitale
2023-03-09platform: starfive: add PMIC power ops in JH7110 visionfive2 boardMinda Chen
2023-03-09lib: utils/i2c: Add minimal StarFive jh7110 I2C driverMinda Chen
2023-03-01make: Add a command line option for debugging OpenSBIBin Meng
2023-03-01gpio/starfive: add gpio driver and support gpio resetminda.chen
2023-02-27platform: generic: Add system suspend testAndrew Jones
2023-02-27docs: Correct opensbi-domain property nameAndrew Jones
2023-02-27lib: sbi: Implement system suspendAndrew Jones
2023-02-27lib: sbi: Add system_suspend_allowed domain propertyAndrew Jones
2023-02-27lib: sbi: Add system suspend skeletonAndrew Jones
2023-02-27lib: sbi_hsm: Export some functionsAndrew Jones
2023-02-27lib: sbi_hsm: Remove unnecessary includeAndrew Jones
2023-02-27lib: sbi_hsm: Move misplaced commentAndrew Jones
2023-02-27lib: sbi_hsm: Ensure errors are consistent with specAndrew Jones
2023-02-27lib: sbi_hsm: Don't try to restore state on failed changeAndrew Jones
2023-02-27lib: sbi_hsm: Factor out invalid state detectionAndrew Jones
2023-02-27docs: domain_support: Update the DT exampleBin Meng
2023-02-27lib: utils/fdt/fdt_domain: Simplify region access permission checkBin Meng
2023-02-27lib: sbi/sbi_domain: cosmetic style fixesBin Meng
2023-02-27lib: sbi: sbi_ecall: Check the range of SBI errorYu Chien Peter Lin