All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3 v2] kexec-tools: efi runtime support
@ 2013-11-05  8:29 ` dyoung-H+wXaHxf7aLQT0dZR+AlfA
  0 siblings, 0 replies; 40+ messages in thread
From: dyoung @ 2013-11-05  8:29 UTC (permalink / raw)
  To: kexec
  Cc: mjg59, linux-efi, x86, James.Bottomley, horms, bp, ebiederm, hpa,
	vgoyal

This patchset is for adding efi runtime support on kexec kernel
kernel patches see below thread:
http://thread.gmane.org/gmane.linux.kernel.efi/2491

in kexec-tools, this patchset will do below:
1. retrieve efi_info from debugfs boot_params, and fill the
x86 setup header

2. collect data efi runtime needed:
/sys/firmware/efi/systab: fw_vendor, runtime, config_tables and smbios
/sys/firmware/efi/efi-runtime-map/*, the phys-virt mappings in 1st kernel

3. assemble setup_data based on data get in 2) then pass it to 2nd kernel

Tested on OVMF, dell laptop, lenovo laptop and HP workstation

Please help to review

V2 changelog:
Address comments from
Simon:
  coding style, fixed a mem leak
HPA:
  use type uint64_t instead of __uint64_t
mjg:
  do not cause regression for loading old kernel
  use xloadflags to check the bzImage support for efi.
  in case old kernel, do not pass efi_info and setup_data
  for new kernel, do not pass acpi_rsdp
Vivek:
  suggest to export a value in bzImage probe for efi support
  so it can be used to check if we should pass acpi_rsdp.

--
Thanks
dave

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2013-11-18  5:37 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05  8:29 [patch 0/3 v2] kexec-tools: efi runtime support dyoung
2013-11-05  8:29 ` dyoung-H+wXaHxf7aLQT0dZR+AlfA
2013-11-05  8:29 ` [patch 1/3 v2] Add function get_bootparam dyoung
2013-11-05  8:29   ` dyoung-H+wXaHxf7aLQT0dZR+AlfA
2013-11-12  1:27   ` Toshi Kani
2013-11-12  1:27     ` Toshi Kani
2013-11-12  2:14     ` Dave Young
2013-11-12  2:14       ` Dave Young
2013-11-12  3:20     ` H. Peter Anvin
2013-11-12  3:20       ` H. Peter Anvin
2013-11-12  3:53       ` Ingo Molnar
2013-11-12  3:53         ` Ingo Molnar
     [not found]         ` <aa0ccca4-b27b-41b6-8adb-3c969eb29bf7@email.android.com>
2013-11-12 14:26           ` Vivek Goyal
2013-11-12 14:26             ` Vivek Goyal
2013-11-12  7:58       ` Greg KH
2013-11-12  7:58         ` Greg KH
2013-11-12  8:08         ` Dave Young
2013-11-12  8:08           ` Dave Young
2013-11-12  8:30           ` Greg KH
2013-11-12  8:30             ` Greg KH
2013-11-12  8:50             ` Dave Young
2013-11-12  8:50               ` Dave Young
2013-11-12  9:37             ` H. Peter Anvin
2013-11-12  9:37               ` H. Peter Anvin
2013-11-12  9:51               ` Greg KH
2013-11-12  9:51                 ` Greg KH
2013-11-13  0:50                 ` Dave Young
2013-11-13  0:50                   ` Dave Young
2013-11-18  2:22                   ` Dave Young
2013-11-18  2:22                     ` Dave Young
2013-11-18  3:29                     ` H. Peter Anvin
2013-11-18  3:29                       ` H. Peter Anvin
2013-11-18  5:29                       ` Dave Young
2013-11-18  5:29                         ` Dave Young
2013-11-18  5:36                         ` H. Peter Anvin
2013-11-18  5:36                           ` H. Peter Anvin
2013-11-05  8:29 ` [patch 2/3 v2] Add efi_info in x86 setup header dyoung
2013-11-05  8:29   ` dyoung-H+wXaHxf7aLQT0dZR+AlfA
2013-11-05  8:29 ` [patch 3/3 v2] Passing efi related data via setup_data dyoung
2013-11-05  8:29   ` dyoung-H+wXaHxf7aLQT0dZR+AlfA

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.