Age | Commit message (Expand) | Author |
2020-03-11 | lib: sbi_init: Use hartmask for coldboot wait | Anup Patel |
2020-03-11 | lib: Move all coldboot wait APIs to sbi_init.c | Anup Patel |
2020-03-11 | lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_info | Anup Patel |
2020-03-11 | lib: Introduce SBI_TLB_INFO_INIT() helper macro | Anup Patel |
2020-03-11 | lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITS | Anup Patel |
2020-03-11 | lib: Simple bitmap library | Anup Patel |
2020-03-10 | lib: serial: Fix coding style issues | Bin Meng |
2020-03-10 | lib: sbi: Fix coding style issues | Bin Meng |
2020-03-10 | lib: Sort build objects in alphabetical order | Bin Meng |
2020-03-08 | include: sbi_bitops: More useful bit operations | Anup Patel |
2020-03-08 | include: Move bits related defines and macros to sbi_bitops.h | Anup Patel |
2020-03-08 | lib: Fix return type of sbi_hsm_hart_started() | Anup Patel |
2020-03-07 | lib: Check MSIP bit after returning from WFI | Atish Patra |
2020-02-24 | lib: Implement Hart State Management (HSM) SBI extension | Atish Patra |
2020-02-24 | lib: Add possible hart status values | Atish Patra |
2020-02-24 | lib: Implement hart hotplug | Atish Patra |
2020-02-24 | lib: Simplify the for-loop in sbi_ipi_send_many() | Anup Patel |
2020-02-22 | lib: Use available hart mask for correct hbase value | Atish Patra |
2020-02-22 | lib: Fix typo in atomic exchange functions | Atish Patra |
2020-02-19 | lib: Print interrupt and exception delegation in boot prints | Anup Patel |
2020-02-19 | lib: Don't check MIDELEG and MEDELEG at end of delegate_traps() | Anup Patel |
2020-02-18 | lib: utils: htif: Fix 32-bit build | Bin Meng |
2020-02-18 | Revert "lib: Use __builtin_ctzl() in pmp_get()" | Anup Patel |
2020-02-17 | platform: Add Spike initial support | James Clarke |
2020-02-13 | lib: irqchip/plic: Disable all contexts and IRQs | Atish Patra |
2020-02-13 | lib: Initialize out value in SBI calls | Atish Patra |
2020-02-13 | lib: Use __builtin_ctzl() in pmp_get() | Li Jinpei |
2020-02-13 | lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset() | Li Jinpei |
2020-01-22 | lib: Factor-out SBI base extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI vendor extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI replacement extensions | Anup Patel |
2020-01-22 | lib: Factor-out SBI legacy extension | Anup Patel |
2020-01-22 | lib: Add dynamic registration of SBI extensions | Anup Patel |
2020-01-22 | lib: Initialize TLB management directly from coldboot/warmboot path | Anup Patel |
2020-01-22 | lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_event_create/destroy() APIs | Anup Patel |
2020-01-22 | lib: Introduce sbi_tlb_fifo_request() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_halt() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_smode() API | Anup Patel |
2020-01-22 | lib: Move struct sbi_ipi_data definition to sbi_ipi.c | Anup Patel |
2020-01-07 | lib: Add sbi_init_count() API | Anup Patel |
2020-01-07 | lib: zero-out memory allocated using sbi_scratch_alloc_offset() | Anup Patel |
2020-01-07 | lib: improve system reboot and shutdown implementation | Anup Patel |
2020-01-07 | lib: do sbi_exit() upon halt IPI | Anup Patel |
2020-01-07 | lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot() | Anup Patel |
2020-01-07 | lib: Add irqchip exit API | Anup Patel |
2020-01-07 | lib: Add ipi exit API | Anup Patel |
2020-01-07 | lib: Add timer exit API | Anup Patel |
2020-01-07 | lib: Add system early_exit and final_exit APIs | Anup Patel |
2020-01-07 | lib: Add initial sbi_exit() API | Anup Patel |