meta-zaius: Patch U-Boot to enable BMC networking
Patch U-Boot to hard reset Zaius BMC's Broadcom PHY and to enable MAC2
that it's attached to. These are temporary Zaius-specific patches that
should be removed when the Zaius U-Boot target is complete.
Signed-off-by: Xo Wang <xow@google.com>
Change-Id: I0004b354d5774be1c244243e1bbbc527f195010c
diff --git a/meta-zaius/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-zaius/recipes-bsp/u-boot/u-boot_%.bbappend
new file mode 100644
index 0000000..134fcd4
--- /dev/null
+++ b/meta-zaius/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
+SRC_URI += "file://0001-board-aspeed-Add-reset_phy-for-Zaius.patch"
+SRC_URI += "file://0002-board-aspeed-aspeednic-Use-MAC2-for-networking.patch"