Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added missing tegra files.HEADmaster | Jonathan Herman | 2013-01-22 |
| | |||
* | ARM: zynq: Remove all unused mach headers | Michal Simek | 2012-11-21 |
| | | | | | | | | | Remove empty unused mach/hardware.h. mach/irqs.h is unused because SPARSE_IRQ are ON by default. mach/timex.h is unused because of CONFIG_ARCH_MULTIPLATFORM. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Tested-by: Josh Cartwright <josh.cartwright@ni.com> | ||
* | ARM: Xilinx: Adding Xilinx board support | John Linn | 2011-06-20 |
The 1st board support is minimal to get a system up and running on the Xilinx platform. This platform reuses the clock implementation from plat-versatile, and it depends entirely on CONFIG_OF support. There is only one board support file which obtains all device information from a device tree dtb file which is passed to the kernel at boot time. Signed-off-by: John Linn <john.linn@xilinx.com> |