summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_ecall_vendor.c
AgeCommit message (Expand)Author
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel
2023-05-21lib: sbi: Only register available extensionsAndrew Jones
2023-05-21lib: sbi: Narrow vendor extension rangeAndrew Jones
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel
2020-01-22lib: Factor-out SBI vendor extensionAnup Patel