Skip to content
Snippets Groups Projects
  1. Nov 22, 2016
  2. Nov 18, 2016
  3. Nov 14, 2016
    • Simon Glass's avatar
      x86: Enable EFI loader support · 58ad8628
      Simon Glass authored
      
      Enable this so that EFI applications (notably grub) can be run under U-Boot
      on x86 platforms.
      
      At present the 'hello world' EFI application is not supported for the
      qemu-x86_efi_payload64 board. That board builds a payload consisting of a
      64-bit header and a 32-bit U-Boot, which is incompatible with the way the
      EFI loader builds its EFI application. The following error is obtained:
      
      x86_64-linux-ld.bfd: i386 architecture of input file
         `lib/efi_loader/helloworld.o' is incompatible with i386:x86-64 output
      
      This could be corrected with additional Makefile rules. For now, this
      feature is disabled for that board.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      [agraf: drop hello kconfig bits]
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      58ad8628
    • Simon Glass's avatar
      efi: Add support for a hello world test program · c7ae3dfd
      Simon Glass authored
      
      It is useful to have a basic sanity check for EFI loader support. Add a
      'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      [agraf: Fix documentation, add unfulfilled kconfig dep]
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      c7ae3dfd
  4. Nov 07, 2016
  5. Nov 06, 2016
  6. Nov 05, 2016
  7. Oct 30, 2016
  8. Oct 29, 2016
  9. Oct 18, 2016
  10. Oct 12, 2016
  11. Oct 07, 2016
  12. Oct 04, 2016
  13. Oct 02, 2016
  14. Sep 21, 2016
  15. Sep 07, 2016
  16. Sep 06, 2016
  17. Aug 26, 2016
  18. Aug 16, 2016
  19. Aug 15, 2016
  20. Aug 08, 2016
  21. Aug 05, 2016
  22. Aug 04, 2016
Loading