Hi Carl-Daniel, On Wed, Aug 26, 2009 at 9:30 PM, Carl-Daniel Hailfinger<[email protected]> wrote: > cbfs_and_run_core() did not check the return code of cbfs_load_stage() > and jumped to (void*)-1 on error. > Die properly instead. > I didn't use die() because that caused a linker error.
How about some inline asm to do a hlt instruction in the for loop? That would be better than spinning full speed. Marc -- http://marcjonesconsulting.com -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

