]> git.sur5r.net Git - u-boot/blobdiff - doc/README.u-boot_on_efi
x86: efi: Refactor the directory of EFI app and payload support
[u-boot] / doc / README.u-boot_on_efi
index 298b94e342e4cc389df587c45e8b4d067b0feaf3..0349c5663af04d54c322241cb014158e7ff22a91 100644 (file)
@@ -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