summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 17:45:35 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 17:45:35 -0300
commitab9541519921645cf0b1d764bea8aeb50c93b767 (patch)
tree7cee8404c3092b479d601af9ebdca74228325a25 /libre-testing
parenta280d77d9d87140e7dc32c63ac6fc7480bf80cf1 (diff)
uboot-am335x_bone: fix memory addresses
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/uboot-am335x_bone/0001-parabola-arm-modifications.patch11
-rw-r--r--libre-testing/uboot-am335x_bone/PKGBUILD2
2 files changed, 6 insertions, 7 deletions
diff --git a/libre-testing/uboot-am335x_bone/0001-parabola-arm-modifications.patch b/libre-testing/uboot-am335x_bone/0001-parabola-arm-modifications.patch
index 909924cbd..e5e027d1a 100644
--- a/libre-testing/uboot-am335x_bone/0001-parabola-arm-modifications.patch
+++ b/libre-testing/uboot-am335x_bone/0001-parabola-arm-modifications.patch
@@ -12,7 +12,7 @@ diff -Nur u-boot-2015.04.orig/configs/am335x_evm_defconfig u-boot-2015.04/config
CONFIG_TARGET_AM335X_EVM=y
diff -Nur u-boot-2015.04.orig/include/configs/am335x_evm.h u-boot-2015.04/include/configs/am335x_evm.h
--- u-boot-2015.04.orig/include/configs/am335x_evm.h 2015-04-13 11:53:03.000000000 -0300
-+++ u-boot-2015.04/include/configs/am335x_evm.h 2016-02-21 23:01:07.093612748 -0300
++++ u-boot-2015.04/include/configs/am335x_evm.h 2016-02-22 17:43:23.889522373 -0300
@@ -17,6 +17,7 @@
#define __CONFIG_AM335X_EVM_H
@@ -31,7 +31,7 @@ diff -Nur u-boot-2015.04.orig/include/configs/am335x_evm.h u-boot-2015.04/includ
#ifdef CONFIG_NAND
#define NANDARGS \
-@@ -67,130 +71,81 @@
+@@ -67,130 +71,80 @@
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
@@ -47,11 +47,10 @@ diff -Nur u-boot-2015.04.orig/include/configs/am335x_evm.h u-boot-2015.04/includ
+ * 1M script, 1M pxe and the ramdisk at the end.
+ */
+#define MEM_LAYOUT_ENV_SETTINGS \
-+ "bootm_size=0x10000000\0" \
+ "kernel_addr_r=0x82000000\0" \
+ "fdt_addr_r=0x88000000\0" \
-+ "scriptaddr=0x43100000\0" \
-+ "pxefile_addr_r=0x43200000\0" \
++ "scriptaddr=0x92000000\0" \
++ "pxefile_addr_r=0x90000000\0" \
+ "ramdisk_addr_r=0x88080000\0"
+
#ifndef CONFIG_SPL_BUILD
@@ -219,7 +218,7 @@ diff -Nur u-boot-2015.04.orig/include/configs/am335x_evm.h u-boot-2015.04/includ
/* NS16550 Configuration */
#define CONFIG_SYS_NS16550_COM1 0x44e09000 /* Base EVM has UART0 */
-@@ -329,9 +284,8 @@
+@@ -329,9 +283,8 @@
#endif
#ifdef CONFIG_MUSB_GADGET
diff --git a/libre-testing/uboot-am335x_bone/PKGBUILD b/libre-testing/uboot-am335x_bone/PKGBUILD
index e37c204ca..85ac58be5 100644
--- a/libre-testing/uboot-am335x_bone/PKGBUILD
+++ b/libre-testing/uboot-am335x_bone/PKGBUILD
@@ -20,7 +20,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
'extlinux.conf'
'uEnv.txt')
md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd'
- '9fbef94650acc064c8ca5ffdb097b8a5'
+ '35111b3cfe545ce3a3fb37fafda43cc7'
'38c8428bdc765410193f2ea98297523f'
'ccb79775b81654e16fca18825c7f2506')