summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq/include/mach/vmalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-20/+0
| | | | Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
* ARM: Xilinx: Adding Xilinx board supportJohn Linn2011-06-201-0/+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>