aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
13 hourslib: sbi: Remove unused hartid parametersHEADmasterSamuel Holland3-10/+10
13 hourslib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland4-10/+12
13 hourslib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland6-15/+17
13 hourslib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()Samuel Holland6-56/+52
18 hourslib: sbi: Update __sbi_hsm_hart_get_state() to take a hart indexSamuel Holland3-10/+13
19 hourslib: sbi: Simplify halt broadcast logicSamuel Holland2-10/+11
19 hourslib: sbi_ecall_legacy: Use SBI v0.2 encoding for "all harts"Samuel Holland1-13/+12
36 hourslib: utils/irqchip: Look up IMSIC data by hart indexSamuel Holland2-7/+7
36 hourslib: sbi_sse: Cache the event's target hart indexSamuel Holland1-1/+4
42 hourslib: sbi: Use current_hartindex() where possibleSamuel Holland5-10/+9
42 hoursinclude: sbi: Store the hart index in struct sbi_scratchSamuel Holland2-1/+11
43 hourslib: sbi_init: Remove obsolete hartid checkSamuel Holland1-10/+0
44 hoursfirmware: Simplify FDT header endianness conversionSamuel Holland1-21/+5
3 dayslib: sbi: fwft: implement landing pad and shadow stack fwft interfaceDeepak Gupta1-0/+74
3 dayslib: sbi: sw check exception delegationDeepak Gupta1-1/+2
3 dayslib: sbi: add zicfilp/zicfiss and elp cfi state reflect back in statusDeepak Gupta3-0/+26
3 daysinclude: adding support for Zicfilp / Zicfiss encodingsDeepak Gupta1-0/+7
3 daysinclude: sbi_bitops: add ULL version for BIT and GENMASKZong Li1-0/+6
3 dayslib: sbi_domain_context: Fix file permissionsSamuel Holland2-0/+0
3 dayslib: sbi: Respect scounteren when emulating the time CSRSamuel Holland1-3/+2
3 daysdocs: Remove github PR as an optionAtish Patra1-11/+6
4 dayslib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland5-1/+76
6 dayslib: sbi: Fix writes to emulated 32-bit htimedelta CSRSamuel Holland2-7/+10
6 dayslib: sbi: Use a linked list to track domainsSamuel Holland3-35/+19
6 daysinclude: sbi_domain: Fix incorrect commentsSamuel Holland1-9/+2
2024-08-27platform: generic: Fix fw_platform_coldboot_harts_init() functionAnup Patel1-16/+16
2024-08-24lib: Delete redundant `ulong`Zhang RunMin3-19/+19
2024-08-24lib: utils: fdt_domain: Make opensbi-domain optional in CPU nodeGregor Haas1-4/+4
2024-08-24Makefile: fix OPENSBI_VERSION_GIT build with submodulesDaniel Henrique Barboza1-1/+10
2024-08-24lib: sse: remove unused sse_inject_out() parameterClément Léger1-7/+3
2024-08-24util: atcsmu.c: modify sbi_printf() formattingYu Chien Peter Lin1-9/+6
2024-08-24util: atcsmu.c: fix typo "%s/hard/hart/"Leo Yu-Chi Liang1-1/+1
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland6-8/+13
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland3-5/+4
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland3-5/+4
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland11-29/+25
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland3-5/+5
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland4-4/+4
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland11-14/+14
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland10-16/+16
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland3-8/+8
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland5-9/+9
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland4-5/+5
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland4-9/+9
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland5-8/+8
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland6-70/+87
2024-08-24lib: utils/regmap: Fix typo in commentSamuel Holland1-1/+1
2024-08-24lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototypeSamuel Holland1-1/+1
2024-08-23lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...Yu Chien Peter Lin2-5/+2
2024-08-23platform: generic: andes: add a new Andes SBI call to free a PMA entryBen Zong-You Xie3-17/+67