summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-23lib: sbi: fwft: implement landing pad and shadow stack fwft interfaceDeepak Gupta
2024-09-23lib: sbi: sw check exception delegationDeepak Gupta
2024-09-23lib: sbi: add zicfilp/zicfiss and elp cfi state reflect back in statusDeepak Gupta
2024-09-23include: adding support for Zicfilp / Zicfiss encodingsDeepak Gupta
2024-09-23include: sbi_bitops: add ULL version for BIT and GENMASKZong Li
2024-09-23lib: sbi_domain_context: Fix file permissionsSamuel Holland
2024-09-23lib: sbi: Respect scounteren when emulating the time CSRSamuel Holland
2024-09-23docs: Remove github PR as an optionAtish Patra
2024-09-23lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland
2024-09-20lib: sbi: Fix writes to emulated 32-bit htimedelta CSRSamuel Holland
2024-09-20lib: sbi: Use a linked list to track domainsSamuel Holland
2024-09-20include: sbi_domain: Fix incorrect commentsSamuel Holland
2024-08-27platform: generic: Fix fw_platform_coldboot_harts_init() functionAnup Patel
2024-08-24lib: Delete redundant `ulong`Zhang RunMin
2024-08-24lib: utils: fdt_domain: Make opensbi-domain optional in CPU nodeGregor Haas
2024-08-24Makefile: fix OPENSBI_VERSION_GIT build with submodulesDaniel Henrique Barboza
2024-08-24lib: sse: remove unused sse_inject_out() parameterClément Léger
2024-08-24util: atcsmu.c: modify sbi_printf() formattingYu Chien Peter Lin
2024-08-24util: atcsmu.c: fix typo "%s/hard/hart/"Leo Yu-Chi Liang
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland
2024-08-24lib: utils/regmap: Fix typo in commentSamuel Holland
2024-08-24lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototypeSamuel Holland
2024-08-23lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...Yu Chien Peter Lin
2024-08-23platform: generic: andes: add a new Andes SBI call to free a PMA entryBen Zong-You Xie
2024-08-23platform: generic: andes: add a new Andes SBI call to set up a PMA entryBen Zong-You Xie
2024-08-23platform: generic: andes: add Andes SBI call to probe Andes PMA featureBen Zong-You Xie
2024-08-23platform: generic: Kconfig: add the description for Andes PMA featureBen Zong-You Xie
2024-08-23lib: sbi: Enhance CSR Handling in system_opcode_insnDongdong Zhang
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas
2024-08-09lib: sbi: Allocate from beginning of heap blocksGregor Haas
2024-08-09lib: sbi: Support multiple heapsGregor Haas
2024-08-02lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()Carlos López
2024-08-02lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()Carlos López
2024-08-02lib: sbi: dbtr: fix potential NULL pointer dereferencesCarlos López
2024-08-02include: Adjust Sscofpmf mhpmevent mask for upper 8 bitsEric Lin
2024-07-24lib: sbi: Introduce an early console buffer for caching early printsAnup Patel
2024-07-24include: sbi: Add macros to create FIFO as local or global variableAnup Patel