Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: UniPhier: move DDR related configuration to Kconfig | Masahiro Yamada | 2014-11-12 | -2/+0 |
| | | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | |||
* | serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig | Masahiro Yamada | 2014-10-23 | -3/+1 |
| | | | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | dm: serial: use Driver Model for UniPhier serial driver | Masahiro Yamada | 2014-10-23 | -2/+0 |
| | | | | | | | | | | | | | | | | | This commit converts UniPhier on-chip serial driver to driver model. Since UniPhier SoCs do not have Device Tree support, some board files should be added under arch/arm/cpu/armv7/uniphier/ph1-*/ directories. (Device Tree support for UniPhier platform is still under way.) Now the base address and master clock frequency are passed from platform data, so CONFIG_SYS_UNIPHIER_SERIAL_BASE* and CONFIG_SYS_UNIPHIER_UART_CLK should be removed. Tested on UniPhier PH1-LD4 ref board. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | ARM: UniPhier: add UniPhier SoC support code | Masahiro Yamada | 2014-10-05 | -0/+59 |
These are used by Panasonic UniPhier SoC family. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> |