[oe-commits] org.oe.dev u-boot 1.1.6: fix Sarge patchset

McGregor commit openembedded-commits at lists.openembedded.org
Tue Jul 3 17:05:59 UTC 2007


u-boot 1.1.6: fix Sarge patchset

Author: McGregor
Branch: org.openembedded.dev
Revision: a02852cd756c8f5d8eaccb9e4d36be9b524b0bfd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a02852cd756c8f5d8eaccb9e4d36be9b524b0bfd
Files:
1
packages/uboot/u-boot-1.1.6/sarge-uboot.patch
packages/uboot/u-boot_1.1.6.bb
Diffs:

#
# mt diff -ra7fa35e327df09fbfeb966e56cbf8cb41045d32a -ra02852cd756c8f5d8eaccb9e4d36be9b524b0bfd
#
# 
# 
# patch "packages/uboot/u-boot-1.1.6/sarge-uboot.patch"
#  from [9d3bcd19d4cc48d97a98117f1cdd509d4efb132d]
#    to [c9ee9edf5969ee2d501b6edeae91189ad44478ab]
# 
# patch "packages/uboot/u-boot_1.1.6.bb"
#  from [8d426e264eaeb15cd397d4af2ed6544f07578647]
#    to [2c312681345e37f99ff59ba0f3b883c44dd4f35c]
# 
============================================================
--- packages/uboot/u-boot-1.1.6/sarge-uboot.patch	9d3bcd19d4cc48d97a98117f1cdd509d4efb132d
+++ packages/uboot/u-boot-1.1.6/sarge-uboot.patch	c9ee9edf5969ee2d501b6edeae91189ad44478ab
@@ -1943,18 +1943,6 @@ diff -Nurp ../u-boot-1.1.6/include/at91r
  
  } AT91S_PhyOps,*AT91PS_PhyOps;
  
-diff -Nurp ../u-boot-1.1.6/include/configs/pxa255_idp.h ./include/configs/pxa255_idp.h
---- ../u-boot-1.1.6/include/configs/pxa255_idp.h	2006-11-02 15:15:01.000000000 +0100
-+++ ./include/configs/pxa255_idp.h	2007-03-07 23:00:57.000000000 +0100
-@@ -41,7 +41,7 @@
-  * If we are developing, we might want to start armboot from ram
-  * so we MUST NOT initialize critical regs like mem-timing ...
-  */
--#define CONFIG_INIT_CRITICAL			/* undef for developing */
-+#undef CONFIG_INIT_CRITICAL			/* undef for developing */
- 
- /*
-  * define the following to enable debug blinks.  A debug blink function
 diff -Nurp ../u-boot-1.1.6/include/configs/sarge.h ./include/configs/sarge.h
 --- ../u-boot-1.1.6/include/configs/sarge.h	1970-01-01 01:00:00.000000000 +0100
 +++ ./include/configs/sarge.h	2007-05-10 00:02:56.000000000 +0200
@@ -3336,40 +3324,3 @@ diff -Nurp ../u-boot-1.1.6/net/net.c ./n
  }
  
  ushort getenv_VLAN(char *var)
-diff -Nurp ../u-boot-1.1.6/patches/devkit-idp.patch ./patches/devkit-idp.patch
---- ../u-boot-1.1.6/patches/devkit-idp.patch	1970-01-01 01:00:00.000000000 +0100
-+++ ./patches/devkit-idp.patch	2007-03-07 23:00:56.000000000 +0100
-@@ -0,0 +1,28 @@
-+Index: u-boot-1.1.6/board/pxa255_idp/memsetup.S
-+===================================================================
-+--- u-boot-1.1.6.orig/board/pxa255_idp/memsetup.S
-++++ u-boot-1.1.6/board/pxa255_idp/memsetup.S
-+@@ -41,8 +41,8 @@ DRAM_SIZE:  .long   CFG_DRAM_SIZE
-+ /*
-+  * 	Memory setup
-+  */
-+-.globl memsetup
-+-memsetup:
-++.globl lowlevel_init
-++lowlevel_init:
-+ 
-+ 	mov      r10, lr
-+ 
-+Index: u-boot-1.1.6/include/configs/pxa255_idp.h
-+===================================================================
-+--- u-boot-1.1.6.orig/include/configs/pxa255_idp.h
-++++ u-boot-1.1.6/include/configs/pxa255_idp.h
-+@@ -41,7 +41,7 @@
-+  * If we are developing, we might want to start armboot from ram
-+  * so we MUST NOT initialize critical regs like mem-timing ...
-+  */
-+-#define CONFIG_INIT_CRITICAL			/* undef for developing */
-++#undef CONFIG_INIT_CRITICAL			/* undef for developing */
-+ 
-+ /*
-+  * define the following to enable debug blinks.  A debug blink function
-diff -Nurp ../u-boot-1.1.6/patches/series ./patches/series
---- ../u-boot-1.1.6/patches/series	1970-01-01 01:00:00.000000000 +0100
-+++ ./patches/series	2007-03-07 23:00:56.000000000 +0100
-@@ -0,0 +1 @@
-+devkit-idp.patch -p1
============================================================
--- packages/uboot/u-boot_1.1.6.bb	8d426e264eaeb15cd397d4af2ed6544f07578647
+++ packages/uboot/u-boot_1.1.6.bb	2c312681345e37f99ff59ba0f3b883c44dd4f35c
@@ -5,6 +5,8 @@ SRC_URI = "ftp://ftp.denx.de/pub/u-boot/
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2 \
            file://devkit-idp.patch;patch=1"
 
-SRC_URI_sarge-at91 += "file://sarge-uboot.patch;patch=1"
+SRC_URI_append_sarge-at91 = " file://sarge-uboot.patch;patch=1"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+UBOOT_MACHINE_sarge-at91 = "sarge_config"






More information about the Openembedded-commits mailing list