1. 10 12月, 2012 3 次提交
  2. 03 11月, 2012 1 次提交
    • T
      am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support · 044fc14b
      Tom Rini 提交于
      We add CONFIG_ENV_VARS_UBOOT_CONFIG,
      CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and CONFIG_BOARD_LATE_INIT to set
      the variables and then fdtfile and findfdt to make us of this.  It is
      now possible to do 'run findfdt' to have fdtfile be set to the value of
      the dtb file to load for the board we are running on.
      Signed-off-by: NTom Rini <trini@ti.com>
      044fc14b
  3. 26 10月, 2012 2 次提交
  4. 23 10月, 2012 1 次提交
  5. 02 10月, 2012 2 次提交
  6. 28 9月, 2012 1 次提交
    • T
      SPL: Move the omap SPL framework to common/spl · 47f7bcae
      Tom Rini 提交于
      Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
      framework, enable on all of the previously using boards.  We move the
      spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/.  We leave
      the NAND one in-place as we plan to replace it later in this series.
      
      We use common/spl to avoid linker problems with respect to merging
      constant strings in objects.   Otherwise all strings in common/ will be
      linked in and kept which grows SPL in size too much.
      Signed-off-by: NTom Rini <trini@ti.com>
      47f7bcae
  7. 01 9月, 2012 11 次提交
  8. 27 3月, 2012 1 次提交
  9. 23 1月, 2012 1 次提交
  10. 16 1月, 2012 4 次提交
  11. 04 11月, 2011 1 次提交
  12. 28 10月, 2011 1 次提交