aboutsummaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2021-05-19lib: utils/serial: Support Synopsys DesignWare APB UARTBin Meng
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel
2021-04-22lib: utils: reset: Add T-HEAD sample platform reset driverGuo Ren
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-13lib: utils/sys: Add CLINT memregion in the root domainAnup 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
2021-04-01lib/utils: Support the official clint DT bindingsBin Meng
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri
2021-01-07lib: utils: Fix shakti uart implementationVijai Kumar K
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel
2020-12-16lib: utils: Allow FDT domain iteration functions to failAnup Patel
2020-12-13lib: utils/libfdt: Upgrade to v1.6.0 releaseDimitri John Ledkov
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup 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-29lib: utils: Add a macro in libfdt_env.h for strncmpAbner 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/timer: Initialize all matching timer DT nodesAnup Patel
2020-05-23lib: utils/ipi: Initialize all matching ipi DT nodesAnup Patel
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel
2020-05-23lib: utils/irqchip: Initialize all matching irqchip DT nodesAnup 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-23lib: utils: Remove redundant parameters from PLIC init functionsAnup 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 simple FDT reset frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT serial frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT ipi frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel