[uboot-tools/f20] fixup beaglebone addresses, bellow 0x81000000 is not available to the kernel

Dennis Gilmore ausil at fedoraproject.org
Tue Dec 3 01:28:34 UTC 2013


commit f9e596c78d7f920f388fae0c6022e5ce6ee1a1af
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Dec 2 19:28:22 2013 -0600

    fixup beaglebone addresses, bellow 0x81000000 is not available to the kernel

 beaglebone-address-fixup.patch |   21 +++++++++++++++++++++
 uboot-tools.spec               |    8 ++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/beaglebone-address-fixup.patch b/beaglebone-address-fixup.patch
new file mode 100644
index 0000000..11a14eb
--- /dev/null
+++ b/beaglebone-address-fixup.patch
@@ -0,0 +1,21 @@
+--- u-boot-2013.10/include/configs/am335x_evm.h.orig	2013-12-01 19:27:42.390308539 -0600
++++ u-boot-2013.10/include/configs/am335x_evm.h	2013-12-01 19:35:29.442725044 -0600
+@@ -56,12 +56,12 @@
+ 
+ #ifndef CONFIG_SPL_BUILD
+ #define CONFIG_EXTRA_ENV_SETTINGS \
+-	"loadaddr=0x80200000\0" \
+-	"pxefile_addr_r=0x80500000\0" \
+-	"kernel_addr_r=0x80600000\0" \
+-	"ramdisk_addr_r=0x82600000\0" \
+-	"fdt_addr_r=0x80300000\0" \
+-	"fdt_addr=0x80400000\0" \
++	"loadaddr=0x81000000\0" \
++	"pxefile_addr_r=0x81300000\0" \
++	"kernel_addr_r=0x81400000\0" \
++	"ramdisk_addr_r=0x83400000\0" \
++	"fdt_addr_r=0x81100000\0" \
++	"fdt_addr=0x81200000\0" \
+ 	"fdt_high=0xffffffff\0" \
+ 	"boot_fdt=try\0" \
+ 	"bootpart=0:2\0" \
diff --git a/uboot-tools.spec b/uboot-tools.spec
index a2c6187..d6ccc5e 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -2,7 +2,7 @@
 
 Name:           uboot-tools
 Version:        2013.10
-Release:        2%{?candidate:.%{candidate}}%{?dist}
+Release:        3%{?candidate:.%{candidate}}%{?dist}
 Summary:        U-Boot utilities
 
 Group:          Development/Tools
@@ -36,7 +36,7 @@ Patch22:        0013-setup-distro-common-variables-on-beaglebones.patch
 Patch23:        0014-Use-SPDX-header-in-distro-config.patch
 Patch24:        0015-WANDBOARD-adjust-addrs-to-work-with-calculated-value.patch
 Patch25:        0016-WANDBOARD-use-ext2load-to-load-dtbs.patch
-
+Patch26:        beaglebone-address-fixup.patch
 
 # Panda ES memory timing issue
 #Patch50: omap4-panda-memtiming.patch
@@ -184,6 +184,7 @@ u-boot bootloader binaries for Wandboard i.MX6 Solo
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26 -p1
 #%patch50 -p1 -b .panda
 
 mkdir builds
@@ -435,6 +436,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Dec 03 2013 Dennis Gilmore <dennis at ausil.us> - 2013.10-3
+- fixup beaglebone addresses, bellow 0x81000000 is not available to the kernel
+
 * Sat Oct 19 2013 Dennis Gilmore <dennis at ausil.us> - 2013.10-2
 - fix ftbfs for wandboard
 - use _smp_mflags


More information about the scm-commits mailing list