Skip to content
Snippets Groups Projects
  1. Jun 05, 2017
  2. Jun 01, 2017
  3. May 22, 2017
  4. May 10, 2017
  5. May 09, 2017
  6. May 08, 2017
  7. Apr 27, 2017
  8. Apr 15, 2017
  9. Apr 05, 2017
    • Stefan Roese's avatar
      dm: test: Add test for device removal · 24f927c5
      Stefan Roese authored
      
      Add a test for the correct device removal. Currently two different ways
      for device removal are supported:
      
      - Normal device removal via the device_remove() API
      - Removal via selective device driver flags (DM_FLAG_ACTIVE_DMA)
      
      This new test "remove_active_dma" adds tests cases for those both ways
      of removal. This is done by adding a new test driver, which has this
      flag set.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      24f927c5
    • Stefan Roese's avatar
      dm: core: Add flags parameter to device_remove() · 706865af
      Stefan Roese authored
      
      This patch adds the flags parameter to device_remove() and changes all
      calls to this function to provide the default value of DM_REMOVE_NORMAL
      for "normal" device removal.
      
      This is in preparation for the driver specific pre-OS (e.g. DMA
      cancelling) remove support.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      706865af
  10. Mar 20, 2017
  11. Feb 08, 2017
    • Simon Glass's avatar
      dm: core: Replace of_offset with accessor · e160f7d4
      Simon Glass authored
      
      At present devices use a simple integer offset to record the device tree
      node associated with the device. In preparation for supporting a live
      device tree, which uses a node pointer instead, refactor existing code to
      access this field through an inline function.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      e160f7d4
  12. Nov 27, 2016
    • Alexander Graf's avatar
      travis: Add efi_loader grub2 test · 0e4e38ae
      Alexander Graf authored
      
      We have all the building blocks now to run arbitrary efi applications
      in travis. The most important one out there is grub2, so let's add
      a simple test to verify that grub2 still comes up.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      0e4e38ae
    • Alexander Graf's avatar
      efi_loader: Allow to compile helloworld.efi w/o bundling it · 95b62b2e
      Alexander Graf authored
      
      Today we can compile a self-contained hello world efi test binary that
      allows us to quickly verify whether the EFI loader framwork works.
      
      We can use that binary outside of the self-contained test case though,
      by providing it to a to-be-tested system via tftp.
      
      This patch separates compilation of the helloworld.efi file from
      including it in the u-boot binary for "bootefi hello". It also modifies
      the efi_loader test case to enable travis to pick up the compiled file.
      Because we're now no longer bloating the resulting u-boot binary, we
      can enable compilation always, giving us good travis test coverage.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      95b62b2e
  13. Nov 26, 2016
  14. Nov 21, 2016
  15. Oct 23, 2016
  16. Oct 14, 2016
  17. Oct 13, 2016
  18. Sep 23, 2016
Loading