summaryrefslogtreecommitdiff
path: root/platform/generic/platform.c
AgeCommit message (Expand)Author
2026-06-12platform: generic: Optimize extensions_init() to parse ISA extensions onceAnup Patel
2025-12-16platform: generic: Keep some empty space in FDT passed to next stageAnup Patel
2025-10-28lib: utils/cache: Add fdt cmo helpersNick Hu
2025-09-16lib: utils/ipi: Convert IPI drivers as early driversAnup Patel
2025-09-16include: sbi: Remove platform specific IPI initAnup Patel
2025-08-28platform: generic: Pack the FDT after applying fixupsSamuel Holland
2025-05-20lib: utils: Fix fdt_mpxy_init() not returning error codeAlvin Chang
2025-04-24lib: sbi: Set the scratch allocation to alignment to cacheline sizeRaj Vishwanathan
2025-04-23lib: sbi_platform: Remove the vendor_ext_check hookSamuel Holland
2025-04-23platform: generic: Initialize overrides with fdt_driverSamuel Holland
2025-04-23platform: generic: Remove platform override hooksSamuel Holland
2025-04-23platform: generic: Allow replacing platform operationsSamuel Holland
2025-04-23platform: generic: Add an init hook matching fdt_driverSamuel Holland
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland
2025-02-12lib: utils:Check that hartid is validRaj Vishwanathan
2024-12-21platform: generic: Initialize console before other driversSamuel Holland
2024-12-06lib: utils: Add simple FDT based MPXY driver frameworkAnup Patel
2024-12-06lib: utils: Add simple FDT based CPPC driver frameworkAnup Patel
2024-12-06lib: utils: Add simple FDT based HSM driver frameworkAnup Patel
2024-12-06lib: utils: Add simple FDT based system suspend driver frameworkAnup Patel
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland
2024-11-11platform: introduce DT-based configurable heap sizeInochi Amaoto
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-08-27platform: generic: Fix fw_platform_coldboot_harts_init() functionAnup Patel
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland
2024-07-24platform: Setup serial console device in early_init()Anup Patel
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel
2023-12-19platform: generic: Fine tune fw_platform_calculate_heap_size()Anup Patel
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto
2023-12-06platform: generic: Introduce pmu_init() platform overrideYu Chien Peter Lin
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W
2023-11-16platform: Uses hart count as the default size of tlb infoInochi Amaoto
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan
2023-06-21lib: reset: Move fdt_reset_init into generic_early_initGuo Ren
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel
2023-02-27platform: generic: Add system suspend testAndrew Jones
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