cortexa53.mk 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2013-2016 OpenWrt.org
  4. # Copyright (C) 2016 Yousong Zhou
  5. define Device/sun50i
  6. SUNXI_DTS_DIR := allwinner/
  7. KERNEL_NAME := Image
  8. KERNEL := kernel-bin
  9. endef
  10. define Device/sun50i-h5
  11. SOC := sun50i-h5
  12. $(Device/sun50i)
  13. endef
  14. define Device/sun50i-a64
  15. SOC := sun50i-a64
  16. $(Device/sun50i)
  17. endef
  18. define Device/friendlyarm_nanopi-neo-plus2
  19. DEVICE_VENDOR := FriendlyARM
  20. DEVICE_MODEL := NanoPi NEO Plus2
  21. SUPPORTED_DEVICES:=nanopi-neo-plus2
  22. $(Device/sun50i-h5)
  23. endef
  24. TARGET_DEVICES += friendlyarm_nanopi-neo-plus2
  25. define Device/friendlyarm_nanopi-neo2
  26. DEVICE_VENDOR := FriendlyARM
  27. DEVICE_MODEL := NanoPi NEO2
  28. SUPPORTED_DEVICES:=nanopi-neo2
  29. $(Device/sun50i-h5)
  30. endef
  31. TARGET_DEVICES += friendlyarm_nanopi-neo2
  32. define Device/libretech_all-h3-cc-h5
  33. DEVICE_VENDOR := Libre Computer
  34. DEVICE_MODEL := ALL-H3-CC
  35. DEVICE_VARIANT := H5
  36. $(Device/sun50i-h5)
  37. SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-libretech-all-h3-cc
  38. endef
  39. TARGET_DEVICES += libretech_all-h3-cc-h5
  40. define Device/olimex_a64-olinuxino
  41. DEVICE_VENDOR := Olimex
  42. DEVICE_MODEL := A64-Olinuxino
  43. DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bs-firmware
  44. $(Device/sun50i-a64)
  45. SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-olinuxino
  46. endef
  47. TARGET_DEVICES += olimex_a64-olinuxino
  48. define Device/olimex_a64-olinuxino-emmc
  49. DEVICE_VENDOR := Olimex
  50. DEVICE_MODEL := A64-Olinuxino
  51. DEVICE_VARIANT := eMMC
  52. DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bs-firmware
  53. $(Device/sun50i-a64)
  54. SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-olinuxino-emmc
  55. endef
  56. TARGET_DEVICES += olimex_a64-olinuxino-emmc
  57. define Device/pine64_pine64-plus
  58. DEVICE_VENDOR := Pine64
  59. DEVICE_MODEL := Pine64+
  60. $(Device/sun50i-a64)
  61. endef
  62. TARGET_DEVICES += pine64_pine64-plus
  63. define Device/pine64_sopine-baseboard
  64. DEVICE_VENDOR := Pine64
  65. DEVICE_MODEL := SoPine
  66. $(Device/sun50i-a64)
  67. endef
  68. TARGET_DEVICES += pine64_sopine-baseboard
  69. define Device/xunlong_orangepi-pc2
  70. DEVICE_VENDOR := Xunlong
  71. DEVICE_MODEL := Orange Pi PC 2
  72. $(Device/sun50i-h5)
  73. endef
  74. TARGET_DEVICES += xunlong_orangepi-pc2
  75. define Device/xunlong_orangepi-zero-plus
  76. DEVICE_VENDOR := Xunlong
  77. DEVICE_MODEL := Orange Pi Zero Plus
  78. $(Device/sun50i-h5)
  79. endef
  80. TARGET_DEVICES += xunlong_orangepi-zero-plus