Skip to content

Commit 89f683b

Browse files
authored
Merge pull request OP-TEE#1 from ShiaujiuanChen/ms-iot
Plat-imx: Add i.MX6Q VAB-820 Board config
2 parents 9caa82d + f509b79 commit 89f683b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

core/arch/arm/plat-imx/conf.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PLATFORM_FLAVOR ?= mx6ulevk
33
# Get SoC associated with the PLATFORM_FLAVOR
44
mx6ul-flavorlist = mx6ulevk
55
mx6ull-flavorlist = mx6ullevk
6-
mx6q-flavorlist = mx6qsabrelite mx6qsabresd mx6qhmbedge
6+
mx6q-flavorlist = mx6qsabrelite mx6qsabresd mx6qhmbedge mx6qvab820
77
mx6sx-flavorlist = mx6sxsabreauto mx6sxudooneofull
88
mx6d-flavorlist = mx6dhmbedge
99
mx6dl-flavorlist = mx6dlsabresd mx6dlhmbedge

core/arch/arm/plat-imx/platform_config.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
#else
113113

114114
/* Board specific console UART */
115-
#if defined(PLATFORM_FLAVOR_mx6qsabrelite)
115+
#if defined(PLATFORM_FLAVOR_mx6qsabrelite) || \
116+
defined(PLATFORM_FLAVOR_mx6qvab820)
116117
#define CONSOLE_UART_BASE UART2_BASE
117118
#endif
118119

@@ -136,7 +137,8 @@
136137
#endif
137138
#if defined(PLATFORM_FLAVOR_mx6qsabrelite) || \
138139
defined(PLATFORM_FLAVOR_mx6qsabresd) || \
139-
defined(PLATFORM_FLAVOR_mx6dlsabresd)
140+
defined(PLATFORM_FLAVOR_mx6dlsabresd) || \
141+
defined(PLATFORM_FLAVOR_mx6qvab820)
140142
#define DRAM0_SIZE 0x40000000
141143
#endif
142144
#if defined(PLATFORM_FLAVOR_mx6dhmbedge) || \

0 commit comments

Comments
 (0)