1. 05 12月, 2013 3 次提交
  2. 04 12月, 2013 11 次提交
  3. 03 12月, 2013 1 次提交
    • C
      socfpga: Adding Freeze Controller driver · 4c544197
      Chin Liang See 提交于
      Adding Freeze Controller driver. All HPS IOs need to be
      in freeze state during pin mux or IO buffer configuration.
      It is to avoid any glitch which might happen
      during the configuration from propagating to external devices.
      Signed-off-by: NChin Liang See <clsee@altera.com>
      Cc: Wolfgang Denk <wd@denx.de>
      CC: Pavel Machek <pavel@denx.de>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      4c544197
  4. 02 12月, 2013 6 次提交
  5. 14 11月, 2013 2 次提交
  6. 12 11月, 2013 1 次提交
  7. 09 11月, 2013 1 次提交
  8. 08 11月, 2013 1 次提交
  9. 06 11月, 2013 2 次提交
  10. 05 11月, 2013 8 次提交
  11. 02 11月, 2013 4 次提交
    • S
      ARM: OMAP5: DDR3: Change io settings · 42d4f37b
      SRICHARAN R 提交于
      The change from 0x64656465 to 0x64646464 is to remove the weak pull
      enabled on DQS, nDQS lines. This pulls the differential signals in the
      same direction which is not intended. So disabling the weak pulls improves
      signal integrity.
      
      On the uEVM there are 4 DDR3 devices.  The VREF for 2 of the devices is powered by
      the OMAP's VREF_CA_OUT pins.  The VREF on the other 2 devices is powered by the OMAP's
      VREF_DQ_OUT pins.  So the net effect here is that only half of the DDR3 devices were being
      supplied a VREF!  This was clearly a mistake.  The second change improves the robustness of
      the interface and was specifically seen to cure corruption observed at high temperatures
      on some boards.
      
      With the above two changes better memory stability was observed with extended
      temperature ranges around 100C.
      Signed-off-by: NSricharan R <r.sricharan@ti.com>
      42d4f37b
    • M
      dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 build · a13cbf5f
      Minal Shah 提交于
      UART booting is supported on this SoC, but via UART3 rather than UART1.
      Because of this we must change the board to use UART3 for all console
      access (only one UART is exposed on this board and a slight HW mod is
      required to switch UARTs).
      Signed-off-by: NMinal Shah <minal.shah@ti.com>
      [trini: Make apply to mainline, reword commit]
      Signed-off-by: NTom Rini <trini@ti.com>
      a13cbf5f
    • T
      am335x: Enable CONFIG_OMAP_WATCHDOG support · 6843918e
      Tom Rini 提交于
      There is a board-specific portion for calling watchdog enable itself, in
      main U-Boot.
      Signed-off-by: NTom Rini <trini@ti.com>
      6843918e
    • T
      am33xx, davinci: Create and use <asm/davinci_rtc.h> · 155d424a
      Tom Rini 提交于
      Create a common header file for the RTC IP block that is shared between
      davinci and am33xx.
      Signed-off-by: NTom Rini <trini@ti.com>
      155d424a