代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
install.txt
INSTALL - rd2-fa-uart-1_0_0
ATMEL - 2002
REQUIREMENTS
------------
- AT89C51RD2/ED2/ID2 Component with UART Bootloader Rev 1.0.0
- A Keil(c) C Compiler ( Tested with V6.03
install.txt
INSTALL - rd2-fa-uart-1_0_0
ATMEL - 2002
REQUIREMENTS
------------
- AT89C51RD2/ED2/ID2 Component with UART Bootloader Rev 1.0.0
- A Keil(c) C Compiler ( Tested with V6.03
changelog
2005-05-20 Ralf Corsepius
PR 717/bsps
* bootloader/Makefile.am: Typo results in wrong flags being used.
2004-11-16 Richard Campbell
* RE
bootload.c
/*
* TUSB2136/3210 bootloader (for ROM-less operation)
* See http://www-s.ti.com/sc/psheets/sllu025a/sllu025a.pdf
*
* Copyright (C) 2001 Jim Paris
*
* This program is free softw
avr5.x
/* MODIFIED LINKER SCRIPT - BOOTLOADER: without .vectors */
OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr")
OUTPUT_ARCH(avr:5)
MEMORY
{
text (rx) : ORIGIN = 0, LENGTH = 128K
data (rw!x) :
misc-simple.c
/*
* arch/ppc/common/misc-simple.c
*
* Misc. bootloader code for many machines. This assumes you have are using
* a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory
* below 8M
head.s
/*
* arch/alpha/boot/head.S
*
* initial bootloader stuff..
*/
#include
.set noreorder
.globl __start
.ent __start
__start:
br $29,2f
2: ldgp $29,0($29)
jsr $26,start_kernel
misc-simple.c
/*
* arch/ppc/common/misc-simple.c
*
* Misc. bootloader code for many machines. This assumes you have are using
* a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory
* below 8M
head.s
/*
* arch/alpha/boot/head.S
*
* initial bootloader stuff..
*/
#include
.set noreorder
.globl __start
.ent __start
__start:
br $29,2f
2: ldgp $29,0($29)
jsr $26,start_kernel
misc-simple.c
/*
* arch/ppc/common/misc-simple.c
*
* Misc. bootloader code for many machines. This assumes you have are using
* a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory
* below 8M