代码搜索结果

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

main.c

/********************************************************************* * * Microchip USB HID Bootloader for PIC18 (Non-J Family) USB Microcontrollers * **************************************

rm18f4550 - hid bootload.lkr

// File: rm18f4550 - HID Bootload.lkr // Use this linker for the USB application that will be self programmed by the HID bootloader. // The HID bootloader project itself uses the BootModified.18f4

msapi_bootloader.h

//////////////////////////////////////////////////////////////////////////////////////////// // This file is commonly used by bootloader and system(main). // Must be backward compatible with previou

bootloader.h

#ifndef _BOOTLOADER_H_ #define _BOOTLOADER_H_ #if (BOOTLOADER_SYSTEM) //----------- Configurations -------------- #undef BUILD_SYSDEBUG #define BUILD_SYSDEBUG 1 #undef WATCH_DOG

init.s

;************************************************************** ; ; This an simple implementation of bootloader for S3C4510B ; Hope it is useful to you. ; ; Enjoy it! ; ;*******************

makefile

# # makefile -- a simple demo of system bootloader # # Author: li ming # Date: 2005-5-24 # Copyleft: http://www.lumit.org # #*****************************

bootloader.lds

OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) SECTIONS { /* Read-only sections, merged into text segment: */ . = 0x100000; _text = .; .text : { *(__ivt_section) *(.text)

bootloader.lds

OUTPUT_FORMAT("elf64-alpha") ENTRY(__start) SECTIONS { . = 0x20000000; .text : { *(.text) } _etext = .; PROVIDE (etext = .); .rodata : { *(.rodata) *(.rodata.*) } .data : { *(.data) CONSTR

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

main.c

/* * arch/alpha/boot/main.c * * Copyright (C) 1994, 1995 Linus Torvalds * * This file is the bootloader for the Linux/AXP kernel */ #include #include #include