Age | Commit message (Expand) | Author |
2021-06-02 | docs: debugging OpenSBI | Heinrich Schuchardt |
2021-05-24 | lib: utils: Try other FDT drivers when we see SBI_ENODEV | Anup Patel |
2021-05-24 | lib: Check region base for merging in sbi_domain_root_add_memregion() | 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 | Makefile: unconditionally disable SSP | Fabrice Fontaine |
2021-05-19 | lib: utils/serial: Support Synopsys DesignWare APB UART | Bin Meng |
2021-05-14 | lib: sbi: Have spinlock checks return bool | Daniel Schaefer |
2021-05-06 | platform: Remove sifive/fu540 platform | Bin Meng |
2021-05-06 | docs: platform: Describe sifive_fu540 as supported generic platform | Bin Meng |
2021-05-06 | docs: platform: Sort platform names | Bin Meng |
2021-05-06 | lib: utils/serial: Add support for Gaisler APBUART | Daniel Cederman |
2021-04-29 | docs/platform: sifive_fu540: Update U-Boot defconfig name | Bin Meng |
2021-04-28 | lib: sbi: Show devices provided by platform in boot prints | Anup Patel |
2021-04-28 | lib: sbi: Simplify HSM platform operations | Anup Patel |
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-28 | lib: sbi: Remove domains_root_regions() platform callback | Anup Patel |
2021-04-28 | docs: generic: Add T-HEAD C9xx series processors | Guo Ren |
2021-04-28 | platform: Remove platform/thead | Guo Ren |
2021-04-28 | firmware: Enable FW_PIC by default | Guo Ren |
2021-04-24 | lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregions | 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: sbi: Make sbi_domain_memregion_initfw() a local function | Anup Patel |
2021-04-13 | lib: utils: Copy over restricted root domain memregions to FDT domains | Anup Patel |
2021-04-13 | lib: sbi: Make the root domain instance global variable | Anup Patel |
2021-04-13 | lib: utils/sys: Add CLINT memregion in the root domain | Anup Patel |
2021-04-13 | lib: sbi: Add sbi_domain_root_add_memregion() API | Anup Patel |
2021-04-13 | lib: sbi: Add sbi_domain_memregion_init() API | Anup Patel |
2021-04-13 | lib: sbi: Domains can be registered only before finalizing domains | Anup Patel |
2021-04-12 | docs: fix link to OpenPiton documentation | hasheddan |
2021-04-09 | lib: sbi: fix atomic_add_return | Xiang W |
2021-04-09 | lib: sbi: Replace test-and-set locks by ticket locks | Christoph Muellner |
2021-04-09 | include: sbi: Allow direct initialization via SPIN_LOCK_INIT() | Christoph Muellner |
2021-04-09 | include: types: Add __aligned(x) to define the minimum alignement | Christoph Muellner |
2021-04-05 | firmware: Remove redundant add instruction from trap restore path | Anup Patel |
2021-04-05 | lib: fix csr detect support | Xiang W |
2021-04-01 | firware: optimize the exception exit code | Xiang W |
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-03-22 | lib: sbi: illegal CSR 0x306 access in hpm_allowed() | Heinrich Schuchardt |
2021-03-19 | firmware: Support position independent execution | Vincent Chen |
2021-03-19 | firmware: Use lla to access all global symbols | Vincent Chen |
2021-03-12 | include: sbi: SBI function IDs for RFENCE extension | Heinrich Schuchardt |