!865 add stm32mp157 development board

Merge pull request !865 from Laowang-BearPi/master
This commit is contained in:
openharmony_ci 2022-04-01 06:38:31 +00:00 committed by Gitee
commit fa0e803ac9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 3 deletions

View File

@ -29,10 +29,9 @@ endchoice
config BOOTENV_ADDR
int "Address of boot command line (KB)"
depends on PLATFORM_ROOTFS && (STORAGE_SPINOR || STORAGE_SPINAND || STORAGE_EMMC)
range 0 1024
default 512
help
Boot command line addr, range from 0 to 1MB.
Boot command line addr.
config BOOTENV_RAM
bool "Read bootenv from RAM"

View File

@ -27,6 +27,7 @@ choice
- hi3518ev300
Qemu ARM Virt variants (based on different CPU types):
- qemu_arm_virt_ca7
- stm32mp157
config PLATFORM_HI3516DV300
bool "hi3516dv300"
@ -41,7 +42,9 @@ config PLATFORM_QEMU_ARM_VIRT_CA7
select ARCH_CORTEX_A7
help
QEMU ARM Virtual Platform using Cortex-A7 CPU.
config PLATFORM_STM32MP157
bool "stm32mp157"
select ARCH_CORTEX_A7
endchoice
choice
@ -61,6 +64,9 @@ config PRODUCT_HISPARK_ARIES
config PRODUCT_QEMU_ARM
bool "arm_virt" if PLATFORM_QEMU_ARM_VIRT_CA7
config LOSCFG_PRODUCT_BEARPI_HM_MICRO
bool "bearpi_hm_micro" if PLATFORM_STM32MP157
endchoice
config BOARD_CONFIG_PATH