aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/config-4.0
Commit message (Collapse)AuthorAgeFilesLines
* ipq806x: add pcie support to ipq806x based platformsFelix Fietkau2015-05-101-1/+9
| | | | | | | | | | | | | | This change adds PCIe support to IPQ806x based platforms. The driver is actually cherry-picked from the following LKML thread: *https://lwn.net/Articles/643086/ (patches 110-111) We also add here an additional fix to support multiple PCI controllers on the same platform (patch 112), and to patch the ap148 & dbs149 DTS files (patch 113). Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45663
* ipq806x: add support for zImage kernelFelix Fietkau2015-05-101-1/+2
| | | | | | | | | | | | | | | This change enable zImage+appended dtb support in ipq806x kernel options. The zImage will now be generated as part of the kernel binaries. Platforms which do not have DT support enabled in U-boot can now make use of it by generating zImage files and appending dtb to it. It is not used yet but it is done as a stepping stone for early IPQ806x platforms, which did not include DT support in U-boot. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45662
* ipq806x: enable AT803x driverJohn Crispin2015-04-211-0/+1
| | | | | | | | | Certain IPQ806x based platforms are making use of this PHY. So we'll enable it so it gets detected as such. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45535
* ipq806x: enable usb supportJohn Crispin2015-04-031-0/+1
| | | | | | | | | This change doesn't make USB functional but it does make it selectable from a configuration perspective. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45259
* ipq806x: clean-up kernel config fileFelix Fietkau2015-04-031-4/+0
| | | | | | | | | Options that used to be in target config have been added to the generic config file, so remove them. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45255
* ipq806x: add support for 4.0 kernelJohn Crispin2015-04-011-0/+389
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45210