alarm/uboot-pandaboard to 2016.09-1

This commit is contained in:
Kevin Mihelich 2016-10-07 01:07:51 +00:00
parent 5a0ffd0950
commit 6edbf1007c
2 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
From 774ceae7a29cc5492ad6559169fdf7f43c48608e Mon Sep 17 00:00:00 2001
From cc11d426638760d4a5c7ff2fca3a4e54a423c5d4 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Wed, 16 Mar 2016 20:06:42 -0600
Subject: [PATCH] arch linux arm modifications
@ -9,12 +9,12 @@ Subject: [PATCH] arch linux arm modifications
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig
index 406f0ac..8f62717 100644
index b69124e..a803236 100644
--- a/configs/omap4_panda_defconfig
+++ b/configs/omap4_panda_defconfig
@@ -3,6 +3,10 @@ CONFIG_OMAP44XX=y
CONFIG_TARGET_OMAP4_PANDA=y
@@ -4,6 +4,10 @@ CONFIG_TARGET_OMAP4_PANDA=y
CONFIG_SPL=y
CONFIG_VERSION_VARIABLE=y
CONFIG_HUSH_PARSER=y
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
@ -23,7 +23,7 @@ index 406f0ac..8f62717 100644
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
CONFIG_CMD_ASKENV=y
@@ -19,7 +23,6 @@ CONFIG_CMD_MII=y
@@ -20,7 +24,6 @@ CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
@ -32,7 +32,7 @@ index 406f0ac..8f62717 100644
CONFIG_CMD_FS_GENERIC=y
CONFIG_SYS_NS16550=y
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
index 5fad3c1..8d97f56 100644
index 8c88ebf..3e8ceaf 100644
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
@@ -12,6 +12,8 @@
@ -44,7 +44,7 @@ index 5fad3c1..8d97f56 100644
/*
* High Level Configuration Options
*/
@@ -45,7 +47,7 @@
@@ -44,7 +46,7 @@
* the timings to use or use pre-determined timings (based on using the
* dynamic method. Default to the static timing infomation.
*/
@ -53,7 +53,7 @@ index 5fad3c1..8d97f56 100644
#ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
@@ -95,9 +97,8 @@
@@ -94,9 +96,8 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
@ -65,5 +65,5 @@ index 5fad3c1..8d97f56 100644
func(DHCP, dhcp, na)
--
2.9.0
2.10.0

View file

@ -4,7 +4,7 @@
buildarch=4
pkgname=uboot-pandaboard
pkgver=2016.07
pkgver=2016.09
pkgrel=1
pkgdesc="U-Boot for Pandaboard and Pandaboard ES"
arch=('armv7h')
@ -17,8 +17,8 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
'0001-arch-linux-arm-modifications.patch'
'boot.txt'
'mkscr')
md5sums=('425a3fa610a7d972e5092a0e92276c70'
'ce9ea0db31915fda7e4527e88d3d57d3'
md5sums=('2e69dda70eb28f8042d2f9fbeb1feaa1'
'81dbf874550beb4ebdf3c50508319668'
'4908cf55626f1109276f14111b11117d'
'021623a04afd29ac3f368977140cfbfd')