X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.u-boot_on_efi;h=0349c5663af04d54c322241cb014158e7ff22a91;hb=4f1dacd43fcb5d4e97407df51b48dfde5e920078;hp=298b94e342e4cc389df587c45e8b4d067b0feaf3;hpb=f3b5056c4e726238f3cbcdb8e5c34f38ba197611;p=u-boot diff --git a/doc/README.u-boot_on_efi b/doc/README.u-boot_on_efi index 298b94e342..0349c5663a 100644 --- a/doc/README.u-boot_on_efi +++ b/doc/README.u-boot_on_efi @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2015 Google, Inc -# -# SPDX-License-Identifier: GPL-2.0+ -# U-Boot on EFI ============= @@ -237,12 +235,8 @@ Where is the code? lib/efi payload stub, application, support code. Mostly arch-neutral -arch/x86/lib/efi - helper functions for the fake DRAM init, etc. These can be used by - any board that runs as a payload. - arch/x86/cpu/efi - x86 support code for running as an EFI application + x86 support code for running as an EFI application and payload board/efi/efi-x86/efi.c x86 board code for running as an EFI application