|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [rfc 13/15] Kexec: offsets for EFI runtime regions
This is used by paches that move the EFI runtime regions into what is
normally guest space. A description of why this mapping is made is
included in the patch that makes the mapping.
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
Index: xen-unstable.hg/xen/include/asm-ia64/xensystem.h
===================================================================
--- xen-unstable.hg.orig/xen/include/asm-ia64/xensystem.h 2007-08-09
10:14:52.000000000 +0900
+++ xen-unstable.hg/xen/include/asm-ia64/xensystem.h 2007-08-09
10:21:14.000000000 +0900
@@ -33,6 +33,12 @@
#define KERNEL_START 0xf000000004000000
#define GATE_ADDR KERNEL_START
+/* In order for Kexec between Xen and Linux to work EFI needs
+ * to be mapped into the same place by both. It seems most convenient
+ * to make Xen do the dirty work here */
+#define __IA64_EFI_UNCACHED_OFFSET 0xc000000000000000UL
+#define __IA64_EFI_CACHED_OFFSET 0xf000000000000000UL
+
#define IS_VMM_ADDRESS(addr) ((((addr) >> 60) ^ ((addr) >> 59)) & 1)
#endif // _ASM_IA64_XENSYSTEM_H
--
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [rfc 15/15] Kexec: Map runtime EFI regions the same way as Linux, (continued)
- [Xen-ia64-devel] [rfc 15/15] Kexec: Map runtime EFI regions the same way as Linux, Simon Horman
- [Xen-ia64-devel] [rfc 03/15] physical mode SAL calls, Simon Horman
- [Xen-ia64-devel] [rfc 02/15] physical mode SAL calls, Simon Horman
- [Xen-ia64-devel] [rfc 08/15] Kexec: Save the MADT ACPI tables so that they can be restored, Simon Horman
- [Xen-ia64-devel] [rfc 10/15] Kexec: Zap VHPT in relocate_kernel, Simon Horman
- [Xen-ia64-devel] [rfc 07/15] Kexec: partial port of CPU_HOTPLUG, Simon Horman
- [Xen-ia64-devel] [rfc 04/15] Kdump: Save dom0_mm_pgd_mfn in vmcore on ia64, Simon Horman
- [Xen-ia64-devel] [rfc 01/15] kexec for xen, Simon Horman
- [Xen-ia64-devel] [rfc 06/15] Kexec: Add kexec_disable_iosapic, Simon Horman
- [Xen-ia64-devel] [rfc 12/15] Kexec: map EFI after paging is initilaised, Simon Horman
- [Xen-ia64-devel] [rfc 13/15] Kexec: offsets for EFI runtime regions,
Simon Horman <=
- [Xen-ia64-devel] [rfc 11/15] Kexec: Dont "increase" SAL timout to 0, Simon Horman
- [Xen-ia64-devel] [rfc 09/15] Kexec: Fix ia64_do_tlb_purge so that it works with XEN, Simon Horman
- [Xen-ia64-devel] [rfc 14/15] Kexec: Allow page fault handler to handle EFI regions, Simon Horman
- [Xen-ia64-devel] [rfc 16/15] Kexec v20070717: Xen, Simon Horman
|
|
|
|
|