Re: [OpenWrt-Devel] Ralink chips and iNIC boot mode

2013-04-07 Thread Wojciech Kromer
W dniu 08.04.2013 01:46, jonsm...@gmail.com pisze: http://asiarf.en.alibaba.com/product/684045971-213175812/WiFi_PCIe_Direct_Cam_Module_AWM006.html So I may be able to change the boot mode by altering pull-up on the edge connector. The goal in doing this is for recovering bricked boards. Once t

Re: [OpenWrt-Devel] Ralink chips and iNIC boot mode

2013-04-07 Thread jonsm...@gmail.com
We're targeting boards like this: http://www.alibaba.com/product-gs/830751044/RT5350_150Mbps_Embedded_WIFI_AP_module.html or this one: http://asiarf.en.alibaba.com/product/684045971-213175812/WiFi_PCIe_Direct_Cam_Module_AWM006.html So I may be able to change the boot mode by altering pull-up on th

Re: [OpenWrt-Devel] Ralink chips and iNIC boot mode

2013-04-07 Thread Tobias Diedrich
jonsm...@gmail.com wrote: > Ralink CPU datasheets mention an iNIC boot mode without describing > what it does. For example the RT5350 supports iNIC-USB and iNIC PHY > boot modes. > > Has anyone tried activating these modes? Do they trigger a boot > sequence of some kind from USB or Ethernet? I su

[OpenWrt-Devel] Ralink chips and iNIC boot mode

2013-04-07 Thread jonsm...@gmail.com
Ralink CPU datasheets mention an iNIC boot mode without describing what it does. For example the RT5350 supports iNIC-USB and iNIC PHY boot modes. Has anyone tried activating these modes? Do they trigger a boot sequence of some kind from USB or Ethernet? I suspect that is what these modes do. The

Re: [OpenWrt-Devel] Can I help integrating port mirroring patches?

2013-04-07 Thread Colin Leitner
> > * ar8216 > > I think I have a board with this switch (arv7518pw) and I'll do my best to > test > it next week. As luck would have it, the AVM sources contained the necessary register definitions to support port mirroring on the AR8216. The patch should apply to the recent trunk. The AR8x

[OpenWrt-Devel] [PATCH] [ramips] Update ARC Freestation profile

2013-04-07 Thread Tobias Diedrich
Update ARC Freestation profile. These devices are actually built around the 8devices Carambola dev board. ARC FreeStation, Flex mARC, iFlex, and SplitStation devices are supported with this image, see "ARCFlex Firmware Downloads": http://www.antennas.com/wiki/index.php?title=ARC-OS_Firmware_Downl

[OpenWrt-Devel] [PATCH] [ramips] Support setting active_low in devicetree gpio-export

2013-04-07 Thread Tobias Diedrich
Support setting active_low in devicetree gpio-export. Signed-off-by: Tobias Diedrich --- a/target/linux/ramips/patches-3.8/0209-owrt-GPIO-add-gpio_export_with_name.patch +++ b/target/linux/ramips/patches-3.8/0209-owrt-GPIO-add-gpio_export_with_name.patch @@ -91,7 +91,7 @@ Signed-off-by: John C

Re: [OpenWrt-Devel] What does CONFIG_TLS_SUPPORT=n mean? (was Re: [PATCH 3/5][mips16] Disable mips16 for uClibc for now)

2013-04-07 Thread Felix Fietkau
On 2013-04-04 4:56 AM, Jay Carlson wrote: > On Apr 3, 2013, at 4:30 PM, Jay Carlson wrote: > >> In addition, touching errno means touching a TLS model symbol, and >> that's not supported in gcc 4.6. > > OK, that's starting to look like a bug. > > At the toplevel .config, the default is CONFIG_T

Re: [OpenWrt-Devel] [PATCH] [ramips] Update ARC Freestation profile

2013-04-07 Thread John Crispin
On 07/04/13 05:25, Tobias Diedrich wrote: ++static struct of_gpio_flag of_gpio_flags[] = { ++ { "in", GPIOF_DIR_IN }, ++ { "out_init_low", GPIOF_OUT_INIT_LOW }, ++ { "out_init_high", GPIOF_OUT_INIT_HIGH }, ++ { "open_drain", GPIOF_OPEN_DRAIN }, ++ { "open_source", GPIOF_O