Re: [OpenWrt-Devel] [PATCH] brcm47xx: add mips74k subtarget for newer devices

2014-06-05 Thread Hauke Mehrtens
On 06/05/2014 05:34 PM, Rafał Miłecki wrote: All new devices (with MIPS 74K CPU) are based on BCMA SoC and have Ethernet core supported by bgmac. Create a new subtarget to generate optimized builds. This is just a beginning, further tweaks (like kernel configuration) are still possible. This

Re: [OpenWrt-Devel] [PATCH V2] brcm47xx: move current target to generic subtarget

2014-06-05 Thread Hauke Mehrtens
On 06/02/2014 11:34 PM, Rafał Miłecki wrote: This allows creating more subtargets and optimize builds per family. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Rebase to apply after brcm47xx: enable the low-memory feature flag --- target/linux/brcm47xx/Makefile

Re: [OpenWrt-Devel] [PATCH] openssl: version bump

2014-06-05 Thread Hauke Mehrtens
On 06/05/2014 03:13 PM, Martin Strbačka wrote: Hello, today appeared another serious vulnerability in openssl. More info is here http://ccsinjection.lepidum.co.jp. Users are advised to update to openssl 1.0.1h. Signed-off-by: Martin Strbacka martin.strba...@nic.cz --- Thank you for your

Re: [OpenWrt-Devel] [RFH][PATCH] brcm47xx: mips74k: drop CONFIG_SSB for kernel config

2014-06-06 Thread Hauke Mehrtens
On 06/06/2014 09:25 PM, Rafał Miłecki wrote: This allows using ssb.ko and saving some space (and memory if unused). --- I need some help with this patch. Unfortunately this results in: ERROR: pcibios_enable_device [drivers/ssb/ssb.ko] undefined! ERROR: register_pci_controller

[OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Hauke Mehrtens
I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel versions are untested on these boards. If someone owns a Cortina Systems CS351x or a RMI/AMD AU1x00 board please

Re: [OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Hauke Mehrtens
On 07/06/2014 10:10 PM, Roman Yeryomin wrote: On 6 July 2014 21:34, Hauke Mehrtens ha...@hauke-m.de wrote: I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel

[OpenWrt-Devel] please test target mpc52xx and mpc83xx with kernel 3.10

2014-07-06 Thread Hauke Mehrtens
On 07/06/2014 08:34 PM, Hauke Mehrtens wrote: I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel versions are untested on these boards. If someone owns a Cortina

Re: [OpenWrt-Devel] Sysupgrade to Barrier Breaker on au1000 (MTX-1)

2014-07-15 Thread Hauke Mehrtens
On 07/15/2014 07:06 PM, Bruno Randolf wrote: Another problem I noted when upgrading from AA to BB on MTX-1: # sysupgrade -n /tmp/openwrt-au1000-au1500-jffs2-128k-sysupgrade.bin tar: openwrt-au1000-au1500-jffs2-128k.fs: not found in archive Invalid image contents Image check

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.14.12

2014-07-20 Thread Hauke Mehrtens
On 07/20/2014 10:39 AM, Maarten Bezemer wrote: Update the kernel of the orion target to version 3.14.12. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer maarten.beze...@gmail.com --- Makefile

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.10.44

2014-07-20 Thread Hauke Mehrtens
On 07/20/2014 10:58 AM, Maarten Bezemer wrote: Update the kernel of the orion target to version 3.10.44. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer maarten.beze...@gmail.com --- Makefile

Re: [OpenWrt-Devel] [PATCH] brcm-wl: fix bash comparison error

2014-08-14 Thread Hauke Mehrtens
On 08/13/2014 03:48 AM, Álvaro Fernández Rojas wrote: Fixes sh: 0x: bad number. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh b/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh index 83afa06..de3a91f

Re: [OpenWrt-Devel] [PATCH][APPLY LATER] bcm53xx: add SPI controller driver

2014-08-17 Thread Hauke Mehrtens
On 08/17/2014 11:08 PM, Rafał Miłecki wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com --- This patch can't be applied yet, because SPI driver depends on the: dc6be9f54a4ecb0a09765d1f515ed947d86b7528 bcma: use NS prefix for names of Northstar specific cores Hauke: I don't know magic

Re: [OpenWrt-Devel] [PATCH V3] kernel: 3.14: update bcm47xxpart

2014-08-18 Thread Hauke Mehrtens
On 08/18/2014 08:59 PM, Rafał Miłecki wrote: It it used by brcm47xx and bcm53xx targets, so put patches in generic. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Update bcm53xx kernel config V3: Use V2 of patch for nvram partition (avoids two nvrams) ---

Re: [OpenWrt-Devel] Firmware without SquashFS (initramfs + overlay)

2014-08-20 Thread Hauke Mehrtens
On 08/20/2014 07:24 PM, Rafał Miłecki wrote: I found this explanation: http://wiki.openwrt.org/doc/techref/filesystems#can.we.switch.the.filesystem.to.be.entirely.jffs2 but I'm looking for more details. I wanted to run OpenWrt on bcm53xx using initramfs and flash with overlay data

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Hauke Mehrtens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2014 06:45 PM, Matthias Schiffer wrote: On 08/30/2014 06:42 PM, Matthias Schiffer wrote: Hi, I've noticed that the code produced by Barrier Breaker's toolchain sometimes has significantly worse performance that that built by Attitude

Re: [OpenWrt-Devel] Hyper-V Support for X86 or X86_64

2014-09-13 Thread Hauke Mehrtens
On 07/28/2014 12:37 AM, Ning Ye wrote: Hi All, Hyper-V support for X86 or X86_64 were noticeably missing. There is a previous patch for Kernel 3.3 but never maintained or merged into trunk. Here's my take on adding the Hyper-V support for the current kernel. No new sub targets or

Re: [OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Hauke Mehrtens
On 09/16/2014 02:52 PM, Claudio Thomas wrote: On 16.09.2014 14:44, Felix Fietkau wrote: On 2014-09-16 13:47, Claudio Thomas wrote: Hi, I until now was still using the trunk for testing and working, but today I the first time checked out the 14.07/openwrt.git at git.openwrt.git. Is there a

Re: [OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:01 AM, Nathan Hintz wrote: The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch

Re: [OpenWrt-Devel] [PATCH] BCMA - Enable use of IRQ6

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:36 AM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null 2012-02-21 01:00:44.969496803 -0800 +++ target/linux/brcm47xx/patches-3.2/0051-bcma-enable-irq6.patch 2011-07-25 11:20:35.030008484 -0700 @@ -0,0 +1,29 @@ +---

Re: [OpenWrt-Devel] [PATCH] BCMA - Account for variable PCI memory base/size

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:07 AM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch === ---

Re: [OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-03 Thread Hauke Mehrtens
On 03/03/2012 04:56 AM, Nathan Hintz wrote: On Fri, 2012-03-02 at 21:13 +0100, Hauke Mehrtens wrote: On 03/02/2012 06:01 AM, Nathan Hintz wrote: The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Signed-off-by: Nathan Hintz nlhi

Re: [OpenWrt-Devel] [PATCH] Updated kernel patch in trunk to support brcm47xx BCMA NAND flash

2012-03-09 Thread Hauke Mehrtens
as there is no such bcma_nflash_init() function anymore. Now flash detection is done only once and that is in NAND flash section using generic function nand_scan_ident. Regards, Tatha -Original Message- From: Hauke Mehrtens [mailto:ha...@hauke-m.de] Sent: 01 March 2012 04:39 To: Tathagata Das Cc

Re: [OpenWrt-Devel] [PATCH v2] BCMA - Reorder SPROM fill

2012-03-11 Thread Hauke Mehrtens
On 03/05/2012 04:20 AM, Nathan Hintz wrote: The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Changes since v1: Redesigned patch to move initialization of sprom from bcm47xx_fill_sprom to calling functions, instead of reordering.

Re: [OpenWrt-Devel] [PATCH] BCMA - Account for variable PCI memory base/size

2012-03-11 Thread Hauke Mehrtens
On 03/02/2012 06:07 AM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch === ---

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-11 Thread Hauke Mehrtens
On 03/05/2012 04:50 AM, Nathan Hintz wrote: Attached is an updated patch for comment. 1) Does adding the common section even make sense, if not, I will delete it? 2) I moved the entries that were obviously ARM or MIPS, are these correct and are there others that should be moved? I

Re: [OpenWrt-Devel] [PATCH] Updated kernel patch in trunk to support brcm47xx BCMA NAND flash

2012-03-14 Thread Hauke Mehrtens
On 03/12/2012 08:31 AM, Tathagata Das wrote: Hi Hauke, That code works on my device as well. Attached is the updated kernel patch to support brcm47xx BCMA NAND flash. Regards, Tatha -Original Message- From: Hauke Mehrtens [mailto:ha...@hauke-m.de] Sent: 10 March 2012 05:01

Re: [OpenWrt-Devel] [PATCH] Patch to add uClibc configuration

2012-03-23 Thread Hauke Mehrtens
On 03/23/2012 12:48 PM, Tathagata Das wrote: Hi, Attached file adds uClibc configuration specification for external toolchain. Instead of having to configure specifications via make menuconfig for external toolchain, one may select the package libuClibc, which additionally will copy

Re: [OpenWrt-Devel] [PATCH v2] BCMA - Enable use of IRQ6

2012-03-27 Thread Hauke Mehrtens
Hi Nathan, On 03/23/2012 08:50 PM, Nathan Hintz wrote: Changes since v1: Patch file renamed (235-bcma-enable-irq6.patch). Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null +++ target/linux/brcm47xx/patches-3.2/235-bcma-enable-irq6.patch @@ -0,0 +1,29 @@ +---

Re: [OpenWrt-Devel] [PATCH v2] BCMA - Always map 4 bytes

2012-03-28 Thread Hauke Mehrtens
On 03/23/2012 08:46 PM, Nathan Hintz wrote: This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes. Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch). Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for

Re: [OpenWrt-Devel] [PATCH] BCMA - Consolidate/reduce code in bcma_device_name

2012-03-28 Thread Hauke Mehrtens
On 03/17/2012 08:31 AM, Nathan Hintz wrote: Eliminate unneeded procedure by incorporating code into bcma_device_name Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for the patch. It was committed in r31120. Hauke ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] this patch adds initial support for linux 3.3 to brcm47xx

2012-03-29 Thread Hauke Mehrtens
On 03/22/2012 09:05 PM, Peter Wagner wrote: Signed-off-by: Peter Wagner tripo...@gmx.at Hi Peter Wagner, my current plan is to leave kernel version 3.3 out and directly go to 3.4 if someone adds the rc to OpenWrt trunk. If I would add 3.3 support I had to apply my changes for both kernel

Re: [OpenWrt-Devel] [PATCH] Missing kernel config symbols for AT91 target platform

2012-04-15 Thread Hauke Mehrtens
On 04/15/2012 10:59 AM, Hannu Nyman wrote: I looked into buildbot snapshots and noticed that some platforms have not successfully compiled for a long time. One example is at91, which seems to be missing device-related kernel config symbols and the snapshot build crashes already there.

Re: [OpenWrt-Devel] Rationalization of buildbot snapshots?

2012-04-15 Thread Hauke Mehrtens
Hi Hannu On 04/15/2012 12:26 PM, Hannu Nyman wrote: During the long pause in buildbot snapshots last month I got interested in the snapshot builds. I noticed that some of the platforms are being built daily although they have not completed the build process successfully for 1-2 years, in

Re: [OpenWrt-Devel] BCMA - Modified PCI CFG space access

2012-04-24 Thread Hauke Mehrtens
Hi Nathan, On 04/11/2012 09:06 AM, Nathan Hintz wrote: In the absence of the attached patch, my device (Linksys E3000) does not consistently boot. Roughly 25% of the time following a power cycle (and occasionally on reboot), it will hang just after completion of pre-init. There is no stack

Re: [OpenWrt-Devel] [Patch v4] BCMA - Enable use of IRQ6

2012-04-24 Thread Hauke Mehrtens
Hi Nathan, It would make reviewing the patches a loot easier if you just but one thing into one patch. This patch changes a loot of different things that do not have many thing to do with each other. some part like bcma_core_irq() I understand and would like to apply and some other parts I do not

Re: [OpenWrt-Devel] [PATCH] A couple of other (inconsequential) BCMA patches

2012-04-24 Thread Hauke Mehrtens
Hi Nathan, On 03/30/2012 06:54 AM, Nathan Hintz wrote: Noticed these while reviewing the code. Signed-off-by: Nathan Hintz nlhi...@hotmail.com This was committed in 31471. This patch should go upstream into the linux mainline kernel like some of your other patches. Would you like to

Re: [OpenWrt-Devel] [Patch v4] BCMA - Enable use of IRQ6

2012-04-25 Thread Hauke Mehrtens
Hi Nathan, On 04/25/2012 06:12 AM, Nathan Hintz wrote: Hi Hauke: On Wed, 2012-04-25 at 00:15 +0200, Hauke Mehrtens wrote: Hi Nathan, It would make reviewing the patches a loot easier if you just but one thing into one patch. This patch changes a loot of different things that do not have

Re: [OpenWrt-Devel] BCMA - Modified PCI CFG space access

2012-04-25 Thread Hauke Mehrtens
Hi Nathan, On 04/25/2012 04:15 AM, Nathan Hintz wrote: Hi Hauke: Comments are in line. On Tue, 2012-04-24 at 23:52 +0200, Hauke Mehrtens wrote: Hi Nathan, On 04/11/2012 09:06 AM, Nathan Hintz wrote: In the absence of the attached patch, my device (Linksys E3000) does not consistently

Re: [OpenWrt-Devel] [PATCH] Add support for Huawei E970

2012-04-25 Thread Hauke Mehrtens
Hi Mathias, sorry for answering so late. I haven't seen this patch since now. On 12/17/2011 09:46 PM, Mathias Adam wrote: This patch adds support for Huawei E970 wireless gateway devices. It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV. E960/B970 should work too, from

Re: [OpenWrt-Devel] Kernel test

2012-04-28 Thread Hauke Mehrtens
On 04/28/2012 01:58 PM, Alberich de megres wrote: Hello Guys, I'm newbie at openwrt, since now I've used allways boards with jtag. I have a cisco e3000 router, which I bought some time ago, and I think is time to give it a try with openwrt. I saw there's no official build for the router,

Re: [OpenWrt-Devel] [PATCH] this patch adds initial support for linux 3.3 to brcm47xx

2012-05-05 Thread Hauke Mehrtens
On 03/29/2012 01:24 PM, Hauke Mehrtens wrote: On 03/22/2012 09:05 PM, Peter Wagner wrote: Signed-off-by: Peter Wagner tripo...@gmx.at Hi Peter Wagner, my current plan is to leave kernel version 3.3 out and directly go to 3.4 if someone adds the rc to OpenWrt trunk. If I would add 3.3

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-21 Thread Hauke Mehrtens
On 06/21/2012 11:26 AM, Florian Fainelli wrote: On Thursday 21 June 2012 11:19:23 Rafał Miłecki wrote: 2012/6/21 Florian Fainelli flor...@openwrt.org: On Thursday 21 June 2012 08:53:24 Rafał Miłecki wrote: I've removed target/linux/brcm47xx/patches-3.3/116-MIPS-BCM47xx-Remove- CFE-

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-21 Thread Hauke Mehrtens
On 06/21/2012 12:43 PM, Rafał Miłecki wrote: 2012/6/21 Hauke Mehrtens ha...@hauke-m.de: You could try top boot a ramdisk from a tftp server from within CFE: boot -tftp -elf 192.168.1.220:/brcm47xx/openwrt-brcm47xx-vmlinux.elf here 192.168.1.220 is the IP address where the tftp server

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-22 Thread Hauke Mehrtens
On 06/22/2012 09:54 AM, Rafał Miłecki wrote: 2012/6/21 Hauke Mehrtens ha...@hauke-m.de: There is some part missing in drivers/bcma/driver_chipcommon_pmu.c bcma_pmu_get_clockcpu() which is probably needed for this device. Yeah. Currently trace is: bcma_pmu_get_clockcpu

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-22 Thread Hauke Mehrtens
On 06/22/2012 02:10 PM, Rafał Miłecki wrote: 2012/6/22 Rafał Miłecki zaj...@gmail.com: 2012/6/21 Rafał Miłecki zaj...@gmail.com: YOU'RE GREAT GUYS boot -tftp -elf 192.168.1.2 :/openwrt-brcm47xx-vmlinux.elf Loader:elf Filesys:tftp Dev:eth0 File:192.168.1.2:/openwrt-brcm47xx-vmlinux.elf

Re: [OpenWrt-Devel] [PATCH 1/3] IEEE802154 WPAN new files

2012-06-25 Thread Hauke Mehrtens
On 06/22/2012 08:18 AM, xian...@openmobilefree.net wrote: From: Xiangfu xian...@openmobilefree.net --- .../generic/files/drivers/ieee802154/adf7242.c | 1034 +++ .../generic/files/drivers/ieee802154/at86rf230.c | 872

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-27 Thread Hauke Mehrtens
On 06/27/2012 10:22 AM, Florian Fainelli wrote: Hello Rafal, On Wednesday 27 June 2012 09:56:32 Rafał Miłecki wrote: GOOD NEWS guys! :) 1) First of all, WNDR4500's CFE can run lzma compressed vmlinux. You can know that for example from earlier-attached official.analyze.txt. My analyze of

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-27 Thread Hauke Mehrtens
On 06/27/2012 12:21 PM, Rafał Miłecki wrote: 2012/6/27 Hauke Mehrtens ha...@hauke-m.de: I will try to find some time today to work on the code reading out the clocks of the SoC. Thanks. Let me try to summarize WNDR4500 support-lacking things: 1) Image generator The current one isn't

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-27 Thread Hauke Mehrtens
On 06/27/2012 10:14 PM, Rafał Miłecki wrote: 2012/6/27 Hauke Mehrtens ha...@hauke-m.de: On 06/27/2012 12:21 PM, Rafał Miłecki wrote: Is there any open driver available for this controller? GPL license? Or some different? We have support for the older NAND flash controller, but this one

Re: [OpenWrt-Devel] [RFC][PATCH] brcm47xx: prepare code generating Netgear WNDR4500 image

2012-06-28 Thread Hauke Mehrtens
On 06/28/2012 10:01 AM, Rafał Miłecki wrote: Comment it out until we get the device really working. --- I've tried to comment all decisions I've made. For now images (vmlinuz, trx) include wndr4500 in their names. If we detect which devices need similar tricks, we can unify it. ---

Re: [OpenWrt-Devel] [PATCH 1/3] IEEE802154 WPAN new files

2012-06-29 Thread Hauke Mehrtens
On 06/29/2012 09:05 AM, Xiangfu Liu wrote: On 06/25/2012 03:50 PM, Hauke Mehrtens wrote: On 06/22/2012 08:18 AM, xian...@openmobilefree.net wrote: From: Xiangfu xian...@openmobilefree.net --- create mode 100644 target/linux/generic/files/drivers/ieee802154/adf7242.c create mode 100644

Re: [OpenWrt-Devel] [RFC][PATCH] brcm47xx: prepare code generating Netgear WNDR4500 image

2012-06-30 Thread Hauke Mehrtens
On 06/30/2012 11:39 AM, Rafał Miłecki wrote: 2012/6/28 Hauke Mehrtens ha...@hauke-m.de: This looks good. Thanks! Would it be possible to just compress the loader.gz different and let this load the real kernel image? The lzma compressed kernel image for the wndr4500 is 85 KBytes bigger

Re: [OpenWrt-Devel] [RFC][DONT APPLY][PATCH] brcm47xx: BROKEN image for Netgear WNDR4500

2012-07-09 Thread Hauke Mehrtens
On 07/09/2012 01:54 PM, Rafał Miłecki wrote: --- I tried to use LZMA-compressed loader for LZMA-compressed kernel. We can't juse use CFE's bootloader to load standard LZMA-compressed kernel, because CFE doesn't support LZMA compression with dictionary. Not using dictionary results in not

Re: [OpenWrt-Devel] BCM4706 and bcma: Skipping PCI bus scan due to resource conflict

2012-07-11 Thread Hauke Mehrtens
On 07/11/2012 03:25 PM, Rafał Miłecki wrote: 2012/7/11 Rafał Miłecki zaj...@gmail.com: My main bcma bus has 2 PCIe slots with 2 802.11 cards. The problem is that only one card can be registered at the time. Function responsible for registering PCI controller is: void __devinit

Re: [OpenWrt-Devel] Where to find newer compat-wireless tarballs?

2012-08-04 Thread Hauke Mehrtens
On 08/04/2012 11:53 PM, Tobias Diedrich wrote: With 2012-07-16 ath5k seems stuck at txpower 0. Possible fix: https://patchwork.kernel.org/patch/1243981/, but doesn't apply against 2012-07-16 since there were some changes to phy.c between these. The patch has the wrong file prefix replace ---

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-22 Thread Hauke Mehrtens
On 08/22/2012 07:49 PM, Rafał Miłecki wrote: 2012/8/22 Hauke Mehrtens ha...@hauke-m.de: On 07/18/2012 01:56 PM, Bastian Bittorf wrote: hi devs! yesterday we had a breaktrough debugging b43 in our hackspace maschinenraum/m18[1,2] at weimar.freifunk.net[3,4] - since a long time our darling

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-22 Thread Hauke Mehrtens
On 08/22/2012 08:45 PM, Larry Finger wrote: On 08/22/2012 11:21 AM, Hauke Mehrtens wrote: On 07/18/2012 01:56 PM, Bastian Bittorf wrote: hi devs! yesterday we had a breaktrough debugging b43 in our hackspace maschinenraum/m18[1,2] at weimar.freifunk.net[3,4] - since a long time our darling

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-25 Thread Hauke Mehrtens
On 08/22/2012 11:19 PM, Larry Finger wrote: On 08/22/2012 04:05 PM, Hauke Mehrtens wrote: On 08/22/2012 08:45 PM, Larry Finger wrote: On 08/22/2012 11:21 AM, Hauke Mehrtens wrote: On 07/18/2012 01:56 PM, Bastian Bittorf wrote: hi devs! yesterday we had a breaktrough debugging b43 in our

Re: [OpenWrt-Devel] vmlinux not booting from flash (works as tftp elf)

2012-08-26 Thread Hauke Mehrtens
On 08/26/2012 03:03 PM, Rafał Miłecki wrote: This is some kind of continuation of: WNDR4500: OpenWRT freezing at Starting program at 0x80001000 after more experiment and getting some knowledge about the problem. === The short summary: 1) When I prepare vmlinux.elf using

Re: [OpenWrt-Devel] Alignment of partitions from trx

2012-08-26 Thread Hauke Mehrtens
On 08/26/2012 02:08 PM, Rafał Miłecki wrote: I'm experimenting with 2nd flash memory in my WNDR4500. It does contain TRX at offset 0x0 (it is possible, because bootloader is placed on 1st flash memory). As you know TRX size is 224B (V1) or 256B (V2) [0]. In case of V1 it means that first

Re: [OpenWrt-Devel] Finding author of 019-fix-boot.patch (later 119-fix-boot.patch)

2012-08-27 Thread Hauke Mehrtens
On 08/27/2012 10:46 PM, Rafał Miłecki wrote: 2012/8/27 Rafał Miłecki zaj...@gmail.com: Can you tell me, how I can find author of [01]19-fix-boot.patch? I really wish this patch to be mainlined, but I don't understand that .fill 0x400. I wish someone who wrote this code to send it mainline.

Re: [OpenWrt-Devel] Can't use loader (LZMA decompresser) for Netgear WNDR4500

2012-09-01 Thread Hauke Mehrtens
On 08/31/2012 09:56 AM, Rafał Miłecki wrote: My CFE handles LZMA compression as long as it doesn't use dictionary, -eos and -si. For now I just compress kernel (vmlinux) with such a non-optimal LZMA compression and it works fine. The only important note: I need BOOT_RAW to allow vmlinux

Re: [OpenWrt-Devel] e3200 support question

2012-09-12 Thread Hauke Mehrtens
On 09/11/2012 09:47 AM, Rafał Miłecki wrote: 2012/9/11 Tobias Waldvogel tobias.waldvo...@gmail.com: I have seen that DD-WRT supports the E3200, at least the switch and the integrated WiFi is working (tried it yesterday). The 5Ghz Wifi however does not work. May be this can be a starting point

Re: [OpenWrt-Devel] [PATCH] Allow to build kmod-ssb-gige as module for brcm47xx

2012-11-11 Thread Hauke Mehrtens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/11/2012 12:33 PM, Manuel Munz wrote: Without this patch imagebuilder fails to build images for bcm4705* targets which depend on kmod-ssb-gige because no kmod-package was built. I don't have any hardware to test if it is still properly built

Re: [OpenWrt-Devel] Trunk busted on Netgear WGT634U since r33920

2012-11-12 Thread Hauke Mehrtens
On 11/12/2012 11:03 AM, Russell Senior wrote: Russell == Russell Senior russ...@personaltelco.net writes: Russell Hauke, Russell I bisected the problem to r33920 (r33919 is okay), Russell distclean'ing between each build. Russell Symptoms are that the kernel doesn't load. I get the

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-11 Thread Hauke Mehrtens
On 12/11/2012 12:32 PM, Rafał Miłecki wrote: --- It works, but is missing failure paths (handling allocation errors, etc.) Don't use it in any production environment! I would like to add this as a patch to OpenWrt trunk, this is better than no driver and I assume that you will fix most of

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-12 Thread Hauke Mehrtens
On 12/11/2012 12:32 PM, Rafał Miłecki wrote: --- It works, but is missing failure paths (handling allocation errors, etc.) Don't use it in any production environment! --- drivers/bcma/driver_chipcommon_pmu.c|2 +- drivers/net/ethernet/broadcom/Makefile |1 +

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-13 Thread Hauke Mehrtens
On 12/13/2012 11:29 AM, Florian Fainelli wrote: Hello Rafal, Le 12/11/12 12:32, Rafał Miłecki a écrit : --- It works, but is missing failure paths (handling allocation errors, etc.) Don't use it in any production environment! --- drivers/bcma/driver_chipcommon_pmu.c|2 +-

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 06:19 PM, Florian Fainelli wrote: Hello, I would add to the list: 5. this driver probably needs some kind of specific driver for its internal BCMA PHY, and the MDIO operations. The driver does a tad too much MDIO/PHY stuff, suggesting that it should be one or two separate

Re: [OpenWrt-Devel] [PATCH,v5,2/2] BCMA - Enable use of IRQ6

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:32 AM, Nathan Hintz wrote: Enable use of IRQ6 for PCIE core on 4716 (Linksys E3000), correct resetting of previous IRQ (oldirq), and insure that bcma_core_set_mips_irq is called for PCIE, Chipcommon and I2S cores. Could you split this into more than one patch each addressing

Re: [OpenWrt-Devel] [PATCH] Fix IRQ Flag for I2S Core

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:48 AM, Nathan Hintz wrote: Adjust the IRQ Flag value from 8 to 7 for I2S Core for BCM4716 and BCM4748 (per the Broadcom SDK). IRQ Flag values greater than 7 are ignored when setting the IRQ Mask. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null +++

Re: [OpenWrt-Devel] [PATCH,v5,1/2] BCMA - Enable use of IRQ6

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:11 AM, Nathan Hintz wrote: Modify the BCMA MIPS driver to internalize the subtleties of the MIPS IRQ. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for your patch, it was committed in r34669. Could you also send this patch for linux mainline inclusion to the

Re: [OpenWrt-Devel] [PATCH,RFC] BCMA - Broadcom 2011 SDK Updates

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:56 AM, Nathan Hintz wrote: I noticed these changes when reviewing the 2011 Broadcom SDK. I haven't noticed any obvious changes in behavior with them applied; but thought I should at least pass them on. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for your

Re: [OpenWrt-Devel] [PATCH] Additional BCM4716 support

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 07:21 AM, Nathan Hintz wrote: Additional BCM4716 support. Still needs working ethernet driver. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for your patch, it was committed in r34672. Hauke ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Hauke Mehrtens
* b43 wireless now works out of box (no changes were necessary on my part) * modifications according to comments by Hauke Mehrtens on 2012-04-25 * header for factory update package now created using dd and echo, no need for binary header template file anymore I just had a closer look at the patch

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Hauke Mehrtens
On 11/11/2012 09:38 PM, Mathias Adam wrote: ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: This patch adds support for Huawei E970 wireless gateway devices. It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV. E960/B970 should work too, from what I know it's

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Hauke Mehrtens
On 12/13/2012 08:59 PM, Florian Fainelli wrote: Le 13/12/2012 20:45, Hauke Mehrtens a écrit : Changes from previous patch: * rebased to svn-rev. 33761 * b43 wireless now works out of box (no changes were necessary on my part) * modifications according to comments by Hauke Mehrtens on 2012

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-14 Thread Hauke Mehrtens
On 12/14/2012 01:37 PM, Mathias Adam wrote: Hi Hauke, thanks for picking this up! Am Do, 13.12.2012, 20:45 schrieb Hauke Mehrtens: On 11/11/2012 09:38 PM, Mathias Adam wrote: ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: This patch adds support for Huawei E970 wireless gateway

Re: [OpenWrt-Devel] [PATCH,v5,2/2] BCMA - Enable use of IRQ6

2012-12-14 Thread Hauke Mehrtens
On 12/14/2012 06:58 AM, Nathan Hintz wrote: On Thu, 2012-12-13 at 19:10 +0100, Hauke Mehrtens wrote: On 12/11/2012 05:32 AM, Nathan Hintz wrote: Enable use of IRQ6 for PCIE core on 4716 (Linksys E3000), correct resetting of previous IRQ (oldirq), and insure that bcma_core_set_mips_irq

Re: [OpenWrt-Devel] Broadcom ARM Status

2013-11-01 Thread Hauke Mehrtens
On 11/01/2013 01:22 PM, James Hilliard wrote: I noticed that there is a broadcom ARM build option but it only seems to build for the r6250 and I'm not sure if its actually making installable builds. I have a number of very large patches that are part of the build system for these routers. Has

Re: [OpenWrt-Devel] [PATCH 0/18] broadcom-wl: improvements for newer devices

2013-11-05 Thread Hauke Mehrtens
On 11/03/2013 12:59 AM, Nathan Hintz wrote: The goal of this patch set is to provide improved support for newer devices supported by the proprietary broadcom-wl driver. This includes some general cleanup items, bug fixes, and some enhancements. I've tried to keep the individual patches small

Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-06 Thread Hauke Mehrtens
On 11/06/2013 05:15 PM, Fernando Frediani wrote: Hello Hauke, I have seen a few emails from you on openwrt-devel list about the zram module and also saw it is already present on the trunk(Barrier Breaker). Was wondering if there is any work going on or will be to backport it to Attitude

Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-07 Thread Hauke Mehrtens
November 2013 18:17, Hauke Mehrtens ha...@hauke-m.de mailto:ha...@hauke-m.de wrote: On 11/06/2013 05:15 PM, Fernando Frediani wrote: Hello Hauke, I have seen a few emails from you on openwrt-devel list about the zram module and also saw it is already present on the trunk

Re: [OpenWrt-Devel] [PATCH 0/18, v2] broadcom-wl: improvements for newer devices

2013-11-11 Thread Hauke Mehrtens
On 11/11/2013 06:08 AM, Nathan Hintz wrote: The goal of this patch set is to provide improved support for newer devices supported by the proprietary broadcom-wl driver. This includes some general cleanup items, bug fixes, and some enhancements. I've tried to keep the individual patches small

Re: [OpenWrt-Devel] [PATCH] iwinfo: don't report associations for broadcom wds interfaces

2013-11-11 Thread Hauke Mehrtens
On 11/02/2013 10:36 PM, Nathan Hintz wrote: The associations list for Broadcom WDS interfaces are duplicate to those reported by the corresponding AP interface; so there is no need to report them again. Signed-off-by: Nathan Hintz nlhi...@hotmail.com ---

Re: [OpenWrt-Devel] [PATCH] base-files: don't kill nas for sysupgrade

2013-11-11 Thread Hauke Mehrtens
On 11/02/2013 10:47 PM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/base-files/files/lib/upgrade/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/lib/upgrade/common.sh

Re: [OpenWrt-Devel] [PATCH 0/8] Add Belkin F7Dx30x support

2013-11-11 Thread Hauke Mehrtens
On 11/10/2013 11:35 PM, Cody P Schafer wrote: These pathes add (at least) support for the Belkin F7D3302/F7D7302 router (which I have), and potentially also enable the F7D3301 and F7D4301 routers (which I don't have and have not tested). -- Cody P Schafer (8): broadcom-diag: add

Re: [OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Hauke Mehrtens
On 11/13/2013 12:44 PM, Russell Senior wrote: I tried building/running recent trunk for the venerable Netgear WGT634U, and discovered that it doesn't boot, or at least I lose the console right away. The last thing I see on the screen is: CFE version 1.0.34 for BCM95365R (32bit,SP,LE)

Re: [OpenWrt-Devel] [PATCH, v2] zram-swap: fix dependencies

2013-11-13 Thread Hauke Mehrtens
On 11/13/2013 05:12 AM, Nathan Hintz wrote: swapon/swapoff are no longer provided by swap-utils; they are provided by block-mount instead. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/system/zram-swap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [OpenWrt-Devel] [PATCH] mac80211: update ath10k firmware

2013-11-13 Thread Hauke Mehrtens
On 11/13/2013 08:53 PM, Matti Laakso wrote: Current version of ath10k in the recently updated wireless-testing package requires a new firmware. This patch fixes the issue. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index: package/kernel/mac80211/Makefile

Re: [OpenWrt-Devel] [PATCH, v2] mac80211: update regulatory database

2013-11-17 Thread Hauke Mehrtens
On 11/14/2013 08:38 AM, Matti Laakso wrote: This patch updates the regulatory database from wireless-regdb to support 80 MHz channels. v2: fix mangled whitespaces Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Hi, I copied the regularity database from wireless-regdb.git in

Re: [OpenWrt-Devel] [PATCH, v2] mac80211: update ath10k firmware

2013-11-17 Thread Hauke Mehrtens
On 11/14/2013 08:32 AM, Matti Laakso wrote: Current version of ath10k in the recently updated wireless-testing package requires a new firmware. This patch fixes the issue. v2: * fix (hopefully) the mangled whitespaces * actually install the new firmware instead of the old Signed-off-by:

Re: [OpenWrt-Devel] [PATCH 2/2] kirkwood: add missing kernel config CONFIG_REGMAP=y

2013-11-17 Thread Hauke Mehrtens
On 11/13/2013 12:16 AM, Alexander Couzens wrote: Signed-off-by: Alexander Couzens lyn...@fe80.eu --- target/linux/kirkwood/config-3.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/config-3.10 b/target/linux/kirkwood/config-3.10 index 143ea00..db4bdbf 100644

Re: [OpenWrt-Devel] [PATCH] [package] xfsprogs: move to submenu Filesystem

2013-11-17 Thread Hauke Mehrtens
On 11/02/2013 10:37 AM, Dirk Neukirchen wrote: move xfsprogs to the right submenu e2fsprogs, btrfs-progs and other stuff is there already Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de Thank you for the patch, it was committed in r38838. Hauke

Re: [OpenWrt-Devel] [PATCH] [packages] send: move patch to right location

2013-11-17 Thread Hauke Mehrtens
On 10/30/2013 12:26 AM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold m...@heimpold.de --- ipv6/send/Makefile |2 +- {send = ipv6/send}/patches/007-use-flex.patch |0 2 files changed, 1 insertion(+), 1 deletion(-) rename {send =

Re: [OpenWrt-Devel] [PATCH 07/10] mac80211: fix iwconfig for ibss

2013-11-17 Thread Hauke Mehrtens
On 10/10/2013 01:02 PM, Bruno Randolf wrote: Fix kernel warning when using iwconfig for configuring ad-hoc mode, e.g. iwconfig wlan0 essid test channel 1 [ 1003.46] WARNING: at /home/taka/openwrt-12.09/openwrt-rsp/build_dir/linux-ar71xx_generi

Re: [OpenWrt-Devel] [Patch] kernel: add vmxnet3 module

2013-11-17 Thread Hauke Mehrtens
On 10/02/2013 01:48 PM, Dirk Neukirchen wrote: support VMware ethernet adapters Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de Thank you for the patch, it was applied in r38840. Hauke ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH, v2] mac80211: update ath10k firmware

2013-11-17 Thread Hauke Mehrtens
On 11/17/2013 06:54 PM, Matti Laakso wrote: Date: Sun, 17 Nov 2013 17:02:49 +0100 From: ha...@hauke-m.de To: openwrt-devel@lists.openwrt.org; malaa...@elisanet.fi Subject: Re: [OpenWrt-Devel] [PATCH, v2] mac80211: update ath10k firmware On 11/14/2013 08:32 AM, Matti Laakso wrote: Current

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-11-17 Thread Hauke Mehrtens
On 10/17/2013 05:40 PM, chrono wrote: Ahoi everyone, it was requested on IRC that I send my solution to the entropy problem with the current kernel (e.g. having 0 available entropy): root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail 0 In the build root I've patched

Re: [OpenWrt-Devel] [PATCH] kernel/modules: set DM_SWITCH=n in kmod-dm

2013-11-22 Thread Hauke Mehrtens
On 11/22/2013 04:41 AM, Daniel Golle wrote: Kconfig asks for Switch target support (EXPERIMENTAL) (DM_SWITCH) [N/m/?] (NEW) and waits for user input which breaks automated builds when using kernel 3.12. Signed-off-by: Daniel Golle dgo...@allnet.de Nack This was already fixed in r38820.

  1   2   3   4   5   6   7   8   9   10   >