Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 2 | #ifndef _ASM_EFI_H |
| 3 | #define _ASM_EFI_H |
| 4 | |
Ard Biesheuvel | 24d7c49 | 2017-04-04 17:02:39 +0100 | [diff] [blame] | 5 | #include <asm/boot.h> |
Catalin Marinas | 39bc88e | 2016-09-02 14:54:03 +0100 | [diff] [blame] | 6 | #include <asm/cpufeature.h> |
Dave Martin | 4328825d | 2017-08-03 17:23:22 +0100 | [diff] [blame] | 7 | #include <asm/fpsimd.h> |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 8 | #include <asm/io.h> |
Mark Rutland | 170976b | 2017-07-14 15:54:36 +0100 | [diff] [blame] | 9 | #include <asm/memory.h> |
Ard Biesheuvel | f7d9248 | 2015-11-30 13:28:19 +0100 | [diff] [blame] | 10 | #include <asm/mmu_context.h> |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 11 | #include <asm/neon.h> |
Mark Rutland | ee6cab5 | 2016-04-25 21:07:09 +0100 | [diff] [blame] | 12 | #include <asm/ptrace.h> |
Ard Biesheuvel | f7d9248 | 2015-11-30 13:28:19 +0100 | [diff] [blame] | 13 | #include <asm/tlbflush.h> |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 14 | |
| 15 | #ifdef CONFIG_EFI |
| 16 | extern void efi_init(void); |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 17 | #else |
| 18 | #define efi_init() |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 19 | #endif |
| 20 | |
Ard Biesheuvel | f7d9248 | 2015-11-30 13:28:19 +0100 | [diff] [blame] | 21 | int efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md); |
Ard Biesheuvel | bd264d0 | 2016-06-29 14:51:27 +0200 | [diff] [blame] | 22 | int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md); |
Ard Biesheuvel | 789957e | 2016-04-25 21:06:46 +0100 | [diff] [blame] | 23 | |
Mark Rutland | 489f80f | 2016-04-25 21:07:04 +0100 | [diff] [blame] | 24 | #define arch_efi_call_virt_setup() \ |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 25 | ({ \ |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 26 | efi_virtmap_load(); \ |
Dave Martin | 4328825d | 2017-08-03 17:23:22 +0100 | [diff] [blame] | 27 | __efi_fpsimd_begin(); \ |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 28 | }) |
| 29 | |
Alex Thorlton | 80e7559 | 2016-06-25 08:20:27 +0100 | [diff] [blame] | 30 | #define arch_efi_call_virt(p, f, args...) \ |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 31 | ({ \ |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 32 | efi_##f##_t *__f; \ |
Alex Thorlton | 80e7559 | 2016-06-25 08:20:27 +0100 | [diff] [blame] | 33 | __f = p->f; \ |
Mark Rutland | 489f80f | 2016-04-25 21:07:04 +0100 | [diff] [blame] | 34 | __f(args); \ |
| 35 | }) |
| 36 | |
| 37 | #define arch_efi_call_virt_teardown() \ |
| 38 | ({ \ |
Dave Martin | 4328825d | 2017-08-03 17:23:22 +0100 | [diff] [blame] | 39 | __efi_fpsimd_end(); \ |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 40 | efi_virtmap_unload(); \ |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 41 | }) |
| 42 | |
Mark Rutland | ee6cab5 | 2016-04-25 21:07:09 +0100 | [diff] [blame] | 43 | #define ARCH_EFI_IRQ_FLAGS_MASK (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT) |
| 44 | |
Ard Biesheuvel | a13b007 | 2014-07-02 14:54:41 +0200 | [diff] [blame] | 45 | /* arch specific definitions used by the stub code */ |
| 46 | |
| 47 | /* |
| 48 | * AArch64 requires the DTB to be 8-byte aligned in the first 512MiB from |
| 49 | * start of kernel and may not cross a 2MiB boundary. We set alignment to |
| 50 | * 2MiB so we know it won't cross a 2MiB boundary. |
| 51 | */ |
| 52 | #define EFI_FDT_ALIGN SZ_2M /* used by allocate_new_fdt_and_exit_boot() */ |
Ard Biesheuvel | 138728dd | 2017-04-04 17:02:37 +0100 | [diff] [blame] | 53 | |
Mark Rutland | e306786 | 2017-07-21 14:25:33 +0100 | [diff] [blame] | 54 | /* |
| 55 | * In some configurations (e.g. VMAP_STACK && 64K pages), stacks built into the |
| 56 | * kernel need greater alignment than we require the segments to be padded to. |
| 57 | */ |
| 58 | #define EFI_KIMG_ALIGN \ |
| 59 | (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN) |
Mark Rutland | 170976b | 2017-07-14 15:54:36 +0100 | [diff] [blame] | 60 | |
Ard Biesheuvel | 138728dd | 2017-04-04 17:02:37 +0100 | [diff] [blame] | 61 | /* on arm64, the FDT may be located anywhere in system RAM */ |
| 62 | static inline unsigned long efi_get_max_fdt_addr(unsigned long dram_base) |
| 63 | { |
| 64 | return ULONG_MAX; |
| 65 | } |
| 66 | |
| 67 | /* |
| 68 | * On arm64, we have to ensure that the initrd ends up in the linear region, |
| 69 | * which is a 1 GB aligned region of size '1UL << (VA_BITS - 1)' that is |
| 70 | * guaranteed to cover the kernel Image. |
| 71 | * |
| 72 | * Since the EFI stub is part of the kernel Image, we can relax the |
| 73 | * usual requirements in Documentation/arm64/booting.txt, which still |
| 74 | * apply to other bootloaders, and are required for some kernel |
| 75 | * configurations. |
| 76 | */ |
| 77 | static inline unsigned long efi_get_max_initrd_addr(unsigned long dram_base, |
| 78 | unsigned long image_addr) |
| 79 | { |
| 80 | return (image_addr & ~(SZ_1G - 1UL)) + (1UL << (VA_BITS - 1)); |
| 81 | } |
Ard Biesheuvel | a13b007 | 2014-07-02 14:54:41 +0200 | [diff] [blame] | 82 | |
Ard Biesheuvel | fc37206 | 2016-04-25 21:06:49 +0100 | [diff] [blame] | 83 | #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) |
| 84 | #define __efi_call_early(f, ...) f(__VA_ARGS__) |
David Howells | 6d0ca4a | 2017-02-06 11:22:41 +0000 | [diff] [blame] | 85 | #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) |
Ard Biesheuvel | fc37206 | 2016-04-25 21:06:49 +0100 | [diff] [blame] | 86 | #define efi_is_64bit() (true) |
Ard Biesheuvel | a13b007 | 2014-07-02 14:54:41 +0200 | [diff] [blame] | 87 | |
Lukas Wunner | 3552fdf | 2016-11-12 21:32:35 +0000 | [diff] [blame] | 88 | #define efi_call_proto(protocol, f, instance, ...) \ |
| 89 | ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__) |
| 90 | |
Ard Biesheuvel | 57fdb89a | 2016-04-25 21:06:52 +0100 | [diff] [blame] | 91 | #define alloc_screen_info(x...) &screen_info |
| 92 | #define free_screen_info(x...) |
| 93 | |
Ard Biesheuvel | 760b61d | 2017-08-18 20:49:35 +0100 | [diff] [blame] | 94 | /* redeclare as 'hidden' so the compiler will generate relative references */ |
| 95 | extern struct screen_info screen_info __attribute__((__visibility__("hidden"))); |
| 96 | |
Ard Biesheuvel | 9822504 | 2016-04-25 21:06:56 +0100 | [diff] [blame] | 97 | static inline void efifb_setup_from_dmi(struct screen_info *si, const char *opt) |
| 98 | { |
| 99 | } |
| 100 | |
Ard Biesheuvel | 1bd0abb | 2014-11-17 13:50:21 +0100 | [diff] [blame] | 101 | #define EFI_ALLOC_ALIGN SZ_64K |
| 102 | |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 103 | /* |
Ard Biesheuvel | 60305db | 2015-01-22 10:01:40 +0000 | [diff] [blame] | 104 | * On ARM systems, virtually remapped UEFI runtime services are set up in two |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 105 | * distinct stages: |
| 106 | * - The stub retrieves the final version of the memory map from UEFI, populates |
| 107 | * the virt_addr fields and calls the SetVirtualAddressMap() [SVAM] runtime |
| 108 | * service to communicate the new mapping to the firmware (Note that the new |
| 109 | * mapping is not live at this time) |
Ard Biesheuvel | 60305db | 2015-01-22 10:01:40 +0000 | [diff] [blame] | 110 | * - During an early initcall(), the EFI system table is permanently remapped |
| 111 | * and the virtual remapping of the UEFI Runtime Services regions is loaded |
| 112 | * into a private set of page tables. If this all succeeds, the Runtime |
| 113 | * Services are enabled and the EFI_RUNTIME_SERVICES bit set. |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 114 | */ |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 115 | |
Ard Biesheuvel | f7d9248 | 2015-11-30 13:28:19 +0100 | [diff] [blame] | 116 | static inline void efi_set_pgd(struct mm_struct *mm) |
| 117 | { |
Catalin Marinas | 39bc88e | 2016-09-02 14:54:03 +0100 | [diff] [blame] | 118 | __switch_mm(mm); |
| 119 | |
| 120 | if (system_uses_ttbr0_pan()) { |
| 121 | if (mm != current->active_mm) { |
| 122 | /* |
| 123 | * Update the current thread's saved ttbr0 since it is |
| 124 | * restored as part of a return from exception. Set |
| 125 | * the hardware TTBR0_EL1 using cpu_switch_mm() |
| 126 | * directly to enable potential errata workarounds. |
| 127 | */ |
| 128 | update_saved_ttbr0(current, mm); |
| 129 | cpu_switch_mm(mm->pgd, mm); |
| 130 | } else { |
| 131 | /* |
| 132 | * Defer the switch to the current thread's TTBR0_EL1 |
| 133 | * until uaccess_enable(). Restore the current |
| 134 | * thread's saved ttbr0 corresponding to its active_mm |
Catalin Marinas | 39bc88e | 2016-09-02 14:54:03 +0100 | [diff] [blame] | 135 | */ |
| 136 | cpu_set_reserved_ttbr0(); |
Will Deacon | 0adbdfd | 2017-12-06 10:42:10 +0000 | [diff] [blame] | 137 | update_saved_ttbr0(current, current->active_mm); |
Catalin Marinas | 39bc88e | 2016-09-02 14:54:03 +0100 | [diff] [blame] | 138 | } |
| 139 | } |
Ard Biesheuvel | f7d9248 | 2015-11-30 13:28:19 +0100 | [diff] [blame] | 140 | } |
| 141 | |
Ard Biesheuvel | f3cdfd2 | 2014-10-20 16:27:26 +0200 | [diff] [blame] | 142 | void efi_virtmap_load(void); |
| 143 | void efi_virtmap_unload(void); |
| 144 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 145 | #endif /* _ASM_EFI_H */ |