]> 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 d5903c7bd3be54e0cef9546ea7b033ffaee91f2c..0349c5663af04d54c322241cb014158e7ff22a91 100644 (file)
@@ -235,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