Skip to content
Snippets Groups Projects
  1. May 17, 2016
  2. Mar 27, 2016
  3. Mar 21, 2016
  4. Jan 25, 2016
  5. Jan 19, 2016
  6. Dec 15, 2015
  7. Dec 14, 2015
  8. Nov 30, 2015
  9. Nov 10, 2015
    • Tom Rini's avatar
      Various Makefiles: Add SPDX-License-Identifier tags · da58dec8
      Tom Rini authored
      
      After consulting with some of the SPDX team, the conclusion is that
      Makefiles are worth adding SPDX-License-Identifier tags too, and most of
      ours have one.  This adds tags to ones that lack them and converts a few
      that had full (or in one case, very partial) license blobs into the
      equivalent tag.
      
      Cc: Kate Stewart <kstewart@linuxfoundation.org>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      da58dec8
  10. Oct 30, 2015
  11. Aug 03, 2015
    • York Sun's avatar
      drivers/ddr/fsl: Adjust bstopre value · 56848428
      York Sun authored
      
      By default the bstopre value has been set to 0x100, used to be 1/4
      value of refint. Modern DDR has increased the refresh time. Adjust
      to 1/4 of refresh interval dynamically. Individual board can still
      override this value in board ddr file, or to use auto-precharge.
      
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      56848428
  12. Jul 20, 2015
    • York Sun's avatar
      driver/ddr/fsl: Add a hook to update SPD address · b92557cd
      York Sun authored
      In case SPD address changes between board revisions, updating SPD
      address can be called from board file.
      
      Signed-off-by: York Sun <yorksun at freescale.com>
      Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
      b92557cd
  13. Apr 23, 2015
  14. Apr 20, 2015
    • Curt Brune's avatar
      MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register · d7c865bd
      Curt Brune authored
      
      According to the MPC8555/MPC8541 reference manual the SS_EN (source
      synchronous enable) bit in the DDR_SDRAM_CLK_CNLT register must be set
      during initialization.
      
      >From section 9.4.1.8 of that manual:
      
         Source synchronous enable. This bit field must be set during
         initialization. See Section 9.6.1, "DDR SDRAM Initialization
         Sequence," details.
      
         0 - Reserved
         1 - The address and command are sent to the DDR SDRAMs source
             synchronously.
      
      In addition, Freescale application note AN2805 is also very clear that
      this bit must be set.
      
      This patch reverts a change introduced by commit
      457caecd.
      
      Testing Done:
      
      Compiled targets CONFIG_TARGET_MPC8555CDS and CONFIG_TARGET_MPC8541CDS
      and inspected the generated assembly code to verify the SS_EN bit was being
      set.  There is one extra instruction emitted:
      
        fff9b774: 65 29 80 00  oris    r9,r9,32768
      
      Compiled the CONFIG_TARGET_MPC8548CDS target and verified that no
      additional instructions were emitted related to this patch.
      
      Booted an image on a MPC8541 based board successfully.
      
      Signed-off-by: default avatarCurt Brune <curt@cumulusnetworks.com>
      Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
      d7c865bd
  15. Feb 24, 2015
  16. Jan 24, 2015
  17. Dec 15, 2014
  18. Dec 11, 2014
  19. Dec 05, 2014
Loading