[coreboot] [PATCH] CBFS decompress error

Stefan Reinauer stepan at coresystems.de
Fri Oct 9 02:31:44 CEST 2009


Carl-Daniel Hailfinger wrote:
> On 08.10.2009 22:49, Myles Watson wrote:
>   
>> Check the return value when decompressing.
>>
>> It's not 100% fixed, since the caller (cbfs_load_stage)
>> returns -1 and then cbfs_and_run_core jumps to it.
>>
>> print_debug("Jumping to image.\r\n");
>> dst = cbfs_load_stage(filename);
>> print_debug("Jumping to image.\r\n");
>>
>> Why do we jump to a -1 instead of hanging?
>>   
>>     
>
> I sent a patch do die() instead, but Stefan wrote he had a more
> extensive pending in that area, so my patch was not committed. 
Go ahead, I think I wiped that tree by accident. Sorry for causing the
delay.

Stefan





More information about the coreboot mailing list