代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
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
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
memregions.c
#include "memregions.h"
struct region_table regions[MAX_REGION_NUM] = {
STATIC_REGION (IPL, "ipl", FLASH,
FLASH_IPL_START, FLASH_IPL_SIZE, "1x8K/l"),
RESIZABLE_REGION (BOOTLOADER, "boot
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