summaryrefslogtreecommitdiff
path: root/lib/utils/fdt
AgeCommit message (Expand)AuthorFilesLines
2022-05-14lib: utils/fdt: rename fdt_parse_max_hart_idJan Remes1-1/+1
2022-05-14lib: utils: check if CPU node is enabledJan Remes3-1/+19
2022-05-14lib: utils/fdt: introduce fdt_node_is_enabled()Jan Remes1-0/+18
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel1-1/+1
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li1-0/+7
2022-02-28lib: utils: serial: Initial commit of xlnx-uartliteAlistair Francis1-0/+18
2022-02-15lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()Anup Patel1-0/+11
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel1-0/+159
2022-02-15lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()Anup Patel1-2/+30
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel1-0/+103
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen1-7/+9
2021-11-11lib: utils: Rename the prefix in PMU DT propertiesAtish Patra1-6/+6
2021-11-11lib: sbi: Enable PMU extension for platforms without mcountinhibitAtish Patra1-0/+4
2021-09-26lib: utils/fdt: Add fdt_parse_timebase_frequency() functionAnup Patel1-0/+21
2021-08-14lib: utils/fdt: Extend fdt_parse_aclint_node() functionAnup Patel1-20/+30
2021-08-14lib: utils: Extend fdt_get_node_addr_size() for multiple register setsAnup Patel1-8/+23
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng1-10/+9
2021-07-17lib: utils/fdt: Add fdt_parse_phandle_with_args() APIAnup Patel1-0/+47
2021-07-11utils: fdt: Add fdt helper functions to parse PMU DT nodesAtish Patra3-0/+114
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel1-16/+15
2021-05-19lib: utils/fdt: Replace strcmp with strncmpDaniel Schaefer1-1/+1
2021-05-19lib: utils/fdt: Don't use sbi_string functionsDaniel Schaefer1-4/+5
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman1-0/+40
2021-04-22lib: utils: Implement "64bit-mmio" property parsingGuo Ren1-1/+2
2021-04-13lib: utils: Copy over restricted root domain memregions to FDT domainsAnup Patel1-4/+22
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-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel1-47/+36
2020-12-16lib: utils: Allow FDT domain iteration functions to failAnup Patel1-47/+68
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel2-0/+446
2020-10-23lib: utils: Implement "ranges" property parsingAtish Patra1-2/+48
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-29lib: utils: Use strncmp in fdt_parse_hart_id()Abner Chang1-1/+1
2020-07-06lib/utils: fdt: Update FDT expand size to 1024 for reserved memory nodeBin Meng1-2/+8
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K1-0/+37
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-11/+38
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel1-0/+69
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-2/+3
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-6/+5
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_plic_node() functionAnup Patel1-6/+20
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel1-0/+28
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel2-15/+33
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel1-0/+43