Add patch for Panda ES memory type issue

This commit is contained in:
Peter Robinson 2013-09-02 18:57:06 +01:00
parent f1ae4c8c56
commit 86207dd2ab
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- u-boot-2013.07/include/configs/omap4_common.h.orig 2013-09-01 19:46:54.646300234 +0100
+++ u-boot-2013.07/include/configs/omap4_common.h 2013-09-01 19:47:11.972540353 +0100
@@ -255,8 +255,6 @@
#define CONFIG_SYS_CACHELINE_SIZE 32
/* Defines for SDRAM init */
-#define CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
-
#ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS

View File

@ -3,7 +3,7 @@
Name: uboot-tools
Version: 2013.07
Release: 1%{?candidate:.%{candidate}}%{?dist}
Release: 2%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
Group: Development/Tools
@ -40,6 +40,10 @@ Patch22: 0013-beaglebone-enable-CONFIG_SUPPORT_RAW_INITRD-option.patch
Patch23: 0014-mmc-Add-RSTN-enable-for-emmc.patch
Patch24: 0015-wandboard-add-pxe-support-set-default-boot-command-l.patch
# Panda ES memory timing issue
Patch25: omap4-panda-memtiming.patch
Requires: dtc
# build the tool for manipulation with environment only on arm
@ -149,6 +153,7 @@ u-boot bootloader binaries for Wandboard i.MX6 Solo
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1 -b .panda
mkdir builds
@ -338,6 +343,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sun Sep 1 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2013.07-2
- Add patch for Panda ES memory type issue
* Fri Jul 26 2013 Dennis Gilmore <dennis@ausil.us> - 2013.07-1
- update to 2013.07 final