Changeset 1047
- Timestamp:
- 02/20/07 01:26:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/u-boot/patches/uboot-s3c2410-nand.patch
r1022 r1047 6 6 Index: u-boot/cpu/arm920t/s3c24x0/Makefile 7 7 =================================================================== 8 --- u-boot.orig/cpu/arm920t/s3c24x0/Makefile 2007-02- 16 23:23:38.000000000 +01009 +++ u-boot/cpu/arm920t/s3c24x0/Makefile 2007-02- 16 23:24:10.000000000 +01008 --- u-boot.orig/cpu/arm920t/s3c24x0/Makefile 2007-02-20 01:18:11.000000000 +0100 9 +++ u-boot/cpu/arm920t/s3c24x0/Makefile 2007-02-20 01:18:51.000000000 +0100 10 10 @@ -26,7 +26,7 @@ 11 11 LIB = $(obj)lib$(SOC).a … … 20 20 =================================================================== 21 21 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 22 +++ u-boot/cpu/arm920t/s3c24x0/nand.c 2007-02- 16 23:25:05.000000000 +010022 +++ u-boot/cpu/arm920t/s3c24x0/nand.c 2007-02-20 01:18:23.000000000 +0100 23 23 @@ -0,0 +1,185 @@ 24 24 +/* … … 210 210 =================================================================== 211 211 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 212 +++ u-boot/cpu/arm920t/s3c24x0/nand_read.c 2007-02- 16 23:24:10.000000000 +0100213 @@ -0,0 +1,9 7@@212 +++ u-boot/cpu/arm920t/s3c24x0/nand_read.c 2007-02-20 01:19:20.000000000 +0100 213 @@ -0,0 +1,98 @@ 214 214 +/* 215 215 + * nand_read.c: Simple NAND read functions for booting from NAND … … 253 253 +#define NAND_SECTOR_SIZE 512 254 254 +#define NAND_BLOCK_MASK (NAND_SECTOR_SIZE - 1) 255 +#define NAND_PAGE_SIZE 0x4000 255 256 + 256 257 +/* low level nand read function */ … … 311 312 Index: u-boot/cpu/arm920t/start.S 312 313 =================================================================== 313 --- u-boot.orig/cpu/arm920t/start.S 2007-02- 16 23:23:38.000000000 +0100314 +++ u-boot/cpu/arm920t/start.S 2007-02- 16 23:24:10.000000000 +0100314 --- u-boot.orig/cpu/arm920t/start.S 2007-02-20 01:18:11.000000000 +0100 315 +++ u-boot/cpu/arm920t/start.S 2007-02-20 01:18:23.000000000 +0100 315 316 @@ -5,6 +5,10 @@ 316 317 * Copyright (c) 2002 Alex Züpke <azu@sysgo.de> … … 436 437 Index: u-boot/include/s3c2410.h 437 438 =================================================================== 438 --- u-boot.orig/include/s3c2410.h 2007-02- 16 23:24:07.000000000 +0100439 +++ u-boot/include/s3c2410.h 2007-02- 16 23:24:10.000000000 +0100439 --- u-boot.orig/include/s3c2410.h 2007-02-20 01:18:20.000000000 +0100 440 +++ u-boot/include/s3c2410.h 2007-02-20 01:18:23.000000000 +0100 440 441 @@ -38,12 +38,6 @@ 441 442 #define S3C2410_ECCSIZE 512
Note: See TracChangeset
for help on using the changeset viewer.
