E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
start.s
U-Boot-1.2.0源码学习(1)
执行流程: 1.cpu/arm920t/
start.S
中的_start处开始执行2.设置SVC32工作模式3.关闭看门狗4.设置FCLK:HCLK:PCLK5.调用cpu_init_crit过程关闭指令与数据
polarbearboy
·
2010-06-30 15:00
c
工作
cache
U-Boot中的地址问题
系统上电后运行的第一段程序在cpu/pxa/
start.S
中,我们来看看代码: 第一步是使系统进入SVC模式(为什么要进入
zhw888888
·
2010-06-27 15:00
c
汇编
Flash
语言
平台
branch
Linux 嵌入式启动以及优化
第一步:BootLoader--Uboot1在cpu/arm926ejs/
start.s
中a)breset;//jumptoresetb)setcpsr;svcmode,disableI,Finterruptc
CHALLEN537
·
2010-06-11 11:00
linux
command
Flash
嵌入式
DST
delay
Uboot 源码分析----启动代码
bootloader中
start.S
详细注解@文件包含处理 #include@由顶层的mkconfig生成,其中只包含了一个文件:configs/.h #include #include/* ***
ruixj
·
2010-06-02 17:00
c
exception
vector
汇编
user
Flash
start.s
文件经典分析
转载:http://blog.csdn.net/rockhard/archive/2009/05/11/4166642.aspxu-boot1.1.6
start.S
代码学习/*参考了别人的一些笔记,看完了启动代码
byjsj
·
2010-05-26 16:55
职场
休闲
start.s
start.s
文件经典分析
转载:http://blog.csdn.net/rockhard/archive/2009/05/11/4166642.aspxu-boot1.1.6
start.S
代码学习/*参考了别人的一些笔记,看完了启动代码
byjsj
·
2010-05-26 16:55
职场
休闲
start.s
uboot1.1.6 移植到arm11,arm1176,u-boot
移植最主要在启动阶段的
start.s
文件,这里直接修改cpu/arm926ejs就可以了,做make的时候把arm926当成arm11来用。
lanmanck
·
2010-05-10 10:00
c
汇编
语言
uboot启动流程(针对SH4架构st)
uboot程序流程1. cpu/sh/
start.S
_start: set_sr://(设置特殊寄存器MD=1,RB=0,BL=0,FD=0,IMASK=0XF) MOV_CONST32
lqrensn
·
2010-04-29 16:00
c
timer
Flash
null
System
u-boot-1.3.4移植到mini2440+128M nand boot(2)
第3阶段支持nandboot程序修改 1、修改/cpu/arm920t/
start.S
1)删除AT91RM9200使用的LED代码。
xiaofuhaixia
·
2010-04-28 16:48
职场
移植
休闲
u-boot-1.3.4移植到mini2440+128M nand boot(2)
第3阶段支持nandboot程序修改 1、修改/cpu/arm920t/
start.S
1)删除AT91RM9200使用的LED代码。
xiaofuhaixia
·
2010-04-28 16:48
职场
移植
休闲
U-Boot源代码阅读笔记(一) —— 对
start.S
的分析
本文主要分析与U-Boot启动过程相关的汇编代码cpu/pxa/
start.S
,目标平台以PXA270为例。
dongliqiang2006
·
2010-04-22 15:00
s3c uboot-的
start.S
详细注解及分析
声明:该贴是通过参考其他人的帖子整理出来,从中我加深了对uboot的理解,我知道对其他人一定也是有很大的帮助,不敢私藏,如果里面的注释有什么错误请给我回复,我再加以修改。有些部分可能还没解释清楚,如果您觉得有必要注释,希望指出。再次强调该贴的大部分功劳应该归功于那些原创者,由于粗心,我没有留意参考的出处。我的目的是想让大家共同进步。希望大家念在我微不足道的心意,能够积极回馈,以便使帖子更加完善。以
linweig
·
2010-04-11 13:00
c
exception
汇编
user
Flash
alignment
移植uboot到powerpc(2)--
start.s
跟踪,u-boot,ppc ,mpc85 mpc83
可以看看这篇文章:http://www.foxice.net/techinfo_ubootvxworks7.asp以及搜索下vxworks的启动文件rominit.s,对比uboot的
start.s
,前面很像
lanmanck
·
2010-03-18 15:00
c
工作
汇编
Flash
table
uboot中的TEXT_BASE
uid=115191&do=blog&id=11079;都知道U-BOOT分为两个阶段,第一阶段是(~/cpu/arm920t/
start.S
中)在FLASH上运行(一般情况下),完成对硬件的初始化,包括看门狗
zqgtiger
·
2010-02-27 13:00
uboot中的TEXT_BASE
uid=115191&do=blog&id=11079;都知道U-BOOT分为两个阶段,第一阶段是(~/cpu/arm920t/
start.S
中)在FLASH上运行(一般情况下),完成对硬件的初始化,包括看门狗
zqgtiger
·
2010-02-27 13:00
c
Blog
Flash
U-boot
stage1阶段的启动代码,主要在
start.s
文件里。此
start.s
也是在系统上电后执行的第一个代码。它全部由汇编编写。但系统是如何知道去
start.s
里执行代码的呢?
catamout
·
2010-02-07 23:00
工作
汇编
image
Flash
存储
编译器
【Bootloader】u-boot 1.1.6
start.S
代码学习
/*参考了别人的一些笔记,看完了启动代码。本文档记录在看代码时碰到的困难,将这些曾经困扰的问题记录下来,以备今后之用。分析时不重要的代码被删除了。*/.globl_start_start:b reset ldr pc,_undefined_instruction ldr pc,_software_interrupt ldr pc,_prefetch_abort ldr p
billpig
·
2010-01-19 14:00
汇编
Flash
语言
编译器
alignment
代码分析
Uboot详解~~~
1、Stage1start.S代码结构u-boot的stage1代码通常放在
start.S
文件中,他用汇编语言写成,其主要代码部分
ling1874
·
2009-12-31 00:00
c
exception
汇编
user
Flash
alignment
s3c2410 u-boot源码分析
start.S
根据board/samsumg/smdk2410下的u-boot.lds这个链接脚本知道u-boot启动的第一阶段函数是在cpu/arm920t/
start.S
。
sun6255028
·
2009-12-28 14:00
14.3.1 _start标号
14.3.1 _start标号在U-Boot工程中,每种处理器目录下都有一个
start.S
文件,该文件中有一个_start标号,是整个U-Boot代码的入口点。
Linuxdianc
·
2009-12-17 16:00
U-Boot启动代码分析(MIPS)
CPU): 1) 史前时代:汇编在FLASH中运行的日子(汇编指令参见《SeeMIPSRun》一书):U-Boot的开始执行始于用汇编语言编写的CPU依赖的程序,程序是从cpu/mips/
start.S
huangxb_csu
·
2009-12-17 15:00
汇编
vector
cache
Flash
代码分析
initialization
u-boot
start.S
代码学习
*参考了别人的一些笔记,看完了启动代码。本文档记录在看代码时碰到的困难,将这些曾经困扰的问题记录下来,以备今后之用。分析时不重要的代码被删除了。*/.globl_start_start:b reset ldr pc,_undefined_instruction ldr pc,_software_interrupt ldr pc,_prefetch_abort ldr pc
huangxb_csu
·
2009-12-10 20:00
U-Boot重定位代码分析
重定位代码,位于/U-Boot/cpu/s3c44b0/
start.S
:relocate: /*relocateU-BoottoRAM
huangxb_csu
·
2009-12-10 20:00
u-boot1.1.6移植之Diff比较(改进版)
board/san2440/lowlevel_init.S 52#board/san2440/san2440.c 53#include/configs/san2440.h 54#cpu/arm920t/
start.S
sanlinux
·
2009-12-03 22:00
c
File
Path
patch
fun
u-boot中代码的疑问(_armboot_start与_start?) (转)
在cpu/pxa/
start.S
中,有如下的标号定义:_TEXT_BASE:.wordTEXT_BASE/*uboot映像在SDRAM中的重定位地址,我设置为0xa1700000*/.globl_armboot_start_armboot_start
itismine
·
2009-12-01 22:00
数据结构
c
汇编
Flash
语言
linker
u-boot1.1.6移植之Diff比较
board/san2440/lowlevel_init.S 49#board/san2440/san2440.c 50#include/configs/san2440.h 51#cpu/arm920t/
start.S
sanlinux
·
2009-12-01 22:00
c
cmd
File
Flash
patch
delay
U-BOOT中
start.s
包含S3C2440代码分析 (转)
#include#include#ifdefined(CONFIG_S3C2410)#include#elifdefined(CONFIG_S3C2440)//include/configs/smdk2440.h中定义。#include#endif#include/******************************************************************
itismine
·
2009-10-30 02:00
u-boot-1.3.4移植到mini2440+128M nand boot(2)
第3阶段支持nandboot程序修改 1、修改/cpu/arm920t/
start.S
1)删除AT91RM9200使用的LED代码。
zjb_integrated
·
2009-10-12 00:53
Boot
休闲
mini2440
u-boot
nand
s3c2440学习系列5(续)
在
start.s
中,函数relocate_code将U-boot被relocate到内存的最高端。
cybertan
·
2009-10-10 17:00
s3c2440学习系列4(uboot
start.S
说明)
#include#include/* ************************************************************************* * *Jumpvectortableasintable3.1in[1] * *********************************************************************
cybertan
·
2009-09-30 14:00
c
vector
user
Flash
alignment
linker
U-Boot的启动过程源码分析
U-Boot属于两阶段的Bootloader,第一阶段的文件为cpu/arm920t/
start.S
和board/smdk2410/lowlevel_init.S,前者是平台相关,后者是开发板相关。
qiaoliang328
·
2009-09-24 00:00
U-Boot(arm920t/
start.S
)中重要代码分析
cpu/arm920t/
start.S
中重要代码分析cpu/arm920t/
start.S
中重要代码分析 前言:总结了网上多个帖子,而且还从书上手工抄写了许多讲解的部分写了这篇cpu/arm920t
intint
·
2009-09-21 19:00
timer
脚本
Flash
化工
代码分析
linux内核
Linux 嵌入式启动以及优化
以前写了一篇LinuxPC启动过程的日记,最近项目中,想优化一下启动过程,减少启动时间.因此研究了我们项目的启动全过程.第一步:BootLoader--Uboot 1在cpu/arm926ejs/
start.s
wild_horse
·
2009-08-27 17:00
linux
command
Flash
嵌入式
DST
delay
uboot-的
start.S
详细注解及分析
@参考天行者的vivi源码分析@参考两只蝴蝶的u-boot-1.1.6之cpu/arm920t/
start.s
分析/* * armboot-StartupCodeforARM920CPU-core *
jun2ran
·
2009-08-24 20:00
基于TQ2440开发板的U-boot-1.1.6的
start.S
代码分析
start.S
汇编源文件是U-boot执行的起始代码文件,也是不容易理解的实现部分。执行流程如下:.globl_start //定义_start是全局标签,其他文件也可以使用。.
topembedded
·
2009-07-23 10:00
c
汇编
Flash
语言
代码分析
translation
ARM体系架构学习 -uboot分析之
start.S
通过分析
start.S
代码,学习ARM体系结构是一种很好的方法。
start.S
是u-boot的关键部分,CPU上电后最先开始执行的代码,和ARM体系结构息息相关。
lion3875
·
2009-07-01 17:00
学习
职场
ARM
休闲
uboot分析
linux 代码向arm IDE 移植(方法简介)
第一部分:汇编的移植:采用了c/c++预处理,轻松处理了linuxarm汇编到armIDE环境的移植(
start.s
)第二部分:c代码的移植,主要是处理头文件问题。
hejinjing_tom_com
·
2009-06-29 10:00
U-boot-13.0-rc3
start.s
分析
U-boot-13.0-rc3start.S分析 最近在内核的移植,先搞bootloader,网上找了篇不错的东东#include#include#include//global声明一个符号可被其它文件引用,相当于声明了一个全局变量,.globl与.global相同。//该部分为处理器的异常处理向量表。地址范围为0x00000000~0x00000020,刚好8条指令。.globl_start
woiso03
·
2009-06-17 21:00
c
timer
OS
user
Flash
alignment
简单的bootloader分析(
start.s
)
可以很好解决main之前都干了什么的问题(
start.s
)。
hejinjing_tom_com
·
2009-06-10 16:00
vector
user
Flash
byte
EMC
wizard
对U-BOOT的第1阶段代码的分析
第一阶段是(~/cpu/arm920t/
start.S
中)在FLASH上运行(一般情况下),完成对硬件的初始化,包括看门狗,中断缓存等,并且负责把代码搬移到SDRAM中(在搬移的时候检查自身代码是否在SDRAM
zblue78
·
2009-05-21 08:00
编程
cmd
脚本
Flash
makefile
output
关于从NAND Flash启动的问题,2440 启动问题 , 拷贝4k程序 ,启动代码分析
本文来自:http://blog.chinaunix.net/u2/69674/showart_1212448.html 用的是S3C2410.见附件
start.s
其中关于nandflash启动的那一段一直百思不得其解
lanmanck
·
2009-05-17 03:00
总结一下U-Boot的编译流程,uboot
现在来总结一下U-Boot的编译流程:(1)首先编译cpu/$(CPU)/
start.S
,对于不同的CPU,还可能编译cpu/$(CPU)下的其他文件。
lanmanck
·
2009-05-15 15:00
脚本
平台
makefile
uboot之
start.s
分析
开始
start.s
分析,根据S3C2410来跟踪代码,参考了S3C2410的datasheet和网上各个帖子 一般来说,大家都是从
start.s
来分析UBOOT,但是事实是流程是从makefile中来的
abc19842008
·
2009-04-10 05:00
c
vector
cmd
Flash
makefile
linker
u-boot中代码的疑问(_armboot_start与_start?)
在cpu/pxa/
start.S
中,有如下的标号定义:_TEXT_BASE:.wordTEXT_BASE/*uboot映像在SDRAM中的重定位地址,我设置为0xa1700000*/.globl_armboot_start_armboot_start
lemon_fantasy
·
2008-12-25 10:00
数据结构
c
汇编
Flash
语言
linker
UBOOT启动过程分析
因此首先要分析
start.S
程序,U-Boot中所有的PXA系列的处理器都从这里开始执行第一条语句。.
dsg333
·
2008-09-28 12:00
u-boot系统启动流程
1stage1(
start.s
代码结构)u-boot的stage1代码通常放在
start.s
文件中,它用汇编语言写成,其主要代码
buaadallas
·
2008-06-09 17:38
系统
启动
流程
休闲
u-boot
U-Boot源代码阅读笔记(一) —— 对
start.S
的分析
U-Boot源代码阅读笔记(一)——对
start.S
的分析本文主要分析与U-Boot启动过程相关的汇编代码cpu/pxa/
start.S
,目标平台以PXA270为例。
sunrock
·
2008-03-27 16:00
c
汇编
buffer
Access
action
branch
s3c2410 MMU 启用后设置中断跳转指令遇到的问题
,
start.S
的代码片
Normandy 博客
·
2008-01-28 11:00
第一次用gdb调试,问题很多
/sysdeps/i386/elf/
start.S
:Nosuchfileordirectory. in..
newman0708
·
2007-08-18 16:00
gcc
File
准备移植u-boot至LPC2200
U-boot要修改
start.S
、lds等。 ZLG的MagicARM比较一般,最恶心的是COM2跟网卡复用PIN,汗 上班写blog,有些匆忙....
TrueLie
·
2007-04-13 15:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他