Age | Commit message (Expand) | Author |
2021-09-26 | lib: sbi: Add generic timer delay loop function | Anup Patel |
2021-09-26 | lib: sbi: Print timer frequency at boot time | Anup Patel |
2021-09-26 | lib: sbi: Add timer frequency to struct sbi_timer_device | Anup Patel |
2021-09-26 | lib: utils/fdt: Add fdt_parse_timebase_frequency() function | Anup Patel |
2021-09-22 | lib: sbi: Add BUG() macro for csr_read/write_num() and misa_string() | Xiang W |
2021-09-22 | lib: sbi: add some macros to detect BUG at runtime | Xiang W |
2021-09-22 | lib: sbi: fix ctz bug | Xiang W |
2021-09-14 | lib: utils/reset: Add a sunxi watchdog reset driver | Samuel Holland |
2021-09-14 | lib: utils/reset: Sort fdt_reset driver list | Samuel Holland |
2021-09-03 | lib: sbi: Refine the way to construct platform features | Dong Du |
2021-09-03 | lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full | Dong Du |
2021-08-30 | lib: sbi: protect dprintf output with spinlock | Dong Du |
2021-08-30 | lib: sbi: Correct typo in faults delegation CSR name | Rahul Pathak |
2021-08-20 | payloads/test: Add support for SBI v0.2 ecalls | Samuel Holland |
2021-08-20 | lib: sbi_trap: Restore redirect for access faults | Samuel Holland |
2021-08-20 | lib: sbi: Fix bug in sbi_ecall_rfence that misses checking | Dong Du |
2021-08-14 | lib: utils/timer: Simplify MTIMER synchronization | Anup Patel |
2021-08-14 | lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIO | Anup Patel |
2021-08-14 | lib: utils/fdt: Extend fdt_parse_aclint_node() function | Anup Patel |
2021-08-14 | lib: utils: Extend fdt_get_node_addr_size() for multiple register sets | Anup Patel |
2021-08-14 | lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP | Anup Patel |
2021-08-07 | lib: utils/fdt: Change addr and size to uint64_t | Bin Meng |
2021-08-07 | lib: sbi: Fix bug in strncmp function when count is 0 | Dong Du |
2021-07-27 | lib: utils: support both of gpio-poweroff, gpio-reset | Heinrich Schuchardt |
2021-07-27 | lib: utils: remove unused variable in fdt_reset_init | Heinrich Schuchardt |
2021-07-27 | generic: fu740: add workaround for CIP-1200 errata | David Abdurachmanov |
2021-07-27 | firmware: use _fw_start for load address | Xiang W |
2021-07-27 | Makefile: Manually forward RELAX_FLAG to the assembler when linking with LLD | Bin Meng |
2021-07-17 | README: Update toolchain information | Bin Meng |
2021-07-17 | docs: Document FW_PIC compile time option | Bin Meng |
2021-07-17 | docs: Document parameters passed to firmware and alignment requirement | Bin Meng |
2021-07-17 | firmware: Remove the unhelpful alignment codes before fdt relocation | Bin Meng |
2021-07-17 | include: types: Use __builtin_offsetof when supported | Alex Richardson |
2021-07-17 | firmware: use __SIZEOF_LONG__ for field offsets in fw_dynamic.h | Alex Richardson |
2021-07-17 | lib: utils/reset: Add generic GPIO reset driver | Green Wan |
2021-07-17 | lib: utils/gpio: Add minimal SiFive GPIO driver | Green Wan |
2021-07-17 | lib: utils/gpio: Add simple FDT based GPIO framework | Anup Patel |
2021-07-17 | lib: utils/gpio: Add generic GPIO configuration library | Anup Patel |
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 | Makefile: Support building with Clang and LLVM binutils | Jessica Clarke |
2021-07-11 | firmware: Only default FW_PIC to y if supported | Jessica Clarke |
2021-07-11 | firmware: Explicitly pass -pie to the linker, not just the driver | Jessica Clarke |
2021-07-11 | fw_base: Put data in .data rather than .text | Jessica Clarke |
2021-07-11 | fw_base: Don't mark fw_platform_init as both global and weak | Jessica Clarke |
2021-07-11 | lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csr | Anup Patel |
2021-07-11 | firmware: Define a macro for version of struct fw_dynamic_info | Bin Meng |
2021-07-11 | firmware: Remove the sanity checks in fw_save_info() | Bin Meng |
2021-07-11 | docs: Make <xyz> visible in the rendered platform guide | Bin Meng |
2021-07-11 | docs: Correct a typo in platform_guide.md | Bin Meng |