public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Implementing spl_start_uboot() for directly booting linux
@ 2014-07-30  8:21 Heshsham Abdul Basit
  2014-07-30  8:26 ` Stefano Babic
  0 siblings, 1 reply; 3+ messages in thread
From: Heshsham Abdul Basit @ 2014-07-30  8:21 UTC (permalink / raw)
  To: u-boot

Hello,

I am trying to directly boot the kernel i.e without u-boot, on my
Xilinx Zynq based microzed board.


I understand that for that I must implement the function
spl_start_uboot() in spl.c



Right now the definition is:



#ifdef CONFIG_SPL_OS_BOOT
int spl_start_uboot(void)
{
/* boot linux */
return 0;
}
#endif


Given here:
https://github.com/Xilinx/u-boot-xlnx/blob/2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e/arch/arm/cpu/armv7/zynq/spl.c


Can someone explain how to implement this function for directly
booting the kernel?  Actually till now all the boards I have searched
have not implemented this function, So if you can provide any example
board implementation , it would give me a clear picture of how to do
this for my zynq board.

Thanks in advance,


Abdul Basit

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-30  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30  8:21 [U-Boot] Implementing spl_start_uboot() for directly booting linux Heshsham Abdul Basit
2014-07-30  8:26 ` Stefano Babic
2014-07-30  9:37   ` Heshsham Abdul Basit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox