summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-10-29 14:00:52 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2015-10-29 14:00:52 -0500
commit8d34751349709ba9392ae84f3d559576d31cb642 (patch)
tree611bcb5f4793c009d8c63c7625a8300be128d380 /meta-openbmc-machines
parent9319f16830fa5a8060f01742aa59d2eb11ac7eae (diff)
downloadtalos-openbmc-8d34751349709ba9392ae84f3d559576d31cb642.tar.gz
talos-openbmc-8d34751349709ba9392ae84f3d559576d31cb642.zip
Turn off u-boot phy probing on Barreleye
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/files/u-boot-barreleye.patch13
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-bsp/u-boot/u-boot_2013.07%.bbappend3
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes.txt2
3 files changed, 18 insertions, 0 deletions
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
OpenPOWER on IntegriCloud