Explorar o código

Add board BeagleV Ahead

Mao Han hai 1 ano
achega
909abbb12e
Modificáronse 3 ficheiros con 19 adicións e 0 borrados
  1. BIN=BIN
      bootpart.beaglev_ahead.ext4
  2. 19 0
      device-vendor.mk
  3. BIN=BIN
      u-boot-with-spl.bin

BIN=BIN
bootpart.beaglev_ahead.ext4


+ 19 - 0
device-vendor.mk

@@ -0,0 +1,19 @@
+ifeq ($(TARGET_PREBUILT_BOOTPART), )
+LOCAL_BOOTPART := $(LOCAL_PATH)/bootpart.beaglev_ahead.ext4
+else
+LOCAL_BOOTPART := $(TARGET_PREBUILT_BOOTPART)
+endif
+
+ifeq ($(TARGET_PREBUILT_UBOOT),)
+LOCAL_UBOOT := $(LOCAL_PATH)/u-boot-with-spl.bin
+else
+LOCAL_UBOOT := $(TARGET_PREBUILT_UBOOT)
+endif
+
+PRODUCT_COPY_FILES += \
+    $(LOCAL_UBOOT):u-boot-with-spl.bin \
+    $(LOCAL_BOOTPART):bootpart.ext4
+
+# Peripherals config path
+PERIPHERALS_CONFIG_PATH := vendor/thead/proprietary/config/peripherals
+

BIN=BIN
u-boot-with-spl.bin