[coreboot] Selfboot error checking fix

2010-05-04 Thread Myles Watson
Check the return value of ulzma, and quit instead of loading the next segment if there's an error. Size pointers 8 characters instead of 16 to beautify the common case where selfboot is loading something into memory below 4GB. Signed-off-by: Myles Watson Thanks, Myles Index: src/boot/selfboot.c

Re: [coreboot] Selfboot error checking fix

2010-05-30 Thread Stefan Reinauer
On 5/5/10 12:28 AM, Myles Watson wrote: > Check the return value of ulzma, and quit instead of loading the next > segment if there's an error. > > Size pointers 8 characters instead of 16 to beautify the common case > where selfboot is loading something into memory below 4GB. > > Signed-off-by: Myl

Re: [coreboot] Selfboot error checking fix

2010-06-01 Thread Myles Watson
> Check the return value of ulzma, and quit instead of loading the next > segment if there's an error. > > Size pointers 8 characters instead of 16 to beautify the common case > where selfboot is loading something into memory below 4GB. > > Signed-off-by: Myles Watson > Acked-by: Stefan Reinauer