代码搜索:Redboot
找到约 2,114 项符合「Redboot」的源代码
代码结果 2,114
www.eeworm.com/read/171191/5397929
c redboot_module.c
//==========================================================================
//
// redboot_module.c
//
// ARM study board RedBoot module wrapper
//
//==============================
www.eeworm.com/read/340665/3268666
ld elf-redboot.ld
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTIONS
{
/* Read-only sections
www.eeworm.com/read/340665/3268667
specs elf-redboot.specs
%rename link old_link
*link:
-T redboot.ld%s -Ttext 0x20000 %(old_link)
*startfile:
crti%O%s crtbegin%O%s %{!pg:redboot-crt0%O%s} %{pg:redboot-crt0%O%s} redboot-syscalls%O%s
www.eeworm.com/read/340665/3268672
specs coff-redboot.specs
%rename link old_link
*link:
-T redboot.ld%s -Ttext 0x20000 %(old_link)
*startfile:
redboot-crt0%O%s redboot-syscalls%O%s
www.eeworm.com/read/340665/3268675
ld coff-redboot.ld
OUTPUT_FORMAT("coff-arm-little", "coff-arm-big", "coff-arm-little")
SEARCH_DIR(/toolbin/xscale-coff/lib);
ENTRY(_start)
SECTIONS
{
/* We start at 0x8000 because gdb assumes it (see FRAME_CHAIN).
www.eeworm.com/read/340665/3268678
c redboot-syscalls.c
/*
* redboot-syscalls.c -- provide system call support for RedBoot
*
* Copyright (c) 1997, 2001, 2002 Red Hat, Inc.
*
* The authors hereby grant permission to use, copy, modify, distribute,
* an