代码搜索:U-Boot
找到约 7,017 项符合「U-Boot」的源代码
代码结果 7,017
www.eeworm.com/read/155374/5624798
mk config.mk
#
# Linux-Kernel is expected to be at c000'8000, entry c000'8000
#
# we load ourself to c170'0000, the upper 1 MB of second bank
#
# download areas is c800'0000
#
# This is the address where U-Boot l
www.eeworm.com/read/155374/5625306
mk config.mk
#
# Linux-Kernel is expected to be at c000'8000, entry c000'8000
#
# we load ourself to c170'0000, the upper 1 MB of second bank
#
# download areas is c800'0000
#
# This is the address where U-Boot l
www.eeworm.com/read/412656/11189831
h nand_ids.h
/*
* u-boot/include/linux/mtd/nand_ids.h
*
* Copyright (c) 2000 David Woodhouse
* Steven J. Hill
*
* $Id: nand_ids.h,v 1.1 2006/07/
www.eeworm.com/read/428216/8883094
h err.h
#ifndef _LINUX_ERR_H
#define _LINUX_ERR_H
/* XXX U-BOOT XXX */
#if 0
#include
#else
#include
#endif
#include
/*
* Kernel pointers have redund
www.eeworm.com/read/152695/5668330
c update.c
#include
#include
extern unsigned long __dummy;
void do_reset (void);
void do_updater(void);
void _main(void)
{
int i;
mon_printf("U-Boot Firmware Updater\n\n\n");
www.eeworm.com/read/125381/6029553
h nand_ids.h
/*
* u-boot/include/linux/mtd/nand_ids.h
*
* Copyright (c) 2000 David Woodhouse
* Steven J. Hill
*
* $Id: nand_ids.h,v 1.1.1.1 2004/07/02
www.eeworm.com/read/253335/12228926
c main.c
extern void AT91F_DBGU_Printk(char *);
extern char _stext,_etext,_sdata,_edata;
#define BOOT_VERSION "boot 1.0"
#define SRC 0x10001000
#define DST 0x20700000 //this is u-boot address by wkj 2007061
www.eeworm.com/read/15240/438752
planetcore readme.planetcore
After several heart-struck failure, I got one workable way to program
each other in FLASH between PlanetCore and U-Boot.
Hardware Platform : RPXlite DW(EP 823 H1 DW)
1. From U-Boot to PlanetCore
Ut
www.eeworm.com/read/15240/438759
rpxlite readme.rpxlite
# Porting U-Boot onto RPXlite board
# Written by Yoo. Jonghoon
# E-Mail : yooth@ipone.co.kr
# IP ONE Inc.
# Since 2001. 1. 29
# Shell : bash
# Cross-compile tools : Montavista Hardhat
# Debugging to
www.eeworm.com/read/15240/439494
h fat.h
/*
* R/O (V)FAT 12/16/32 filesystem implementation by Marcus Sundberg
*
* 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
* 2003-03-10 - kharris@nexus-tech.net - ported to u-boot
*