Age | Commit message (Expand) | Author |
2020-05-01 | lib: utils: Add fdt_parse_hart_id() function | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_sifive_uart_node() function | Anup Patel |
2020-05-01 | lib: utils: Make fdt_get_node_addr_size() public function | Anup Patel |
2020-05-01 | lib: utils: Add FDT match table based node lookup | Anup Patel |
2020-05-01 | lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr() | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_uart8250_node() function | Anup Patel |
2020-05-01 | lib: utils: Improve fdt_parse_uart8250() API | Anup Patel |
2020-05-01 | lib: utils/serial: Skip baudrate config if input frequency is zero | Anup Patel |
2020-04-27 | lib: utils: Add SiFive test device | Anup Patel |
2020-04-27 | include: sbi_platform: Combine reboot and shutdown into one callback | Anup Patel |
2020-04-06 | lib: irqchip/plic: Fix maximum priority threshold value | Atish Patra |
2020-03-28 | lib: utils: Improve fdt_cpu_fixup() implementation | Anup Patel |
2020-03-24 | lib: utils: Move fdt fixup helper routines to a different file | Atish Patra |
2020-03-24 | platform: fpga/common: Add a fdt parsing helper functions | Atish Patra |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-18 | lib: utils: Add a general device tree fix-up helper | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_cpu_fixup() helper | Bin Meng |
2020-03-18 | lib: utils: Move PLIC DT fix up codes to fdt_helper.c | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_reserved_memory_fixup() helper | Bin Meng |
2020-03-18 | libfdt: Compile fdt_addresses.c | Bin Meng |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-13 | libfdt: Upgrade to v1.5.1 release | Bin Meng |
2020-03-13 | libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.h | Bin Meng |
2020-03-10 | lib: serial: Fix coding style issues | Bin Meng |
2020-03-10 | lib: Sort build objects in alphabetical order | Bin Meng |
2020-02-18 | lib: utils: htif: Fix 32-bit build | Bin Meng |
2020-02-17 | platform: Add Spike initial support | James Clarke |
2020-02-13 | lib: irqchip/plic: Disable all contexts and IRQs | Atish Patra |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-08-31 | lib: Fix timer for 32 bit | Atish Patra |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-08-12 | lib: Use correct type for return value | Jacob Garber |
2019-07-25 | utils: Use cpu_to_fdt32() when writing to fdt | Georg Kotheimer |
2019-06-29 | Changed plic_set_thresh() and plic_set_ie() to public | Panagiotis Peristerakis |
2019-06-19 | utils: Remove tinyfdt.c | Atish Patra |
2019-06-19 | platform: Enable all drivers by default. | Atish Patra |
2019-06-19 | lib: Rename string.x to sbi_string.x | Atish Patra |
2019-06-19 | platform: Move platform common to lib/utils. | Atish Patra |