From 8d34751349709ba9392ae84f3d559576d31cb642 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 29 Oct 2015 14:00:52 -0500 Subject: Turn off u-boot phy probing on Barreleye --- .../recipes-bsp/u-boot/files/u-boot-barreleye.patch | 13 +++++++++++++ .../recipes-bsp/u-boot/u-boot_2013.07%.bbappend | 3 +++ .../meta-rackspace/meta-barreleye/recipes.txt | 2 ++ 3 files changed, 18 insertions(+) create mode 100644 meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/files/u-boot-barreleye.patch create mode 100644 meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/u-boot_2013.07%.bbappend create mode 100644 meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes.txt (limited to 'meta-openbmc-machines/meta-openpower/meta-rackspace') diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/files/u-boot-barreleye.patch b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/files/u-boot-barreleye.patch new file mode 100644 index 000000000..dab24f6ce --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/files/u-boot-barreleye.patch @@ -0,0 +1,13 @@ +Index: git/drivers/net/aspeednic.c +=================================================================== +--- git.orig/drivers/net/aspeednic.c 2015-10-29 13:23:42.225712001 -0500 ++++ git/drivers/net/aspeednic.c 2015-10-29 13:26:52.205712001 -0500 +@@ -1155,7 +1155,7 @@ + + RESET_DE4X5(dev); + +- aspeednic_probe_phy(dev); ++ //aspeednic_probe_phy(dev); + + set_mac_address (dev, bis); + set_mac_control_register (dev); diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/u-boot_2013.07%.bbappend b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/u-boot_2013.07%.bbappend new file mode 100644 index 000000000..1eeec2e5e --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/u-boot_2013.07%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_append := "${THISDIR}/files:" + +SRC_URI += "file://u-boot-barreleye.patch" diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes.txt b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes.txt new file mode 100644 index 000000000..4bfc83687 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes.txt @@ -0,0 +1,2 @@ +recipes-bsp - Anything with links to specific hardware or hardware configuration information +recipes-phosphor - Phosphor OpenBMC applications and configuration -- cgit v1.2.1