summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng2-0/+38
2020-03-18platform: sifive/fu540: Remove "stdout-path" fix-upBin Meng1-5/+1
2020-03-18platform: sifive/fu540: Fix up DT for reserved memoryBin Meng1-0/+2
2020-03-18platform: qemu/virt: Fix up DT for reserved memoryBin Meng1-0/+2
2020-03-18platform: ariane-fpga: Fix up DT for reserved memoryBin Meng1-0/+3
2020-03-18platform: andes/ae350: Fix up DT for reserved memoryBin Meng1-0/+2
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng8-33/+46
2020-03-18platform: Clean up include header filesBin Meng6-16/+12
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng3-0/+174
2020-03-18libfdt: Compile fdt_addresses.cBin Meng1-2/+2
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng3-17/+11
2020-03-17scripts: Cover sifive/fu540 in the 32-bit buildBin Meng1-0/+1
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng12-14/+11
2020-03-14platform: Set per-HART stack size to 8KB in the template platform codesBin Meng1-1/+1
2020-03-14platform: ariane-fpga: Set per-HART stack size to 8KBBin Meng1-1/+1
2020-03-13Makefile: Fix distclean make targetAnup Patel1-4/+5
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel20-52/+49
2020-03-13lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementationAnup Patel1-6/+2
2020-03-13firmware: fw_base: Optimize _hartid_to_scratch() implementationAnup Patel1-23/+14
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel3-11/+6
2020-03-13libfdt: Upgrade to v1.5.1 releaseBin Meng15-655/+394
2020-03-13libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.hBin Meng1-0/+2
2020-03-13sbi: Add definitions for true/falseBin Meng1-0/+2
2020-03-13platform: ariane-fpga: Change license for ariane-fpga from GPL-2.0 to BSD-2Panagiotis Peristerakis3-3/+3
2020-03-13lib: sbi: Fix misaligned trap handlingDamien Le Moal1-4/+0
2020-03-11docs: Remove out-of-date documentationAtish Patra1-27/+2
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel3-41/+0
2020-03-11lib: sbi_ipi: Use sbi_hsm_hart_started_mask() APIAnup Patel1-24/+22
2020-03-11lib: sbi_system: Use sbi_hsm_hart_started_mask() APIAnup Patel1-6/+20
2020-03-11lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() APIAnup Patel1-1/+3
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel2-0/+41
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel9-18/+13
2020-03-11lib: sbi_init: Use hartmask for coldboot waitAnup Patel1-9/+6
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel3-76/+70
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel2-12/+10
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel3-49/+36
2020-03-11lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITSAnup Patel1-1/+3
2020-03-11include: Simple hartmask libraryAnup Patel1-0/+141
2020-03-11lib: Simple bitmap libraryAnup Patel3-0/+169
2020-03-10lib: serial: Fix coding style issuesBin Meng2-11/+11
2020-03-10lib: sbi: Fix coding style issuesBin Meng19-103/+113
2020-03-10platform: ae350: Sort build objects in alphabetical orderBin Meng1-1/+1
2020-03-10lib: Sort build objects in alphabetical orderBin Meng3-6/+6
2020-03-08include: sbi_scratch: Set per-HART scratch size to 4KBAnup Patel1-2/+2
2020-03-08platform: kendryte/k210: Set per-HART stack size to 8KBAnup Patel1-1/+1
2020-03-08include: sbi_bitops: More useful bit operationsAnup Patel3-2/+340
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel10-33/+27
2020-03-08lib: Fix return type of sbi_hsm_hart_started()Anup Patel1-2/+1
2020-03-08platform: sifive: fu540: allow sv32 as an mmu-typeSören Tempel1-1/+2
2020-03-08makefile: Do setup of the install target more flexibleNikita Ermakov1-20/+47