
19 Jul
2006
19 Jul
'06
9:09 a.m.
_____________________________
From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users-bounces@lists.sourceforge.net] On Behalf Of kushal ahuja Sent: 19 July 2006 07:44 To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] REGARDING U_BOOT
Hi All, I want to know what all changes are required in Integratorap or ap7(both are of ARM7 type) to make it compatible for ARM7TDMI . Please Reply.
--
Best Regards,
Kushal Ahuja
No changes are required to U-Boot in order for it to boot linux.
Use the targets ap_config or ap7_config.
If you wish to make use of some 7TDMI feature for purposes other than
booting linux e.g. configuring the system bus bridge etc you could add e.g.
cpu/arm7tdmi code. These changes would generally be better located in your
linux kernel or associated module, since they do not affect the main
function of U-Boot.
Regards
Peter Pearse