Skip to content

Commit 12aae30

Browse files
windyanolofj
authored andcommitted
ARM: debug: Rename Hi3716 to HIX5HD2
Rename Hisilicon HI3716 to HIX5HD2 and add dependency on ARCH_HIX5HD2. HiX5HD2 is a SoC with dual Cortex A9 cores for STB market, and original Hi3xxx SoC is for mobile market. To avoid confusing the two types of SoCs and also because of different implementation (SMP, IPs integrated and earlycon config), rename Hi3716 to HIX5HD2 and add ARCH_HIX5HD2. Signed-off-by: Haifeng Yan <[email protected]> Signed-off-by: Jiancheng Xue <[email protected]> Signed-off-by: Haojian Zhuang <[email protected]> Acked-by: Wei Xu <[email protected]> [olof: fixed description typos] Signed-off-by: Olof Johansson <[email protected]>
1 parent 06cc5c1 commit 12aae30

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

arch/arm/Kconfig.debug

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ choice
223223
Say Y here if you want kernel low-level debugging support
224224
on HI3716 UART.
225225

226+
config DEBUG_HIX5HD2_UART
227+
bool "Hisilicon Hix5hd2 Debug UART"
228+
depends on ARCH_HIX5HD2
229+
select DEBUG_UART_PL01X
230+
help
231+
Say Y here if you want kernel low-level debugging support
232+
on Hix5hd2 UART.
233+
226234
config DEBUG_HIGHBANK_UART
227235
bool "Kernel low-level debugging messages via Highbank UART"
228236
depends on ARCH_HIGHBANK
@@ -1097,7 +1105,7 @@ config DEBUG_UART_PHYS
10971105
default 0xf1012000 if ARCH_DOVE || ARCH_MV78XX0 || \
10981106
ARCH_ORION5X
10991107
default 0xf7fc9000 if DEBUG_BERLIN_UART
1100-
default 0xf8b00000 if DEBUG_HI3716_UART
1108+
default 0xf8b00000 if DEBUG_HIX5HD2_UART
11011109
default 0xf991e000 if DEBUG_QCOM_UARTDM
11021110
default 0xfcb00000 if DEBUG_HI3620_UART
11031111
default 0xfe800000 if ARCH_IOP32X
@@ -1150,7 +1158,7 @@ config DEBUG_UART_VIRT
11501158
default 0xfe230000 if DEBUG_PICOXCELL_UART
11511159
default 0xfe300000 if DEBUG_BCM_KONA_UART
11521160
default 0xfe800000 if ARCH_IOP32X
1153-
default 0xfeb00000 if DEBUG_HI3620_UART || DEBUG_HI3716_UART
1161+
default 0xfeb00000 if DEBUG_HI3620_UART || DEBUG_HIX5HD2_UART
11541162
default 0xfeb24000 if DEBUG_RK3X_UART0
11551163
default 0xfeb26000 if DEBUG_RK3X_UART1
11561164
default 0xfeb30c00 if DEBUG_KEYSTONE_UART0

0 commit comments

Comments
 (0)