summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)AuthorFilesLines
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra3-187/+204
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra1-0/+116
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-1/+1
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng1-0/+7
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng1-0/+26
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng2-27/+25
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng2-0/+149
2020-03-18libfdt: Compile fdt_addresses.cBin Meng1-2/+2
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-6/+6
2020-03-13libfdt: Upgrade to v1.5.1 releaseBin Meng15-655/+394
2020-03-13libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.hBin Meng1-0/+2
2020-03-10lib: serial: Fix coding style issuesBin Meng2-11/+11
2020-03-10lib: Sort build objects in alphabetical orderBin Meng2-3/+3
2020-02-18lib: utils: htif: Fix 32-bit buildBin Meng1-3/+3
2020-02-17platform: Add Spike initial supportJames Clarke2-0/+150
2020-02-13lib: irqchip/plic: Disable all contexts and IRQsAtish Patra1-4/+4
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel1-38/+50
2019-08-31lib: Fix timer for 32 bitAtish Patra1-5/+13
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-23/+0
2019-08-12lib: Use correct type for return valueJacob Garber1-1/+1
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer1-1/+1
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis1-2/+2
2019-06-19utils: Remove tinyfdt.cAtish Patra3-306/+14
2019-06-19platform: Enable all drivers by default.Atish Patra4-6/+6
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra3-9/+21
2019-06-19platform: Move platform common to lib/utils.Atish Patra27-0/+6702