Skip to content
Snippets Groups Projects
  1. Feb 21, 2015
  2. Feb 16, 2015
  3. Feb 13, 2015
  4. Feb 12, 2015
  5. Feb 10, 2015
    • Graeme Russ's avatar
      arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode · 2d6286ab
      Graeme Russ authored and Stefano Babic's avatar Stefano Babic committed
      
      When booting in JTAG mode, there is no way to use soft break-points, and
      no way of knowing when SPL has finished executing (so the user can issue
      a 'halt' command to load u-boot.bin for example)
      
      Add a debug output and simple loop to stop execution at the completion of
      the SPL initialisation as a pseudo break-point when booting in JTAG mode
      
      Signed-off-by: default avatarGraeme Russ <gruss@tss-engineering.com>
      2d6286ab
    • Graeme Russ's avatar
      arm: mxs: Enable booting of mx28 without battery · 7a086037
      Graeme Russ authored and Stefano Babic's avatar Stefano Babic committed
      
      Section 4.1.2 of Freescale Application Note AN4199 describes the
      configuration required to operate the mx28 from a 5V source without a
      battery.
      
      This patch changes the behaviour of the dropout control of the DC-DC
      converter (refer to section 11.12.9 of the mx28 Application Processor
      Reference Manual - Document Number: MCIMX28RM, Rev 2, 08/2013) to the
      following:
       - Always use 4P2 Linear Regulator if CONFIG_SYS_MXS_VDD5V_ONLY is defined
       - Switch between 4P2 Linear Regulator and Battery, using whichever has
         the highest voltage if CONFIG_SYS_MXS_VDD5V_ONLY isnot set (this is
         the same as the pre-patch behaviour)
      
      Signed-off-by: default avatarGraeme Russ <gruss@tss-engineering.com>
      Signed-off-by: default avatarDamien Gotfroi <dgotfroi@greenwatch.be>
      7a086037
    • Graeme Russ's avatar
      arm: mxs: Add debug outputs and comments to mxs SPL source files · 950eaf62
      Graeme Russ authored and Stefano Babic's avatar Stefano Babic committed
      
      It is difficult to track down fail to boot issues in the mxs SPL.
      Implement the following to make it easier:
       - Add debug outputs to allow tracing of SPL progress in order to track
      where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT must
      be defined to enable debug output in SPL
       - Add TODO comments where it is not clear if the code is doing what it
      is meant to be doing, even tough the board boots properly (these comments
      refer to existing code, not to any code added by this patch)
      
      Signed-off-by: default avatarGraeme Russ <gruss@tss-engineering.com>
      950eaf62
    • Ye.Li's avatar
      imx: mx6: Fixed AIPS3 base address issue · e8cdeefc
      Ye.Li authored and Stefano Babic's avatar Stefano Babic committed
      
      Should use AIPS3 configuration address 0x0227C000 to set AIPS3,
      not the AIPS3 base address.
      Additional, replace AIPS1_BASE_ADDR to AIPS3_ARB_BASE_ADDR to align with
      AIPS1 and AIPS2, and resolve the AIPS3_ARB_BASE_ADDR undefine problem.
      
      Signed-off-by: default avatarYe.Li <B37916@freescale.com>
      e8cdeefc
  6. Feb 07, 2015
Loading