1. 10 5月, 2013 2 次提交
  2. 10 4月, 2013 3 次提交
  3. 08 4月, 2013 1 次提交
    • B
      musb: am335x: disable bulk split-combine feature · 4de602f2
      Bin Liu 提交于
      On TI AM335x devices, MUSB has bulk split/combine feature enabled
      in the ConfigData register, but the current MUSB driver does not
      support it yet. Therefore, disable the feature for now, until the
      driver adds the support.
      
      One usecase which is broken because of this feature is that Ether
      gadget stops working in Fullspeed mode (by un-defining
      CONFIG_USB_GADGET_DUALSPEED)
      
      After desabled this feature, MUSB driver send packets in proper size
      (no more than 64 bytes) in Fullspeed mode.
      
      This has been validated with Ether gadget in Fullspeed mode on AM335x
      EVM.
      Signed-off-by: NBin Liu <b-liu@ti.com>
      4de602f2
  4. 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
  5. 22 3月, 2013 3 次提交
  6. 13 3月, 2013 1 次提交
  7. 11 3月, 2013 1 次提交
  8. 09 3月, 2013 2 次提交
  9. 19 2月, 2013 5 次提交
  10. 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
  11. 10 12月, 2012 3 次提交
  12. 20 11月, 2012 1 次提交
  13. 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
  14. 26 10月, 2012 2 次提交
  15. 23 10月, 2012 1 次提交
  16. 02 10月, 2012 2 次提交
  17. 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
  18. 01 9月, 2012 9 次提交