From c8e82db9b83c0d457daa583644c0a77fbbc53256 Mon Sep 17 00:00:00 2001 From: Grzegorz Ratajczak Date: Tue, 3 Jul 2007 14:56:19 +0000 Subject: u-boot 1.1.6: fix Sarge patchset --- packages/uboot/u-boot-1.1.6/sarge-uboot.patch | 49 --------------------------- packages/uboot/u-boot_1.1.6.bb | 4 ++- 2 files changed, 3 insertions(+), 50 deletions(-) (limited to 'packages/uboot') diff --git a/packages/uboot/u-boot-1.1.6/sarge-uboot.patch b/packages/uboot/u-boot-1.1.6/sarge-uboot.patch index affc3d38cd..0c0d56f4d1 100644 --- a/packages/uboot/u-boot-1.1.6/sarge-uboot.patch +++ b/packages/uboot/u-boot-1.1.6/sarge-uboot.patch @@ -1943,18 +1943,6 @@ diff -Nurp ../u-boot-1.1.6/include/at91rm9200_net.h ./include/at91rm9200_net.h } 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 ./net/net.c } 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 diff --git a/packages/uboot/u-boot_1.1.6.bb b/packages/uboot/u-boot_1.1.6.bb index 365c9ae843..bec1a619e4 100644 --- a/packages/uboot/u-boot_1.1.6.bb +++ b/packages/uboot/u-boot_1.1.6.bb @@ -5,6 +5,8 @@ PR = "r2" 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" -- cgit v1.2.3