Skip to content
Snippets Groups Projects
  1. Apr 21, 2011
  2. Feb 07, 2011
  3. Oct 25, 2010
  4. Oct 18, 2010
  5. Sep 23, 2010
    • Stefan Roese's avatar
      Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature · 24956642
      Stefan Roese authored
      
      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: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarDetlev Zundel <dzu@denx.de>
      24956642
    • Stefan Roese's avatar
      ppc4xx: Use common NS16550 driver for PPC4xx UART · 550650dd
      Stefan Roese authored
      
      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: default avatarStefan Roese <sr@denx.de>
      550650dd
  6. Jul 24, 2009
  7. Oct 21, 2008
Loading