meta-facebook: meta-fby35:Add u-boot for fby35.
Added the Facebook machine-specific multihost file
Added the u-boot bootagrs configuration.
Tested: Tested and verified in Yosemite V3.5 platform
Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com>
Change-Id: Icb487fdecaaa1ab4c7614b887850693979065652
diff --git a/meta-facebook/meta-fby35/conf/machine/fby35.conf b/meta-facebook/meta-fby35/conf/machine/fby35.conf
index 830854a..011fdf6 100644
--- a/meta-facebook/meta-fby35/conf/machine/fby35.conf
+++ b/meta-facebook/meta-fby35/conf/machine/fby35.conf
@@ -7,15 +7,13 @@
SPL_BINARY = "spl/u-boot-spl.bin"
SOCSEC_SIGN_ENABLE = "0"
-require conf/machine/include/facebook-nohost.inc
+require conf/machine/include/facebook-compute-multihost.inc
require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc
require conf/machine/include/facebook-tpm2.inc
FLASH_SIZE = "131072"
-# PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native"
-
OBMC_HOST_INSTANCES = "1 2 3 4"
# Primary chassis as Sled plus secondary chassis in N slots.
OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
diff --git a/meta-facebook/meta-fby35/recipes-bsp/u-boot/u-boot-aspeed-sdk/fby35.cfg b/meta-facebook/meta-fby35/recipes-bsp/u-boot/u-boot-aspeed-sdk/fby35.cfg
new file mode 100644
index 0000000..a1e936c
--- /dev/null
+++ b/meta-facebook/meta-fby35/recipes-bsp/u-boot/u-boot-aspeed-sdk/fby35.cfg
@@ -0,0 +1,3 @@
+CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw vmalloc=384M"
+CONFIG_BAUDRATE=57600
diff --git a/meta-facebook/meta-fby35/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend b/meta-facebook/meta-fby35/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000..bc61285
--- /dev/null
+++ b/meta-facebook/meta-fby35/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+SRC_URI +="file://fby35.cfg"