summaryrefslogtreecommitdiff
path: root/platform/generic/platform.c
AgeCommit message (Expand)Author
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
2023-01-07platform: generic: Allow platform_override to perform firmware initWei Liang Lim
2023-01-07platform: generic: Allow platform_override to select cold boot HARTAnup Patel
2022-12-09platform: generic: Make use of fdt_match_node()Lad Prabhakar
2022-10-13platform: generic: add extensions_init handler and platform-overrideHeiko Stuebner
2022-09-13lib: utils/serial: add semihosting supportKautuk Consul
2022-08-08platform: generic: Use kconfig to set platform version and default nameAnup Patel
2022-06-13platform: generic: add overrides for vendor extensionsMayuresh Chitale
2022-05-14platform: generic: check if CPU node is enabledJan Remes
2022-05-13platform: generic: Generate platform override module list at compile-timeAnup Patel
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel
2021-11-08platform: generic: move fdt_reset_init to final_initHeinrich Schuchardt
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-07-27generic: fu740: add workaround for CIP-1200 errataDavid Abdurachmanov
2021-07-11platform: generic: Add PMU supportAtish Patra
2021-07-06platform: generic: Terminate platform.name with nullBin Meng
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel