mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
39 lines
1.0 KiB
Diff
39 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Yavitz <pyavitz@armbian.com>
|
|
Date: Fri, 21 Jun 2024 11:54:06 -0400
|
|
Subject: add spacemit patch set
|
|
|
|
source: https://gitee.com/bianbu-linux/linux-6.1
|
|
|
|
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
|
|
---
|
|
include/target/target_core_base.h | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
|
|
index 111111111111..222222222222 100644
|
|
--- a/include/target/target_core_base.h
|
|
+++ b/include/target/target_core_base.h
|
|
@@ -211,6 +211,10 @@ enum tcm_tmreq_table {
|
|
TMR_LUN_RESET = 5,
|
|
TMR_TARGET_WARM_RESET = 6,
|
|
TMR_TARGET_COLD_RESET = 7,
|
|
+ TMR_I_T_NEXUS_RESET = 8,
|
|
+ TMR_QUERY_TASK = 9,
|
|
+ TMR_QUERY_TASK_SET = 10,
|
|
+ TMR_QUERY_ASYNC_EVENT = 11,
|
|
TMR_LUN_RESET_PRO = 0x80,
|
|
TMR_UNKNOWN = 0xff,
|
|
};
|
|
@@ -223,6 +227,7 @@ enum tcm_tmrsp_table {
|
|
TMR_LUN_DOES_NOT_EXIST = 3,
|
|
TMR_TASK_MGMT_FUNCTION_NOT_SUPPORTED = 4,
|
|
TMR_FUNCTION_REJECTED = 5,
|
|
+ TMR_OVERLAPPED_TAG_ATTEMPTED = 6,
|
|
};
|
|
|
|
/*
|
|
--
|
|
Armbian
|
|
|