Carl-Daniel Hailfinger wrote: > There are two ways to fix die(). Either we compile it in both into > the bootblock and into coreboot_ram or we reuse the function like > in v3. > > How do we proceed?
When die() only spins on hlt I think it's fine to duplicate the function. Would be nice to only have one source however. Once we have a capable panic room maybe it would be nicer to only have that code in one place, however. It depends on the hassle and code size duplicated. //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

