summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-18libfdt: Compile fdt_addresses.cBin Meng
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng
2020-03-17scripts: Cover sifive/fu540 in the 32-bit buildBin Meng
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng
2020-03-14platform: Set per-HART stack size to 8KB in the template platform codesBin Meng
2020-03-14platform: ariane-fpga: Set per-HART stack size to 8KBBin Meng
2020-03-13Makefile: Fix distclean make targetAnup Patel
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-13lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementationAnup Patel
2020-03-13firmware: fw_base: Optimize _hartid_to_scratch() implementationAnup Patel
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel
2020-03-13libfdt: Upgrade to v1.5.1 releaseBin Meng
2020-03-13libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.hBin Meng
2020-03-13sbi: Add definitions for true/falseBin Meng
2020-03-13platform: ariane-fpga: Change license for ariane-fpga from GPL-2.0 to BSD-2Panagiotis Peristerakis
2020-03-13lib: sbi: Fix misaligned trap handlingDamien Le Moal
2020-03-11docs: Remove out-of-date documentationAtish Patra
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel
2020-03-11lib: sbi_ipi: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: sbi_system: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel
2020-03-11lib: sbi_init: Use hartmask for coldboot waitAnup Patel
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel
2020-03-11lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITSAnup Patel
2020-03-11include: Simple hartmask libraryAnup Patel
2020-03-11lib: Simple bitmap libraryAnup Patel
2020-03-10lib: serial: Fix coding style issuesBin Meng
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-03-10platform: ae350: Sort build objects in alphabetical orderBin Meng
2020-03-10lib: Sort build objects in alphabetical orderBin Meng
2020-03-08include: sbi_scratch: Set per-HART scratch size to 4KBAnup Patel
2020-03-08platform: kendryte/k210: Set per-HART stack size to 8KBAnup Patel
2020-03-08include: sbi_bitops: More useful bit operationsAnup Patel
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel
2020-03-08lib: Fix return type of sbi_hsm_hart_started()Anup Patel
2020-03-08platform: sifive: fu540: allow sv32 as an mmu-typeSören Tempel
2020-03-08makefile: Do setup of the install target more flexibleNikita Ermakov
2020-03-07lib: Check MSIP bit after returning from WFIAtish Patra
2020-02-24lib: Implement Hart State Management (HSM) SBI extensionAtish Patra
2020-02-24lib: Add possible hart status valuesAtish Patra
2020-02-24lib: Implement hart hotplugAtish Patra
2020-02-24lib: Add a new platform feature to bringup secondary hartsAtish Patra
2020-02-24include: Bump-up version to 0.6v0.6Anup Patel
2020-02-24lib: Simplify the for-loop in sbi_ipi_send_many()Anup Patel
2020-02-22lib: Use available hart mask for correct hbase valueAtish Patra
2020-02-22lib: Fix typo in atomic exchange functionsAtish Patra