summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)AuthorFilesLines
2021-06-11lib: utils: missing initialization in thead_reset_initHeinrich Schuchardt1-4/+6
2021-06-02lib: utils: consider ':' in stdout-pathHeinrich Schuchardt1-3/+12
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel5-0/+17
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-19lib: utils: Add strncpy macro to libfdt_env.hDaniel Schaefer1-0/+1
2021-05-19lib: utils/serial: Support Synopsys DesignWare APB UARTBin Meng1-0/+1
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman5-0/+165
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel6-35/+54
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel3-25/+17
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel3-38/+18
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel9-41/+57
2021-04-22lib: utils: reset: Add T-HEAD sample platform reset driverGuo Ren5-0/+206
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-13lib: utils/sys: Add CLINT memregion in the root domainAnup Patel1-2/+27
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
2021-04-01lib/utils: Support the official clint DT bindingsBin Meng2-0/+2
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri1-1/+1
2021-01-07lib: utils: Fix shakti uart implementationVijai Kumar K1-2/+6
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-13lib: utils/libfdt: Upgrade to v1.6.0 releaseDimitri John Ledkov11-154/+356
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel2-0/+446
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel5-9/+36
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel1-3/+3
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-29lib: utils: Add a macro in libfdt_env.h for strncmpAbner Chang1-0/+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 K5-0/+120
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-11/+38
2020-05-23lib: utils/timer: Initialize all matching timer DT nodesAnup Patel2-13/+26
2020-05-23lib: utils/ipi: Initialize all matching ipi DT nodesAnup Patel2-13/+24
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel3-26/+71
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel3-51/+110
2020-05-23lib: utils/irqchip: Initialize all matching irqchip DT nodesAnup Patel2-22/+40
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel6-7/+8
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel3-32/+45
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel2-15/+4
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 simple FDT reset frameworkAnup Patel4-0/+126