代码搜索结果

找到约 3,767 项符合 Bootloader 的代码

em86xx_eth.c

/* * */ #ifdef BOOTLOADER #include "config.h" #include "version.h" #include "util.h" #include "net.h" #include "net_ipv4.h" #include "em86xxapi.h" #include "irqs.h" #include "errno.h" #include "uart

info.h

/***************************************************************************** ; Project : Edimax MIPS Bootloader ; Creator : ; File : info.h ; Abstract: System information ; ;*********

test_def.h

/* * Define the symbol TEST_BOOTLOADER to run out of SDRAM. * Do not define it if the code is destined for the real * bootloader in Flash SRAM. */ #define PRESERVE_FLASH 0 #define TEST_BOOTLOADER

makefile

bootloader.bin: bootloader.elf arm-linux-objcopy -O binary $< $@ bootloader.elf: link.lds startup.S ../../bootloader.c ../../UART/uart.c ../../USB/usbrx.c progflash.c $(FlashFlag).c ../../Init/in

makefile

############################# # Just for test ############################# #FlashFlag = AMDFlash ############################# bootloader.bin: bootloader.elf arm-linux-objcopy -O binary $< $@ bo

bootsec.c

/****************************************************************************/ // // BootLoader stub // Created by Strong Embeded Studio // www.8800.org // If there are any concerns on t

bootloader.s

;//******************************************************************************************************* ;//* (C) COPYRIGHT 2006 lhlzjut@hotmail.com ;//* 文 件 名: Bootloader.s ;/

bloader.txt

BOOT LOADER INFORMATION: Licensing of the boot loader code which came with BootEasy: The bootloader code that I used was written by Serge Vakulenko. I found his BootEasy program in a distribut

readme.txt

yampp-7 Bootloader version 5 changes: v5 - 2004-02-16 MIS !!! bootloader only for ATmega162 in M162 native mode. - reduced size of bootloader to 256 bytes and moved it to 0x3F00 address th

bootsec.c

/****************************************************************************/ // // BootLoader stub // Created by Strong Embeded Studio // www.8800.org // If there are any concerns on t