[U-Boot] [PATCH] ARMV7: Add support for TRATS board

2012-01-05 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- MAINTAINERS |4 + board/samsung/trats/Makefile| 44 board/samsung/trats/lowlevel_init.S | 284 + board/samsung/trats

[U-Boot] [PATCH] ARMV7: Add support for TRATS board

2012-01-05 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- MAINTAINERS |4 + board/samsung/trats/Makefile| 44 board/samsung/trats/lowlevel_init.S | 284 + board/samsung/trats

[U-Boot] [PATCH V2] ARMV7: Add support for TRATS board

2012-01-06 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- MAINTAINERS |4 + board/samsung/trats/Makefile| 45 ++ board/samsung/trats/lowlevel_init.S | 50 +++ board/samsung/trats/lowlevel_util.c | 137

Re: [U-Boot] [PATCH V2] ARMV7: Add support for TRATS board

2012-01-06 Thread HeungJun, Kim
4) do not defile values for variables if the variable is feature 5) Remove miscellaneouses. Thanks and Regards, Heungjun Kim > -Original Message- > From: HeungJun, Kim [mailto:riverful@samsung.com] > Sent: Friday, January 06, 2012 9:55 PM > To: u-boot@lists.den

Re: [U-Boot] [PATCH V2] ARMV7: Add support for TRATS board

2012-01-08 Thread HeungJun, Kim
gards, Heungjun Kim > -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Saturday, January 07, 2012 8:23 AM > To: HeungJun, Kim > Cc: u-boot@lists.denx.de; kyungmin.p...@samsung.com; mk7.k...@samsung.com > Subject: Re: [PATCH V2] ARMV7: Add support fo

Re: [U-Boot] [PATCH V2] ARMV7: Add support for TRATS board

2012-01-08 Thread HeungJun, Kim
Hi Minkyu Kang, Any other structures is existed in the arch/arm/include/asm/arch-exynos/*. So, I'm fitting the codes at this. But, > -Original Message- > From: Minkyu Kang [mailto:proms...@gmail.com] > Sent: Monday, January 09, 2012 11:42 AM > To: HeungJun, Kim > Cc:

Re: [U-Boot] [PATCH V2] ARMV7: Add support for TRATS board

2012-01-08 Thread HeungJun, Kim
I missed one thing. The watchdong SASMUNG_BASE() definitions is also not existed in the headers. So, I can not put at this using structures, too. Thanks and Regards, Heungjun Kim > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.

[U-Boot] [PATCH v3 0/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-10 Thread HeungJun, Kim
gards, Heungjun Kim Changes for v2: - sort the list of the name in MAINTAINERS - modify to GPLv2+ - change assem code in lowlevel_init.S to C code in lowlevel_util.c - do not defile values for variables if the variable is feature - remove miscellaneouses Changes f

[U-Boot] [PATCH v3 1/3] ARMV7: Exynos4: Add watchdog.h for Exynos4

2012-01-10 Thread HeungJun, Kim
This patch add watchdog.h for Exynos4 Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++ 1 files changed, 53 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm/arch-exynos/watchdog.h

[U-Boot] [PATCH v3 2/3] ARMV7: Exynos4: Add supoort power for Exynos4

2012-01-10 Thread HeungJun, Kim
This patch adds power.h and SAMSUNG_BASE() macro for using Exynos4 power. Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/cpu.h |1 + arch/arm/include/asm/arch-exynos/power.h | 230 ++ 2 files changed, 231

[U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-10 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- MAINTAINERS |4 + board/samsung/trats/Makefile | 43 ++ board/samsung/trats/trats.c | 349 board/samsung/trats/trats_setup.h

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-10 Thread HeungJun, Kim
been optimized to current version, and so it might be the factor, but the size is decreased. Thank you. Regards, Heungjun Kim > -Original Message- > From: linaro-dev-boun...@lists.linaro.org [mailto:linaro-dev- > boun...@lists.linaro.org] On Behalf Of Chander Kashyap > Sent:

[U-Boot] [PATCH v3 RESEND] ARMV7: Exynos4: Add support for TRATS board

2012-01-10 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for RESEND since v3 - Add prefix board_ for board functions - Rename setup.h from trats_setup.h - Remove *_OFFSET in setup.h - Remove GPIO and UART definitions in

[U-Boot] [PATCH v3 RESEND 3/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-10 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for RESEND since v3 - Add prefix board_ for board functions - Rename setup.h from trats_setup.h - Remove *_OFFSET in setup.h - Remove GPIO and UART definitions in

[U-Boot] [PATCH v4 0/4] ARMV7: Exynos4: Add support for TRATS board

2012-01-15 Thread HeungJun, Kim
board. Thank you. Best Regards, Heungjun Kim HeungJun, Kim (4): ARMV7: Exynos4: Add watchdog.h for Exynos4 ARMV7: Exynos4: Add supoort power for Exynos4 ARMV7: Exynos4: Fix toolchain optimization problem for using volatile ARMV7: Exynos4: Add support for TRATS board MAINTA

[U-Boot] [PATCH v4 2/4] ARMV7: Exynos4: Add supoort power for Exynos4

2012-01-15 Thread HeungJun, Kim
This patch adds power.h and SAMSUNG_BASE() macro for using Exynos4 power. Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v3: - Created Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/cpu.h |1 + arch/arm/include/asm/arch-exynos/power.h

[U-Boot] [PATCH v4 1/4] ARMV7: Exynos4: Add watchdog.h for Exynos4

2012-01-15 Thread HeungJun, Kim
This patch add watchdog.h for Exynos4 Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v3: - Created Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++ 1 files changed, 53 insertions(+), 0 deletions

[U-Boot] [PATCH v4 4/4] ARMV7: Exynos4: Add support for TRATS board

2012-01-15 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v2: - sort the list of the name in MAINTAINERS - modify to GPLv2+ - change assem code in lowlevel_init.S to C code in lowlevel_util.c - do not defile values for

[U-Boot] [PATCH v4 3/4] ARMV7: Exynos4: Fix toolchain optimization problem for using volatile

2012-01-15 Thread HeungJun, Kim
the driver/gpio/s5p_gpio.c It was founded while testing TRATS board & completed tests on the TRATS board. Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v4: - Created arch/arm/include/asm/arch-exynos/gpio.h | 22 ++-- drivers/g

[U-Boot] [PATCH v5 0/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-16 Thread HeungJun, Kim
board. Thank you. Best Regards, Heungjun Kim HeungJun, Kim (3): ARMV7: Exynos4: Add watchdog.h for Exynos4 ARMV7: Exynos4: Add supoort power for Exynos4 ARMV7: Exynos4: Add support for TRATS board MAINTAINERS |4 + arch/arm/include/asm/arch-exynos/

[U-Boot] [PATCH v5 2/3] ARMV7: Exynos4: Add supoort power for Exynos4

2012-01-16 Thread HeungJun, Kim
This patch adds power.h and SAMSUNG_BASE() macro for using Exynos4 power. Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v3: - Created Changes for v4: - Not changed Changes for v5: - Not changed arch/arm/include/asm/arch-exynos/cpu.h |1 + arch/arm

[U-Boot] [PATCH v5 1/3] ARMV7: Exynos4: Add watchdog.h for Exynos4

2012-01-16 Thread HeungJun, Kim
This patch add watchdog.h for Exynos4 Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v3: - Created Changes for v4: - Not changed Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++ 1 files changed

[U-Boot] [PATCH v5 3/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-16 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v2: - sort the list of the name in MAINTAINERS - modify to GPLv2+ - change assem code in lowlevel_init.S to C code in lowlevel_util.c - do not defile values for

Re: [U-Boot] [PATCH] Move L2-cache enable/disable function to soc dependent code

2009-05-30 Thread HeungJun, Kim
arm_cortexa8/cpu.c moved > to cpu/arm_cortexa8/omap3/cache.c. please mention omap3 in the title too > > Signed-off-by: HeungJun, Kim > --- > + * (C) Copyright 2002 > + * Gary Jennejohn, DENX Software Engineering, > + * > + * See file CREDITS for list of people who contri

Re: [U-Boot] REJECT: Too many recipients to the message

2009-06-01 Thread HeungJun, Kim
Dear Wolfgang & everyone, It happened ”Too many recipients to the message”, and I'm very sorry that my messages's many CC cause this event. Before that, I didn't find the recipients # limits on the u-boot mailinglist guidelines. So, I just send the messages like other my situation. If It's ha

[U-Boot] onenand_ipl : need to cpu/arm_cortexa8/start.S

2009-06-17 Thread HeungJun Kim
Dear all, The cpu/arm_cortexa8/start.S dosen't have the code about onenand_ipl. But, If the new ARM CortexA8 specific code is addad and the new code needs to be used the onenand_ipl features, it's hard to be implemented this new code. So, I wonder whether it's right or not to be changed like this

[U-Boot] [PATCH 3/6] S5PC100: serial driver for SMDKC100 support

2009-06-25 Thread HeungJun Kim
This patch is the serial driver for S5PC100 & SMDKC100. Signed-off-by: HeungJun, Kim --- drivers/serial/Makefile |1 + drivers/serial/serial_s5pc100.c | 179 +++ 2 files changed, 180 insertions(+), 0 deletions(-) create mode 100644 dri

[U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-06-25 Thread HeungJun Kim
This patch initializes DRAM memory, OneNAND, & Board specific functions. Also, it includes SMDKC100 configuration file & modification of Makefile. Signed-off-by: HeungJun, Kim --- Makefile |5 + board/samsung/smdkc100/Makefile| 54 ++

[U-Boot] [PATCH 5/6] S5PC100: MTD: change env_address type

2009-06-25 Thread HeungJun Kim
This patch changed the type from unsigned long to loff_t in the common/env_onenand.c. The address type is changed from unsigned long to loff_t, but common/env_onenand.c is not yet. So, this patch is needed to get the accurate value of env_addr. Signed-off-by: HeungJun, Kim --- The

[U-Boot] [PATCH 6/6] S5PC100: Add onenand_ipl for SMDKC100 support

2009-06-25 Thread HeungJun Kim
The SMDKC100 Board has 256MB onenand. So, It's bootable, if this patch is adapted thus the board use onenand_ipl. Signed-off-by: HeungJun, Kim --- This patch support onenand boot on SMDKC100 Board. onenand_ipl/board/samsung/smdkc100/Makefile| 95 .../

[U-Boot] [PATCH] MTD: change env_address type from unsigned long to loff_t

2009-06-29 Thread HeungJun Kim
If use the onenand boot, the env_relocate_spec() calls mtd->read(), and the type of the argument #2 of mtd->read() was changed to loff_t. But, the "env_addr" type is still unsigned long, thus this patch change the type from unsigned long to loff_t. Acked-by: Kyungmin Park Signed-

Re: [U-Boot] [PATCH 1/6] S5PC100: Samsung S5PC100 SoC support

2009-07-08 Thread HeungJun Kim
/7/8, Jean-Christophe PLAGNIOL-VILLARD : > On 17:05 Thu 25 Jun , HeungJun Kim wrote: >> S5PC100 processor is ARM Cortex A8 Processor SoC >> and SMDKC100 Board use this. >> So, this patch tested on SMDKC100 Board. >> >> I'll send 6 patch for working on SMDKC