Skip to content
Snippets Groups Projects
  1. Dec 27, 2016
  2. Dec 21, 2016
    • Konstantin Porotchkin's avatar
      arm64: mvebu: Fix A8K memory mapping and add documentation · 0d92f214
      Konstantin Porotchkin authored
      
      Fix the MMU mapping for A8K device family:
       - Separate A7K and A8K memory mappings
       - Fix memory regions by including IO mapping for all
         3 PCIe interfaces existing on each connected CP110 controller
      Add A8K memory mapping documentation with all regions
      configured by Marvell ATF.
      
      Change-Id: I9c930569b1853900f5fba2d5db319b092cc7a2a6
      Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      0d92f214
  3. Dec 12, 2016
  4. Dec 06, 2016
  5. Dec 05, 2016
  6. Dec 04, 2016
  7. Dec 03, 2016
  8. Dec 02, 2016
  9. Nov 29, 2016
  10. Nov 24, 2016
  11. Nov 22, 2016
  12. Nov 18, 2016
  13. 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
  14. Nov 07, 2016
  15. Nov 06, 2016
  16. Nov 05, 2016
  17. Oct 30, 2016
  18. Oct 29, 2016
  19. Oct 18, 2016
  20. Oct 12, 2016
  21. Oct 07, 2016
Loading