代码搜索:U-Boot
找到约 7,017 项符合「U-Boot」的源代码
代码结果 7,017
www.eeworm.com/read/17071/710268
commands readme.commands
Commands are added to U-Boot by creating a new command structure.
This is done by first including command.h
Then using the U_BOOT_CMD() macro to fill in a cmd_tbl_t struct.
U_BOOT_CMD(name,maxargs,
www.eeworm.com/read/17071/713430
c rpxclassic.c
/*
* (C) Copyright 2001
* St鋟bli Faverges -
* Pierre AUBERT p.aubert@staubli.com
* U-Boot port on RPXClassic LF (CLLF_BW31) board
*
* (C) Copyright 2000
* Wolfgang Denk, DENX
www.eeworm.com/read/17071/713604
c ml2.c
/*
* ml2.c: U-Boot platform support for Xilinx ML2 board
*
* Copyright 2002 Mind NV
*
* http://www.mind.be/
*
* Author : Peter De Schrijver (p2@mind.be)
*
* Derived from : Other platform supp
www.eeworm.com/read/17071/714140
c flash.c
/*
* U-boot - flash.c Flash driver for PSD4256GV
*
* Copyright (c) 2005 blackfin.uclinux.org
* This file is based on BF533EzFlash.c originally written by Analog Devices, Inc.
*
* (C) Copyright 2
www.eeworm.com/read/494783/1152451
h ne2000.h
/*
Ported to U-Boot by Christian Pellegrin
Based on sources from the Linux kernel (pcnet_cs.c, 8390.h) and
eCOS(if_dp83902a.c, if_dp83902a.h). Both of these 2 wonderful world
are
www.eeworm.com/read/494783/1152529
c ne2000.c
/*
Ported to U-Boot by Christian Pellegrin
Based on sources from the Linux kernel (pcnet_cs.c, 8390.h) and
eCOS(if_dp83902a.c, if_dp83902a.h). Both of these 2 wonderful world
are
www.eeworm.com/read/494783/1152605
sbc8349 readme.sbc8349
U-Boot for Wind River SBC834x Boards
====================================
The Wind River SBC834x board is a 6U form factor (not CPCI) reference
design that uses the MPC8347E or MPC8349E processo
www.eeworm.com/read/494783/1152645
omap730p2 readme.omap730p2
u-boot for the TI OMAP730 Perseus2
Dave Peverley, MPC-Data Limited
http://www.mpc-data.co.uk
Overview :
As the OMAP730 is similar to the OMAP1610 in many ways, this port was b
www.eeworm.com/read/494783/1152668
readme-realview_eb
U-Boot for ARM RealView Development Platforms
Peter Pearse, ARM Ltd.
peter.pearse@arm.com
www.arm.com
Manuals may be available from :-
http://www.arm.com/documentation/Boards_and_Firmware/i
www.eeworm.com/read/494783/1152685
commands readme.commands
Commands are added to U-Boot by creating a new command structure.
This is done by first including command.h
Then using the U_BOOT_CMD() macro to fill in a cmd_tbl_t struct.
U_BOOT_CMD(name,maxargs,