代码搜索:Flash
找到约 10,000 项符合「Flash」的源代码
代码结果 10,000
www.eeworm.com/read/148139/5718345
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe20000, LENGTH = 0x00004000
ram : ORIGIN = 0x30010000, LENGTH = 0x00010000
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
*(.rodata)
_
www.eeworm.com/read/148139/5718354
ld flash.ld
MEMORY {
flash : ORIGIN = 0xff000000, LENGTH = 0x00100000 /* 1MB of flash (A[19] pulled high) */
ram : ORIGIN = 0x00600000, LENGTH = 0x00100000 /* 4*256Kbytes of sdram */
}
SECTIONS {
www.eeworm.com/read/148139/5718357
ldls flash.ldls
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00100000 /* 1MB of flash (A[19] pulled high) */
ram : ORIGIN = 0x00600000, LENGTH = 0x00040000 /* 256Kbytes of sdram */
}
SECTIONS {
.
www.eeworm.com/read/148139/5718360
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718364
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x00004000
ram : ORIGIN = 0x00300000, LENGTH = 0x00100000
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
*(.rodata)
_etext = . ;
www.eeworm.com/read/148139/5718367
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x00018000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718371
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718375
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x0000c000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718379
ld flash.ld
MEMORY {
flash : ORIGIN = 0x10c00000, LENGTH = 0x00010000
ram : ORIGIN = 0x007c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/147766/5723994
c flash.c
/* $Id: flash.c,v 1.24 2001/10/08 22:19:51 davem Exp $
* flash.c: Allow mmap access to the OBP Flash, for OBP updates.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
*/
#include