summaryrefslogtreecommitdiff
path: root/platform/generic/platform.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland1-11/+5
2025-02-12lib: utils:Check that hartid is validRaj Vishwanathan1-2/+2
2024-12-21platform: generic: Initialize console before other driversSamuel Holland1-5/+5
2024-12-06lib: utils: Add simple FDT based MPXY driver frameworkAnup Patel1-0/+10
2024-12-06lib: utils: Add simple FDT based CPPC driver frameworkAnup Patel1-0/+2
2024-12-06lib: utils: Add simple FDT based HSM driver frameworkAnup Patel1-0/+2
2024-12-06lib: utils: Add simple FDT based system suspend driver frameworkAnup Patel1-0/+2
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra1-1/+2
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland1-3/+2
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland1-1/+0
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland1-1/+0
2024-11-11platform: introduce DT-based configurable heap sizeInochi Amaoto1-3/+25
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland1-1/+0
2024-08-27platform: generic: Fix fw_platform_coldboot_harts_init() functionAnup Patel1-16/+16
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland1-2/+2
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland1-1/+1
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland1-1/+1
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland1-5/+4
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland1-3/+3
2024-07-24platform: Setup serial console device in early_init()Anup Patel1-10/+11
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang1-1/+1
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-1/+64
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel1-5/+3
2023-12-19platform: generic: Fine tune fw_platform_calculate_heap_size()Anup Patel1-1/+2
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto1-1/+15
2023-12-06platform: generic: Introduce pmu_init() platform overrideYu Chien Peter Lin1-0/+6
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin1-1/+7
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W1-1/+1
2023-11-16platform: Uses hart count as the default size of tlb infoInochi Amaoto1-1/+1
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W1-0/+8
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan1-0/+9
2023-06-21lib: reset: Move fdt_reset_init into generic_early_initGuo Ren1-3/+3
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel1-1/+2
2023-02-27platform: generic: Add system suspend testAndrew Jones1-1/+19
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel1-2/+2
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel1-13/+6
2023-01-07platform: generic: Allow platform_override to perform firmware initWei Liang Lim1-0/+3
2023-01-07platform: generic: Allow platform_override to select cold boot HARTAnup Patel1-0/+9
2022-12-09platform: generic: Make use of fdt_match_node()Lad Prabhakar1-3/+3
2022-10-13platform: generic: add extensions_init handler and platform-overrideHeiko Stuebner1-0/+10
2022-09-13lib: utils/serial: add semihosting supportKautuk Consul1-1/+10
2022-08-08platform: generic: Use kconfig to set platform version and default nameAnup Patel1-2/+4
2022-06-13platform: generic: add overrides for vendor extensionsMayuresh Chitale1-0/+25
2022-05-14platform: generic: check if CPU node is enabledJan Remes1-0/+3
2022-05-13platform: generic: Generate platform override module list at compile-timeAnup Patel1-9/+5
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel1-0/+12
2021-11-08platform: generic: move fdt_reset_init to final_initHeinrich Schuchardt1-10/+5
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-3/+3
2021-07-27generic: fu740: add workaround for CIP-1200 errataDavid Abdurachmanov1-0/+2
2021-07-11platform: generic: Add PMU supportAtish Patra1-0/+30