[U-Boot] [PATCH 2/2] NDS32: Generic Board Support and Unsupport

2015-08-23 Thread kunhuahuang
From: Kun-Hua Huang Remove ag101 and ag102 support Signed-off-by: Kun-Hua Huang --- arch/nds32/Kconfig | 8 - arch/nds32/cpu/n1213/ag102/Makefile| 21 -- arch/nds32/cpu/n1213/ag102/cpu.c | 67 - arch/nds32/cpu/n1213/ag102/lowlevel_init.

[U-Boot] [PATCH 1/2] NDS32: Generic Board Support and Unsupport

2015-08-23 Thread kunhuahuang
From: Kun-Hua Huang Add nds32 ag101p generic board support. Signed-off-by: Kun-Hua Huang --- arch/Kconfig | 2 + arch/nds32/cpu/n1213/Makefile | 1 - arch/nds32/cpu/n1213/ag101/lowlevel_init.S | 16 +- arch/nds32/cpu/n1213/start.S

[U-Boot] [PATCH 0/2] NDS32: Generic Board Support and Unsupport

2015-08-23 Thread kunhuahuang
From: Kun-Hua Huang I'm one of the Andestech's uboot maintainers. This patch adds NDS32 core's ag101p platform for generic board support. The ag101 and ag102 platform have been deprecated. We decided to remove ag101 and ag102 platform support. Kun-Hua Huang (2):

[U-Boot] [PATCH v2] stm32f4: add serial print port

2015-04-27 Thread kunhuahuang
Add the stm32F4 board's serial ports support. User can use it easily. The user only need to edit the number of the usart. The patch also fix the serial print out. Last, this version of patch fix the first patch checkpatch.pl error. Thanks to Kamil Lulko. Signed-off-by: kunhuahuang --- arc

[U-Boot] [PATCH v2] stm32f4: fix serial output

2015-04-27 Thread kunhuahuang
This patch fix the serial output. The source is from Kamil Lulko's "stm32f429-discovery board support" Thanks, Varcain. I learned a lot. Signed-off-by: kunhuahuang --- drivers/serial/serial_stm32.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/serial/serial_st

[U-Boot] [PATCH] stm32f4: add serial print port

2015-04-26 Thread kunhuahuang
This patch add the stm32F4 board's serial ports support. User can use it easily. The user only need to edit the number of the usart. This patch also fix the serial print out. Signed-off-by: kunhuahuang --- arch/arm/include/asm/arch-stm32f4/gpio.h | 32 ++ board/st/stm3

[U-Boot] [PATCH] stm32f4: fix serial output

2015-04-24 Thread kunhuahuang
Signed-off-by: kunhuahuang --- drivers/serial/serial_stm32.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/serial/serial_stm32.c b/drivers/serial/serial_stm32.c index 3c80096..693a7fa 100644 --- a/drivers/serial/serial_stm32.c +++ b/drivers/serial/serial_stm32.c @@ -81,6 +81,10