Lines Matching +full:grub2 +full:- +full:arm64
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * (C) Copyright 2000-2005
8 * NOTE: This header file defines an interface to U-Boot. Including
10 * use of U-Boot, and does *not* fall under the heading of "derived
53 IH_OS_OPENSBI, /* RISC-V OpenSBI */
54 IH_OS_EFI, /* EFI Firmware (e.g. GRUB2) */
80 IH_ARCH_NIOS, /* Nios-32 */
82 IH_ARCH_NIOS2, /* Nios-II */
87 IH_ARCH_NDS32, /* ANDES Technology - NDS32 */
89 IH_ARCH_ARM64, /* ARM64 */
93 IH_ARCH_RISCV, /* RISC-V */
102 * provided by U-Boot; it is expected that (if they behave
103 * well) you can continue to work in U-Boot after return from
108 * drivers, set up the MMU, etc. - this means, that you cannot
109 * expect to re-enter U-Boot except by resetting the CPU.
113 * "Multi-File Images" contain several images, typically an OS
120 * "Multi-File Images" start with a list of image sizes, each
125 * a multiple of 4 bytes - except for the last file).
128 * U-Boot or FPGA images) which usually will be programmed to
132 * U-Boot's command interpreter; this feature is especially
133 * useful when you configure U-Boot to use a real shell (hush)
146 IH_TYPE_MULTI, /* Multi-File Image */
176 IH_TYPE_PMMC, /* TI Power Management Micro-Controller Firmware */