1. 25 1月, 2014 1 次提交
  2. 15 10月, 2013 1 次提交
  3. 26 7月, 2013 3 次提交
  4. 24 7月, 2013 1 次提交
  5. 23 7月, 2013 2 次提交
  6. 30 4月, 2012 2 次提交
  7. 07 2月, 2011 1 次提交
  8. 25 10月, 2010 1 次提交
  9. 19 10月, 2010 1 次提交
  10. 23 9月, 2010 2 次提交
    • S
      Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature · 24956642
      Stefan Roese 提交于
      This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO
      feature from U-Boot. It has only been implemented for PPC4xx and was not
      used at all. So let's remove it and make the code smaller and cleaner.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Acked-by: NDetlev Zundel <dzu@denx.de>
      24956642
    • S
      ppc4xx: Use common NS16550 driver for PPC4xx UART · 550650dd
      Stefan Roese 提交于
      This patch removes the PPC4xx UART driver. Instead the common NS16550
      driver is used, since all PPC4xx SoC's use this peripheral device.
      
      The file 4xx_uart.c now only implements the UART clock calculation
      function which also sets the SoC internal UART divisors.
      
      All PPC4xx board config headers are changed to use this common NS16550
      driver now.
      
      Tested on these boards:
      acadia, canyonlands, katmai, kilauea, sequoia, zeus
      Signed-off-by: NStefan Roese <sr@denx.de>
      550650dd
  11. 24 7月, 2009 1 次提交
  12. 21 10月, 2008 1 次提交