瀏覽代碼

Add board BeagleV Ahead

Mao Han 11 月之前
當前提交
909abbb12e
共有 3 個文件被更改,包括 19 次插入0 次删除
  1. 二進制
      bootpart.beaglev_ahead.ext4
  2. 19 0
      device-vendor.mk
  3. 二進制
      u-boot-with-spl.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
+

二進制
u-boot-with-spl.bin