27 lines
698 B
Plaintext
27 lines
698 B
Plaintext
|
|
#@TYPE: Machine
|
||
|
|
#@NAME: AM335x HS EVM
|
||
|
|
#@DESCRIPTION: Machine configuration for the TI AM335x HS EVM
|
||
|
|
|
||
|
|
require conf/machine/am335x-evm.conf
|
||
|
|
|
||
|
|
UBOOT_MACHINE = ""
|
||
|
|
# Last config in the list is default
|
||
|
|
UBOOT_CONFIG ??= "uart mmc"
|
||
|
|
UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config"
|
||
|
|
UBOOT_CONFIG[mmc] = "am335x_hs_evm_config"
|
||
|
|
|
||
|
|
UBOOT_ENTRYPOINT = "0x82000000"
|
||
|
|
UBOOT_LOADADDRESS = "0x82000000"
|
||
|
|
UBOOT_RD_LOADADDRESS = "0x84000000"
|
||
|
|
UBOOT_RD_ENTRYPOINT = "0x84000000"
|
||
|
|
|
||
|
|
# FIT image for legacy secure devices
|
||
|
|
KERNEL_CLASSES += " kernel-fitimage-legacyhs"
|
||
|
|
KERNEL_IMAGETYPES += " fitImage"
|
||
|
|
|
||
|
|
# FIT image settings
|
||
|
|
FITIMAGE_HASH_ALGO = ""
|
||
|
|
FITIMAGE_DTB_BY_NAME = "1"
|
||
|
|
FITIMAGE_TEE_BY_NAME = "1"
|
||
|
|
FITIMAGE_CONF_BY_NAME = "1"
|