summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel7-24/+22
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel4-16/+14
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel4-4/+13
2020-03-28include: Use more consistent name for atomic xchg() and cmpxchg()Anup Patel4-13/+13
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel2-9/+7
2020-03-28lib: sbi_trap: Simplify sbi_trap_handler() APIAnup Patel3-16/+10
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel9-39/+33
2020-03-28lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parametersAnup Patel3-25/+12
2020-03-28lib: sbi_illegal_insn: Remove mcause, scratch and hartid parametersAnup Patel3-29/+13
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel3-14/+15
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel5-16/+12
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel5-26/+17
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel7-125/+147
2020-03-28lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-11/+24
2020-03-28scripts: Extend create-binary-archive.sh for unified binary tar ballAnup Patel1-75/+101
2020-03-26lib: prevent coldboot_lottery from overflowingXiang Wang1-1/+1
2020-03-24platform: openpiton: Read the device configurations from device treeAtish Patra1-25/+57
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra10-244/+276
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra2-0/+136
2020-03-24platform: Add OpenPiton platform supportAtish Patra6-0/+280
2020-03-24platform: fpga/ariane: Remove redundant plic address macrosAtish Patra1-9/+4
2020-03-24platform: Move ariane standalone fpga project to its own projectAtish Patra6-4/+4
2020-03-21lib: Check MSIP bit after returning from WFIAtish Patra1-2/+5
2020-03-19lib: Fix sbi_ecall_register_extension to prevent extension IDs overlapXiang Wang1-3/+11
2020-03-19platform: sifive/fu540: Remove FU540_ENABLED_HART_MASK optionAnup Patel3-23/+2
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel6-28/+89
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel2-13/+5
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_disabled() APIAnup Patel1-5/+1
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel5-10/+7
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_count() APIAnup Patel1-15/+4
2020-03-19lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HARTAnup Patel1-1/+4
2020-03-19include: sbi_platform: Improve sbi_platform_hart_disabled() APIAnup Patel1-16/+20
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel6-8/+29
2020-03-19lib: sbi_tlb: Simplify sbi_tlb_entry_process() functionAnup Patel1-4/+3
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel3-8/+9
2020-03-19include: Simplify HART id to scratch macroAnup Patel6-8/+8
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel3-2/+28
2020-03-18platform: Update to call general DT fix-up helperBin Meng4-12/+5
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng2-0/+20
2020-03-18platform: sifive/fu540: Replace cpu0 node fix-up with the new helperBin Meng1-25/+1
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