Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpc85xx: gianfar: add mtd-mac-address support | Imre Kaloz | 2015-05-03 | 1 | -0/+19 |
| | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 45598 | ||||
* | mpc85xx: move newly created files from patch files to files directory | Imre Kaloz | 2015-05-03 | 2 | -585/+0 |
| | | | | | | | | This will make these files much more maintainable. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 45597 | ||||
* | mpc85xx: add mpic timer clock frequency to avoid boot log warning | John Crispin | 2015-02-22 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | MPIC timers are enabled in the config, however a devicetree clock setting is missing causing the following error: /soc@ffe00000/timer@41100: cannot get timer frequency. /soc@ffe00000/timer@42100: cannot get timer frequency. This patch adds the missing clock and avoids the error. It's a functional copy of this code do_fixup_by_compat_u32(blob, "fsl,mpic", "clock-frequency", get_bus_freq(0), 1); in arch/powerpc/cpu/mpc85xx/fdt.c in the u-boot code. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 44501 | ||||
* | mpc85xx: add v3.18 support | John Crispin | 2015-02-17 | 8 | -0/+910 |
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44485 |