Release develop 251029

This commit is contained in:
hongyi
2025-10-29 09:40:21 +08:00
parent 57e0342c1f
commit dfaa1c0aef

View File

@@ -31,6 +31,7 @@ enum sbi_ext_id {
SBI_EXT_SRST = 0x53525354,
SBI_EXT_SUSP = 0x53555350,
SBI_EXT_PMU = 0x504D55,
SBI_EXT_CONFIG_IOPMP = 0x5A5A5A5A,
/* Experimentals extensions must lie within this range */
SBI_EXT_EXPERIMENTAL_START = 0x08000000,
@@ -38,7 +39,6 @@ enum sbi_ext_id {
/* Vendor extensions must lie within this range */
SBI_EXT_VENDOR_START = 0x09000000,
SBI_EXT_CONFIG_IOPMP = 0x0900005a,
SBI_EXT_VENDOR_END = 0x09FFFFFF,
};