Re: [U-Boot] Unexpected effects/problems porting code to u-boot SPL

2013-08-29 Thread Andreas Bießmann
Dear 0xbin4ry, please keep the list in cc. On 28.08.13 19:17, 0xbin4ry wrote: Am 28.08.13 16:58, schrieb Andreas Bießmann: In s_init you do _not_ have a full CRT! The BSS is not initialized there and writing data in BSS will likely corrupt code, at least in the 'normal' u-boot mode before

[U-Boot] Unexpected effects/problems porting code to u-boot SPL

2013-08-28 Thread bin4ry
I want to extend the u-boot SPL code with some fuzzy extractor logic by adding code into `{u-boot_sources}/arch/arm/cpu/armv7/omap-common/hwinit-common.c`. U-boot shall be used on a PandaBoard ES (omap4460 SoC). Thus, first I successfully implemented the code on my x86 pc and I am porting it to

Re: [U-Boot] Unexpected effects/problems porting code to u-boot SPL

2013-08-28 Thread Andreas Bießmann
Dear bin4ry, On 08/28/2013 03:30 PM, bin4ry wrote: I want to extend the u-boot SPL code with some fuzzy extractor logic by adding code into `{u-boot_sources}/arch/arm/cpu/armv7/omap-common/hwinit-common.c`. U-boot shall be used on a PandaBoard ES (omap4460 SoC). Thus, first I successfully