Skip to content
Snippets Groups Projects
  1. Jun 10, 2013
  2. Jun 06, 2013
    • Fabio Estevam's avatar
      ARM: imx: Fix incorrect usage of CONFIG_SYS_MMC_ENV_PART · 7fb72c79
      Fabio Estevam authored
      
      When running the "save" command several times on a mx6qsabresd we see:
      
      U-Boot > save
      Saving Environment to MMC...
      Writing to MMC(1)... done
      U-Boot > save
      Saving Environment to MMC...
      MMC partition switch failed
      U-Boot > save
      Saving Environment to MMC...
      Writing to MMC(1)... done
      U-Boot > save
      Saving Environment to MMC...
      MMC partition switch failed
      U-Boot > save
      Saving Environment to MMC...
      Writing to MMC(1)... done
      U-Boot > save
      Saving Environment to MMC...
      MMC partition switch failed
      
      This issue is caused by the incorrect usage of CONFIG_SYS_MMC_ENV_PART.
      
      CONFIG_SYS_MMC_ENV_PART should be used to specify the mmc partition that stores
      the environment variables.
      
      On some imx boards it is been incorrectly used to pass the partition of kernel
      and dtb files for the 'mmcpart' script variable.
      
      Remove the CONFIG_SYS_MMC_ENV_PART usage and configure the 'mmcpart' variable
      directly.
      
      Reported-by: default avatarJason Liu <r64343@freescale.com>
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: default avatarJason Liu <r64343@freescale.com>
      7fb72c79
  3. Jun 04, 2013
    • Tom Rini's avatar
      am33xx: Correct NON_SECURE_SRAM_START/END · 320d9746
      Tom Rini authored
      
      Prior to Sricharan's cleanup of the boot parameter saving code, we
      did not make use of NON_SECURE_SRAM_START on am33xx, so it wasn't a
      problem that the address was pointing to the middle of our running SPL.
      Correct to point to the base location of the download image area.
      Increase CONFIG_SPL_TEXT_BASE to account for this scratch area being
      used.  As part of correcting these tests, make use of the fact that
      we've always been placing our stack outside of the download image area
      (which is fine, once the downloaded image is run, ROM is gone) so
      correct the max size test to be the ROM defined top of the download area
      to where we link/load at.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      
      ---
      Changes in v2:
      - Fix typo noted by Peter Korsgaard
      320d9746
    • SARTRE Leo's avatar
      Add support for Congatec Conga-QEVAl board · 9b75bad0
      SARTRE Leo authored
      
      Add minimal support (only boot from mmc device) for the Congatec
      Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad
      processor) module.
      
      Signed-off-by: default avatarLeo Sartre <lsartre@adeneo-embedded.com>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      Acked-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
      9b75bad0
  4. Jun 03, 2013
  5. May 28, 2013
  6. May 24, 2013
  7. May 23, 2013
  8. May 21, 2013
  9. May 16, 2013
  10. May 15, 2013
    • Kuo-Jung Su's avatar
      mmc: update Faraday FTSDC010 for rw performance · f6c3b346
      Kuo-Jung Su authored
      
      Faraday FTSDC010 is a MMC/SD host controller.
      Although there is already a driver in current u-boot release,
      which is modified from eSHDC and contributed by Andes Tech.
      Its performance is too terrible on Faraday A36x SoC platforms,
      so I turn to implement this new version of driver which is
      10+ times faster than the old one.
      
      It's carefully designed to be compatible with Andes chips,
      so it should be safe to replace it.
      
      Signed-off-by: default avatarKuo-Jung Su <dantesu@faraday-tech.com>
      CC: Andy Fleming <afleming@gmail.com>
      Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
      f6c3b346
    • Wolfgang Denk's avatar
      Power: remove support for Freescale MPC8220 · d6ed3222
      Wolfgang Denk authored
      
      The Freescale MPC8220 Power Architecture processors have long reached
      EOL; Freescale does not even list these any more on their web site.
      
      Remove the code to avoid wasting maitaining efforts on dead stuff.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Andy Fleming <afleming@gmail.com>
      d6ed3222
  11. May 14, 2013
Loading