Re: [U-Boot] U-boot -Modifying boot sequence on a ARM based board

2009-08-21 Thread Wolfgang Denk
Dear alfred steele, In message <528f13590908200918s6f1a00d4v294867f350037...@mail.gmail.com> you wrote: > > What is the general boot sequence for u-boot. IIRC, its the cpu > specific start followed by board specfic stuff, then general init > stuff (like misc_init_f) and then the common stuff. No

[U-Boot] U-boot -Modifying boot sequence on a ARM based board

2009-08-20 Thread alfred steele
Hi all, What is the general boot sequence for u-boot. IIRC, its the cpu specific start followed by board specfic stuff, then general init stuff (like misc_init_f) and then the common stuff. The reason i am asking this i want to inject my own boot path based on the presence of certain boot periphera