This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bootloader for ARM integrator board


Mehul Agarwal, Noida wrote:
Hello,

Just one more question .. Is the kernel image of Linux(vmlinux) directly
bootable on the integrator platform or does it necessarily require the
bootloader to do the initialization of the board before the control can
finally jump to vmlinux ?

Theoretically you could do it with just a very simple stub to point the linux kernel at the right initialization data. See hal/arm/arch/current/src/redboot_linux_exec.c. But since the kernel has to be loaded into ram, that means ram and MMU must also be initialized etc.etc.


Much easier just to use RedBoot and be done with it.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]