Re: [U-Boot] [PATCH v4 1/8] omap-common: Common boot code OMAP3 support and cleanup

2015-07-14 Thread Paul Kocialkowski
Le mardi 14 juillet 2015 à 18:11 -0400, Tom Rini a écrit : > On Thu, Jul 02, 2015 at 12:19:37AM +0200, Paul Kocialkowski wrote: > > [snip] > > @@ -152,7 +172,7 @@ void __noreturn jump_to_image_no_args(struct > > spl_image_info *spl_image) > > > > debug("image entry point: 0x%X\n", spl_image

Re: [U-Boot] [PATCH v4 1/8] omap-common: Common boot code OMAP3 support and cleanup

2015-07-14 Thread Tom Rini
On Thu, Jul 02, 2015 at 12:19:37AM +0200, Paul Kocialkowski wrote: [snip] > @@ -152,7 +172,7 @@ void __noreturn jump_to_image_no_args(struct > spl_image_info *spl_image) > > debug("image entry point: 0x%X\n", spl_image->entry_point); > /* Pass the saved boot_params from rom code */

[U-Boot] [PATCH v4 1/8] omap-common: Common boot code OMAP3 support and cleanup

2015-07-01 Thread Paul Kocialkowski
This introduces OMAP3 support for the common omap boot code, as well as a major cleanup of the common omap boot code. First, the omap_boot_parameters structure becomes platform-specific, since its definition differs a bit across omap platforms. The offsets are removed as well since it is U-Boot's