1. 28 9月, 2016 1 次提交
  2. 26 1月, 2016 1 次提交
  3. 21 11月, 2014 1 次提交
    • S
      fdt: Allow ft_board_setup() to report failure · e895a4b0
      Simon Glass 提交于
      This function can fail if the device tree runs out of space. Rather than
      silently booting with an incomplete device tree, allow the failure to be
      detected.
      
      Unfortunately this involves changing a lot of places in the code. I have
      not changed behvaiour to return an error where one is not currently
      returned, to avoid unexpected breakage.
      
      Eventually it would be nice to allow boards to register functions to be
      called to update the device tree. This would avoid all the many functions
      to do this. However it's not clear yet if this should be done using driver
      model or with a linker list. This work is left for later.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NAnatolij Gustschin <agust@denx.de>
      e895a4b0
  4. 23 7月, 2014 2 次提交
  5. 06 6月, 2014 1 次提交
    • S
      powerpc/t4qds: Add alternate serdes protocols to align with A-007186 · 94752f60
      Shaohui Xie 提交于
      A-007186: SerDes PLL is calibrated at reset. It is possible for jitter to
      increase and cause the PLL to unlock when the temperature delta from the
      time the PLL is calibrated exceeds +56C/-66C when using X VDD of 1.35 V
      (or +70C/-80C when using XnVDD of 1.5 V). No issues are seen with LC
      VCO. Only the protocols using Ring VCOs are impacted.
      
      Workaround:
      For all 1.25/2.5/5 GHz protocols, use LC VCO instead of Ring VCO, this need
      to use alternate serdes protocols. The alternate option has the same
      functionality as the original option; the only difference being LC VCO
      rather than Ring VCO.
      Signed-off-by: NShaohui Xie <Shaohui.Xie@freescale.com>
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      94752f60
  6. 25 10月, 2013 1 次提交
  7. 21 8月, 2013 2 次提交
  8. 13 8月, 2013 1 次提交
  9. 10 8月, 2013 2 次提交
  10. 24 7月, 2013 1 次提交
  11. 25 5月, 2013 4 次提交
  12. 15 5月, 2013 3 次提交
  13. 04 2月, 2013 1 次提交
  14. 31 1月, 2013 3 次提交
  15. 23 10月, 2012 1 次提交