1. 15 5月, 2012 1 次提交
    • J
      ARM:OMAP+:MMC: Add parameters to MMC init · bbbc1ae9
      Jonathan Solnit 提交于
      Add parameters to the OMAP MMC initialization function so the board can
      mask host capabilities and set the maximum clock frequency.  While the
      OMAP supports a certain set of MMC host capabilities, individual boards
      may be more restricted and the OMAP may need to be configured to match
      the board.  The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.
      Signed-off-by: NJonathan Solnit <jsolnit@gmail.com>
      bbbc1ae9
  2. 16 4月, 2012 1 次提交
  3. 29 3月, 2012 2 次提交
  4. 19 3月, 2012 1 次提交
  5. 28 2月, 2012 1 次提交
    • P
      beagle: enable DVI_PUP · 4258aa62
      Peter Meerwald 提交于
      this patch addresses the issue that there is no DVI output on beagleboard-xm in
      u-boot; the TFP410 is not powered on, DVI_PUP needs to be set high
      
      this is done differently on beagleboard-xm rev. B/C versus earlier boards:
      beagleboard-xm B/C need to set GPIO2 of the TWL4030
      earlier boards need to set GPIO170
      
      note that the change occured somewhere inbetween beagleboard-xm rev. A2 and A3
      
      note that beagleboard-xm rev. A and rev. B cannot be distinguished using
      get_board_revision(), REVISION_XM_A/REVISION_XM_B is bogus
      
      due to this glitch, the patch cannot work correctly on some beagleboard-xm
      rev A/B boards
      
      tested on beagleboard-xm rev. C (you should see orange color on a monitor)
      
      note that the framebuffer is NOT yet set up, this could be done along the
      lines below (for 800x480 resolution and RGB24) before calling omap3_dss_enable()
      
      static void configure_frame_buffer() {
      	writel(0x80500000, (uint *) 0x48050480); // address
      	writel(0x80500000, (uint *) 0x48050484);
      	writel(0x01df031f, (uint *) 0x4805048c); // size
      	writel(0x00000091, (uint *) 0x480504a0); // RGB24
      }
      Signed-off-by: NPeter Meerwald <p.meerwald@bct-electronic.com>
      4258aa62
  6. 12 2月, 2012 5 次提交
  7. 23 1月, 2012 1 次提交
  8. 16 1月, 2012 3 次提交
  9. 20 12月, 2011 1 次提交
  10. 12 12月, 2011 1 次提交
  11. 11 12月, 2011 2 次提交
    • W
      board/ti/omap730p2/flash.c: Fix GCC 4.6 build warnings · f23b7ea0
      Wolfgang Denk 提交于
      Fix:
      flash.c: In function 'flash_get_offsets':
      flash.c:122:10: warning: variable 'pOrgDef' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'flash_erase':
      flash.c:263:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'write_data':
      flash.c:439:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Dave Peverley <dpeverley@mpc-data.co.uk>
      Acked-by: NTom Rini <trini@ti.com>
      f23b7ea0
    • W
      board/ti/omap1610inn/flash.c: Fix GCC 4.6 build warnings · 2ccf26da
      Wolfgang Denk 提交于
      Fix:
      flash.c: In function 'flash_get_offsets':
      flash.c:139:10: warning: variable 'pOrgDef' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'flash_erase':
      flash.c:280:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'write_data':
      flash.c:456:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NTom Rini <trini@ti.com>
      2ccf26da
  12. 07 12月, 2011 5 次提交
  13. 16 11月, 2011 2 次提交
    • S
      omap4/5: Add support for booting with CH. · 78f455c0
      Sricharan 提交于
      Configuration header(CH) is 512 byte header attached to an OMAP
      boot image that will help ROM code to initialize clocks, SDRAM
      etc and copy U-Boot directly into SDRAM. CH can help us in
      by-passing SPL and directly boot U-boot, hence it's an alternative
      for SPL. However, we intend to support both CH and SPL for OMAP4/5.
      
      Initialization done through CH is limited and is not equivalent
      to that done by SPL. So U-Boot has to distinguish between the
      two cases and handle them accordingly. This patch takes care
      of doing this.
      Signed-off-by: Nsricharan <r.sricharan@ti.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      78f455c0
    • S
      omap5: Add minimal support for omap5430. · 508a58fa
      Sricharan 提交于
      This patch adds the minimal support for OMAP5. The platform and machine
      specific headers and sources updated for OMAP5430.
      
      OMAP5430 is Texas Instrument's SOC based on ARM Cortex-A15 SMP architecture.
      It's a dual core SOC with GIC used for interrupt handling and SCU for cache
      coherency.
      
      Also moved some part of code from the basic platform support that can be made
      common for OMAP4/5. Rest is kept out seperately. The same approach is followed
      for clocks and emif support in the subsequent patches.
      Signed-off-by: Nsricharan <r.sricharan@ti.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      508a58fa
  14. 04 11月, 2011 1 次提交
  15. 28 10月, 2011 3 次提交
  16. 16 10月, 2011 1 次提交
  17. 23 9月, 2011 1 次提交
  18. 13 9月, 2011 3 次提交
  19. 04 9月, 2011 5 次提交