aboutsummaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel
2020-05-01lib: utils: Make fdt_get_node_addr_size() public functionAnup Patel
2020-05-01lib: utils: Add FDT match table based node lookupAnup Patel
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel
2020-05-01lib: utils: Add fdt_parse_uart8250_node() functionAnup Patel
2020-05-01lib: utils: Improve fdt_parse_uart8250() APIAnup Patel
2020-05-01lib: utils/serial: Skip baudrate config if input frequency is zeroAnup Patel
2020-04-27lib: utils: Add SiFive test deviceAnup Patel
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-04-06lib: irqchip/plic: Fix maximum priority threshold valueAtish Patra
2020-03-28lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng
2020-03-18libfdt: Compile fdt_addresses.cBin Meng
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-13libfdt: Upgrade to v1.5.1 releaseBin Meng
2020-03-13libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.hBin Meng
2020-03-10lib: serial: Fix coding style issuesBin Meng
2020-03-10lib: Sort build objects in alphabetical orderBin Meng
2020-02-18lib: utils: htif: Fix 32-bit buildBin Meng
2020-02-17platform: Add Spike initial supportJames Clarke
2020-02-13lib: irqchip/plic: Disable all contexts and IRQsAtish Patra
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel
2019-08-31lib: Fix timer for 32 bitAtish Patra
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra
2019-08-12lib: Use correct type for return valueJacob Garber
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis
2019-06-19utils: Remove tinyfdt.cAtish Patra
2019-06-19platform: Enable all drivers by default.Atish Patra
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra