[PATCH openbmc v2 1/2] meta-phosphor/u-boot: Move to newer version

OpenBMC Patches openbmc-patches at stwcx.xyz
Sun Apr 3 23:50:28 AEST 2016


From: Joel Stanley <joel at jms.id.au>

Patches from Milton to fix u-boot leaving ethernet device running after
loading linux.

Patch from me to support building under modern GCC versions, required
for GCC 5.

Milton D. Miller II :
      net: aspeednic: Create aspeed_write_hwaddr from set_mac_address
      net: aspeednic: Do not start hardware in initialize
      net: aspeednic: Remove extra spaces before assignments
      net: aspeednic: Do not fill in a random MAC address
      net: Implement random ethaddr fallback in eth.c

Joel Stanley:
      compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
index 6070fbf..eb6aad2 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
@@ -10,9 +10,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
                     file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"
 
-# This revision corresponds to the tag "v2013.07"
 # We use the revision in order to avoid having to fetch it from the repo during parse
-SRCREV = "4b44678c11ac82c7c797bb115e276181752ad54d"
+SRCREV = "83618d8df001f152cfe3cfb31862549e0b32e2a8"
 
 PV = "v2013.07+git${SRCPV}"
 
-- 
2.7.1




More information about the openbmc mailing list