1. 08 11月, 2014 1 次提交
  2. 17 9月, 2014 1 次提交
  3. 10 9月, 2014 1 次提交
  4. 16 7月, 2014 1 次提交
  5. 06 7月, 2014 1 次提交
  6. 02 7月, 2014 2 次提交
  7. 16 6月, 2014 1 次提交
  8. 01 3月, 2014 1 次提交
  9. 18 1月, 2014 4 次提交
  10. 26 11月, 2013 3 次提交
  11. 19 11月, 2013 1 次提交
    • T
      ARM: OMAP2+: More randconfig fixes for reconfigure_io_chain · cae26f31
      Tony Lindgren 提交于
      Commit 26273e02 (ARM: OMAP2+: Fix build for dra7xx without
      omap4 and 5) attempted to fix randconfig found errors for
      redefinition of omap44xx_prm_reconfigure_io_chain, but was
      not enough.
      
      We need to check for AM43XX without any omap4 or 5 related
      SoCs as well. And looks like we have prm44xx.o built always
      anyways with omap-4-5-prcm-common because of the calls to
      omap4_prm_vp_clear_txdone, so we can remove the duplicate
      entries in the Makefile.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      cae26f31
  12. 16 11月, 2013 1 次提交
  13. 19 10月, 2013 4 次提交
  14. 14 10月, 2013 2 次提交
  15. 09 10月, 2013 1 次提交
  16. 26 9月, 2013 1 次提交
  17. 23 8月, 2013 4 次提交
  18. 13 8月, 2013 1 次提交
  19. 04 7月, 2013 1 次提交
  20. 24 6月, 2013 1 次提交
    • M
      ARM: OMAP2+: AM43x: resolve SMP related build error · 22fe3b89
      Mohammed, Afzal 提交于
      If AM43x and SMP is selected, OMAP4 & OMAP5 deselected, build error as
      follows,
      
      arch/arm/mach-omap2/built-in.o: In function `scu_gp_set':
      arch/arm/mach-omap2/sleep44xx.S:131: undefined reference to `omap4_get_scu_base'
      arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode'
      arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear':
      arch/arm/mach-omap2/sleep44xx.S:227: undefined reference to `omap4_get_scu_base'
      arch/arm/mach-omap2/sleep44xx.S:229: undefined reference to `scu_power_mode'
      
      Resolve it by building sleep44xx.S only for OMAP4 & OMAP5.
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      22fe3b89
  21. 17 6月, 2013 1 次提交
  22. 12 6月, 2013 3 次提交
    • A
      ARM: OMAP2+: AM43x: kbuild · 33f82f33
      Afzal Mohammed 提交于
      Build pieces that could be reused for AM43x - GIC related, secure
      related and common PRCM.
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      33f82f33
    • A
      ARM: OMAP2+: separate out OMAP4 restart · ab4c2e1b
      Afzal Mohammed 提交于
      Separate out OMAP4 restart and have it similar to other platforms, in
      a different file. Main motive is to reuse omap4-common on platforms
      other than OMAP4, like AM43x, even if OMAP4 is deselected (otherwise
      would have caused build breakage).
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      ab4c2e1b
    • S
      mailbox/omap: move the OMAP mailbox framework to drivers · c869c75c
      Suman Anna 提交于
      The mailbox hardware (in OMAP) uses a queued mailbox interrupt
      mechanism that provides a communication channel between processors
      through a set of registers and their associated interrupt signals
      by sending and receiving messages.
      
      The OMAP mailbox framework/driver code is moved to be under
      drivers/mailbox, in preparation for adapting to a common mailbox
      driver framework. This allows the build for OMAP mailbox to be
      enabled (it was disabled during the multi-platform support).
      
      As part of the migration from plat and mach code:
      - Kconfig symbols have been renamed to build OMAP1 or OMAP2+ drivers.
      - mailbox.h under plat-omap/plat/include has been split into a public
        and private header files. The public header has only the API related
        functions and types.
      - The module name mailbox.ko from plat-omap is changed to
        omap-mailbox.ko
      - The module name mailbox_mach.ko from mach-omapX is changed as
          mailbox_omap1.ko for OMAP1
          mailbox_omap2.ko for OMAP2+
      
      Cc: Tony Lindgren <tony@atomide.com>
      [gregkh@linuxfoundation.org: ack for staging part]
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NOmar Ramirez Luna <omar.ramirez@copitl.com>
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      c869c75c
  23. 09 6月, 2013 1 次提交
  24. 31 5月, 2013 2 次提交
    • T
      ARM: OMAP2+: Remove legacy mux data for omap4 · c99eb41c
      Tony Lindgren 提交于
      We can now boot with devicetree and muxing can be done
      with pinctrl-single.c.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      c99eb41c
    • T
      ARM: OMAP2+: Remove board-omap4panda.c · b42b9181
      Tony Lindgren 提交于
      We can now boot with device tree. If you don't want to update u-boot,
      you can boot with appended DTB with the following instructions:
      
      1. Make sure you have the appended DTB support in .config
      
         CONFIG_ARM_APPENDED_DTB=y
         CONFIG_ARM_ATAG_DTB_COMPAT=y
         CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
      
      2. Build the zImage
      
         $ ARCH=arm CROSS_COMPILE=... make zImage
      
      3. Build the device tree blobs
      
         $ ARCH=arm CROSS_COMPILE=... make dtbs
      
      4. Append the correct panda dtb to zImage
      
         Depending on your hardware it's omap4-panda.dtb, omap4-panda-a4.dtb
         or omap4-panda-es.dtb.
      
         $ cat arch/arm/boot/zImage arch/arm/boot/dts/omap4-panda-es.dtb > /tmp/appended
      
      5. Use mkimage to produce the appended device tree uImage
      
         $ mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 \
           -n "Linux" -d /tmp/appended /tmp/uImage
      
      Signed-off-by: Tony Lindgren <tony@atomide.com
      b42b9181