On Fri, Jan 31, 2014 at 08:02:21AM -0600, Russ Anderson wrote: > I'm not sure what you are asking for. We had a reliable > way to boot before the recent patch broke it. (commit > d2f7cbe7b26a74dbbbf8f325b2a6fd01bc34032c) So we should stop any further development just because your machines did boot nicely before that. What about the other machines and kexec we're fixing with the work above? Jeez... Ok, let me give it in a more detailed fashion for ya: 1. uv_bios_init remaps the UV systab table which is at physical address efi.uv_systab 2. Then, it copies it into uv_systab. The purpose of this is for you to be able to call the uv_systab.function callback and thus call into your firmware. 3. Now, uv_systab.function points to a region of code which contains your BIOS callback, and that pointer is the entry point into that function. And now my question: How can I reliably find out which region contains that uv_systab.function call? I need it so that I can map it in the EFI page table and you can continue to call that function and you can get back to your reliable way to boot. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html