Re: [OpenWrt-Devel] [PATCH 2/3] mpc85xx: gianfar: add mtd-mac-address support

2015-04-30 Thread Jonas Gorski
Hi, On Thu, Apr 30, 2015 at 4:00 AM, Matthias Schiffer wrote: > Signed-off-by: Matthias Schiffer > --- > .../101-NET-add-of_get_mac_address_mtd.patch | 76 > ++ > .../102-net-gianfar-use-mtd-mac-address.patch | 19 ++ > 2 files changed, 95 insertions(+) > cr

Re: [OpenWrt-Devel] [PATCH 2/2] ipq806x: add support for zImage kernel

2015-05-01 Thread Jonas Gorski
Hi, On Fri, May 1, 2015 at 1:39 AM, Mathieu Olivari wrote: > From: Mathieu Olivari > To: blo...@openwrt.org, > jo...@openwrt.org And there I was wondering why it didn't show up in my inbox - my address is jogo@ ;P > This change enable ATAGS support in ipq806x kernel options, and ge

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Add Huawei HG655b support

2015-05-09 Thread Jonas Gorski
Hi, On Sat, May 9, 2015 at 1:06 PM, Cezary Jackiewicz wrote: > Dnia 2015-05-09, o godz. 12:37:30 > dani napisał(a): > >> This patch adds support for the Huawei HG655b. >> >> Nothing much special in this router, it's just another BCM6368 with >> a Ralink RT3062 wifi chip and the calibration data

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Add support for Plusnet 2704N

2015-05-25 Thread Jonas Gorski
Hi, On Mon, May 18, 2015 at 7:22 PM, Matt Goring wrote: > Hello, this is my first submission, please excuse me if I have the wrong > mailing list, or missed a mailing rule. No need for formalities, just write it like you would write a commit log. > > This patch is to add support for the Plusnet

Re: [OpenWrt-Devel] [PATCH 1/2] ipq806x: move stmmac support in the kernel binary

2015-05-30 Thread Jonas Gorski
Hi, On Sat, May 30, 2015 at 3:11 AM, Mathieu Olivari wrote: > Ethernet GMAC is built-in the SoC, so there is no need to enable it as a > module. We'll just assume we need it. That's what is done for other > platform where this driver is used so it'll make things more consistent. > > Signed-off-by

Re: [OpenWrt-Devel] [PATCH] b53 kernel memory corruption fix

2015-06-10 Thread Jonas Gorski
Hi, On Tue, Jun 9, 2015 at 11:57 AM, blmink wrote: You should fix your email client to have your full name here, or add a proper From: <> line into the description. This isn't important for svn, but any git requires it for proper patch ownership. > Hi, > > this patch fixes kernel memory corrupt

Re: [OpenWrt-Devel] [PATCH 0/3] Add support for Thomson TG582n DANT-1 board

2015-06-10 Thread Jonas Gorski
Hi, On Wed, Jun 3, 2015 at 2:28 PM, Kejia Hu (Terry) wrote: > From: Kejia Hu > > This set of patches added support for Thomson TG582n DANT-1 board. > > They have been tested by building a CFE image, and loaded to the board using > a customised CFE. > > support for DANT-T board may be possible wi

Re: [OpenWrt-Devel] [PATCH 1/3] Add support for EON EN25Q128 flash chip.

2015-06-10 Thread Jonas Gorski
Hi, please prefix your patch subjects with an appropriate subject, e.g. "kernel:", or "brcm63xx:". On Wed, Jun 3, 2015 at 2:28 PM, Kejia Hu (Terry) wrote: > From: Kejia Hu > > This is part of the work to add support for Thomson TG582n router. You don't need to state this, the patch numbering a

Re: [OpenWrt-Devel] [PATCH 2/3] Add support for TG582n DANT-1 board.

2015-06-10 Thread Jonas Gorski
Hi On Wed, Jun 3, 2015 at 2:28 PM, Kejia Hu (Terry) wrote: > From: Kejia Hu > > The other variant board (DANT-T) of the router may be supported after these > patches, but > these patches have only been tested on DANT-1 board. This patch breaks the build: CC arch/mips/bcm63xx/boards/boa

Re: [OpenWrt-Devel] Automatically update CRC on TG582N board when rootfs changes.

2015-06-10 Thread Jonas Gorski
Hi, On Thu, Jun 4, 2015 at 11:06 AM, Kejia Hu (Terry) wrote: > > > Signed-off-by: kejia Hu The signed-off-by needs to be in the actual patch description. Also don't send cover letters (is this one?) for single patches. Regards Jonas ___ openwrt-deve

Re: [OpenWrt-Devel] [PATCH] Add tg582n to the list of do_fixtrx.

2015-06-10 Thread Jonas Gorski
Hi, On Thu, Jun 4, 2015 at 11:06 AM, Kejia Hu (Terry) wrote: > From: Kejia Hu > > This will update CRC after rootfs has been changed, thus aovid > bootloader's CRC verification failure. This would also require a sign-off-by. Just merge this patch into your patch 2/3 of your tg582n patch series

Re: [OpenWrt-Devel] [PATCH 2/3] 6to4: Remove sourcerouting parameter registration

2015-06-10 Thread Jonas Gorski
Hi, On Wed, Jun 10, 2015 at 10:39 AM, Hans Dedecker wrote: > Signed-off-by: Hans Dedecker Please don't submit patches with empty commit logs. Why is it okay to remove it? Regards Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 1/3] 6rd: Remove sourcerouting parameter registration

2015-06-10 Thread Jonas Gorski
Hi, On Wed, Jun 10, 2015 at 10:39 AM, Hans Dedecker wrote: > > Signed-off-by: Hans Dedecker Please don't submit patches with empty commit logs. Why is it okay to remove it? Regards Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.or

Re: [OpenWrt-Devel] [PATCH] grub2: disable stack-protector

2015-06-10 Thread Jonas Gorski
Hi, On Tue, Jun 9, 2015 at 12:14 PM, Dirk Neukirchen wrote: > - enabling "-fstack-protector" results in build errors > - Upstream explicitly tests & disables it > > reference: upstream commit baa2a121e004a95a12e2bb7f2419de6625a30c2d > > Signed-off-by: Dirk Neukirchen > --- > package/boot/grub2/

Re: [OpenWrt-Devel] [PATCH] b53 switch driver memory leak and reset gpio pin initialization fix

2015-06-12 Thread Jonas Gorski
devm_gpio_free(dev->dev, dev->reset_gpio); > + > + devm_kfree(dev->dev, dev->buf); > + devm_kfree(dev->dev, dev->vlans); > + devm_kfree(dev->dev, dev->ports); > +} > +EXPORT_SYMBOL(b53_switch_remove); These look wrong, the w

Re: [OpenWrt-Devel] [PATCH] b53 switch driver memory leak and reset gpio pin initialization fix

2015-06-18 Thread Jonas Gorski
phy_connect in their start (ifup), but not seen with drivers that do it in their probe callback. That's why I said that the "already alloc'd/registered" check in _config_init is the only valid part of this patch. The other possibility would be moving the allocation/registration to

Re: [OpenWrt-Devel] Lantiq xrx200 - switch rtl8367rb controlled via builtin mdio (not gpio sck/sda!) in EasyBox 904xDSL

2015-06-18 Thread Jonas Gorski
Hi, On Sun, Jun 14, 2015 at 11:10 PM, Arnold Schulz wrote: > Hi everyone, > > for fun I have put efforts to solve some mysteries of the EasyBox 904xDSL. > (here thank you Sylwester and Martin B. for feedback). > > Currently code in driver/net/phy/rtl8366_smi.c is used to control rtl836x > chips v

Re: [OpenWrt-Devel] [PATCH] linux-3.18: prevent redefinition of struct ethhdr

2015-07-04 Thread Jonas Gorski
Hi, On Sun, Jun 21, 2015 at 5:53 PM, Alejandro Mery wrote: > when using musl packages include netinet/ether.h break because > struct ethhdr gets redefined. > > this patch comes includes a patch originally from sabotage linux > and it has been submitted upstream https://lkml.org/lkml/2014/3/14/266

Re: [OpenWrt-Devel] [PATCH] ramips mt7620: ArcherC20i USB support and more

2015-07-06 Thread Jonas Gorski
Hi, On Mon, Jul 6, 2015 at 10:36 PM, Gunnar Thorburn wrote: > Hi, > > Trunk and CC image for ArcherC20i do not support USB/leds/buttons. > This patch is for an updated/improved .dts-file. Please describe what you changed (added/removed/changed nodes/properties). > See also: https://forum.openwr

Re: [OpenWrt-Devel] [PATCH] ramips mt7620: ArcherC20i USB support and more

2015-07-07 Thread Jonas Gorski
Hi, On Mon, Jul 6, 2015 at 11:56 PM, Gunnar Thorburn wrote: > Hi, > > The patch (actually the entire file) was contributed on the OpenWrt forum: > https://forum.openwrt.org/viewtopic.php?pid=281794#p281794 > My contribution is that I have tested it and that I am trying to submit it > here. > > I

Re: [OpenWrt-Devel] Rebooting boards with > 16M SPI flash (was: Re: help)

2015-07-09 Thread Jonas Gorski
On Wed, Jul 8, 2015 at 2:00 PM, Paul Fertser wrote: > Hi, > > ldy647 writes: >> recently, when we install our wireless router, we found when we run >> the reboot command, the board couldn't restart. We hope you could lend >> us a hand to solve this problem. We'll be quite grateful for what you >>

Re: [OpenWrt-Devel] [PATCH 3/3] ar71xx: add spi nand driver support

2015-07-10 Thread Jonas Gorski
Hi, On Fri, Jul 10, 2015 at 9:18 AM, wrote: > From: Miaoqing Pan > > Derived from 'drivers/staging/mt29f_spinand'. > > Only support Giga Device SPI NAND device now, > - GD5F1GQ4U 1G 3.3V 8-bit > - GD5F2GQ4U 2G 3.3V 8-bit > - GD5F1GQ4R 1G 1.8V 8-bit > - GD5F2GQ4R 2G 1.8V 8-bit >

Re: [OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-15 Thread Jonas Gorski
Hi, On Wed, Jul 15, 2015 at 7:05 AM, Cezary Jackiewicz wrote: > This patch adds buttons support for Huawei EchoLife HG553. > > Signed-off-by: Cezary Jackiewicz Generally looks good, but a few nitpicks: > --- > > diff --git a/target/linux/brcm63xx/dts/hg553.dts > b/target/linux/brcm63xx/dts/hg

Re: [OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-15 Thread Jonas Gorski
On Wed, Jul 15, 2015 at 7:59 AM, Rafał Miłecki wrote: > On 15 July 2015 at 07:05, Cezary Jackiewicz > wrote: >> @@ -6,6 +6,25 @@ >> model = "Huawei EchoLife HG553"; >> compatible = "huawei,hg553", "brcm,bcm6358"; >> >> + gpio-keys-polled { >> + compatible = "g

Re: [OpenWrt-Devel] [PATCH V2] brcm63xx: HG553 buttons support

2015-07-16 Thread Jonas Gorski
Hi, On Wed, Jul 15, 2015 at 10:38 PM, Rafał Miłecki wrote: > On 15 July 2015 at 18:34, Cezary Jackiewicz > wrote: >> This patch adds buttons support for Huawei EchoLife HG553. >> Changes: >> - add empty line... >> - change codes to hexadecimal > > You usually want to put version comments in the

Re: [OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-16 Thread Jonas Gorski
On Wed, Jul 15, 2015 at 12:25 PM, John Crispin wrote: > On 15/07/2015 12:23, Jonas Gorski wrote: >> On Wed, Jul 15, 2015 at 7:59 AM, Rafał Miłecki wrote: >>> On 15 July 2015 at 07:05, Cezary Jackiewicz >>> wrote: >>>> @@ -6,6 +6,25 @@ >

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Jonas Gorski
On Thu, Jul 16, 2015 at 7:08 PM, Arturo Rinaldi wrote: > after running the git 'reset' command : > > $ git reset --hard 171f0fd10830acd3259f7c229f1b65b95595f388 > > in the trunk directory returns me : > > fatal: Could not parse object '171f0fd10830acd3259f7c229f1b65b95595f388' > > is by any chance

Re: [OpenWrt-Devel] Missing target images in trunk snapshot

2015-07-17 Thread Jonas Gorski
Hi, On Fri, Jul 17, 2015 at 9:37 AM, Guenther Kelleter wrote: > Hi > > > > Last week support for two devolo boards was committed to the trunk (r46342), > but I don’t find the image in > https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic > > > > Why are they not built with the snapshot?

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-17 Thread Jonas Gorski
On 17.07.2015 16:16, Karl Palsson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jonas Gorski wrote: >> On Thu, Jul 16, 2015 at 7:08 PM, Arturo Rinaldi >> wrote: >>> after running the git 'reset' command : >>> >>>

Re: [OpenWrt-Devel] [PATCH] brcm63xx: switch to new image building system

2015-07-18 Thread Jonas Gorski
On Fri, Jul 17, 2015 at 12:09 PM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas What does this patch do? Why do we want it? Does it change anything in the generated files? Please describe what this patch does/changes. After giving this a test run, I got this warning: ba

Re: [OpenWrt-Devel] [PATCH] mvebu: update dts files for mamba / WRT1900AC

2015-07-18 Thread Jonas Gorski
On Sat, Jul 18, 2015 at 2:06 AM, wrote: > From: notnyt > > Fix for default button states in WRT1900AC dts files. > This prevents overlay wipe when reset is pressed. > More info at: > https://forum.openwrt.org/viewtopic.php?pid=282900#p282900 > > Signed-off-by: notnyt Please sign off with your

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Add support for Plusnet 2704N

2015-07-25 Thread Jonas Gorski
Hi, I just noticed that you sent this to the wrong address (openwrt-devel-request@ instead of openwrt-devel), thus it never made it to the mailing list. On 20.07.2015 10:40, Matt Goring wrote: > BCM6318: will also support Sagem 2704N (V1) and probably the > TP-Link-TD-W8960N (V5) because its the

Re: [OpenWrt-Devel] [PATCH 05/13] ramips: use consistent naming scheme for LEDs, for various manufacturers

2015-07-26 Thread Jonas Gorski
On Sun, Jul 26, 2015 at 9:34 PM, Piotr Dymacz wrote: > 2015-07-26 21:16 GMT+02:00 Imre Kaloz : >> >> On Sun, 26 Jul 2015 18:24:30 +0200, Piotr Dymacz wrote: >> >>> For some boards in ramips (and other targets) naming scheme for LEDs is: >>> "manufacturer:color:led-name", but there are many other

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Add support for Plusnet 2704N

2015-07-30 Thread Jonas Gorski
Hi, On Tue, Jul 28, 2015 at 6:28 AM, Matt Goring wrote: > BCM6318: add support for Plusnet / Sagem 2704N (V1) > Signed-off-by: Matt Goring > --- For future submissions, add a changelog here for all the changes between (re-)submissions. > target/linux/brcm63xx/base-files/etc/diag.sh |

Re: [OpenWrt-Devel] [PATCH] kernel: update 4.1 to 4.1.4

2015-08-05 Thread Jonas Gorski
Hi, On Wed, Aug 5, 2015 at 12:53 AM, Daniel Golle wrote: > Changelog: > * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.4 > > Signed-off-by: Daniel Golle > --- > include/kernel-version.mk | 4 +- > ...79-add-gpio-func-register-for-QCA955x-SoC.patch | 2

Re: [OpenWrt-Devel] [PATCH 1/3] ipq806x: Add ADM support

2015-08-07 Thread Jonas Gorski
Hi, On Fri, Aug 7, 2015 at 4:28 AM, Mathieu Olivari wrote: > These are cherry-picked & backported from LKML: > *https://lkml.org/lkml/2015/3/17/19 > > They are enabled on both 3.18 and 4.1 kernel. Patches 150 to 154 are > applying changes merged since 3.18; they enable mechanisms used by the > AD

Re: [OpenWrt-Devel] [PATCH v2] busybox: lock: implement -n "Fail rather than wait"

2015-08-07 Thread Jonas Gorski
On Fri, Aug 7, 2015 at 5:40 PM, Alexander Couzens wrote: > lock -n is similiar to flock -n. If the lock was already taken, > fail with exit code = 1 and write error message to stderr. > > example: > if ! lock -n /tmp/foo ; then > echo lock exits. > else > echo lock was free. But is

Re: [OpenWrt-Devel] lighttpd 1.4.36 and file descriptors limit issue - OpenWrt related?

2015-08-13 Thread Jonas Gorski
On Thu, Aug 13, 2015 at 8:00 PM, Rafał Miłecki wrote: > There is an issue with handling relatively big (4 MiB+) files in > lighttpd after the upgrade to the 1.4.36: > https://github.com/openwrt/packages/issues/1658 > It seems lighttpd is running out of file descriptors and is replying with: > 413

Re: [OpenWrt-Devel] [PATCH 1/9] CC PowerCloud CAP324 Kernel BSP

2015-08-14 Thread Jonas Gorski
Welcome back ;) On Sun, Aug 2, 2015 at 7:03 AM, Daniel Dickinson wrote: > Signed-off-by: Daniel Dickinson Drop the CC from the subject; it's used for patches for the chaos_chalmer branch, while this is for trunk. A small description of the device would be nice to have, try not to have an empty

Re: [OpenWrt-Devel] [PATCH 7/9] CC PowerCloud CR5000 Kernel BSP

2015-08-14 Thread Jonas Gorski
On Sun, Aug 2, 2015 at 9:30 AM, Daniel Dickinson wrote: Eh, also replace the "BSP" with "support", at least when I hear BSP I am thinking of a full build environment, not just a single kernel patch. > Signed-off-by: Daniel Dickinson > --- > target/linux/ar71xx/config-4.1 |

Re: [OpenWrt-Devel] [PATCH] Fix for mvebu (WRT1900AC/WRT1200AC/etc) boot counter

2015-08-18 Thread Jonas Gorski
On Tue, Aug 18, 2015 at 4:21 PM, Rob Mosher wrote: > The uboot boot counter was never reset after a successful boot. > This patch prevents bootcmd and boot_part from becoming out of sync > after a sysupgrade and ensures the proper partition is booted. > > Signed-off-by: Rob Mosher Hm, that code

Re: [OpenWrt-Devel] Broken GCC 4.9 (and 5.2) on ARM - asking for review/test

2015-08-20 Thread Jonas Gorski
Hi, On Thu, Aug 20, 2015 at 11:40 AM, Dirk Neukirchen wrote: > GCC 4.9 was marked BROKEN with r46089. Recently GCC 5.2 was added (marked as > broken too) > > commit msg: " toolchain: mark gcc 4.9 as broken, it miscompiles some code > especially on ARM" > > Looking through some GCC 5 serious reg

Re: [OpenWrt-Devel] [PATCH 1/2] include: add a new ubinize-image build target

2015-08-21 Thread Jonas Gorski
On Fri, Aug 21, 2015 at 3:34 AM, Mathieu Olivari wrote: > This new build target can be used to generate a ubinized.bin file, > including the kernel and the FS specified as an argument. > > Signed-off-by: Mathieu Olivari I have a slightly different approach in my queue that uses scripts/ubinize-i

[OpenWrt-Devel] [PATCH 01/10] ipq806x: enable ubiblock support

2015-08-21 Thread Jonas Gorski
To allow squashfs on ubi, enable ubiblock support in the kernel. Signed-off-by: Jonas Gorski --- target/linux/ipq806x/config-3.18 | 2 +- target/linux/ipq806x/config-4.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq806x/config-3.18 b/target/linux

[OpenWrt-Devel] [PATCH 02/10] image: add a build step for building and appending an ubinized rootfs

2015-08-21 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- include/image.mk | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/image.mk b/include/image.mk index 73fc805..fb89ed1 100644 --- a/include/image.mk +++ b/include/image.mk @@ -345,6 +345,16 @@ define Build/append-rootfs dd if=$(word 2

[OpenWrt-Devel] [PATCH 00/10] ipq806x: implement sysupgrade for AP148

2015-08-21 Thread Jonas Gorski
is able to read from it. Therefore the last two patches that create an "sysupgradeable" image are marked as RFC. Jonas Gorski (10): ipq806x: enable ubiblock support image: add a build step for building and appending an ubinized rootfs build: add a build step for generic sysupgrade

[OpenWrt-Devel] [PATCH 03/10] build: add a build step for generic sysupgrade nand image

2015-08-21 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- include/image.mk | 8 ++ scripts/sysupgrade-nand.sh | 68 ++ 2 files changed, 76 insertions(+) create mode 100755 scripts/sysupgrade-nand.sh diff --git a/include/image.mk b/include/image.mk index fb89ed1

[OpenWrt-Devel] [PATCH 05/10] ipq806x: rename "rootfs" to "ubi" on nand

2015-08-21 Thread Jonas Gorski
OpenWrt expects the ubi paritition to be named "ubi", not "rootfs". Signed-off-by: Jonas Gorski --- .../patches-3.18/302-mtd-qcom-smem-rename-rootfs-ubi.patch | 13 + .../patches-4.1/302-mtd-qcom-smem-rename-rootfs-ubi.patch | 13 + 2 files ch

[OpenWrt-Devel] [PATCH 04/10] ipq806x: enable smem-parser for nand on AP148

2015-08-21 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- .../166-arch-qcom-dts-enable-qcom-smem-on-AP148-NAND.patch| 11 +++ .../707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch | 6 +++--- ...708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch | 2 +- .../166-arch-qcom-dts-enable-qcom-smem

[OpenWrt-Devel] [PATCH 07/10] ipq806x: clear IMAGES for devices

2015-08-21 Thread Jonas Gorski
Ensure that IMAGE-less devices won't keep the IMAGES of any previous devices. Signed-off-by: Jonas Gorski --- target/linux/ipq806x/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 2369762..da

[OpenWrt-Devel] [PATCH 06/10] ipq806x: wrap legacy image in uImage

2015-08-21 Thread Jonas Gorski
Wrap the zImage in a uImage header so we can easily boot it from legacy u-boots. Signed-off-by: Jonas Gorski --- target/linux/ipq806x/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile

[OpenWrt-Devel] [PATCH 08/10] ipq806x: build images and add sysupgrade support for AP148

2015-08-21 Thread Jonas Gorski
Add full ubi and sysupgrade images for AP148 and add sysupgrade support for ipq806x to allow updating the current installation. Signed-off-by: Jonas Gorski --- .../linux/ipq806x/base-files/lib/upgrade/platform.sh | 18 ++ target/linux/ipq806x/image/Makefile | 20

[OpenWrt-Devel] [PATCH RFC 10/10] ipq806x: wrap ubi in itb

2015-08-21 Thread Jonas Gorski
The stock QSDK expects the ubi to be wrapped in an itb image, so provide one for easy sysupgrade from QSDK. FIXME: currently does not work? Seems to flash fine, but ubi cannot be mounted by OpenWrt and needs to be flashed a second time. Signed-off-by: Jonas Gorski --- target/linux/ipq806x

[OpenWrt-Devel] [PATCH RFC 09/10] image: add a build recipe to wrap an ubi image in a itb file

2015-08-21 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- include/image.mk | 7 + scripts/mkits-ubi.sh | 79 2 files changed, 86 insertions(+) create mode 100755 scripts/mkits-ubi.sh diff --git a/include/image.mk b/include/image.mk index 8ac3593..261cbb2

Re: [OpenWrt-Devel] [PATCH RFC 10/10] ipq806x: wrap ubi in itb

2015-08-21 Thread Jonas Gorski
On 21.08.2015 13:24, John Crispin wrote: > > > On 21/08/2015 13:17, Jonas Gorski wrote: >> The stock QSDK expects the ubi to be wrapped in an itb image, so >> provide one for easy sysupgrade from QSDK. >> >> FIXME: currently does not work? Seems to flash fine

Re: [OpenWrt-Devel] [PATCH RFC 10/10] ipq806x: wrap ubi in itb

2015-08-21 Thread Jonas Gorski
On 21.08.2015 13:39, John Crispin wrote: > > > On 21/08/2015 13:28, Jonas Gorski wrote: >> On 21.08.2015 13:24, John Crispin wrote: >>> >>> >>> On 21/08/2015 13:17, Jonas Gorski wrote: >>>> The stock QSDK expects the ubi to be wrapped in an i

[OpenWrt-Devel] [PATCH 1/7] ar71xx: rename NETGEAR_ variables to their netgear names

2015-08-21 Thread Jonas Gorski
Netgear names them BOARD_ID and HW_ID, so we should do the same. Signed-off-by: Jonas Gorski --- target/linux/ar71xx/image/Makefile | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image

[OpenWrt-Devel] [PATCH 0/7] ipq806x: add support for Netgear Nighthawk X4 R7500

2015-08-21 Thread Jonas Gorski
ength of 0, so it's only the kernel that is affected. Jonas Gorski (7): ar71xx: rename NETGEAR_ variables to their netgear names image: move netgear-image to top and rename to -dni image: allow exactly KERNEL_SIZE sized kernels ipq806x: add support for retrieving macs from mtd ba

[OpenWrt-Devel] [PATCH 2/7] image: move netgear-image to top and rename to -dni

2015-08-21 Thread Jonas Gorski
Use the same naming as netgear-chk. Signed-off-by: Jonas Gorski --- include/image.mk | 9 + target/linux/ar71xx/image/Makefile | 13 ++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/include/image.mk b/include/image.mk index 261cbb2

[OpenWrt-Devel] [PATCH 3/7] image: allow exactly KERNEL_SIZE sized kernels

2015-08-21 Thread Jonas Gorski
The KERNEL_SIZE should be the maximum size, inclusive, so we need to check for greater equal, not just greater. Signed-off-by: Jonas Gorski --- include/image.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index d4ebdef..400dce8

[OpenWrt-Devel] [PATCH 4/7] ipq806x: add support for retrieving macs from mtd

2015-08-21 Thread Jonas Gorski
Add support for mtd-mac-address for stmac. Signed-off-by: Jonas Gorski --- ...orm-add-support-for-retreiving-mac-from-m.patch | 35 ++ ...orm-add-support-for-retreiving-mac-from-m.patch | 35 ++ 2 files changed, 70 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 5/7] base-files: allow setting ide-disk led trigger

2015-08-21 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- package/base-files/files/lib/functions/uci-defaults.sh | 16 1 file changed, 16 insertions(+) diff --git a/package/base-files/files/lib/functions/uci-defaults.sh b/package/base-files/files/lib/functions/uci-defaults.sh index 8ba95a2..2658d43

[OpenWrt-Devel] [PATCH 7/7] ipq806x: add support for Netgear Nighthawk X4 R7500

2015-08-21 Thread Jonas Gorski
Add support for the Netgear Nighthawk X4 R7500 and build appropariate sysupgrade and factory images. Known issues: * 5 GHz wifi not working - there is no quantenna driver * One of the USB ports is not working Signed-off-by: Jonas Gorski --- .../linux/ipq806x/base-files/etc/uci-defaults/leds

[OpenWrt-Devel] [PATCH 6/7] ipq806x: enable ide led trigger

2015-08-21 Thread Jonas Gorski
To use gpio leds as ide leds, we need to enable the trigger to be included in the kernel. Signed-off-by: Jonas Gorski --- target/linux/ipq806x/config-3.18 | 1 + target/linux/ipq806x/config-4.1 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/ipq806x/config-3.18 b/target

Re: [OpenWrt-Devel] [PATCH 6/7] mac80211: cosmetic changes

2015-08-23 Thread Jonas Gorski
Hi, On Sun, Aug 23, 2015 at 1:02 PM, Dirk Neukirchen wrote: > > - remove net prefix from some modules > - try to sort alphabetically > Signed-off-by: Dirk Neukirchen please split this into two (first remove the net prefix, then reorder them), this should make it a bit less unreadable. regard

[OpenWrt-Devel] [PATCH 1/3] mvebu: also copy nor initramfs kernels to bin

2015-08-23 Thread Jonas Gorski
r45421 added copying initramfs kernels for NAND profiles, but missed both NOR profiles. Signed-off-by: Jonas Gorski --- target/linux/mvebu/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 7f270dd

[OpenWrt-Devel] [PATCH 2/3] kernel: package up sdhci-pxav3

2015-08-23 Thread Jonas Gorski
Package the sdhci controller driver found on armada 38x boards and add backported fixes to allow them to be selected / not break the boot. Signed-off-by: Jonas Gorski --- package/kernel/linux/modules/other.mk | 12 ...Fix-hardware-dependencies-for-sdhci-pxav3.patch | 33

[OpenWrt-Devel] [PATCH 3/3] mvebu: Add Armada 388 General Purpose Development Board support

2015-08-23 Thread Jonas Gorski
file gets renamed to 388-rd for 3.18 as well; matching what it was named in 4.0 already. Signed-off-by: Jonas Gorski --- .../mvebu/base-files/etc/uci-defaults/02_network | 3 + target/linux/mvebu/base-files/lib/mvebu.sh | 3 + target/linux/mvebu/image/Makefile | 3

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add Comtrend VR-3026e support

2015-08-24 Thread Jonas Gorski
Hi, On Sun, Aug 23, 2015 at 5:21 PM, Martin Tesar wrote: A few words about the device would be nice. Please try to avoid an empty commit message. > Signed-off-by: Martin Tesar Codewise it looks good, but you used spaces for indentation; please replace them with tabs as used everywhere else.

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add Comtrend VR-3026e support

2015-08-26 Thread Jonas Gorski
Hi, On Wed, Aug 26, 2015 at 7:09 AM, Martin Tesař wrote: > Hi, > > here is an updated patch. Please send the patch inline like you did the first time (easier to review and comment on), and: diff --git a/target/linux/brcm63xx/patches-3.18/999-board_VR-3026e.patch b/target/linux/brcm63xx/patches-

Re: [OpenWrt-Devel] [PATCH v3] bcm63xx: add Comtrend VR-3026e support

2015-08-27 Thread Jonas Gorski
On Wed, Aug 26, 2015 at 7:18 PM, Martin Tesar wrote: > Add support for Comtrend VR-3026e v1. > The device is almost identical to the Comtrend VR-3025un. > > Signed-off-by: Martin Tesar > --- > target/linux/brcm63xx/base-files/etc/diag.sh | 3 + > .../base-files/etc/uci-defaults/02_network

Re: [OpenWrt-Devel] [PATCH v3] bcm63xx: add Comtrend VR-3026e support

2015-08-27 Thread Jonas Gorski
On Thu, Aug 27, 2015 at 12:41 PM, Martin Tesar wrote: > Hi, > > it's just a cosmetic change. Now I understand I shouldn't do that. > Should I create a new patch? Yes, please. I don't mind the cosmetic change per se, it just should be in a separate patch. Jonas __

Re: [OpenWrt-Devel] [PATCH] include/image.mk: make tar reproducible

2015-08-30 Thread Jonas Gorski
Hi, On Sun, Aug 30, 2015 at 6:26 PM, Dirk Neukirchen wrote: > several packages reported different file order between builds > make binutils, kmod-sched reproducible > > Signed-off-by: Dirk Neukirchen These are stil not reproducible for others, because ... > --- > include/image.mk | 2 +- > s

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-09-02 Thread Jonas Gorski
Hi, On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin wrote: > This includes binutils, gcc, gdb and uClibc-ng. > > Latest release of ARC gcc (as of today it is "arc-2015.06") > is based on upstream gcc 4.8.4. > > Sources are available on GitHub, see: > https://github.com/foss-for-synopsys-dwc-arc-p

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-02 Thread Jonas Gorski
On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC cores. > > [1] Synopsys SDP board > This is a new-generation development board from Synopsys that > consists of base-board and CPU tile-board (which might have a real > ASI

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-09-03 Thread Jonas Gorski
Hi, On Wed, Sep 2, 2015 at 9:58 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Wed, 2015-09-02 at 10:08 +0200, Jonas Gorski wrote: >> Hi, >> >> On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin >> wrote: >> > This includes binutils, gcc, gdb and uClibc-ng.

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-03 Thread Jonas Gorski
Hi, On Wed, Sep 2, 2015 at 10:40 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Wed, 2015-09-02 at 10:32 +0200, Jonas Gorski wrote: >> On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin >> wrote: >> > This patch introduces support of new boards with ARC cores. >

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-04 Thread Jonas Gorski
Hi, On Thu, Sep 3, 2015 at 6:11 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Thu, 2015-09-03 at 15:33 +0200, Jonas Gorski wrote: >> Hi, >> >> On Wed, Sep 2, 2015 at 10:40 PM, Alexey Brodkin >> wrote: >> > Hi Jonas, >> > >> > On Wed

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-04 Thread Jonas Gorski
Hi, On Fri, Sep 4, 2015 at 12:35 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Fri, 2015-09-04 at 12:25 +0200, Jonas Gorski wrote: >> Hi, >> >> On Thu, Sep 3, 2015 at 6:11 PM, Alexey Brodkin >> wrote: >> > Hi Jonas, >> > >> > On T

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-04 Thread Jonas Gorski
On Fri, Sep 4, 2015 at 12:45 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Fri, 2015-09-04 at 12:40 +0200, Jonas Gorski wrote: >> Hi, >> >> On Fri, Sep 4, 2015 at 12:35 PM, Alexey Brodkin >> > If one of my proposals above ok? >> > For example this one

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-04 Thread Jonas Gorski
Hi, On Fri, Sep 4, 2015 at 1:24 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Fri, 2015-09-04 at 13:01 +0200, Jonas Gorski wrote: >> On Fri, Sep 4, 2015 at 12:45 PM, Alexey Brodkin >> wrote: >> > Hi Jonas, >> > >> > On Fri, 2015-09-

Re: [OpenWrt-Devel] [PATCH 00/10] ipq806x: implement sysupgrade for AP148

2015-09-04 Thread Jonas Gorski
On Fri, Aug 21, 2015 at 1:17 PM, Jonas Gorski wrote: > This patchset adds sysupgrade support and and builds images for AP148. > > This has been tested on AP148. > > sysupgrade from original QSDK should work in theory, but in practice > either ubiformat or something else in Q

Re: [OpenWrt-Devel] [PATCH 0/7] ipq806x: add support for Netgear Nighthawk X4 R7500

2015-09-04 Thread Jonas Gorski
On Fri, Aug 21, 2015 at 1:45 PM, Jonas Gorski wrote: > This patchset adds support for the Netgear Nighthawk X4 R7500. > > This patchset depends on patches 1 to 8 from "ipq806x: implement > sysupgrade for AP148". Thanks, applied with a small fixup for the profile (there

Re: [OpenWrt-Devel] [PATCH 1/3] brcm63xx: add upstream LED drivers

2015-09-05 Thread Jonas Gorski
Hi, On Sat, Sep 5, 2015 at 2:58 PM, Álvaro Fernández Rojas wrote: > This backports upstream LED drivers (BCM6328 and BCM6358). Let's wait with this until CC-final is out and I can drop 3.18. I have pinctrl drivers in my queue that I'm somewhat satisfied with, but will require changes to the dts(

Re: [OpenWrt-Devel] [PATCH] Restore 640-bridge_no_eap_forward.patch to its original form

2015-09-08 Thread Jonas Gorski
Hi, On Tue, Sep 8, 2015 at 2:31 PM, Dmitry Ivanov wrote: > Restore 640-bridge_no_eap_forward.patch to its original form. > It was corrupted in rev 62a2176cb144. The most obvious symptom is repeated > messages like this: Please state the svn revision and/or the commit subject in () to make it ea

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-09-08 Thread Jonas Gorski
Hi Alexey, On Fri, Sep 4, 2015 at 4:12 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Fri, 2015-09-04 at 15:44 +0200, Jonas Gorski wrote: >> Hi, >> >> On Fri, Sep 4, 2015 at 1:24 PM, Alexey Brodkin >> wrote: >> > Hi Jonas, >> > >> > On F

Re: [OpenWrt-Devel] [PATCH][netifd] Bridge hairpin mode must be off by default

2015-09-10 Thread Jonas Gorski
Hi, On Thu, Sep 10, 2015 at 3:00 PM, Dmitry Ivanov wrote: > Bridge hairpin mode must be off by default when multicast_to_unicast is > off. Enabling this mode leads to broadcast frames such as ARP and DHCP > being retransmitted back to AP in WDS configurations. > > Signed-off-by: Dmitry Ivanov C

Re: [OpenWrt-Devel] [PATCH] [SIGNED-OFF] Add initial support for WeIO board

2015-09-11 Thread Jonas Gorski
Hi, On Tue, Sep 8, 2015 at 9:00 PM, Drasko DRASKOVIC wrote: > Subject: [PATCH] [SIGNED-OFF] Add initial support for WeIO board Please version your patches if you change them ([PATCH V2] etc) > Add support for WeIO board (http://we-io.net), which is based on > Carambola2 board from 8Devices. > >

Re: [OpenWrt-Devel] Target profiles: making "make" build every profile

2015-09-14 Thread Jonas Gorski
Hi, On Mon, Sep 14, 2015 at 11:30 AM, Rafał Miłecki wrote: > Quick summary: > Subtargets - used for building modified kernels > Profiles - used for including specific software > > There are two ways of using profiles: > > 1) Changing some software for all devices > Used when profile is used for a

Re: [OpenWrt-Devel] [PATCH] Complete the trunk rename from Chaos Calmer to Designated Driver

2015-09-14 Thread Jonas Gorski
On Mon, Sep 14, 2015 at 12:36 AM, Karl Palsson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hartmut Knaack wrote: >> Hannu Nyman schrieb am 13.09.2015 um 19:51: >> > Sorry, but what is the problem? >> >> Most importantly: laziness. In my case, I just keep hitting the next >> email

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Let the CFE partition in HG556a to be writeable

2016-01-18 Thread Jonas Gorski
Hi, On Wed, Dec 2, 2015 at 9:37 PM, dani wrote: > In the HG556a router the partition mtd0, where CFE lives, is read only. > This patch allows this partition to be writeable. > > The BCM6358 SoC has two cores, but they are not identical. The second core has > half icache. > core0: icache=32kB > co

Re: [OpenWrt-Devel] [PATCH] brcm63xx: fix gpio ephy-reset

2016-01-18 Thread Jonas Gorski
Hi, On 12 December 2015 at 14:10, dani wrote: > Currently ephy-reset, which uses a GPIO for enabling external ethernet phys, > is broken. > This patch fix the problem. > > This problem causes in boards with external phys with a reset pin connected > to gpio, are > initialized without lan interf

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add support for Huawei HG622

2016-01-18 Thread Jonas Gorski
Hi, On 16 December 2015 at 23:05, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas in the future I will reject patches with an empty commit message. Applied in r48305. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add support for ZyXEL P870HNU-51b

2016-01-18 Thread Jonas Gorski
Hi, On 20 December 2015 at 04:52, Mohammed Berdai wrote: > This router is a ZyXEL VDSL2 router and its board has : > chip ID: BCM6368B2, MIPS: 400MHz, > Total Flash size: 16384K with 128 sectors > Total Memory: 67108864 bytes (64MB) > Board Id (0-15): 96368MVWG > > with a usb port, and wifi Broad

Re: [OpenWrt-Devel] [PATCH 1/2] b53: add internal API for accessing PHY regs

2016-01-18 Thread Jonas Gorski
Hi, On 6 January 2016 at 20:02, Rafał Miłecki wrote: > Signed-off-by: Rafał Miłecki Please don't leave the commit log empty. E.g. state why you need to add this new function. > --- > .../generic/files/drivers/net/phy/b53/b53_mdio.c | 20 > > .../generic/files/drivers/

Re: [OpenWrt-Devel] [PATCH 2/2] b53: support setting port link state

2016-01-18 Thread Jonas Gorski
Hi, On 6 January 2016 at 20:02, Rafał Miłecki wrote: > Signed-off-by: Rafał Miłecki > --- > .../generic/files/drivers/net/phy/b53/b53_common.c | 40 > ++ > 1 file changed, 40 insertions(+) > > diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c > b/tar

Re: [OpenWrt-Devel] [PATCH 1/2] swconfig: implement (PHY) generic PORT_LINK setter

2016-01-24 Thread Jonas Gorski
Hi, On 21 January 2016 at 14:55, Rafał Miłecki wrote: > It's quite common for switches to have PHY per port so we may use a > generic function for setting port link. We just need an API to access > PHYs which this patch also adds. > > Signed-off-by: Rafał Miłecki > --- > .../linux/generic/files

Re: [OpenWrt-Devel] [PATCH 1/2] layerscape: add ls1043ardb-64b target

2016-07-13 Thread Jonas Gorski
Hi, On 13 July 2016 at 19:56, wrote: > From: Yutang Jiang > > Add support for NXP layerscape ls1043ardb-64b Dev board. Nice to see support for it here. A few things first, though > > ls1043ardb-64b target is using 4.1 kernel and rcw/u-boot/fman images from > NXP QorIQ SDK V2.0 release. Plea

Re: [OpenWrt-Devel] [PATCH] linux: Get rid of 000-keep_initrafs_the_default.patch

2016-07-23 Thread Jonas Gorski
Hi, On 22 July 2016 at 12:18, Alexey Brodkin wrote: > With that patch in place for initramfs no additional options are > reported for "/" partition. What's really important is missing > info about sizes. Which in its turn makes opkg think that there's > no space on "/" partition to install softwa

Re: [OpenWrt-Devel] [PATCH 2/2 v3] linux: add support of Synopsys ARC770-based boards

2015-11-04 Thread Jonas Gorski
Hi, On Tue, Nov 3, 2015 at 12:27 AM, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC cores. > > [1] Synopsys SDP board > This is a new-generation development board from Synopsys that > consists of base-board and CPU tile-board (which might have a real >

  1   2   3   4   5   6   7   >