代码搜索结果
找到约 3,767 项符合
Bootloader 的代码
debug.lkf
-z -q -c -m"FlashBlink55.map" -o"FlashBlink55.out" -w -x -i"d:/ti/c5500/bios/lib" -i"d:/ti/c5500/rtdx/lib" -i"d:/ti/c5500/xdais/lib" -i"d:/ti/c5500/cgtools/lib"
"E:\work\5509\lab7-Bootloader\FlashBli
debug.lkv
-z -q -c -m"FlashBlink55.map" -o"FlashBlink55.out" -w -x -i"d:/ti/c5500/bios/lib" -i"d:/ti/c5500/rtdx/lib" -i"d:/ti/c5500/xdais/lib" -i"d:/ti/c5500/cgtools/lib"
"E:\work\5509\lab7-Bootloader\FlashBli
readme.txt
作者:
email: thisway.diy@163.com
qq: 17653039
支持烧写yaffs映象文件的bootloader vivi
在samsung公司提供的bootloader vivi上作了如下修改:
1. 增加了lib\loadyaffs.c文件,实现了烧写yaffs映象文件
2. 修改lib\command.c文件,增加了loadyaffs命令:add_co
bootloader.c
/// @ingroup AMD_BOOTLOADER
/// @file bootloader.c
/// @brief Main file of bootloader.
///
/// It copies Kernel from AMD Flash to SDRAM and jump to Kernel.
/// It in
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 ../Init/init.c
arm-linux-gcc -nostdli
readme.txt
yampp-3/U Bootloader version 3
yampp-3/U Testcode version 1.00
This is the combined bootload and testcode for yampp-3/U
Program it onto your player with yaap or similar program.
scatter.link
LOAD_VIEW 0x00000000
{
Read_Only 0x00000000
{
*(+RO)
}
PLD_IMAGES + 0x40400000
{
bootloader.o(sbi_data)
}
Read_W
bootloader.s
;***************************************************************************
;
; bootloader.s
;
; This assembly code file is used to boot the XA with the intention of be
scatter.link
LOAD_VIEW 0x00000000
{
SRAM0_RO 0x00000000
{
bootloader.o(bootloader, +First)
*(+RO, +RW)
}
PLD_DATA +0x40000000
{
bootloader.o(sbi_d
scatter.link
LOAD_VIEW 0x00000000
{
Read_Only 0x00000000
{
*(+RO)
}
PLD_IMAGES + 0x40400000
{
bootloader.o(sbi_data)
}
Read_W