Age | Commit message (Expand) | Author |
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 |
2021-07-11 | firmware: Minor optimization in _scratch_init() | Bin Meng |
2021-07-11 | platform: generic: Add PMU support | Atish Patra |
2021-07-11 | lib: sbi: Improve TLB function naming | Atish Patra |
2021-07-11 | lib: sbi: Implement firmware counters | Atish Patra |
2021-07-11 | lib: sbi: Implement SBI PMU extension | Atish Patra |
2021-07-11 | utils: fdt: Add fdt helper functions to parse PMU DT nodes | Atish Patra |
2021-07-11 | lib: sbi: Add PMU support | Atish Patra |
2021-07-11 | lib: sbi: Add PMU specific platform hooks | Atish Patra |
2021-07-11 | lib: sbi: Use csr_read/write_num to read/update PMU counters | Atish Patra |
2021-07-11 | lib: sbi: Remove redundant boot time print statement | Atish Patra |
2021-07-11 | include: Add a list empty check function | Atish Patra |
2021-07-11 | lib: sbi: Disable m/scounteren & enable mcountinhibit | Atish Patra |
2021-07-11 | lib: sbi: Detect number of bits implemented in mhpmcounter | Atish Patra |
2021-07-11 | lib: sbi: Remove stray '\' character | Atish Patra |
2021-07-11 | lib: sbi: Detect mcountinihibit support at runtime | Atish Patra |
2021-07-11 | docs: Add device tree bindings for SBI PMU extension | Atish Patra |
2021-07-06 | platform: generic: Terminate platform.name with null | Bin Meng |
2021-07-06 | docs/platform: thead-c9xx: Remove FW_PIC=y | Bin Meng |
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: simplify sbi_fifo_inplace_update() | Heinrich Schuchardt |
2021-06-22 | lib: sign conflict in wake_coldboot_harts() | Heinrich Schuchardt |
2021-06-22 | lib: sign conflict in sbi_tlb_entry_process() | Heinrich Schuchardt |
2021-06-22 | lib: utils/libfdt: Upgrade to v1.6.1 release | Bin Meng |
2021-06-12 | lib: sbi: Fix GET_F64_REG inline assembly | Charles Papon |
2021-06-11 | lib: utils: missing initialization in thead_reset_init | Heinrich Schuchardt |