Signed-off-by: herengui <herengui@kylinsec.com.cn> (cherry picked from commit 7538a562243a088b99a889fad48542ecd196ae49)
24 lines
711 B
Diff
24 lines
711 B
Diff
From b28e0132b2ec0e54da1c3d158cbc5578811c5eda Mon Sep 17 00:00:00 2001
|
|
From: herengui <herengui@kylinsec.com.cn>
|
|
Date: Tue, 29 Aug 2023 11:12:43 +0800
|
|
Subject: [PATCH 1001/1001] add loongarch support not upstream new
|
|
|
|
Signed-off-by: herengui <herengui@kylinsec.com.cn>
|
|
---
|
|
include/pci_ids/ls7a1000_pci_ids.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
create mode 100644 include/pci_ids/ls7a1000_pci_ids.h
|
|
|
|
diff --git a/include/pci_ids/ls7a1000_pci_ids.h b/include/pci_ids/ls7a1000_pci_ids.h
|
|
new file mode 100644
|
|
index 0000000..96b34aa
|
|
--- /dev/null
|
|
+++ b/include/pci_ids/ls7a1000_pci_ids.h
|
|
@@ -0,0 +1,2 @@
|
|
+CHIPSET(0x7A15, GC1000, LOONGSON)
|
|
+CHIPSET(0x7A06, DC, LOONGSON)
|
|
\ No newline at end of file
|
|
--
|
|
2.41.0
|
|
|