From cb436e357ffe2959a8cfea36b61777a9edbd21d6 Mon Sep 17 00:00:00 2001
From: Andrew Leech <andrew@alelec.net>
Date: Mon, 25 Apr 2022 20:09:50 +1000
Subject: [PATCH] lib/wiznet5k: Add submodule for Wiznet Ethernet drivers.

Signed-off-by: Andrew Leech <andrew@alelec.net>
---
 .gitmodules  | 5 +++++
 lib/wiznet5k | 1 +
 2 files changed, 6 insertions(+)
 create mode 160000 lib/wiznet5k

diff --git a/.gitmodules b/.gitmodules
index 2d28230a83..118e023deb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -45,3 +45,8 @@
 [submodule "lib/fsp"]
 	path = lib/fsp
 	url = https://github.com/renesas/fsp.git
+[submodule "lib/wiznet"]
+	path = lib/wiznet5k
+	url = https://github.com/andrewleech/wiznet_ioLibrary_Driver.git
+	# Requires https://github.com/Wiznet/ioLibrary_Driver/pull/120
+	# url = https://github.com/Wiznet/ioLibrary_Driver.git
diff --git a/lib/wiznet5k b/lib/wiznet5k
new file mode 160000
index 0000000000..0803fc519a
--- /dev/null
+++ b/lib/wiznet5k
@@ -0,0 +1 @@
+Subproject commit 0803fc519ad7227e841287fb3638d6c8b2f111a1
-- 
GitLab