This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
phyus
/
uboot-vybrid_public
Suivre
8
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
448f5fea4c
Branches
Tags
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
uboot-vybrid_pu...
/
cpu
/
arm720t
/
lpc2292
/
iap_entry.S
iap_entry.S
99 B
Historique
Raw
1
2
3
4
5
6
7
IAP_ADDRESS: .word 0x7FFFFFF1
.globl iap_entry
iap_entry:
ldr r2, IAP_ADDRESS
bx r2
mov pc, lr