Re: [PATCH] mediatek/mt7629: specify CPU_SUBTYPE as neon-vfpv4

2021-04-02 Thread Chuanhong Guo
Hi! On Fri, Apr 2, 2021 at 9:05 PM Rui Salvaterra wrote: > > In Cortex-A7, VFPv4 and NEON aren't optional. It is, and mt7629 does have a Cortex A7 without FPU according to the datasheet and SDK code. NACK. -- Regards, Chuanhong Guo ___ openwrt-deve

Re: Data loss issue (and solution) for MTK uSD driver

2021-04-02 Thread Rosen Penev
On Fri, Apr 2, 2021 at 4:22 PM Enrico Mioso wrote: > > Hello all!! > > I experienced an issue that could cause data loss on a uSD card when used in > some ramips MT7621 devices, like the Zbtlink ZBT-WG3526 (32M). > I fixed it by following the nice solution pointed our here: > https://forum.openwr

Re: Data loss issue (and solution) for MTK uSD driver

2021-04-02 Thread Rosen Penev
On Fri, Apr 2, 2021 at 5:12 PM Rosen Penev wrote: > > On Fri, Apr 2, 2021 at 4:22 PM Enrico Mioso wrote: > > > > Hello all!! > > > > I experienced an issue that could cause data loss on a uSD card when used > > in some ramips MT7621 devices, like the Zbtlink ZBT-WG3526 (32M). > > I fixed it by f

Data loss issue (and solution) for MTK uSD driver

2021-04-02 Thread Enrico Mioso
Hello all!! I experienced an issue that could cause data loss on a uSD card when used in some ramips MT7621 devices, like the Zbtlink ZBT-WG3526 (32M). I fixed it by following the nice solution pointed our here: https://forum.openwrt.org/t/a-lot-of-errors-with-sd-card-reader-mikrotik-rbm33g/3676

[PATCH] uboot-envtools: support uci-default config also per subtargets

2021-04-02 Thread Piotr Dymacz
The current version of 'uboot-envtools' package generates dedicated uci-default file only per target. This change makes it possible to use subtarget-specific files, with name pattern: 'target_subtarget' (example: 'ath79_nand'). The subtarget-specific files will take precedence over target-specific

[PATCH] mediatek/mt7629: specify CPU_SUBTYPE as neon-vfpv4

2021-04-02 Thread Rui Salvaterra
In Cortex-A7, VFPv4 and NEON aren't optional. All other A7 targets specify neon-vfpv4 as the CPU_SUBTYPE, so there's no reason for MT7629 to be different. Fix thusly. Signed-off-by: Rui Salvaterra --- target/linux/mediatek/mt7629/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/targ