meta-fii:meta-mori: Add Mori machine

First drop for the meta-mori machine, initial machine configuration to
supports Mori machine with Nuvoton npcm730.

Tested-by: Load image on Kudo_BMC board.

Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com>
Change-Id: I74cd554f5eb8bd6778ce27a0d7be12ed228f4c9e
diff --git a/meta-fii/meta-mori/conf/machine/mori.conf b/meta-fii/meta-mori/conf/machine/mori.conf
new file mode 100644
index 0000000..71806c9
--- /dev/null
+++ b/meta-fii/meta-mori/conf/machine/mori.conf
@@ -0,0 +1,26 @@
+KMACHINE = "nuvoton"
+
+require conf/machine/include/npcm7xx.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+FLASH_SIZE = "65536"
+FLASH_UBOOT_OFFSET:flash-65536 = "0"
+FLASH_KERNEL_OFFSET:flash-65536 = "2048"
+FLASH_ROFS_OFFSET:flash-65536 = "7168"
+FLASH_RWFS_OFFSET:flash-65536 = "62400"
+
+UBOOT_MACHINE = "PolegSVB_config"
+IGPS_MACHINE = "EB"
+
+GBMC_MAC_EEPROM_OF_NAME = "bmcfru"
+GBMC_NCSI_IF_NAME = "eth0"
+GBMC_MAC_IF_MAP = "[0]=eth1"
+
+IMAGE_FSTYPES += " cpio.${INITRAMFS_CTYPE}.u-boot"
+
+SERIAL_CONSOLES = "115200;ttyS0"
+
+OBMC_MACHINE_FEATURES += " \
+    obmc-host-ipmi \
+    obmc-host-state-mgmt \
+    "