aboutsummaryrefslogtreecommitdiff
path: root/platform/generic/platform.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-06platform: generic: Terminate platform.name with nullBin Meng1-1/+1
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel1-22/+0
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-2/+0
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-3/+0
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel1-2/+0
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel1-1/+0
2020-12-04platform: generic: Populate domains from FDTAnup Patel1-0/+9
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel1-5/+18
2020-09-16platform: generic: Don't mark non-MMU HARTs as invalidAnup Patel1-5/+1
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-0/+6
2020-06-05firmware: Allow fw_platform_init() to return updated FDT locationAnup Patel1-4/+9
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+1
2020-05-01platform: generic: Add Sifive FU540 TLB flush range limit overrideAnup Patel1-1/+5
2020-05-01platform: Add generic FDT based platform supportAnup Patel1-0/+209