[ Generated by ./scripts/Create-Diff for T2 9.0-trunk ]
--- ./package/base/x-loader/x-loader.bb.patch.cross	1969-12-31 19:00:00.000000000 -0500
+++ ./package/base/x-loader/x-loader.bb.patch.cross	2012-11-02 15:41:59.000000000 -0400
@@ -0,0 +1,20 @@
+--- a/board/omap3530beagle/omap3530beagle.c.orig	2012-11-02 15:38:55.000000000 -0400
++++ b/board/omap3530beagle/omap3530beagle.c	2012-11-02 15:39:55.000000000 -0400
+@@ -243,7 +243,7 @@
+ 		__raw_writel(MICRON_SDRC_ACTIM_CTRLB_0, SDRC_ACTIM_CTRLB_0);
+ 	}
+ 
+-	__raw_writel(SDP_SDRC_RFR_CTRL, SDRC_RFR_CTRL);
++	__raw_writel(SDP_SDRC_RFR_CTRL, SDRC_RFR_CTRL_0);
+ 	__raw_writel(SDP_SDRC_POWER_POP, SDRC_POWER);
+ 
+ 	/* init sequence for mDDR/mSDR using manual commands (DDR is different) */
+@@ -911,3 +911,8 @@
+ void abort(void)
+ {
+ }
++
++
++int onenand_chip(){
++	return 0;
++}
--- ./package/base/x-loader/x-loader.cache	1969-12-31 19:00:00.000000000 -0500
+++ ./package/base/x-loader/x-loader.cache	2012-11-02 16:22:55.000000000 -0400
@@ -0,0 +1,20 @@
+
+[TIMESTAMP] 1133932726 Wed Dec  7 06:18:46 2005
+[BUILDTIME] 15 (9)
+[SIZE] 2.29 MB, 399 files
+
+[DEP] bash
+[DEP] bzip2
+[DEP] coreutils
+[DEP] diffutils
+[DEP] findutils
+[DEP] gawk
+[DEP] gcc
+[DEP] glibc
+[DEP] grep
+[DEP] make
+[DEP] mktemp
+[DEP] sed
+[DEP] sysfiles
+[DEP] tar
+[DEP] util-linux
--- ./package/base/x-loader/x-loader.conf	1969-12-31 19:00:00.000000000 -0500
+++ ./package/base/x-loader/x-loader.conf	2012-11-02 16:36:15.000000000 -0400
@@ -0,0 +1,10 @@
+
+
+# TODO: Configure this package to build with t2SDE boardconfig
+
+hook_add premake 1 "make omap3530beagle_config"
+var_append makeopt ' ' "CROSS_COMPILE=${CC%%gcc}"
+
+hook_add postmake 1 "install x-load.bin $root/boot/MLO"
+
+unset makeinstopt
--- ./package/base/x-loader/x-loader.desc	1969-12-31 19:00:00.000000000 -0500
+++ ./package/base/x-loader/x-loader.desc	2012-11-02 16:19:03.000000000 -0400
@@ -0,0 +1,33 @@
+[COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
+[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+[COPY] 
+[COPY] T2 SDE: package/.../x-loader/x-loader.desc
+[COPY] Copyright (C) 2004 - 2008 The T2 SDE Project
+[COPY] 
+[COPY] More information can be found in the files COPYING and README.
+[COPY] 
+[COPY] This program is free software; you can redistribute it and/or modify
+[COPY] it under the terms of the GNU General Public License as published by
+[COPY] the Free Software Foundation; version 2 of the License. A copy of the
+[COPY] GNU General Public License can be found in the file COPYING.
+[COPY] --- T2-COPYRIGHT-NOTE-END ---
+
+[I] x-loader, TI OMAP second stage bootloader. 
+
+[T] TI OMAP second stage bootloader. This bootloader is needed to bootstrap u-boot, a 3rd stage bootloader, 
+[T] On OMAP arm processors. 
+
+[U] http://omapzoom.org
+
+[A] Wolfgang Denk <wd@denx.de> 
+[M] Wolfgang Denk <wd@denx.de> 
+
+[C] base/kernel
+[F] CROSS
+
+[L] OpenSource
+[S] Stable
+[V] 1.4.4.4-3 
+[P] O 1--------9 112.600
+
+[D] 0 x-loader-1.4.4.4-3.tar.bz2 git+http://git.isee.biz/pub/scm/x-loader.git  
