aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_ecall_vendor.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel1-5/+3
2023-05-21lib: sbi: Only register available extensionsAndrew Jones1-14/+3
2023-05-21lib: sbi: Narrow vendor extension rangeAndrew Jones1-4/+7
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones1-4/+12
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel1-1/+1
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel1-2/+17
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel1-2/+4
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel1-6/+4
2020-01-22lib: Factor-out SBI vendor extensionAnup Patel1-0/+40