代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
bootloader.h
#ifndef __bootloader_h
#define __bootloader_h
#include "44b0.h"
#include "dm.h"
#include "ymodem.h"
#include "m29w160b.h"
#include "console.h"
extern UartContextT *psUart;
void SetDownlo
bootloader.map
LINK EDITOR MEMORY MAP
output input virtual
section section address size file
.text ff010000 000002c4
.text ff010000 000002c4 bootloader.o
_asm_startmeup
bootloader.lnk
/* ----------------------------------------------------------------------
* Diab Data Link Editor Command File for the TEST_VGA bootloader program.
* -----------------------------------------
bootloader.s
IMMaddr: equ 0x10000000
SDRAMaddr: equ 0x00000000
SDRAMsize: equ 0x01000000 ;;16M bytes
SRAMaddr: equ 0x04000000
SRAMsize: equ (4 * 1024) ;;4K
_VECTOR_TABLE equ 0x00000000
DATA_LENGTH