These patches upgrade kernel to 3.3 and add board support for P1010RDB and P1020WLAN reference designs from Freescale.
Known issues: * long autonegotiation times for phys on P1020WLAN * flash layouts on P1020WLAN are finished * ethernet mappings for P1020WLAN needs to be cleaned up but it will require override standard fsl include files for dts * P1010RDB has problems with interrupts on one of pcie slots This issue is already present on official reference desgin. * RTC clock on P1020WLAN needs driver (DS1339) * not all memory is visible on P1020WLAN (768M form 1G). Not sure whether it's normal or not. * details... Wojciech Dubowik (7): mpc85xx: Upgrade kernel to version 3.3 Signed-off-by: Wojciech Dubowik <wojciech.dubo...@neratec.com> mpc85xx: Add support for P1010RDB board Signed-off-by: Wojciech Dubowik <wojciech.dubo...@neratec.com> kernel: Add i2c module support for Freescale MPC processors Signed-off-by: Wojciech Dubowik <wojciech.dubo...@neratec.com> kernel: Add support for Pericom PT7C4338 I2C RTC chip Signed-off-by: Wojciech Dubowik <wojciech.dubo...@neratec.com> mpc85xx: Add kernel module for watchdog Signed-off-by: Wojciech Dubowik <wojciech.dubo...@neratec.com> mpc85xx: Add module for Pericom RTC chip present on P1010RDB board Signed-off-by: Wojciech Dubowik <wojciech.dubo...@neratec.com> mpc85xx: Add support for Freescale P1020WLAN reference design. package/kernel/modules/i2c.mk | 18 ++- package/kernel/modules/other.mk | 14 + target/linux/generic/config-3.3 | 2 + .../generic/patches-3.3/841-rtc_pt7c4338.patch | 253 +++++++++++++++++ target/linux/mpc85xx/Makefile | 2 +- target/linux/mpc85xx/config-default | 98 ++++--- target/linux/mpc85xx/image/Makefile | 6 +- target/linux/mpc85xx/modules.mk | 21 ++ .../mpc85xx/patches/100-fix_mpc8568e_mds.patch | 82 ++---- .../mpc85xx/patches/110-fix_mpc8548_cds.patch | 68 +++-- .../patches/120-mpc8548_cds_i8259_noirq_init.patch | 8 +- .../130-mpc8548_cds_disable_i8259_irq.patch | 10 +- .../mpc85xx/patches/200-p1010-dts-typo-fix.patch | 11 + .../mpc85xx/patches/210-p1010-flash-layout.patch | 85 ++++++ .../linux/mpc85xx/patches/230-p1020wlan-dts.patch | 300 ++++++++++++++++++++ target/linux/mpc85xx/profiles/100-mpc854x.mk | 17 ++ target/linux/mpc85xx/profiles/200-p1010rdb.mk | 17 ++ target/linux/mpc85xx/profiles/201-p1020wlan.mk | 17 ++ 18 files changed, 898 insertions(+), 131 deletions(-) create mode 100644 target/linux/generic/patches-3.3/841-rtc_pt7c4338.patch create mode 100644 target/linux/mpc85xx/modules.mk create mode 100644 target/linux/mpc85xx/patches/200-p1010-dts-typo-fix.patch create mode 100644 target/linux/mpc85xx/patches/210-p1010-flash-layout.patch create mode 100644 target/linux/mpc85xx/patches/230-p1020wlan-dts.patch create mode 100644 target/linux/mpc85xx/profiles/100-mpc854x.mk create mode 100644 target/linux/mpc85xx/profiles/200-p1010rdb.mk create mode 100644 target/linux/mpc85xx/profiles/201-p1020wlan.mk -- 1.7.4.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel