Changeset 1058 for trunk/patches/u-boot/0001-ixp-Support-for-NSLU2.patch
- Timestamp:
- 03/27/08 05:03:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/patches/u-boot/0001-ixp-Support-for-NSLU2.patch
r1048 r1058 1 From 73f14aafaba4c2508d67b1196eb618e0d6b9781d Mon Sep 17 00:00:00 20012 1 From: Rod Whitby <rod@whitby.id.au> 3 Date: Sun, 24 Feb 2008 13:26:35 +10304 2 Subject: [PATCH] ixp: Support for NSLU2 5 3 … … 24 22 create mode 100644 include/configs/nslu2.h 25 23 26 diff --git a/MAINTAINERS b/MAINTAINERS27 index dc13580..891ae00 100644 28 --- a/MAINTAINERS29 +++ b/MAINTAINERS30 @@ -564,6 +564,10 @@ Michael Schwingen <michael@schwingen.org>24 Index: u-boot/MAINTAINERS 25 =================================================================== 26 --- u-boot.orig/MAINTAINERS 2008-03-10 01:50:02.000000000 +1030 27 +++ u-boot/MAINTAINERS 2008-03-27 15:10:31.000000000 +1030 28 @@ -564,6 +564,10 @@ 31 29 actux3 xscale 32 30 actux4 xscale … … 39 37 # x86 Systems: # 40 38 # # 41 diff --git a/MAKEALL b/MAKEALL42 index 0e1c0cb..2088e78 100755 43 --- a/MAKEALL44 +++ b/MAKEALL45 @@ -529,6 +529,7 @@ LIST_ixp=" \39 Index: u-boot/MAKEALL 40 =================================================================== 41 --- u-boot.orig/MAKEALL 2008-03-10 01:50:02.000000000 +1030 42 +++ u-boot/MAKEALL 2008-03-27 15:10:31.000000000 +1030 43 @@ -529,6 +529,7 @@ 46 44 actux4 \ 47 45 ixdp425 \ … … 51 49 scpu \ 52 50 " 53 diff --git a/Makefile b/Makefile54 index 2790865..ec3661e 100644 55 --- a/Makefile56 +++ b/Makefile57 @@ -25 63,6 +2563,9 @@ ixdp425_config : unconfig51 Index: u-boot/Makefile 52 =================================================================== 53 --- u-boot.orig/Makefile 2008-03-10 01:50:02.000000000 +1030 54 +++ u-boot/Makefile 2008-03-27 15:10:31.000000000 +1030 55 @@ -2532,6 +2532,9 @@ 58 56 ixdpg425_config : unconfig 59 57 @$(MKCONFIG) $(@:_config=) arm ixp ixdp425 … … 65 63 @$(MKCONFIG) $(@:_config=) arm pxa lubbock 66 64 67 diff --git a/board/nslu2/Makefile b/board/nslu2/Makefile 68 new file mode 100644 69 index 0000000..934bc1a 70 --- /dev/null 71 +++ b/board/nslu2/Makefile 65 Index: u-boot/board/nslu2/Makefile 66 =================================================================== 67 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 68 +++ u-boot/board/nslu2/Makefile 2008-03-27 15:10:31.000000000 +1030 72 69 @@ -0,0 +1,53 @@ 73 70 +# … … 124 121 + 125 122 +######################################################################### 126 diff --git a/board/nslu2/config.mk b/board/nslu2/config.mk 127 new file mode 100644 128 index 0000000..6510cc4 129 --- /dev/null 130 +++ b/board/nslu2/config.mk 123 Index: u-boot/board/nslu2/config.mk 124 =================================================================== 125 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 126 +++ u-boot/board/nslu2/config.mk 2008-03-27 15:13:55.000000000 +1030 131 127 @@ -0,0 +1 @@ 132 128 +TEXT_BASE = 0x01d00000 133 diff --git a/board/nslu2/load_sernum_ethaddr.c b/board/nslu2/load_sernum_ethaddr.c 134 new file mode 100644 135 index 0000000..5992fa8 136 --- /dev/null 137 +++ b/board/nslu2/load_sernum_ethaddr.c 129 Index: u-boot/board/nslu2/load_sernum_ethaddr.c 130 =================================================================== 131 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 132 +++ u-boot/board/nslu2/load_sernum_ethaddr.c 2008-03-27 15:10:31.000000000 +1030 138 133 @@ -0,0 +1,67 @@ 139 134 +/* … … 204 199 + } 205 200 +} 206 diff --git a/board/nslu2/nslu2.c b/board/nslu2/nslu2.c 207 new file mode 100644 208 index 0000000..ca1a716 209 --- /dev/null 210 +++ b/board/nslu2/nslu2.c 201 Index: u-boot/board/nslu2/nslu2.c 202 =================================================================== 203 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 204 +++ u-boot/board/nslu2/nslu2.c 2008-03-27 15:10:31.000000000 +1030 211 205 @@ -0,0 +1,96 @@ 212 206 +/* … … 306 300 + return (0); 307 301 +} 308 diff --git a/board/nslu2/u-boot.lds b/board/nslu2/u-boot.lds 309 new file mode 100644 310 index 0000000..58393d0 311 --- /dev/null 312 +++ b/board/nslu2/u-boot.lds 302 Index: u-boot/board/nslu2/u-boot.lds 303 =================================================================== 304 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 305 +++ u-boot/board/nslu2/u-boot.lds 2008-03-27 15:10:31.000000000 +1030 313 306 @@ -0,0 +1,56 @@ 314 307 +/* … … 368 361 + _end = .; 369 362 +} 370 diff --git a/include/configs/nslu2.h b/include/configs/nslu2.h 371 new file mode 100644 372 index 0000000..879ca22 373 --- /dev/null 374 +++ b/include/configs/nslu2.h 363 Index: u-boot/include/configs/nslu2.h 364 =================================================================== 365 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 366 +++ u-boot/include/configs/nslu2.h 2008-03-27 15:10:32.000000000 +1030 375 367 @@ -0,0 +1,230 @@ 376 368 +/* … … 604 596 + 605 597 +#endif /* __CONFIG_H */ 606 diff --git a/lib_arm/board.c b/lib_arm/board.c607 index 22d573a..a388d5d 100644 608 --- a/lib_arm/board.c609 +++ b/lib_arm/board.c610 @@ -396,9 +396,9 @@ void start_armboot (void)598 Index: u-boot/lib_arm/board.c 599 =================================================================== 600 --- u-boot.orig/lib_arm/board.c 2008-03-10 01:50:02.000000000 +1030 601 +++ u-boot/lib_arm/board.c 2008-03-27 15:10:31.000000000 +1030 602 @@ -396,9 +396,9 @@ 611 603 612 604 devices_init (); /* get the devices list going. */ … … 620 612 jumptable_init (); 621 613 622 --623 1.5.2.5624
