Matt Fleming
54b52d8726
x86/efi: Build our own EFI services pointer table
...
It's not possible to dereference the EFI System table directly when
booting a 64-bit kernel on a 32-bit EFI firmware because the size of
pointers don't match.
In preparation for supporting the above use case, build a list of
function pointers on boot so that callers don't have to worry about
converting pointer sizes through multiple levels of indirection.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
2014-03-04 21:25:03 +00:00
..
2014-02-12 14:56:58 +01:00
2014-02-05 05:48:58 +00:00
2014-02-07 16:45:14 -08:00
2014-01-30 17:20:32 -08:00
2014-02-14 10:45:18 -08:00
2014-01-31 15:15:13 -08:00
2014-01-30 11:40:10 -08:00
2014-02-14 16:13:00 -08:00
2014-01-28 18:44:53 -08:00
2014-02-06 16:01:40 +01:00
2014-02-13 02:11:18 +01:00
2014-01-29 17:02:24 +11:00
2014-02-11 11:24:49 +11:00
2014-01-29 11:48:23 +01:00
2014-02-12 16:21:17 -08:00
2014-02-14 10:40:47 +01:00
2014-03-04 21:25:03 +00:00
2014-02-05 11:13:59 +01:00
2014-02-12 09:51:51 +10:00
2014-01-31 09:31:14 -08:00
2014-02-07 08:27:34 -08:00
2014-02-13 19:43:52 -08:00
2014-02-15 15:42:31 +01:00
2014-01-28 23:35:09 -08:00
2014-01-24 15:51:02 -08:00
2014-02-08 11:46:00 +00:00
2014-02-15 16:18:47 -08:00
2014-01-24 17:17:30 -08:00
2014-01-29 20:00:13 -08:00
2014-02-05 16:02:53 -08:00
2014-02-06 21:18:06 -08:00
2014-01-28 18:53:01 -08:00
2014-01-27 21:11:26 -08:00
2014-02-14 12:48:16 -08:00
2014-02-04 06:46:10 -02:00
2014-02-10 16:01:40 -08:00
2014-01-25 13:19:10 -08:00
2014-02-14 16:13:00 -08:00
2014-01-26 11:00:41 -08:00
2014-01-30 20:04:09 -08:00
2014-02-14 10:33:45 -08:00
2014-02-15 18:51:17 -06:00
2014-02-12 12:45:57 +01:00
2014-02-05 05:48:43 +00:00
2014-02-06 14:21:19 +01:00
2014-01-29 20:06:01 -08:00
2014-02-14 10:32:28 -08:00
2014-01-27 08:15:51 -08:00
2014-02-12 11:47:33 +00:00
2014-01-23 19:11:50 -08:00
2014-02-11 12:23:50 -08:00
2014-01-28 23:38:23 -08:00
2014-02-12 15:11:03 -08:00
2014-02-11 12:08:27 +00:00
2014-01-30 17:20:32 -08:00
2014-02-14 16:14:11 -08:00
2014-02-12 15:14:45 -08:00
2014-01-24 17:13:49 -08:00
2014-02-13 11:12:00 -08:00
2014-02-11 15:33:54 -08:00
2014-01-27 21:11:26 -08:00
2014-01-31 15:31:23 -08:00
2014-02-14 10:44:52 +02:00
2014-02-07 08:16:14 -08:00
2014-02-08 09:47:11 +01:00
2014-02-12 12:28:05 -08:00