summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-02-27platform: generic: renesas: rzfive: Configure the PMA regionLad Prabhakar
2023-02-27platform: generic: renesas: rzfive: Add support to configure the PMALad Prabhakar
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen
2023-02-27docs: fix typo in fw.mdShengyu Qu
2023-02-27lib: utils: fdt_fixup: Fix compile errorXiang W
2023-02-27include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1Bin Meng
2023-02-27platform: generic/andes: Fix ae350.c header dependencyBin Meng
2023-02-27platform: generic/allwinner: Fix sun20i-d1.c header dependencyBin Meng
2023-02-27lib: utils/fdt: Fix fdt_pmu.c header dependencyBin Meng
2023-02-10lib: sbi: Speed-up sbi_printf() and friends using nputs()Anup Patel
2023-02-10lib: utils/serial: Implement console_puts() for semihostingAnup Patel
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel
2023-02-10lib: sbi: Implement SBI debug console extensionAnup Patel
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel
2023-02-09include: Add defines for SBI debug console extensionAnup Patel
2023-02-09include: sbi: Fix BSWAPx() macros for big-endian hostAnup Patel
2023-02-08include: types: Add typedefs for endiannessRahul Pathak
2023-02-08lib: utils/fdt: Use byteorder conversion functions in libfdt_env.hRahul Pathak
2023-02-08include: Add support for byteorder/endianness conversionRahul Pathak
2023-02-08Makefile: Add missing .dep files for fw_*.elf.ldJessica Clarke
2023-02-08lib: sbi: Ensure domidx_to_domain_table is null-terminatedAndrew Jones