[OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-01 Thread Tomasz Maciej Nowak
Replace SoC names with vendors in device names, in few cases, and add vendor to developemnt boards for easier identyfying potential firmware to flash. Signed-off-by: Tomasz Maciej Nowak --- package/boot/uboot-mvebu/Makefile | 2 +- target/linux/mvebu/image/Makefile | 1 - target/linu

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-03 Thread Hauke Mehrtens
On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: > Replace SoC names with vendors in device names, in few cases, and add > vendor to developemnt boards for easier identyfying potential firmware to > flash. Will sysupgrade still work after this rename? Isn't there some script which checks if the image

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-03 Thread Hauke Mehrtens
On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: > Replace SoC names with vendors in device names, in few cases, and add > vendor to developemnt boards for easier identyfying potential firmware to > flash. > > Signed-off-by: Tomasz Maciej Nowak > diff --git a/target/linux/mvebu/image/cortex-a72.mk

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-03 Thread Petr Štetiar
Hauke Mehrtens [2019-05-04 00:00:25]: Hi, > On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: > > Replace SoC names with vendors in device names, in few cases, and add > > vendor to developemnt boards for easier identyfying potential firmware to > > flash. > > Will sysupgrade still work after this

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-04 Thread Tomasz Maciej Nowak
Hi, W dniu 04.05.2019 o 00:04, Hauke Mehrtens pisze: > On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: >> Replace SoC names with vendors in device names, in few cases, and add >> vendor to developemnt boards for easier identyfying potential firmware to >> flash. >> >> Signed-off-by: Tomasz Maciej No

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-04 Thread Tomasz Maciej Nowak
Hi Hauke, Petr, W dniu 04.05.2019 o 00:38, Petr Štetiar pisze: > Hauke Mehrtens [2019-05-04 00:00:25]: > > Hi, > >> On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: >>> Replace SoC names with vendors in device names, in few cases, and add >>> vendor to developemnt boards for easier identyfying pot

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-05 Thread Petr Štetiar
Tomasz Maciej Nowak [2019-05-04 16:01:11]: > W dniu 04.05.2019 o 00:38, Petr Štetiar pisze: > > > > SUPPORTED_DEVICES variable is used for this, so it's probably going to work, > > but if we're willing to rename it, it might be a good idea to follow the DT > > compatible naming scheme as used in

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-05 Thread Hauke Mehrtens
On 5/4/19 2:57 PM, Tomasz Maciej Nowak wrote: > Hi, > > W dniu 04.05.2019 o 00:04, Hauke Mehrtens pisze: >> On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: >>> Replace SoC names with vendors in device names, in few cases, and add >>> vendor to developemnt boards for easier identyfying potential firm

Re: [OpenWrt-Devel] [PATCH 6/8] mvebu: add vendor to device names

2019-05-06 Thread Tomasz Maciej Nowak
W dniu 05.05.2019 o 22:42, Petr Štetiar pisze: > Tomasz Maciej Nowak [2019-05-04 16:01:11]: > >> W dniu 04.05.2019 o 00:38, Petr Štetiar pisze: >>> >>> SUPPORTED_DEVICES variable is used for this, so it's probably going to work, >>> but if we're willing to rename it, it might be a good idea to fo