Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm63xx: drop 3.18 support | Jonas Gorski | 2015-12-02 | 1 | -84/+0 |
| | | | | | | | | Drop 3.18 support; it will live on in CC. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47696 | ||||
* | brcm63xx: ensure dummy byte is set for mapped spi flash with fast read | Jonas Gorski | 2015-08-23 | 1 | -20/+41 |
| | | | | | | | | | | | | | Some CFEs seem to misconfigure the mapped memory flash access with fast read but without a dummy byte, causing all accesses to be prefixed with 0xff. This of course breaks reading out the nvram, so do not just move back to single i/o accessors, but also ensure that the dummy byte is correctly set. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46707 | ||||
* | brcm63xx: add kernel 3.18 support | Jonas Gorski | 2014-12-01 | 1 | -0/+63 |
Add 3.18 support based on 3.18-rc6. Only netboot tested. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43461 |