cortexa72.mk 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. define Device/globalscale_mochabin
  2. $(call Device/Default-arm64)
  3. DEVICE_VENDOR := Globalscale
  4. DEVICE_MODEL := MOCHAbin
  5. SOC := armada-7040
  6. endef
  7. TARGET_DEVICES += globalscale_mochabin
  8. define Device/marvell_armada7040-db
  9. $(call Device/Default-arm64)
  10. DEVICE_VENDOR := Marvell
  11. DEVICE_MODEL := Armada 7040 Development Board
  12. DEVICE_DTS := armada-7040-db
  13. IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
  14. endef
  15. TARGET_DEVICES += marvell_armada7040-db
  16. define Device/marvell_armada8040-db
  17. $(call Device/Default-arm64)
  18. DEVICE_VENDOR := Marvell
  19. DEVICE_MODEL := Armada 8040 Development Board
  20. DEVICE_DTS := armada-8040-db
  21. IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
  22. endef
  23. TARGET_DEVICES += marvell_armada8040-db
  24. define Device/marvell_macchiatobin-doubleshot
  25. $(call Device/Default-arm64)
  26. DEVICE_VENDOR := SolidRun
  27. DEVICE_MODEL := MACCHIATObin
  28. DEVICE_VARIANT := Double Shot
  29. DEVICE_ALT0_VENDOR := SolidRun
  30. DEVICE_ALT0_MODEL := Armada 8040 Community Board
  31. DEVICE_ALT0_VARIANT := Double Shot
  32. DEVICE_PACKAGES += kmod-i2c-mux-pca954x
  33. DEVICE_DTS := armada-8040-mcbin
  34. SUPPORTED_DEVICES := marvell,armada8040-mcbin-doubleshot marvell,armada8040-mcbin
  35. endef
  36. TARGET_DEVICES += marvell_macchiatobin-doubleshot
  37. define Device/marvell_macchiatobin-singleshot
  38. $(call Device/Default-arm64)
  39. DEVICE_VENDOR := SolidRun
  40. DEVICE_MODEL := MACCHIATObin
  41. DEVICE_VARIANT := Single Shot
  42. DEVICE_ALT0_VENDOR := SolidRun
  43. DEVICE_ALT0_MODEL := Armada 8040 Community Board
  44. DEVICE_ALT0_VARIANT := Single Shot
  45. DEVICE_PACKAGES += kmod-i2c-mux-pca954x
  46. DEVICE_DTS := armada-8040-mcbin-singleshot
  47. SUPPORTED_DEVICES := marvell,armada8040-mcbin-singleshot
  48. endef
  49. TARGET_DEVICES += marvell_macchiatobin-singleshot
  50. define Device/iei_puzzle-m901
  51. $(call Device/Default-arm64)
  52. DEVICE_VENDOR := iEi
  53. DEVICE_MODEL := Puzzle-M901
  54. SOC := cn9131
  55. IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
  56. endef
  57. TARGET_DEVICES += iei_puzzle-m901
  58. define Device/iei_puzzle-m902
  59. $(call Device/Default-arm64)
  60. DEVICE_VENDOR := iEi
  61. DEVICE_MODEL := Puzzle-M902
  62. SOC := cn9132
  63. IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
  64. endef
  65. TARGET_DEVICES += iei_puzzle-m902