summaryrefslogtreecommitdiff
path: root/include/sbi_utils
AgeCommit message (Expand)AuthorFilesLines
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel1-11/+0
2020-12-16lib: utils: Allow FDT domain iteration functions to failAnup Patel1-7/+11
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel1-0/+80
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel3-4/+11
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K2-0/+21
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-0/+14
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel1-0/+5
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-3/+20
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+2
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel2-13/+14
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-2/+2
2020-05-01lib: utils: Add simple FDT reset frameworkAnup Patel1-0/+25
2020-05-01lib: utils: Add simple FDT serial frameworkAnup Patel1-0/+28
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel1-0/+26
2020-05-01lib: utils: Add simple FDT ipi frameworkAnup Patel1-0/+32
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel1-0/+35
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel1-0/+3
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel1-0/+2
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel1-0/+4
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel1-0/+3
2020-05-01lib: utils: Make fdt_get_node_addr_size() public functionAnup Patel1-0/+3
2020-05-01lib: utils: Add FDT match table based node lookupAnup Patel1-0/+11
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel1-2/+2
2020-05-01lib: utils: Remove redundant clint_ipi_sync() declarationAnup Patel1-2/+0
2020-05-01lib: utils: Add fdt_parse_uart8250_node() functionAnup Patel1-0/+3
2020-05-01lib: utils: Improve fdt_parse_uart8250() APIAnup Patel1-0/+2
2020-04-27lib: utils: Add SiFive test deviceAnup Patel1-0/+19
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-1/+1
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra2-53/+67
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra1-0/+20
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng1-0/+13
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng1-0/+12
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng2-2/+13
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng1-0/+25
2020-02-17platform: Add Spike initial supportJames Clarke1-0/+19
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel1-1/+2
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis1-0/+4
2019-06-19utils: Remove tinyfdt.cAtish Patra1-67/+0
2019-06-19platform: Move platform common to lib/utils.Atish Patra5-0/+166