Age | Commit message (Expand) | Author |
2020-03-24 | platform: Move ariane standalone fpga project to its own project | Atish Patra |
2020-03-21 | lib: Check MSIP bit after returning from WFI | Atish Patra |
2020-03-19 | lib: Fix sbi_ecall_register_extension to prevent extension IDs overlap | Xiang Wang |
2020-03-19 | platform: sifive/fu540: Remove FU540_ENABLED_HART_MASK option | Anup Patel |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-19 | lib: Don't use sbi_platform_hart_count() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Don't use sbi_platform_hart_disabled() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Don't use sbi_platform_hart_count() API | Anup Patel |
2020-03-19 | lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HART | Anup Patel |
2020-03-19 | include: sbi_platform: Improve sbi_platform_hart_disabled() API | Anup Patel |
2020-03-19 | lib: Handle failure of sbi_hartid_to_scratch() API | Anup Patel |
2020-03-19 | lib: sbi_tlb: Simplify sbi_tlb_entry_process() function | Anup Patel |
2020-03-19 | lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIs | Anup Patel |
2020-03-19 | include: Simplify HART id to scratch macro | Anup Patel |
2020-03-19 | lib: sbi_scratch: Introduce HART id to scratch table | Anup Patel |
2020-03-18 | platform: Update to call general DT fix-up helper | Bin Meng |
2020-03-18 | lib: utils: Add a general device tree fix-up helper | Bin Meng |
2020-03-18 | platform: sifive/fu540: Replace cpu0 node fix-up with the new helper | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_cpu_fixup() helper | Bin Meng |
2020-03-18 | platform: sifive/fu540: Remove "stdout-path" fix-up | Bin Meng |
2020-03-18 | platform: sifive/fu540: Fix up DT for reserved memory | Bin Meng |
2020-03-18 | platform: qemu/virt: Fix up DT for reserved memory | Bin Meng |
2020-03-18 | platform: ariane-fpga: Fix up DT for reserved memory | Bin Meng |
2020-03-18 | platform: andes/ae350: Fix up DT for reserved memory | Bin Meng |
2020-03-18 | lib: utils: Move PLIC DT fix up codes to fdt_helper.c | Bin Meng |
2020-03-18 | platform: Clean up include header files | 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-18 | lib: sbi: Update pmp_get() to return decoded size directly | Bin Meng |
2020-03-17 | scripts: Cover sifive/fu540 in the 32-bit build | Bin Meng |
2020-03-14 | platform: Use one unified per-HART stack size macro for all platforms | Bin Meng |
2020-03-14 | platform: Set per-HART stack size to 8KB in the template platform codes | Bin Meng |
2020-03-14 | platform: ariane-fpga: Set per-HART stack size to 8KB | Bin Meng |
2020-03-13 | Makefile: Fix distclean make target | Anup Patel |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-13 | lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementation | Anup Patel |
2020-03-13 | firmware: fw_base: Optimize _hartid_to_scratch() implementation | Anup Patel |
2020-03-13 | include: Make sbi_hart_id_to_scratch() as macro | 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-13 | sbi: Add definitions for true/false | Bin Meng |
2020-03-13 | platform: ariane-fpga: Change license for ariane-fpga from GPL-2.0 to BSD-2 | Panagiotis Peristerakis |
2020-03-13 | lib: sbi: Fix misaligned trap handling | Damien Le Moal |
2020-03-11 | docs: Remove out-of-date documentation | Atish Patra |
2020-03-11 | lib: sbi_hart: Remove HART available mask and related APIs | Anup Patel |
2020-03-11 | lib: sbi_ipi: Use sbi_hsm_hart_started_mask() API | Anup Patel |
2020-03-11 | lib: sbi_system: Use sbi_hsm_hart_started_mask() API | Anup Patel |
2020-03-11 | lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() API | Anup Patel |
2020-03-11 | lib: Introduce sbi_hsm_hart_started_mask() API | Anup Patel |