代码搜索结果
找到约 57,103 项符合
Flash 的代码
omap-toto-flash.c
/*
* NOR Flash memory access on TI Toto board
*
* jzhang@ti.com (C) 2003 Texas Instruments.
*
* (C) 2002 MontVista Software, Inc.
*
* $Id: omap-toto-flash.c,v 1.3 2004/09/16 23:27:13 gleixner
pb1550-flash.c
/*
* Flash memory access on Alchemy Pb1550 board
*
* $Id: pb1550-flash.c,v 1.5 2004/09/16 23:27:13 gleixner Exp $
*
* (C) 2004 Embedded Edge, LLC, based on pb1550-flash.c:
* (C) 2003 Pete Popov
db1550-flash.c
/*
* Flash memory access on Alchemy Db1550 board
*
* $Id: db1550-flash.c,v 1.6 2004/10/20 05:50:19 ppopov Exp $
*
* (C) 2004 Embedded Edge, LLC, based on db1550-flash.c:
* (C) 2003, 2004 Pete P
flash.ld
MEMORY {
flash : ORIGIN = 0x10c00000, LENGTH = 0x00010000
ram : ORIGIN = 0x007c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x4000
ram : ORIGIN = 0x003e0000, LENGTH = 0x20000 /* Last 128K of low 4M SDRAM */
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
flash.ld
MEMORY {
flash : ORIGIN = 0xfff00000, LENGTH = 0x00100000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(.t
flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00100000
ram : ORIGIN = 0x003c0000, LENGTH = 0x0003ffff /* last 256Kbytes of dram */
}
SECTIONS {
.text : {
_stext = . ;
flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00100000 /* 1MB of flash (A[20] pulled high) */
ram : ORIGIN = 0x00010000, LENGTH = 0x00040000 /* 256Kbytes of sdram */
}
SECTIONS {
.