代码搜索:U-Boot
找到约 7,017 项符合「U-Boot」的源代码
代码结果 7,017
www.eeworm.com/read/489559/1220386
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/452691/1648869
c update.c
#include
#include
extern unsigned long __dummy;
void do_reset (void);
void do_updater(void);
void _main(void)
{
int i;
printf("U-Boot Firmware Updater\n\n\n");
pri
www.eeworm.com/read/452691/1649091
h bf533-stamp.h
/*
* U-boot - Configuration file for BF533 STAMP board
*/
#ifndef __CONFIG_STAMP_H__
#define __CONFIG_STAMP_H__
#define CONFIG_STAMP 1
#define CONFIG_RTC_BFIN 1
#define CONFIG_BF533 1
/*
*
www.eeworm.com/read/452691/1649861
c serial.c
/*
* U-boot - serial.c Serial driver for BF533
*
* Copyright (c) 2005-2007 Analog Devices Inc.
*
* This file is based on
* bf533_serial.c: Serial driver for BlackFin BF533 DSP internal UART.
*
www.eeworm.com/read/452691/1649916
c serial.c
/*
* U-boot - serial.c Serial driver for BF537
*
* Copyright (c) 2005-2007 Analog Devices Inc.
*
* This file is based on
* bf537_serial.c: Serial driver for BlackFin BF537 internal UART.
* Copy
www.eeworm.com/read/452691/1650047
c serial.c
/*
* U-boot - serial.c Serial driver for BF561
*
* Copyright (c) 2005-2007 Analog Devices Inc.
*
* This file is based on
* bf533_serial.c: Serial driver for BlackFin BF533 DSP internal UART.
*
www.eeworm.com/read/452691/1650930
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/452691/1652153
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/229062/4759497
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 2000/10/
www.eeworm.com/read/217381/4870997
c update.c
#include
#include
extern unsigned long __dummy;
void do_reset (void);
void do_updater(void);
void _main(void)
{
int i;
printf("U-Boot Firmware Updater\n\n\n");
pri