Skip to content
Snippets Groups Projects
  1. Apr 30, 2017
  2. Mar 17, 2017
  3. Mar 09, 2017
    • Tom Rini's avatar
      Freescale/NXP: Migrate CONFIG_FSL_CAAM to defconfigs · 28522678
      Tom Rini authored
      
      In some cases this is absolutely required, so select this for some secure
      features.  This also requires migration of RSA_FREESCALE_EXP
      
      Cc: Ruchika Gupta <ruchika.gupta@nxp.com>
      Cc: Poonam Aggrwal <poonam.aggrwal@freescale.com>
      Cc: Naveen Burmi <NaveenBurmi@freescale.com>
      Cc: Po Liu <po.liu@freescale.com>
      Cc: Shengzhou Liu <Shengzhou.Liu@freescale.com>
      Cc: Priyanka Jain <Priyanka.Jain@freescale.com>
      Cc: Sumit Garg <sumit.garg@nxp.com>
      Cc: Shaohui Xie <Shaohui.Xie@freescale.com>
      Cc: Chunhe Lan <Chunhe.Lan@freescale.com>
      Cc: Feng Li <feng.li_2@nxp.com>
      Cc: Alison Wang <alison.wang@freescale.com>
      Cc: Mingkai Hu <Mingkai.Hu@freescale.com>
      Cc: York Sun <york.sun@nxp.com>
      Cc: Saksham Jain <saksham.jain@nxp.freescale.com>
      Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      28522678
  4. Jan 27, 2017
    • Stefan Agner's avatar
      imx_common: check for bmode Serial Downloader · ac0a93fd
      Stefan Agner authored and Stefano Babic's avatar Stefano Babic committed
      
      Before commit 81c4eccb ("imx: mx6: fix USB bmode to use
      reserved value") a non-reserved value has been used to trigger
      Serial Downloader using bmode, which translated to a GPR9 value
      of 0x10. However, on some boards the non-reserved value lead to
      unreliable bmode command. With the above mentioned commit, U-boot
      switched to use [7:4] b0001, which translates to GPR9 0x10 for
      Serial Downloader mode. Check for the new value and classify it
      as Serial Downloader mode.
      
      Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
      CC: Stefano Babic <sbabic@denx.de>
      CC: Tim Harvey <tharvey@gateworks.com>
      CC: Fabio Estevam <Fabio.Estevam@freescale.com>
      CC: Eric Nelson <eric.nelson@boundarydevices.com>
      ac0a93fd
  5. Jan 11, 2017
  6. Jan 02, 2017
  7. Dec 16, 2016
  8. Dec 05, 2016
  9. Nov 29, 2016
  10. Oct 24, 2016
  11. Oct 17, 2016
  12. Oct 04, 2016
  13. Sep 24, 2016
  14. Sep 23, 2016
  15. Jul 28, 2016
  16. Jul 21, 2016
    • Breno Lima's avatar
      Revert "imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also for EXTFS" · 68b09b89
      Breno Lima authored and Stefano Babic's avatar Stefano Babic committed
      
      Commit c1ebf548 ("imx_common: Return MMCSD_MODE_FS in spl_boot_mode()
      also for EXTFS") causes SPL breakage on wandboard:
      
      ERROR: v7_dcache_inval_range - start address is not aligned - 0x1820006c
      ERROR: v7_dcache_inval_range - stop address is not aligned - 0x1820086c
      ERROR: v7_dcache_inval_range - start address is not aligned - 0x1820006c
      ERROR: v7_dcache_inval_range - stop address is not aligned - 0x1820086c
      ** First descriptor is NOT a primary desc on 0:1 **
      spl: no partition table found
      SPL: failed to boot from all boot devices
      ### ERROR ### Please RESET the board ###
      
      This error is seen when SPL and u-boot.img are stored in the raw SD card
      partition.
      
      This reverts commit c1ebf548.
      
      Signed-off-by: default avatarBreno Lima <breno.lima@nxp.com>
      Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      68b09b89
  17. Jul 16, 2016
    • Robert P. J. Day's avatar
      Various, unrelated tree-wide typo fixes. · 62a3b7dd
      Robert P. J. Day authored
      
          Fix a number of typos, including:
      
           * "compatble" -> "compatible"
           * "eanbeld" -> "enabled"
           * "envrionment" -> "environment"
           * "FTD" -> "FDT" (for "flattened device tree")
           * "ommitted" -> "omitted"
           * "overriden" -> "overridden"
           * "partiton" -> "partition"
           * "propogate" -> "propagate"
           * "resourse" -> "resource"
           * "rest in piece" -> "rest in peace"
           * "suport" -> "support"
           * "varible" -> "variable"
      
      Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
      62a3b7dd
  18. Jul 12, 2016
  19. Jun 26, 2016
    • Marek Vasut's avatar
      common: Pass the boot device into spl_boot_mode() · 2b1cdafa
      Marek Vasut authored
      
      The SPL code already knows which boot device it calls the spl_boot_mode()
      on, so pass that information into the function. This allows the code of
      spl_boot_mode() avoid invoking spl_boot_device() again, but it also lets
      board_boot_order() correctly alter the behavior of the boot process.
      
      The later one is important, since in certain cases, it is desired that
      spl_boot_device() return value be overriden using board_boot_order().
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Andreas Bießmann <andreas.devel@googlemail.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@konsulko.com>
      Reviewed-by: default avatarAndreas Bießmann <andreas@biessmann.org>
      [add newly introduced zynq variant]
      Signed-aff-by: default avatarAndreas Bießmann <andreas@biessmann.org>
      2b1cdafa
  20. May 24, 2016
Loading