13e9aa320SBen Stoltzif VENDOR_EFI 23e9aa320SBen Stoltz 33e9aa320SBen Stoltzchoice 43e9aa320SBen Stoltz prompt "Mainboard model" 53e9aa320SBen Stoltz optional 63e9aa320SBen Stoltz 73e9aa320SBen Stoltzconfig TARGET_EFI 83e9aa320SBen Stoltz bool "efi" 93e9aa320SBen Stoltz help 103e9aa320SBen Stoltz This target is used for running U-Boot on top of EFI. In 113e9aa320SBen Stoltz this case EFI does the early initialisation, and U-Boot 123e9aa320SBen Stoltz takes over once the RAM, video and CPU are fully running. 133e9aa320SBen Stoltz U-Boot is loaded as an application from EFI. 143e9aa320SBen Stoltz 15*32151d40SBin Mengconfig TARGET_EFI_PAYLOAD 16*32151d40SBin Meng bool "efi payload" 17*32151d40SBin Meng help 18*32151d40SBin Meng This target is used for running U-Boot on top of EFI. In 19*32151d40SBin Meng this case EFI does the early initialisation, and U-Boot 20*32151d40SBin Meng takes over once the RAM, video and CPU are fully running. 21*32151d40SBin Meng U-Boot is loaded as a payload from EFI. 22*32151d40SBin Meng 233e9aa320SBen Stoltzendchoice 243e9aa320SBen Stoltz 253e9aa320SBen Stoltzsource "board/efi/efi-x86/Kconfig" 26*32151d40SBin Mengsource "board/efi/efi-x86_payload/Kconfig" 273e9aa320SBen Stoltz 283e9aa320SBen Stoltzendif 29