Re: [U-Boot] [PATCH V3 4/8] omap-common/spl: Add linux boot to SPL

2011-08-26 Thread Simon Schwarz
On 08/26/2011 01:22 PM, Simon Schwarz wrote: > Dear Andreas, > > On 08/26/2011 12:45 PM, Andreas Bießmann wrote: >> Dear Simon >> >> Am 26.08.2011 12:17, schrieb Simon Schwarz: >>> On 08/25/2011 01:28 PM, Andreas Bießmann wrote: Dear Simon, >> >> >> > +/* This function jumps to an image w

Re: [U-Boot] [PATCH V3 4/8] omap-common/spl: Add linux boot to SPL

2011-08-26 Thread Simon Schwarz
Dear Andreas, On 08/26/2011 12:45 PM, Andreas Bießmann wrote: > Dear Simon > > Am 26.08.2011 12:17, schrieb Simon Schwarz: >> On 08/25/2011 01:28 PM, Andreas Bießmann wrote: >>> Dear Simon, > > > +/* This function jumps to an image with argument. Normally an FDT or ATAGS + * image.

Re: [U-Boot] [PATCH V3 4/8] omap-common/spl: Add linux boot to SPL

2011-08-26 Thread Andreas Bießmann
Dear Simon Am 26.08.2011 12:17, schrieb Simon Schwarz: > On 08/25/2011 01:28 PM, Andreas Bießmann wrote: >> Dear Simon, >>> +/* This function jumps to an image with argument. Normally an FDT or >>> ATAGS >>> + * image. >>> + * arg: Pointer to paramter image in RAM >>> + */ >>> +void jump_to_ima

Re: [U-Boot] [PATCH V3 4/8] omap-common/spl: Add linux boot to SPL

2011-08-26 Thread Simon Schwarz
On 08/25/2011 01:28 PM, Andreas Bießmann wrote: > Dear Simon, > > Am 25.08.2011 10:33, schrieb Simon Schwarz: >> This adds Linux booting to the SPL >> >> Related CONFIGs: >> CONFIG_SPL_OS_BOOT >> Activates/Deactivates the OS booting feature >> CONFIG_SPL_OS_BOOT_KEY >> defines the IO-pin

Re: [U-Boot] [PATCH V3 4/8] omap-common/spl: Add linux boot to SPL

2011-08-25 Thread Andreas Bießmann
Dear Simon, Am 25.08.2011 10:33, schrieb Simon Schwarz: > This adds Linux booting to the SPL > > Related CONFIGs: > CONFIG_SPL_OS_BOOT > Activates/Deactivates the OS booting feature > CONFIG_SPL_OS_BOOT_KEY > defines the IO-pin number u-boot switch - if pressed u-boot is booted > CONF

[U-Boot] [PATCH V3 4/8] omap-common/spl: Add linux boot to SPL

2011-08-25 Thread Simon Schwarz
This adds Linux booting to the SPL Related CONFIGs: CONFIG_SPL_OS_BOOT Activates/Deactivates the OS booting feature CONFIG_SPL_OS_BOOT_KEY defines the IO-pin number u-boot switch - if pressed u-boot is booted CONFIG_SYS_SPL_MACHID Machine ID of the used board CONFIG_SYS_NAN