[oe-commits] org.oe.dev uboot-openmoko_svn.bb : add glamo ram initialisation patch so stop

xora commit openembedded-commits at lists.openembedded.org
Tue Nov 27 12:10:47 UTC 2007


uboot-openmoko_svn.bb : add glamo ram initialisation patch so stop
glamo deadlocks.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 61e3209c19410f3d0436f4afa1f9a1429e8f4caa
ViewMTN: http://monotone.openembedded.org/revision/info/61e3209c19410f3d0436f4afa1f9a1429e8f4caa
Files:
1
packages/uboot/files/glamo-ram-init.patch
packages/uboot/uboot-openmoko_svn.bb
Diffs:

#
# mt diff -r7b04765c94afb788dc59f2a111e90fc43a46c4a4 -r61e3209c19410f3d0436f4afa1f9a1429e8f4caa
#
# 
# 
# add_file "packages/uboot/files/glamo-ram-init.patch"
#  content [fc727ca648dfa92f317ae5a8e1a4959157972f8b]
# 
# patch "packages/uboot/uboot-openmoko_svn.bb"
#  from [2947184dbe568e71c6a6cb3b9a17451f10817853]
#    to [1d1e8414b98dc0be60cfff1bb4be05ec113409e8]
# 
============================================================
--- packages/uboot/files/glamo-ram-init.patch	fc727ca648dfa92f317ae5a8e1a4959157972f8b
+++ packages/uboot/files/glamo-ram-init.patch	fc727ca648dfa92f317ae5a8e1a4959157972f8b
@@ -0,0 +1,21 @@
+diff --git a/board/neo1973/common/lowlevel_init.S b/board/neo1973/common/lowlevel_init.S
+index 582aa0e..92a9c7b 100644
+--- a/board/neo1973/common/lowlevel_init.S
++++ b/board/neo1973/common/lowlevel_init.S
+@@ -67,11 +67,11 @@
+ #define B0_PMC		 	0x0	/* normal */
+ 
+ /* BANK1CON */
+-#define B1_Tacs		 	0x0	/*  0clk */
+-#define B1_Tcos		 	0x1	/*  1clk */
+-#define B1_Tacc		 	0x4	/*  4clk */
+-#define B1_Tcoh		 	0x1	/*  1clk */
+-#define B1_Tah		 	0x0	/*  0clk */
++#define B1_Tacs		 	0x3	/*  4clk */
++#define B1_Tcos		 	0x3	/*  4clk */
++#define B1_Tacc		 	0x7	/*  14clk */
++#define B1_Tcoh		 	0x3	/*  4clk */
++#define B1_Tah		 	0x3	/*  4clk */
+ #define B1_Tacp		 	0x0
+ #define B1_PMC		 	0x0
+ 
============================================================
--- packages/uboot/uboot-openmoko_svn.bb	2947184dbe568e71c6a6cb3b9a17451f10817853
+++ packages/uboot/uboot-openmoko_svn.bb	1d1e8414b98dc0be60cfff1bb4be05ec113409e8
@@ -19,6 +19,7 @@ SRC_URI = "\
   file://uboot-eabi-fix-HACK.patch \
   file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \
   file://makefile-no-dirafter.patch;patch=1 \
+  file://glamo-ram-init.patch;patch=1 \
 "
 S = "${WORKDIR}/git"
 






More information about the Openembedded-commits mailing list