Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ppc4xx: Use common NS16550 driver for PPC4xx UART | Stefan Roese | 2010-09-23 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | 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: Stefan Roese <sr@denx.de> | ||||
* | 4xx: add missing CONFIG_SYS_SRAM_SIZE definition | Wolfgang Denk | 2010-09-19 | 1 | -0/+1 |
| | | | | | | | | | | | | A number of boards define CONFIG_SYS_SRAM_BASE but fail to define CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that prints this information with the bdinfo command. Add the missing deinitions. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de> | ||||
* | ppc4xx: Make DDR2 timing for intip more robust | Dirk Eibach | 2009-09-23 | 1 | -10/+10 |
| | | | | | | | | DDR2 timing for intip was on the edge for some of the available chips for this board. Now it is verfied to work with all of them. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de> | ||||
* | ppc4xx: Rename compactcenter to intip | Dirk Eibach | 2009-09-11 | 1 | -0/+437 |
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de> |