lantiq: added support for VPE1
authorStefan Koch <stefan.koch10@gmail.com>
Thu, 20 Oct 2016 19:32:02 +0000 (21:32 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 31 Oct 2016 15:51:33 +0000 (16:51 +0100)
commite0229a16b0001c08e6c2611fa0bb9814507fced4
treeec3d38481419a1a4023e71dc0948e556e3099f21
parent01ab5209c04530cad3c6bb70ce40c4a8e0a4974e
lantiq: added support for VPE1

Created minimal patchset based on BB rev 43158 by Eddi De Pieri
14.07/openwrt.git 79472c025449efae9310defad0d3a73cff14d756

If the VR9 based router provides FXS ports and they shoud enabled then
the following must added to the kernel command line:
mem=[TOTALMEMSIZE-2M] vpe1_load_addr=ADDRESS vpe1_mem=2M maxvpes=1
maxtcs=1

To use FXS 2M of RAM are needed for the VPE firmware. The size is set
by vpe1_mem.
The available RAM must be reduced by this size using the mem argument.
A correct load address (example 0x83e00000) for the firmware must be given,
too.

Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
target/linux/lantiq/patches-4.4/0152-lantiq-VPE.patch [new file with mode: 0644]