Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipg806x: set v4.4 as default | John Crispin | 2016-06-13 | 1 | -29/+0 |
| | | | | Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | ipq806x: fix 3.18 support | John Crispin | 2016-05-27 | 1 | -0/+29 |
| | | | | | | accidentially removed the files in the v4.4 commit Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | ipq806x: Add support for linux-4.4 | Ram Chandra Jangir | 2016-05-27 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1)Changes - Rebased the patches for linux-4.4.7 - Added patch to fix spi nor fifo and dma support - Added patch to configure watchdog barktime 2)Testing Tested on IPQ AP148 Board: a. NOR boot and NAND boot b. ethernet network and ath10k wifi c. ubi sysupgrade UnTested dwc3 usb has not been validated on IPQ board(AP148) 3)Known Issues: Once we flash ubi image on AP148, and if we reset the board, uboot on first boot creates PEB and LEB for dynamic sized partitions, which is incorrect and not what linux expects which causes errors when trying to mount rootfs. In order to test this, we can use the below steps: a. Flash the ubi image on board and don't reset the board b. load the kernel fit image in RAM and boot from there. Signed-off-by: Ram Chandra Jangir <rjangi@codeaurora.org> | ||||
* | ipq806x: add pcie support to ipq806x based platforms | Felix Fietkau | 2015-05-10 | 1 | -0/+29 |
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 |