Changeset 1047


Ignore:
Timestamp:
02/20/07 01:26:54 (6 years ago)
Author:
laforge
Message:

add nand pagesize definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/uboot-s3c2410-nand.patch

    r1022 r1047  
    66Index: u-boot/cpu/arm920t/s3c24x0/Makefile 
    77=================================================================== 
    8 --- u-boot.orig/cpu/arm920t/s3c24x0/Makefile    2007-02-16 23:23:38.000000000 +0100 
    9 +++ u-boot/cpu/arm920t/s3c24x0/Makefile 2007-02-16 23:24:10.000000000 +0100 
     8--- 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 
    1010@@ -26,7 +26,7 @@ 
    1111 LIB    = $(obj)lib$(SOC).a 
     
    2020=================================================================== 
    2121--- /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 +0100 
     22+++ u-boot/cpu/arm920t/s3c24x0/nand.c   2007-02-20 01:18:23.000000000 +0100 
    2323@@ -0,0 +1,185 @@ 
    2424+/* 
     
    210210=================================================================== 
    211211--- /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 +0100 
    213 @@ -0,0 +1,97 @@ 
     212+++ u-boot/cpu/arm920t/s3c24x0/nand_read.c      2007-02-20 01:19:20.000000000 +0100 
     213@@ -0,0 +1,98 @@ 
    214214+/* 
    215215+ * nand_read.c: Simple NAND read functions for booting from NAND 
     
    253253+#define NAND_SECTOR_SIZE       512 
    254254+#define NAND_BLOCK_MASK                (NAND_SECTOR_SIZE - 1) 
     255+#define NAND_PAGE_SIZE         0x4000 
    255256+ 
    256257+/* low level nand read function */ 
     
    311312Index: u-boot/cpu/arm920t/start.S 
    312313=================================================================== 
    313 --- u-boot.orig/cpu/arm920t/start.S     2007-02-16 23:23:38.000000000 +0100 
    314 +++ u-boot/cpu/arm920t/start.S  2007-02-16 23:24:10.000000000 +0100 
     314--- 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 
    315316@@ -5,6 +5,10 @@ 
    316317  *  Copyright (c) 2002 Alex Züpke <azu@sysgo.de> 
     
    436437Index: u-boot/include/s3c2410.h 
    437438=================================================================== 
    438 --- u-boot.orig/include/s3c2410.h       2007-02-16 23:24:07.000000000 +0100 
    439 +++ u-boot/include/s3c2410.h    2007-02-16 23:24:10.000000000 +0100 
     439--- 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 
    440441@@ -38,12 +38,6 @@ 
    441442 #define S3C2410_ECCSIZE                512 
Note: See TracChangeset for help on using the changeset viewer.