未验证 提交 fa0e803a 编写于 作者: O openharmony_ci 提交者: Gitee

!865 add stm32mp157 development board

Merge pull request !865 from Laowang-BearPi/master
...@@ -29,10 +29,9 @@ endchoice ...@@ -29,10 +29,9 @@ endchoice
config BOOTENV_ADDR config BOOTENV_ADDR
int "Address of boot command line (KB)" int "Address of boot command line (KB)"
depends on PLATFORM_ROOTFS && (STORAGE_SPINOR || STORAGE_SPINAND || STORAGE_EMMC) depends on PLATFORM_ROOTFS && (STORAGE_SPINOR || STORAGE_SPINAND || STORAGE_EMMC)
range 0 1024
default 512 default 512
help help
Boot command line addr, range from 0 to 1MB. Boot command line addr.
config BOOTENV_RAM config BOOTENV_RAM
bool "Read bootenv from RAM" bool "Read bootenv from RAM"
......
...@@ -27,6 +27,7 @@ choice ...@@ -27,6 +27,7 @@ choice
- hi3518ev300 - hi3518ev300
Qemu ARM Virt variants (based on different CPU types): Qemu ARM Virt variants (based on different CPU types):
- qemu_arm_virt_ca7 - qemu_arm_virt_ca7
- stm32mp157
config PLATFORM_HI3516DV300 config PLATFORM_HI3516DV300
bool "hi3516dv300" bool "hi3516dv300"
...@@ -41,7 +42,9 @@ config PLATFORM_QEMU_ARM_VIRT_CA7 ...@@ -41,7 +42,9 @@ config PLATFORM_QEMU_ARM_VIRT_CA7
select ARCH_CORTEX_A7 select ARCH_CORTEX_A7
help help
QEMU ARM Virtual Platform using Cortex-A7 CPU. QEMU ARM Virtual Platform using Cortex-A7 CPU.
config PLATFORM_STM32MP157
bool "stm32mp157"
select ARCH_CORTEX_A7
endchoice endchoice
choice choice
...@@ -61,6 +64,9 @@ config PRODUCT_HISPARK_ARIES ...@@ -61,6 +64,9 @@ config PRODUCT_HISPARK_ARIES
config PRODUCT_QEMU_ARM config PRODUCT_QEMU_ARM
bool "arm_virt" if PLATFORM_QEMU_ARM_VIRT_CA7 bool "arm_virt" if PLATFORM_QEMU_ARM_VIRT_CA7
config LOSCFG_PRODUCT_BEARPI_HM_MICRO
bool "bearpi_hm_micro" if PLATFORM_STM32MP157
endchoice endchoice
config BOARD_CONFIG_PATH config BOARD_CONFIG_PATH
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册