layerscape: harmonize device strings
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 20 Jul 2020 13:34:04 +0000 (15:34 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 27 Jul 2020 10:06:52 +0000 (12:06 +0200)
commit0f3c3a5fb2738b25c62eb0ff8ef7d0654c0b9300
tree26b4069abaffe012b329d8a96b37ea9aac863c1d
parenta1eb2c463352d05161a756f806e8e8a039f4490c
layerscape: harmonize device strings

OpenWrt lately has harmonized device (definition) names to the
pattern vendor_model to improve overall consistency, also with
other values like the DTS compatible.

This patch applies that scheme to the layerscape target.

Since this (intentionally) creates a bigger overlap between DTS names,
compatible, and device definition name, it also moves DEVICE_DTS and
SUPPORTED_DEVICES definitions to the Device/Default blocks.

Apart from that, it also modifies several packages to use consistent
naming in order to keep the $(1) file references working.

While at it, remove one layer of complexity for the setup in
tfa-layerscape package.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
34 files changed:
package/boot/tfa-layerscape/Makefile
package/boot/uboot-layerscape/Makefile
package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1012a-frwy-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1012a-rdb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1021a-iot-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1021a-twr-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1021a-twr-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1043a-rdb-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1043a-rdb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/fsl_ls2088a-rdb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1012afrdm-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1012afrwy-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1012ardb-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1021aiot-sdboot-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1021atwr-sdboot-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1021atwr-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1043ardb-sdboot-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1043ardb-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1046ardb-sdboot-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1046ardb-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1088ardb-sdboot-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls1088ardb-uEnv.txt [deleted file]
package/boot/uboot-layerscape/files/ls2088ardb-uEnv.txt [deleted file]
package/firmware/layerscape/fman-ucode/Makefile
package/firmware/layerscape/ls-dpl/Makefile
package/firmware/layerscape/ls-mc/Makefile
package/firmware/layerscape/ls-rcw/Makefile
target/linux/layerscape/image/armv7.mk
target/linux/layerscape/image/armv8_64b.mk