[coreboot] [PATCH] CBFS decompress error

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Thu Oct 8 23:30:24 CEST 2009


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. See
http://patchwork.coreboot.org/patch/203/ for details.

Regards,
Carl-Daniel

-- 
Developer quote of the week: 
"We are juggling too many chainsaws and flaming arrows and tigers."





More information about the coreboot mailing list