Age | Commit message (Expand) | Author |
2021-07-17 | lib: utils/fdt: Add fdt_parse_phandle_with_args() API | Anup Patel |
2021-07-11 | lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquad | Jessica Clarke |
2021-07-11 | utils: fdt: Add fdt helper functions to parse PMU DT nodes | Atish Patra |
2021-07-05 | lib: utils: reset: unify naming of 'sifive_test' device | Green Wan |
2021-06-24 | platform: Replace CLINT library usage with ACLINT library | Anup Patel |
2021-06-24 | lib: utils/timer: Add FDT based ACLINT MTIMER driver | Anup Patel |
2021-06-24 | lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver | Anup Patel |
2021-06-24 | lib: utils: Add FDT parsing API common for both ACLINT and CLINT | Anup Patel |
2021-06-24 | lib: utils/ipi: Add ACLINT MSWI library | Anup Patel |
2021-06-24 | lib: utils/timer: Add ACLINT MTIMER library | Anup Patel |
2021-06-22 | lib: utils/libfdt: Upgrade to v1.6.1 release | Bin Meng |
2021-06-11 | lib: utils: missing initialization in thead_reset_init | Heinrich Schuchardt |
2021-06-02 | lib: utils: consider ':' in stdout-path | Heinrich Schuchardt |
2021-05-24 | lib: utils: Try other FDT drivers when we see SBI_ENODEV | Anup Patel |
2021-05-19 | lib: utils/fdt: Replace strcmp with strncmp | Daniel Schaefer |
2021-05-19 | lib: utils/fdt: Don't use sbi_string functions | Daniel Schaefer |
2021-05-19 | lib: utils: Add strncpy macro to libfdt_env.h | Daniel Schaefer |
2021-05-19 | lib: utils/serial: Support Synopsys DesignWare APB UART | Bin Meng |
2021-05-06 | lib: utils/serial: Add support for Gaisler APBUART | Daniel Cederman |
2021-04-28 | lib: sbi: Simplify system reset platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify timer platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify console platform operations | Anup Patel |
2021-04-22 | lib: utils: reset: Add T-HEAD sample platform reset driver | Guo Ren |
2021-04-22 | lib: utils: Implement "64bit-mmio" property parsing | Guo Ren |
2021-04-13 | lib: utils: Copy over restricted root domain memregions to FDT domains | Anup Patel |
2021-04-13 | lib: utils/sys: Add CLINT memregion in the root domain | Anup Patel |
2021-04-01 | lib/utils: Support fixing up the official DT bindings of PLIC | Bin Meng |
2021-04-01 | lib/utils: Drop the 'compat' parameter of fdt_plic_fixup() | Bin Meng |
2021-04-01 | lib/utils: Support the official clint DT bindings | Bin Meng |
2021-03-22 | include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__ | Marouene Boubakri |
2021-01-07 | lib: utils: Fix shakti uart implementation | Vijai Kumar K |
2020-12-16 | lib: utils: Remove fdt_domain_get() function | Anup Patel |
2020-12-16 | lib: utils: Allow FDT domain iteration functions to fail | Anup Patel |
2020-12-13 | lib: utils/libfdt: Upgrade to v1.6.0 release | Dimitri John Ledkov |
2020-12-04 | lib: utils: Add helper routines to populate domains from FDT | Anup Patel |
2020-12-01 | lib: sbi: Improve system reset platform operations | Anup Patel |
2020-12-01 | include: sbi: Remove opensbi specific reset type defines | Anup Patel |
2020-10-23 | lib: utils: Implement "ranges" property parsing | Atish Patra |
2020-10-20 | lib: utils: Update fdt_cpu_fixup() to use current domain | Anup Patel |
2020-10-20 | lib: utils: Update fdt_reserved_memory_fixup() to use current domain | Anup Patel |
2020-09-16 | lib: utils: Improve fdt_cpu_fixup() implementation | Anup Patel |
2020-09-01 | lib: sbi: Remove redundant SBI_HART_HAS_PMP feature | Anup Patel |
2020-07-29 | lib: utils: Use strncmp in fdt_parse_hart_id() | Abner Chang |
2020-07-29 | lib: utils: Add a macro in libfdt_env.h for strncmp | Abner Chang |
2020-07-06 | lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node | Bin Meng |
2020-06-19 | platform: Add support for Shakti C-class SoC from IIT-M | Vijai Kumar K |
2020-06-15 | platform/lib: Allow the OS to map the regions that are protected by PMP | Alexandre Ghiti |
2020-05-23 | lib: utils/timer: Initialize all matching timer DT nodes | Anup Patel |
2020-05-23 | lib: utils/ipi: Initialize all matching ipi DT nodes | Anup Patel |