fsp2: add bsp(u-boot) recipe

changing dummy u-boot settings on working u-boot version
for fsp2 on ppc476.

for local compile/deploy action can be used with
bitbake -c compile -f u-boot-fsp2
bitbake -c deploy -f u-boot-fsp2

Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>
Change-Id: Iebc74d2c67b0461b87f311e0b0df6ebed7b4efc4
diff --git a/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb b/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
new file mode 100644
index 0000000..941f8b4
--- /dev/null
+++ b/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
@@ -0,0 +1,9 @@
+require recipes-bsp/u-boot/u-boot.inc
+
+SRC_URI = "git://github.com/openbmc/u-boot;branch=v2017.11-fsp2-openbmc"
+SRCREV = "d675f0a16ecc876b1aa78b4151af89c80fe0f4b9"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+S = "${WORKDIR}/git"
+
+PROVIDES += "u-boot"