Add Nuvoton NPCM7XX BSP support

Add as follow :

    1. NPCM7XX Kernel Linux
    2. NPCM7XX U-boot

Change-Id: I84ae09c16725fcf9d23f8daf3c9eadac09cb605f
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
diff --git a/meta-openbmc-bsp/meta-nuvoton/conf/layer.conf b/meta-openbmc-bsp/meta-nuvoton/conf/layer.conf
new file mode 100644
index 0000000..62d1a53
--- /dev/null
+++ b/meta-openbmc-bsp/meta-nuvoton/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
+            ${LAYERDIR}/common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "nuvoton"
+BBFILE_PATTERN_nuvoton = ""
+LAYERVERSION_nuvoton = "1"