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

Hauke Mehrtens hauke at hauke-m.de
Sun May 5 17:39:37 EDT 2019


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 firmware to
>>> flash.
>>>
>>> Signed-off-by: Tomasz Maciej Nowak <tomek_n at o2.pl>
>>
>>
>>> diff --git a/target/linux/mvebu/image/cortex-a72.mk b/target/linux/mvebu/image/cortex-a72.mk
>>> index 824f6b5d0f..3043f087cc 100644
>>> --- a/target/linux/mvebu/image/cortex-a72.mk
>>> +++ b/target/linux/mvebu/image/cortex-a72.mk
>>> @@ -1,30 +1,30 @@
>>>  ifeq ($(SUBTARGET),cortexa72)
>>>  
>>> -define Device/armada-macchiatobin
>>> +define Device/marvell-macchiatobin
>>>    $(call Device/Default-arm64)
>>>    DEVICE_TITLE := MACCHIATObin (SolidRun Armada 8040 Community Board)
>>>    DEVICE_PACKAGES += kmod-i2c-core kmod-i2c-mux kmod-i2c-mux-pca954x
>>>    DEVICE_DTS := armada-8040-mcbin
>>>    SUPPORTED_DEVICES := marvell,armada8040-mcbin
>>>  endef
>>> -TARGET_DEVICES += armada-macchiatobin
>>> +TARGET_DEVICES += marvell-macchiatobin
>>
>> This board is from solidrun
> 
> Yes, this case did make me confused. I went with what's in model and compatible
> string in dts. SolidRun also calls it that way:
> https://www.solid-run.com/marvell-armada-family/macchiatobin
> But I'll change that in next version.
> 
> Regards
> 

Ok, as it is called Marvell 8040 MACCHIATOBin in the device tree, we
should probably name it also marvell.

Hauke

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list