summaryrefslogtreecommitdiff
path: root/lib/utils/fdt/fdt_fixup.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06lib: utils/fdt: Allow dynamic registration of FDT fixup callbacksAnup Patel1-0/+33
2024-09-26lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland1-2/+3
2024-04-10lib: utils: check correct value in fdt_node_offset_by_compatibleHeinrich Schuchardt1-1/+1
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-0/+17
2023-12-06lib: utils: fdt_fixup: Allow preserving PMU propertiesYu Chien Peter Lin1-0/+3
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti1-39/+10
2023-04-07lib: utils: fdt_fixup: avoid buffer overrunHeinrich Schuchardt1-1/+1
2023-02-27lib: utils: fdt_fixup: Fix compile errorXiang W1-5/+8
2023-02-08lib: utils: Mark only the largest region as reserved in FDTHimanshu Chauhan1-4/+30
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland1-0/+85
2023-01-22lib: utils: Fix reserved memory node for firmware memoryMayuresh Chitale1-3/+3
2022-12-05lib: utils: Add fdt_fixup_node() helper functionLad Prabhakar1-7/+8
2022-05-14lib: utils: check if CPU node is enabledJan Remes1-0/+3
2022-02-15lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()Anup Patel1-0/+11
2022-02-15lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()Anup Patel1-2/+30
2021-07-11utils: fdt: Add fdt helper functions to parse PMU DT nodesAtish Patra1-0/+2
2021-04-01lib/utils: Support fixing up the official DT bindings of PLICBin Meng1-3/+6
2021-04-01lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()Bin Meng1-3/+3
2020-10-20lib: utils: Update fdt_cpu_fixup() to use current domainAnup Patel1-5/+3
2020-10-20lib: utils: Update fdt_reserved_memory_fixup() to use current domainAnup Patel1-25/+22
2020-09-16lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-2/+11
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-1/+1
2020-07-06lib/utils: fdt: Update FDT expand size to 1024 for reserved memory nodeBin Meng1-2/+8
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-11/+38
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel1-16/+18
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel1-3/+4
2020-05-10platform: Move platform features to hartAtish Patra1-2/+2
2020-05-10lib: utils: Update reserved memory fdt node even if PMP is not presentAtish Patra1-52/+71
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel1-15/+5
2020-03-28lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-11/+24
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-0/+203