Re: [Regression] "x86-64/efi: Use EFI to deal with platform wallclock" prevents my machine from booting

From: JÃrÃme Carretero
Date: Mon Aug 06 2012 - 22:31:03 EST


On Mon, 6 Aug 2012 09:16:27 -0400
JÃrÃme Carretero <cJ-ko@xxxxxxxxxxx> wrote:

> - I can bisect the patch further down (might be a bit silly because
> I don't quite understand it),

For troubleshooting purposes I edited over your patch.
So far:

- (in arch/x86/platform/efi/efi.c) when making efi_get_time()
return mach_get_cmos_time(), the system boots.

- then I tried to return mach_get_cmos_time() when efi.get_time()
fails, ie. if (status != EFI_SUCCESS).
The system does not boot: efi.get_time(), aka virt_efi_get_time(),
does not return.

Maybe I can get more...

--
cJ
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/