代码搜索结果

找到约 4,828 项符合 Bootloader 的代码

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

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.c

/* * arch/ppc/simple/misc.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 8MB is fr

exflash.c

#include "bootloader.h" #define AD_INPUT (DDRA = 0x00) #define AD_OUTPUT (DDRA = 0xff) #define AD_OUTPUT_D(X) {DDRA = 0xff; PORTA = X;} #define AD_OUT(X) (PORTA =

bios.c

#include "types.h" #include "bios.h" #include "bioscall.h" #include "board.h" #include "config.h" #include "console.h" #include "utils.h" #include "bootloader.h" extern const unsigned long _rom_base;

testiap.htm

Static Call Graph - [D:\Project\DC102\Firmware\Bootloader\LPC_IAP2_256\TestIAP3\TestIAP.axf]

main.s

.module main.c .area data(ram, con, rel) _PageAddress16:: .blkb 1 .area idata .byte 0 .area data(ram, con, rel) .dbfile C:\DATA\MP3\BootLoader\main.c .dbsym e PageAddress16 _PageAddres