From d617ae9ab1cf71f8f73c70f5543d6eebaa35c1a4 Mon Sep 17 00:00:00 2001 From: trevor tao Date: Wed, 3 Jul 2019 17:47:12 +0800 Subject: [PATCH] Add IEC Type1 Info Dir in IEC Repo Add a directory to discribe the miscellaneous IEC type1 device and software information which is needed to support the IEC type1 work. Change-Id: If3b5165db8569c53e1d2f7da455d417b8d0891e7 Signed-off-by: trevor tao --- misc/type1/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 misc/type1/README.md diff --git a/misc/type1/README.md b/misc/type1/README.md new file mode 100644 index 0000000..e8285a3 --- /dev/null +++ b/misc/type1/README.md @@ -0,0 +1,17 @@ +# IEC Type1 device and software information + +##Overview +This dir contains the miscellaneous information about IEC Type 1 +device and software info. +Currently we choose the [MACCHIATObin][1] board as the main Type1 +hardware platform. +It may include: +* The neccessary kernel config and building process to support +Kubernetes, Calico or other network services; +* The building support for other networking solutions, such as +Contiv/VPP; +* Other information to support Type1 platform + + + +[1]: http://macchiatobin.net -- 2.16.6