1. 25 3月, 2013 1 次提交
    • T
      am33xx: Add required includes to some omap/am33xx code · 98f92001
      Tom Rini 提交于
      - In arch/arm/cpu/armv7/omap-common/timer.c,
        drivers/mtd/nand/omap_gpmc.c and drivers/net/cpsw.c add #include files
        that the driver needs but had been relying on <config.h> to bring in.
      - In arch/arm/cpu/armv7/omap-common/lowlevel_init.S add <config.h>
      - In am335x_evm.h and pcm051.h don't globally include
        <asm/arch/hardware.h> and <asm/arch/cpu.h> but just <asm/arch/omap.h>
        as that is the only include which defines things the config uses.
      
      Cc: Lars Poeschel <poeschel@lemonage.de>
      Signed-off-by: NTom Rini <trini@ti.com>
      98f92001
  2. 22 3月, 2013 3 次提交
  3. 13 3月, 2013 1 次提交
  4. 11 3月, 2013 1 次提交
  5. 09 3月, 2013 2 次提交
  6. 19 2月, 2013 5 次提交
  7. 07 2月, 2013 1 次提交
    • H
      AM335X: Set fdt_high for AM335X devices to enable booting with Device Tree · f170899f
      hvaibhav@ti.com 提交于
      For AM335X boards, such as the EVM and Bone Linux kernel fails to
      locate the device tree blob on boot. The reason being is that
      u-boot is copying the DT blob to the upper part of RAM when booting
      the kernel and the kernel is unable to access the blob.
      By setting the fdt_high variable to 0xffffffff (to prevent the copy)
      the kernel is able to locate the DT blob and boot.
      
      This patch is tested on BeagleBone platform.
      Signed-off-by: NVaibhav Hiremath <hvaibhav@ti.com>
      Cc: Tom Rini <trini@ti.com>
      f170899f
  8. 10 12月, 2012 3 次提交
  9. 20 11月, 2012 1 次提交
  10. 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
  11. 26 10月, 2012 2 次提交
  12. 23 10月, 2012 1 次提交
  13. 02 10月, 2012 2 次提交
  14. 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
  15. 01 9月, 2012 11 次提交
  16. 27 3月, 2012 1 次提交
  17. 23 1月, 2012 1 次提交
  18. 16 1月, 2012 2 次提交