Age | Commit message (Expand) | Author |
2021-12-03 | lib: pmu: support the event ID encoded by a bitmap. | Vincent Chen |
2021-11-11 | lib: utils: Rename the prefix in PMU DT properties | Atish Patra |
2021-11-11 | lib: sbi: Enable PMU extension for platforms without mcountinhibit | Atish Patra |
2021-09-26 | lib: utils/fdt: Add fdt_parse_timebase_frequency() function | Anup Patel |
2021-08-14 | lib: utils/fdt: Extend fdt_parse_aclint_node() function | Anup Patel |
2021-08-14 | lib: utils: Extend fdt_get_node_addr_size() for multiple register sets | Anup Patel |
2021-08-07 | lib: utils/fdt: Change addr and size to uint64_t | Bin Meng |
2021-07-17 | lib: utils/fdt: Add fdt_parse_phandle_with_args() API | Anup Patel |
2021-07-11 | utils: fdt: Add fdt helper functions to parse PMU DT nodes | Atish Patra |
2021-06-24 | lib: utils: Add FDT parsing API common for both ACLINT and CLINT | Anup Patel |
2021-05-19 | lib: utils/fdt: Replace strcmp with strncmp | Daniel Schaefer |
2021-05-19 | lib: utils/fdt: Don't use sbi_string functions | Daniel Schaefer |
2021-05-06 | lib: utils/serial: Add support for Gaisler APBUART | Daniel Cederman |
2021-04-22 | lib: utils: Implement "64bit-mmio" property parsing | Guo Ren |
2021-04-13 | lib: utils: Copy over restricted root domain memregions to FDT domains | Anup Patel |
2021-04-01 | lib/utils: Support fixing up the official DT bindings of PLIC | Bin Meng |
2021-04-01 | lib/utils: Drop the 'compat' parameter of fdt_plic_fixup() | Bin Meng |
2020-12-16 | lib: utils: Remove fdt_domain_get() function | Anup Patel |
2020-12-16 | lib: utils: Allow FDT domain iteration functions to fail | Anup Patel |
2020-12-04 | lib: utils: Add helper routines to populate domains from FDT | Anup Patel |
2020-10-23 | lib: utils: Implement "ranges" property parsing | Atish Patra |
2020-10-20 | lib: utils: Update fdt_cpu_fixup() to use current domain | Anup Patel |
2020-10-20 | lib: utils: Update fdt_reserved_memory_fixup() to use current domain | Anup Patel |
2020-09-16 | lib: utils: Improve fdt_cpu_fixup() implementation | Anup Patel |
2020-09-01 | lib: sbi: Remove redundant SBI_HART_HAS_PMP feature | Anup Patel |
2020-07-29 | lib: utils: Use strncmp in fdt_parse_hart_id() | Abner Chang |
2020-07-06 | lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node | Bin Meng |
2020-06-19 | platform: Add support for Shakti C-class SoC from IIT-M | Vijai Kumar K |
2020-06-15 | platform/lib: Allow the OS to map the regions that are protected by PMP | Alexandre Ghiti |
2020-05-23 | lib: utils: Add fdt_parse_clint_node() function | Anup Patel |
2020-05-23 | lib: utils: Extend fdt_find_match() Implementation | Anup Patel |
2020-05-23 | lib: utils: Allow PLIC functions to be used for multiple PLICs | Anup Patel |
2020-05-19 | lib: sbi_hart: Detect number of supported PMP regions | Anup Patel |
2020-05-19 | include: sbi: Use scratch pointer as parmeter in HART feature APIs | Anup Patel |
2020-05-10 | platform: Move platform features to hart | Atish Patra |
2020-05-10 | lib: utils: Update reserved memory fdt node even if PMP is not present | Atish Patra |
2020-05-01 | lib: utils: Add fdt_parse_plic_node() function | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_max_hart_id() API | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_hart_id() function | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_sifive_uart_node() function | Anup Patel |
2020-05-01 | lib: utils: Make fdt_get_node_addr_size() public function | Anup Patel |
2020-05-01 | lib: utils: Add FDT match table based node lookup | Anup Patel |
2020-05-01 | lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr() | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_uart8250_node() function | Anup Patel |
2020-05-01 | lib: utils: Improve fdt_parse_uart8250() API | Anup Patel |
2020-03-28 | lib: utils: Improve fdt_cpu_fixup() implementation | Anup Patel |
2020-03-24 | lib: utils: Move fdt fixup helper routines to a different file | Atish Patra |
2020-03-24 | platform: fpga/common: Add a fdt parsing helper functions | Atish Patra |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-18 | lib: utils: Add a general device tree fix-up helper | Bin Meng |