Skip to content
Snippets Groups Projects
  1. Sep 01, 2017
  2. Aug 29, 2017
  3. 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
    • Hannes Schmelzer's avatar
      bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot · a223e2bc
      Hannes Schmelzer authored
      
      Before commit 26d61195 (fdt: Move fdt_fixup_ethernet to a common place)
      the fdt_fixup_ethernet(...) was called during do_bootvx_fdt(...).
      
      Afterwards the only (common) place for this fixup is during
      image_setup_libfdt(...) and this is only called, at least on ARM
      platform, from image_setup_linux(...).
      
      All this ends up in the fact, that the fdt_fixup_ethernet(...) is only
      called on booting a linux image and not on booting a vxWorks image.
      
      We fix this with adding the fdt_fixup_ethernet(...) call again to
      do_bootvx_fdt(...)
      
      Signed-off-by: default avatarHannes Schmelzer <oe5hpm@oevsv.at>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      a223e2bc
    • Wilson Lee's avatar
      common: console: Fix duplicated CONFIG in silent env callback · 5daf6e56
      Wilson Lee authored
      
      The silent environment callback function does not update the silent
      flag during silent env set or unset. That is because of duplicated
      CONFIG keyword at preprocessor condition in silent environment
      callback function and cause silent env callback unable to work.
      
      This patch is to remove the duplicated CONFIG keywork in silent
      environment callback function.
      
      Signed-off-by: default avatarWilson Lee <wilson.lee@ni.com>
      Cc: Keng Soon Cheah <keng.soon.cheah@ni.com>
      Cc: Chen Yee Chew <chen.yee.chew@ni.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      5daf6e56
  4. Aug 23, 2017
  5. Aug 21, 2017
  6. Aug 20, 2017
  7. Aug 19, 2017
  8. Aug 17, 2017
  9. Aug 16, 2017
  10. Aug 15, 2017
  11. Aug 14, 2017
  12. Aug 13, 2017
  13. Aug 05, 2017
  14. Aug 02, 2017
  15. Aug 01, 2017
Loading