Skip to content
Snippets Groups Projects
  1. Sep 01, 2017
  2. Aug 28, 2017
    • Niko Mauno's avatar
      splash_source: Verify FIT magic · 22aa21db
      Niko Mauno authored
      
      Before reading entire FIT image, add sanity check by testing image
      header against FDT_MAGIC. This should help avoid problems in situations
      where FIT is not yet available from storage device, for example when
      performing initial programming of device.
      
      Cc: Anatolij Gustschin <agust@denx.de>
      Acked-by: default avatarTomas Melin <tomas.melin@vaisala.com>
      22aa21db
  3. Aug 17, 2017
  4. Aug 16, 2017
  5. Jul 12, 2017
  6. Jul 11, 2017
  7. Feb 27, 2017
  8. Jan 13, 2017
  9. Jul 25, 2016
    • Alexey Brodkin's avatar
      splash: Accommodate DM_USB in splash_init_usb() · d7b60fbf
      Alexey Brodkin authored
      
      Current implementation of splash_init_usb() requires usb_stor_scan()
      which doesn't exist in case of DM_USB simply because real probing
      happens right in usb_init().
      
      So disable usage of usb_stor_scan() in case of DM_USB.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Jeroen Hofstee <jeroen@myspectrum.nl>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Robert Winkler <robert.winkler@boundarydevices.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      d7b60fbf
  10. Jun 14, 2016
  11. Jun 04, 2016
    • Scott Wood's avatar
      nand: Embed mtd_info in struct nand_chip · b616d9b0
      Scott Wood authored
      
      nand_info[] is now an array of pointers, with the actual mtd_info
      instance embedded in struct nand_chip.
      
      This is in preparation for syncing the NAND code with Linux 4.6,
      which makes the same change to struct nand_chip.  It's in a separate
      commit due to the large amount of changes required to accommodate the
      change to nand_info[].
      
      Signed-off-by: default avatarScott Wood <oss@buserror.net>
      b616d9b0
  12. Nov 16, 2015
  13. Jan 29, 2015
  14. Nov 06, 2014
    • Igor Grinberg's avatar
      omap3: cm-t35: extract the splash code from board · f4a40f05
      Igor Grinberg authored
      
      The splash screen loading code can be reused by other compulab boards.
      For now extract it to a common location for further reuse.
      
      This also switches the splash code dependency from CONFIG_LCD to
      CONFIG_SPLASH_SCREEN as it should normally be.
      
      In addition this patch fixes the accidental dependency of the
      get_board_mem_timings() function on CONFIG_LCD, by just moving the
      splash code and leaving the above function intact.
      
      Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
      Reviewed-by: default avatarTom Rini <trini@ti.com>
      f4a40f05
Loading