summaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)Author
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
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel
2023-02-09include: Add defines for SBI debug console extensionAnup Patel
2023-02-09include: sbi: Fix BSWAPx() macros for big-endian hostAnup Patel
2023-02-08include: types: Add typedefs for endiannessRahul Pathak
2023-02-08include: Add support for byteorder/endianness conversionRahul Pathak
2023-01-23firmware: Add RW section offset in scratchHimanshu Chauhan
2023-01-22include: types: add always inline compiler attributeYu Chien Peter Lin
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin
2023-01-09lib: utils: Disallow non-root domains from adding M-mode regionsHimanshu Chauhan
2023-01-09include: sbi: Fine grain the permissions for M and SU modesHimanshu Chauhan
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-12-24include: Bump-up version to 1.2v1.2Anup Patel
2022-10-23lib: sbi_ecall: Generate extensions list with carrayVivian Wang
2022-10-23lib: sbi: Add sbi_domain_root_add_memrange() APIYu Chien Peter Lin
2022-10-23include: sbi: Fix grammar in commentYu Chien Peter Lin
2022-10-23include: sbi: Fix typo in commentYu Chien Peter Lin
2022-10-13lib: sbi_platform: expose hart_features to extension_init callbackHeiko Stuebner
2022-10-13lib: sbi_hart: move hart_features struct to a public locationHeiko Stuebner
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner
2022-09-13lib: sbi_trap: Add helper to get GVA in sbi_trap_regsVivian Wang
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel
2022-09-01include: Remove sideleg and sedelegRahul Pathak
2022-08-22lib: sbi: Use the official extension name for AIA M-mode CSRsAnup Patel
2022-08-22lib: sbi_trap: Save mstatus[h].GVA in trap->gvaVivian Wang
2022-08-22include: Add mstatus[h].GVA encodingsVivian Wang
2022-07-30lib: sbi: Add the bound check for events during config matchAtish Patra
2022-07-11lib: sbi: add check for ipi device for hsm startBen Dooks
2022-07-08lib: sbi_timer: Added a conditional wait function which can timeoutAdnan Rahman Chowdhury
2022-06-25include: Bump-up version to 1.1v1.1Anup Patel
2022-06-24include: sbi: Change spec version to 1.0Anup Patel
2022-06-21lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel
2022-06-21include: sbi: Add mtinst/htinst psuedoinstructionsdramforever
2022-06-13lib: sbi_hsm: Assume a consistent resume addressSamuel Holland
2022-06-13lib: sbi_hsm: Call a device hook during hart resumeSamuel Holland
2022-06-01lib: sbi_illegal_insn: Add emulation for fence.tsoSamuel Holland
2022-05-07lib: sbi_platform: Add callback to populate HART extensionsAnup Patel
2022-05-07lib: sbi: Add sbi_hart_update_extension() functionAnup Patel
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel
2022-05-07lib: sbi: Remove MENVCFG hart featureAnup Patel