[OpenWrt-Devel] ipq40xx: fails to boot with SMP on Mikrotik hAP ac² / RBD52G-5HacD2HnD (WIP)

2019-07-29 Thread Baptiste Jonglez
Hi, I am trying to finish the port of Mikrotik hAP ac², but I still can't get it to boot properly with SMP. Adding "nosmp" to the cmdline makes the initramfs boot fine. Here is the work-in-progress tree that Hauke based on the RB450Gx4 work: https://github.com/mmaker/openwrt/tree/device/hAP-ac%

[OpenWrt-Devel] Problem reading flash zones in ath79

2019-07-29 Thread Enrico Mioso
Hello guys! I experienced an issue where I wasn't able to read all of a flash region on an ATH79 device, the Archer C60 V2. Taking a look, it seems the MTD layer will return only 512-bytes when reading an mtd device via the mtdblock layer. So, in the case of my Archer C60 V2: - the first partit

Re: [OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-29 Thread Adrian Schmutzler
Hi again, > + compatible = "zhuotk,js7628-16m-128m", "zhuotk,js76x8", > "mediatek,mt7628an-soc"; > + model = "ZhuoTK JS7628 (16M flash/128M RAM)"; Is memory auto-detected on this target (to me it looks that)? If yes, I'd remove all information concerning RAM size (except from hardware s

[OpenWrt-Devel] Why ath79 has been made source-only on 19.07?

2019-07-29 Thread Dmitry Tunin
2b074654b0f259518aa56e0975ca8e26c0c12bc9 I see no reason why not to build both ar71xx and ath79 for devices that have been ported to ath79 already. Many people already use 19.07 branch and wait for the release. That will require lots of custom builds. What is the point of excluding ath79? __

Re: [OpenWrt-Devel] Why ath79 has been made source-only on 19.07?

2019-07-29 Thread Dmitry Tunin
There is also a few devices that have been recently added as ath79 only. So they won't be supported. пн, 29 июл. 2019 г. в 19:28, Dmitry Tunin : > > 2b074654b0f259518aa56e0975ca8e26c0c12bc9 > > I see no reason why not to build both ar71xx and ath79 for devices > that have been ported to ath79 alre

Re: [OpenWrt-Devel] Why ath79 has been made source-only on 19.07?

2019-07-29 Thread Sebastian Kemper
Am July 29, 2019 4:30:33 PM UTC schrieb Dmitry Tunin : >There is also a few devices that have been recently added as ath79 >only. So they won't be supported. > >пн, 29 июл. 2019 г. в 19:28, Dmitry Tunin : >> >> 2b074654b0f259518aa56e0975ca8e26c0c12bc9 >> >> I see no reason why not to build both ar7

Re: [OpenWrt-Devel] Why ath79 has been made source-only on 19.07?

2019-07-29 Thread Sebastian Kemper
On Mon, Jul 29, 2019 at 05:14:09PM +, Sebastian Kemper wrote: > Am July 29, 2019 4:30:33 PM UTC schrieb Dmitry Tunin > : > >There is also a few devices that have been recently added as ath79 > >only. So they won't be supported. > > > >пн, 29 июл. 2019 г. в 19:28, Dmitry Tunin : > >> > >> 2b0746

Re: [OpenWrt-Devel] Problem reading flash zones in ath79

2019-07-29 Thread Martin Blumenstingl via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Enrico, On Mon, Jul 29, 2019 a

[OpenWrt-Devel] [PATCH] tools/patch: apply upstream patch for CVE-2019-13636

2019-07-29 Thread Russell Senior
In GNU patch through 2.7.6, the following of symlinks is mishandled in certain cases other than input files. This affects inp.c and util.c. https://nvd.nist.gov/vuln/detail/CVE-2019-13636 Signed-off-by: Russell Senior --- tools/patch/Makefile | 2 +- tools/patch/patc

Re: [OpenWrt-Devel] ipq40xx: fails to boot with SMP on Mikrotik hAP ac² / RBD52G-5HacD2HnD (WIP)

2019-07-29 Thread Hauke Mehrtens
On 7/29/19 11:25 AM, Baptiste Jonglez wrote: > Hi, > > I am trying to finish the port of Mikrotik hAP ac², but I still can't get > it to boot properly with SMP. Adding "nosmp" to the cmdline makes the > initramfs boot fine. > > Here is the work-in-progress tree that Hauke based on the RB450Gx4 w

Re: [OpenWrt-Devel] ipq40xx: fails to boot with SMP on Mikrotik hAP ac² / RBD52G-5HacD2HnD (WIP)

2019-07-29 Thread Baptiste Jonglez
On 29-07-19, Hauke Mehrtens wrote: > On 7/29/19 11:25 AM, Baptiste Jonglez wrote: > > Is there something obviously wrong in the DTS? As far as I know, other > > ipq40xx devices don't have an issue with SMP. > > Did you try to revert this commit: > https://github.com/mmaker/openwrt/commit/481615d2

Re: [OpenWrt-Devel] ipq40xx: fails to boot with SMP on Mikrotik hAP ac² / RBD52G-5HacD2HnD (WIP)

2019-07-29 Thread David Hutchison
https://forum.openwrt.org/t/support-for-mikrotik-rb3011uias-rm/4064/412 I've been working on the hAP AC2 port, and haven't tested with SMP yet. I posted the DTS files I came up with on the RB3011 thread as we were all working on Mikrotik IPQ40XX boards. I'm stuck on decompressing the WiFi radio

[OpenWrt-Devel] RE??RE: [PATCH] ramips: add support to JS7628 development board

2019-07-29 Thread ????????
Hi Adrian, Before I did this commit, I referred to "mt7628an_unielec_u7628-01-128m-16m.dts". Yes, I use the memory auto-detected function. Will you help me to modiy information concerning RAM size? Or if you have more advices, you can tell me, so I can modify them in the next commit. Best