Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. May 24, 2016
  4. May 17, 2016
  5. May 06, 2016
    • Peng Fan's avatar
      imx6: cache: disable L2 before touching Auxiliary Control Register · ad7af5d7
      Peng Fan authored
      
      According PL310 TRM, Auxiliary Control Register
      "
      The register must be written to using a secure access, and it can be
      read using either a secure or a NS access. If you write to this register
      with a NS access, it results in a write response with a DECERR response,
      and the register is not updated. Writing to this register with the L2
      cache enabled, that is, bit[0] of L2 Control Register set to 1,
      results in a SLVERR.
      "
      
      So If L2 cache is already enabled by ROM, chaning value of ACR
      will cause SLVERR and uboot hang.
      
      Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      ad7af5d7
  6. May 02, 2016
  7. Apr 19, 2016
    • Marek Vasut's avatar
      arm: mx5: Fix NAND image generation · 0297bd11
      Marek Vasut authored and Stefano Babic's avatar Stefano Babic committed
      
      The echo -ne "\xNN" does not work in certain bourne-compatible shells, like
      dash. The recommended way of hex->char conversion is using printf(1), but
      there is a pitfall here. The GNU printf does support "\xNN" format, but
      according to the opengroup documentation, this is not part of POSIX. The
      POSIX printf only defines "\NNN" where N is octal. Thus, for the sake of
      compatibility, we use that.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      0297bd11
  8. Mar 09, 2016
  9. Feb 21, 2016
  10. Jan 03, 2016
  11. Nov 12, 2015
    • Peng Fan's avatar
      imx: mx7: compile misc.c for mx7 · f978559c
      Peng Fan authored and Stefano Babic's avatar Stefano Babic committed
      
      Compile misc.c for mx7, since we need related function for
      lcdif and nand.
      
      Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
      Cc: Sanchayan Maity <maitysanchayan@gmail.com>
      Cc: Stefan Agner <stefan@agner.ch>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      f978559c
    • Peng Fan's avatar
      imx: imx-common: power down lcdif before boot os · 623787fd
      Peng Fan authored and Stefano Babic's avatar Stefano Babic committed
      
      Need to call lcdif_power_down to make lcdif in initial state
      before kernel boot. Similar issue for uboot reset with lcdif
      enabled, system will hang after serveral times resetting. Need
      to let lcdif initial state to make all go well.
      
      Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Tim Harvey <tharvey@gateworks.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      623787fd
  12. Oct 30, 2015
  13. Oct 02, 2015
  14. Sep 24, 2015
  15. Sep 20, 2015
  16. Sep 13, 2015
  17. Sep 02, 2015
  18. Aug 02, 2015
  19. Jun 27, 2015
Loading