QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1879|回复: 4

U-BOOT-1.1.4的at91rm9200dk.h怎么修

[复制链接]
发表于 2006-8-16 09:01:57 | 显示全部楼层 |阅读模式
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
#define CFG_USE_MAIN_OSCILLATOR 1
/* flash */
#define MC_PUIA_VAL 0x00000000
#define MC_PUP_VAL 0x00000000
#define MC_PUER_VAL 0x00000000
#define MC_ASR_VAL 0x00000000
#define MC_AASR_VAL 0x00000000
#define EBI_CFGR_VAL 0x00000000
#define SMC2_CSR_VAL 0x00003284 /* 16bit, 2 TDF, 4 WS */

/* clocks */
#define PLLAR_VAL 0x20263E04 /* 179.712000 MHz for PCK */
#define PLLBR_VAL 0x10483E0E /* 48.054857 MHz (divider by 2 for USB) */
#define MCKR_VAL 0x00000202 /* PCK/3 = MCK Master Clock = 59.904000MHz from PLLA */

/* sdram */
#define PIOC_ASR_VAL 0xFFFF0000 /* Configure PIOC as peripheral (D16/D31) */
#define PIOC_BSR_VAL 0x00000000
#define PIOC_PDR_VAL 0xFFFF0000
#define EBI_CSA_VAL 0x00000002 /* CS1=SDRAM */
#define SDRC_CR_VAL 0x2188c155 /* set up the SDRAM */
#define SDRAM 0x20000000 /* address of the SDRAM */
#define SDRAM1 0x20000080 /* address of the SDRAM */
#define SDRAM_VAL 0x00000000 /* value written to SDRAM */
#define SDRC_MR_VAL 0x00000002 /* Precharge All */
#define SDRC_MR_VAL1 0x00000004 /* refresh */
#define SDRC_MR_VAL2 0x00000003 /* Load Mode Register */
#define SDRC_MR_VAL3 0x00000000 /* Normal Mode */
#define SDRC_TR_VAL 0x000002E0 /* Write refresh rate */
#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
以上宏定义用作什么的?
CONFIG_SKIP_LOWLEVEL_INIT此宏是做什么用?
#undef CONFIG_SKIP_LOWLEVEL_INIT//我自己修改这个定义
---------------
编译成功,下载后无输出提示符出现
发表于 2006-8-16 23:17:37 | 显示全部楼层
硬件不熟,光改软件跑得起来吗??
回复

使用道具 举报

 楼主| 发表于 2006-8-17 09:10:14 | 显示全部楼层
它这个难道不是与对应的开发板硬件匹配的吗?
回复

使用道具 举报

发表于 2006-8-24 15:23:53 | 显示全部楼层
肯定要根据自己的硬件来改了噻
回复

使用道具 举报

发表于 2006-12-19 11:00:30 | 显示全部楼层
CONFIG_SKIP_LOWVEL_INIT表示忽略硬件初始化操作,如果你已经有bootloader对Flash、Memory等进行初始化过,那么可定义该宏。
一般来说,如果把U-boot直接烧到Flash起始地址中运行,必须禁用该宏,如果把u-boot载入到内存中运行,可开启该宏。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 06:36 , Processed in 0.059187 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表