代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
no_rom.lds
/* This is for the variant without boot ROM,
where the flash ROM is mirrored to address zero */
OUTPUT_FORMAT(elf32-sh)
INPUT(bootloader.o)
MEMORY
{
IRAM : ORIGIN = 0x0FFFF000, LENGTH = 0x1000
no_rom.lds
/* This is for the variant without boot ROM,
where the flash ROM is mirrored to address zero */
OUTPUT_FORMAT(elf32-sh)
INPUT(bootloader.o)
MEMORY
{
IRAM : ORIGIN = 0x0FFFF000, LENGTH = 0x1000
xmodem.c
#include
#include
#include
#include
#include "bootloader.h"
#include "flash.h"
#include "xmodem.h"
/*
Xmodem Frame form:
makemod
# Makemod - a makefile to form a bootloader module wrapper around the angel
# rom image
MOD_DIR= ./bsl_mod/
ANGEL_IMAGE_DIR= ./little_rel/
ANGEL_IMAGE_FILE= angEvaluator7t.bin
# May need to recomp
build.wrn
BUILD: [Thrd:Sequence:Type ] Message
BUILD: [01:0000000022:WARNN ] c:\WINCE500\PLATFORM\SMDK2440A\Src\Bootloader\Eboot\main.c(121) : warning C4101: 'clkval_calc' : unreferenced local variable
BUIL
main.c
/******************************************************************************
Atmega系列单片机 BootLoader程序
日 期:2007年4月
作 者: likeeavr
修 改:古欣
版权所有:avrvi论坛 www.avrvi.com bbs.avrvi.com
说明:当前版本
main.c
#include
#include "serial.h"
#include "flash.h"
int main ()
{
printf ("Serial_init()\n");
serial_init (baud_115200);
SerialOutputString("yf255_bootloader\r\n");
flash_init ();
/*
f
main.c
/******************************************************************************
Atmega系列单片机 BootLoader程序
日 期:2007年4月
作 者: likeeavr
修 改:古欣
版权所有:avrvi论坛 www.avrvi.com bbs.avrvi.com
说明:当前版本
gemini_prom.s
/*
* BK Id: SCCS/s.gemini_prom.S 1.5 05/17/01 18:14:21 cort
*/
/*
* arch/ppc/kernel/gemini_prom.S
*
* Not really prom support code (yet), but sort of anti-prom code. The current
* bootloader
gemini_prom.s
/*
* BK Id: SCCS/s.gemini_prom.S 1.5 05/17/01 18:14:21 cort
*/
/*
* arch/ppc/kernel/gemini_prom.S
*
* Not really prom support code (yet), but sort of anti-prom code. The current
* bootloader