summaryrefslogtreecommitdiff
path: root/lib/utils/fdt
AgeCommit message (Expand)Author
2022-05-14lib: utils/fdt: rename fdt_parse_max_hart_idJan Remes
2022-05-14lib: utils: check if CPU node is enabledJan Remes
2022-05-14lib: utils/fdt: introduce fdt_node_is_enabled()Jan Remes
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li
2022-02-28lib: utils: serial: Initial commit of xlnx-uartliteAlistair Francis
2022-02-15lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()Anup Patel
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel
2022-02-15lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()Anup Patel
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen
2021-11-11lib: utils: Rename the prefix in PMU DT propertiesAtish Patra
2021-11-11lib: sbi: Enable PMU extension for platforms without mcountinhibitAtish Patra
2021-09-26lib: utils/fdt: Add fdt_parse_timebase_frequency() functionAnup Patel
2021-08-14lib: utils/fdt: Extend fdt_parse_aclint_node() functionAnup Patel
2021-08-14lib: utils: Extend fdt_get_node_addr_size() for multiple register setsAnup Patel
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng
2021-07-17lib: utils/fdt: Add fdt_parse_phandle_with_args() APIAnup Patel
2021-07-11utils: fdt: Add fdt helper functions to parse PMU DT nodesAtish Patra
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel
2021-05-19lib: utils/fdt: Replace strcmp with strncmpDaniel Schaefer
2021-05-19lib: utils/fdt: Don't use sbi_string functionsDaniel Schaefer
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman
2021-04-22lib: utils: Implement "64bit-mmio" property parsingGuo Ren
2021-04-13lib: utils: Copy over restricted root domain memregions to FDT domainsAnup Patel
2021-04-01lib/utils: Support fixing up the official DT bindings of PLICBin Meng
2021-04-01lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()Bin Meng
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel
2020-12-16lib: utils: Allow FDT domain iteration functions to failAnup Patel
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel
2020-10-23lib: utils: Implement "ranges" property parsingAtish Patra
2020-10-20lib: utils: Update fdt_cpu_fixup() to use current domainAnup Patel
2020-10-20lib: utils: Update fdt_reserved_memory_fixup() to use current domainAnup Patel
2020-09-16lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel
2020-07-29lib: utils: Use strncmp in fdt_parse_hart_id()Abner Chang
2020-07-06lib/utils: fdt: Update FDT expand size to 1024 for reserved memory nodeBin Meng
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel
2020-05-10platform: Move platform features to hartAtish Patra
2020-05-10lib: utils: Update reserved memory fdt node even if PMP is not presentAtish Patra
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel