Re: [U-Boot] [PATCH 9/9 V2] SMDK5250: Enable UART and MMC for Exynos5250 Rev 1.0

2012-06-26 Thread Minkyu Kang
t;        if (err) { > -               debug("SDMMC2 not configured\n"); > +               debug("SDMMC0 not configured\n"); >                return err; >        } > > -       err = s5p_mmc_init(2, 4); > +       err = s5p_mmc_init(0, 8); >        return err; >  

Re: [U-Boot] [PATCH 08/10 V4] EXYNOS5: CLOCK: Add BPLL support

2012-07-02 Thread Minkyu Kang
> +               break; > +               case BPLL: > +               fout_sel = (pll_div2_sel >> BPLL_FOUT_SEL_SHIFT) > +                               & BPLL_FOUT_SEL_MASK; > +               break; > +               } indentation error. please fix it. > + > +               if (fout_sel == 0) >                         fout /= 2; >         } > Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/10 V5] EXYNOS5: Support for Exynos5250 Rev 1.0

2012-07-03 Thread Minkyu Kang
rning: 'struct exynos5_dmc' declared inside parameter list setup.h:570: warning: 'struct exynos5_dmc' declared inside parameter list setup.h:578: warning: 'struct exynos5_dmc' declared inside parameter list In file included from tzpc_init.c:27: setup.h:588: warning: '

Re: [U-Boot] [PATCH 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-07-03 Thread Minkyu Kang
Dear Lukasz, On 3 July 2012 18:38, Lukasz Majewski wrote: > Support for USB UDC driver at trats board. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Marek Vasut > Cc: Minkyu Kang > --- > board/samsung/trats/trats.c |9 + > 1

Re: [U-Boot] [PATCH 7/7] arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS

2012-07-03 Thread Minkyu Kang
Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Marek Vasut > Cc: Minkyu Kang > --- > include/configs/trats.h | 19 ++- > 1 files changed, 18 insertions(+), 1 deletions(-) > Acked-by: Minkyu Kang -- from. prom. www.promsoft.net __

Re: [U-Boot] [PATCH] video: fixed exynos_mipi_dsi_init() declaration

2012-07-03 Thread Minkyu Kang
{ > + return 0; > +} > +#endif How about weak function instead of ifdef? Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/10 V6] EXYNOS5: Support for Exynos5250 Rev 1.0

2012-07-04 Thread Minkyu Kang
00644 board/samsung/smdk5250/dmc_init_ddr3.c > create mode 100644 board/samsung/smdk5250/smdk5250-uboot-spl.lds > create mode 100644 board/samsung/smdk5250/smdk5250_spl.c > applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm:trats: loaduimage environment variable defied for TRATS target

2012-07-04 Thread Minkyu Kang
On 3 July 2012 18:41, Lukasz Majewski wrote: > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > include/configs/trats.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks. Minkyu

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-05 Thread Minkyu Kang
/armv7/s5p-common/pwm.c |2 +- >> arch/arm/cpu/armv7/s5p-common/timer.c | 20 >> 2 files changed, 17 insertions(+), 5 deletions(-) >> Could please test this patch. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-06 Thread Minkyu Kang
On 6 July 2012 13:43, Jaehoon Chung wrote: > Hi Minkyu, > > I tested on trats-board. > I think it's working fine. > > Tested-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung > > On 07/06/2012 11:13 AM, Minkyu Kang wrote: > >> Dear Jaehoon and Do

Re: [U-Boot] [PATCH v2 0/4] mmc: Support designWare Controller

2012-07-16 Thread Minkyu Kang
ode should be presented into exynos_dw_mmc.c >> If you are OK. I'll merge this patchset to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] video: support exynos fimd driver for various exynos series

2012-07-16 Thread Minkyu Kang
t; + struct exynos_fb *fimd_ctrl = > + (struct exynos_fb *)samsung_get_base_fimd(); > > cfg = readl(&fimd_ctrl->vidcon0); > cfg &= (EXYNOS_VIDCON0_ENVID_DISABLE | > EXYNOS_VIDCON0_ENVID_F_DISABLE); > @@ -250,8 +250,8 @@ void exynos_fimd_

Re: [U-Boot] [PATCH] ARM: EXYNOS: fixed the wrong function argument.

2012-07-18 Thread Minkyu Kang
host->set_control_reg = &s5p_sdhci_set_control_reg; > > host->host_caps = MMC_MODE_HC; > + if (buswidth == 8) > + host->host_caps |= MMC_MODE_8BIT; > > - add_sdhci(host, max_clk, min_clk); > + add_sdhci(host, 52000, 40);

Re: [U-Boot] [PATCH] ARM: EXYNOS: fixed compiler warning message

2012-07-19 Thread Minkyu Kang
/pinmux.c |2 +- >> 2 files changed, 4 insertions(+), 1 deletions(-) applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [V2 04/15] S3C64XX: add pwm for s3c64xx support

2012-07-19 Thread Minkyu Kang
about it after review. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] video: support exynos fimd driver for various exynos series

2012-07-19 Thread Minkyu Kang
s(-) > Looks good to me. Anatolij, If you are OK. I'll merge this patch to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] video: support exynos fimd driver for various exynos series

2012-07-20 Thread Minkyu Kang
rning when compiling files > including exynos_fb.h. This function should be in exynos_fimd.c. > Good point : ) Donghwa misunderstood my opinion, maybe. I want to move this function to arch/arm/include/asm/arch-exynos/fb.h. not drivers/video/exynos_fb.h. Because define values and accessor function s

Re: [U-Boot] [V2 14/15] S3C64XX: Move s3c6400.h to cpu.h to support s3c6410 board

2012-07-23 Thread Minkyu Kang
ve question. What is the ELFIN? I think we can make the naming to S3C64XX_... > + > +#ifndef __ASSEMBLY__ > +static inline unsigned int s3c64xx_get_base_uart(void) > +{ > + return ELFIN_UART_BASE; > +} > + > +static inline unsigned int s3

Re: [U-Boot] [V2 13/15] S3C6400: clear memory init variable

2012-07-24 Thread Minkyu Kang
CT_CMD > > /* Precharge All */ > - ldr r1, =DMC_PA0 > - str r1, [r0, #INDEX_DMC_DIRECT_CMD] > + ldr r1, =0x00 > + str r1, [r0, #0x08] @ INDEX_DMC_DIRECT_CMD > > /* Auto Refresh 2 time */ > - ldr

Re: [U-Boot] [V2 12/15] S3c64xx: clear GPIO, Interrupt, Watchdog variable.

2012-07-24 Thread Minkyu Kang
> * void system_clock_init(void) > @@ -241,7 +240,7 @@ uart_asm_init: > /* set GPIO to enable UART */ > ldr r0, =ELFIN_GPIO_BASE > ldr r1, =0x220022 > - str r1, [r0, #GPACON_OFFSET] > + str r1, [r0, #0x0] @ GPACON_OFFSET >

Re: [U-Boot] [V2 11/15] S3C64XX: Switch to use read/writel to operation clock system

2012-07-24 Thread Minkyu Kang
; /* wait at least 200us to stablize all clock */ > mov r1, #0x1 > 1: subsr1, r1, #1 > bne 1b > > - /* Synchronization for VIC port */ > -#if defined(CONFIG_SYNC_MODE) > - ldr r1, [r0, #OTHERS_OFFSET] > - orr r1, r1, #0x20 > - str r1, [r0, #OTHERS_OFFSET] > -#elif !defined(CONFIG_S3C6400) > - /* According to 661558um_S3C6400X_rev10.pdf 0x20 is reserved */ > - ldr r1, [r0, #OTHERS_OFFSET] > - bic r1, r1, #0x20 > - str r1, [r0, #OTHERS_OFFSET] > -#endif > mov pc, lr > Too many magic numbers. Please fix it globally. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-07-31 Thread Minkyu Kang
On 31 July 2012 15:37, Lukasz Majewski wrote: > Support for USB UDC driver at trats board. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Marek Vasut > Cc: Minkyu Kang > > --- > Changes for v2: > - replace puts to debug > --- >

Re: [U-Boot] [PATCH v3 7/7] arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS

2012-07-31 Thread Minkyu Kang
Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Marek Vasut > Cc: Minkyu Kang > > --- > Change for v2: > - Move the G_DNL_{VENDOR_NUM, PRODUCT_NUM and MANUFACTURER} definitions to > ./include/configs/.h > > Changes for v3: > - None > --- > include/conf

Re: [U-Boot] [PATCH v2 4/4] mmc: dw-mmc: add dw-mmc's confiuration at Makefile

2012-08-02 Thread Minkyu Kang
C) += tegra2_mmc.o > +COBJS-$(CONFIG_DWMMC) += dw_mmc.o > +COBJS-$(CONFIG_EXYNOS_DWMMC) += exynos_dw_mmc.o > + Please remove this space Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 3/4] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-08-02 Thread Minkyu Kang
if (!host) { > + printf("dwmci_host malloc fail!\n"); > + return 1; > + } > + > + host->name = EXYNOS_NAME; > + host->ioaddr = (void *)regbase; > + host->buswidth = bus_width; > + host->clkse

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-08 Thread Minkyu Kang
spi_flash_probe_gigadevice': /home/share/Work/u-boot-samsung/drivers/mtd/spi/gigadevice.c:68: undefined reference to `spi_flash_alloc_base' There is any dependency with other patches? then, please let me know. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 0/6 V4] EXYNOS5: Add audio support for Snow

2013-03-08 Thread Minkyu Kang
igs/exynos5250-dt.h |1 + > include/fdtdec.h |1 + > include/sound.h |1 + > lib/fdtdec.c |1 + > 11 files changed, 916 insertions(+), 2 deletions(-) > create mode 100644

Re: [U-Boot] [PATCH] SMDK5250: FDT: Retrieve board model via DT

2013-03-11 Thread Minkyu Kang
printf("\nUnknown Board\n"); > + else > + printf("\nBoard: %s\n", board_name); > +#else > + printf("\nBoard: SMDK5250\n"); > +#endif > return 0; > } > #endif > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] EXYNOS: Correct ordering of SPL machine_params

2013-03-11 Thread Minkyu Kang
i2c_base; /* i2c base address */ > + u32 board_rev_gpios;/* Board revision GPIOs */ > + enum mem_manuf mem_manuf; /* Memory Manufacturer */ > } __attribute__((__packed__)); > #endif > > applied to u-boot-samsung. Thanks, Minkyu Kan

Re: [U-Boot] [PATCH 00/13] video: exynos: Add DT support for exynos_fb and exynos_dp drivers

2013-03-11 Thread Minkyu Kang
c.h | 2 + > include/lcd.h| 9 -- > lib/fdtdec.c | 2 + > 16 files changed, 574 insertions(+), 119 deletions(-) > create mode 100644 doc/device-tree-bindings/video/exynos-dp.txt > create mode

Re: [U-Boot] [PATCH 0/8 v11] Add TMU support for Exynos5250 based SMDK5250

2013-03-12 Thread Minkyu Kang
(+), 1 deletion(-) > create mode 100644 arch/arm/include/asm/arch-exynos/tmu.h > create mode 100644 doc/device-tree-bindings/exynos/tmu.txt > create mode 100644 drivers/power/exynos-tmu.c > create mode 100644 include/tmu.h > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 0/2 V4] EXYNOS5: SNOW: Add initial dts and config file

2013-03-12 Thread Minkyu Kang
.cfg|1 + > include/configs/snow.h| 33 ++ > 4 files changed, 96 insertions(+), 0 deletions(-) > create mode 100644 board/samsung/dts/exynos5250-snow.dts > create mode 100644 include/con

Re: [U-Boot] [PATCH] mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization

2013-03-12 Thread Minkyu Kang
Lei Wen (who is CC'ed to this >> thread) and looks like ARM926EJS (Marwell Semiconductor) processor >> based system. >> >> Other systems are indeed samsung based processors. >> >> I don't mind if this patch would go via u-boot-samsung tree. >> >>

[U-Boot] please pull u-boot-samsung master

2013-03-21 Thread Minkyu Kang
evice-tree-bindings/exynos/tmu.txt create mode 100644 drivers/power/exynos-tmu.c create mode 100644 drivers/sound/max98095.c create mode 100644 drivers/sound/max98095.h create mode 100644 include/configs/snow.h create mode 100644 include/tmu.h -- Thanks, M

Re: [U-Boot] [PATCH 1/3] arm:goni: Adjustment of configuration for goni target

2013-03-26 Thread Minkyu Kang
Dear Arkadiusz Wlodarczyk, On 18/02/13 19:18, a.wlodarc...@samsung.com wrote: > From: Arkadiusz Wlodarczyk > > Signed-off-by: Arkadiusz Wlodarczyk > Signed-off-by: Kyungmin Park > Tested-by: Arkadiusz Wlodarczyk > Cc: Minkyu Kang > --- > Changes > This change enc

Re: [U-Boot] [PATCH 3/3] arm:goni: Add support for USB mass storage

2013-03-26 Thread Minkyu Kang
Dear Arkadiusz Wlodarczyk, On 18/02/13 19:18, a.wlodarc...@samsung.com wrote: > From: Arkadiusz Wlodarczyk > > Signed-off-by: Arkadiusz Wlodarczyk > Signed-off-by: Kyungmin Park > Tested-by: Arkadiusz Wlodarczyk > Cc: Minkyu Kang > --- > Changes > Switch on USB

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2013-03-26 Thread Minkyu Kang
ost, DWMCI_BMOD, 1); > > fifo_size = dwmci_readl(host, DWMCI_FIFOTH); > + fifo_size = ((fifo_size & RX_WMARK(0xFFF)) >> 16) + 1; The definition of RX_WMARK is missing. > + > if (host->fifoth_val) >

Re: [U-Boot] [PATCH 2/4] MMC: EXYNOS: Added call back function for clock get

2013-03-26 Thread Minkyu Kang
> host->buswidth = bus_width; > host->clksel = exynos_dwmci_clksel; > host->dev_index = index; > + host->mmc_clk = exynos_dwmci_get_clk; > > add_dwmci(host, 5200, 40); > > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2013-03-26 Thread Minkyu Kang
ail-archive.com/u-boot@lists.denx.de/msg107515.html Then please move it to this patch. > > Thanks & Regards > Amarendra Reddy > > On 27 March 2013 10:33, Minkyu Kang <mailto:mk7.k...@samsung.com>> wrote: > > Dear Amar, > > On 05/12/12 22:31, Amar

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-26 Thread Minkyu Kang
labs.org/patch/208228/ > > "sf: Use spi_flash_alloc() in each SPI flash driver": > http://patchwork.ozlabs.org/patch/226582/ > Those patches are merged? Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/4] MMC: EXYNOS: Added call back function for clock get

2013-03-27 Thread Minkyu Kang
hould I ignore this patchset? > > Here is the URL for latest version. > http://www.mail-archive.com/u-boot@lists.denx.de/msg107511.html > > Thanks & Regards > Amarendra > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] EXYNOS5: Add L2 Cache Support.

2013-03-27 Thread Minkyu Kang
, 37 insertions(+), 0 deletions(-) > Sorry! too late. appiled to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 0/3] Make tzpc initialization common for exynos4 and exynos5

2013-03-27 Thread Minkyu Kang
60 >> ++- >> include/configs/exynos5250-dt.h |2 -- >> include/configs/origen.h|2 ++ >> include/configs/smdkv310.h |2 ++ >> spl/Makefile|4 +++ >> 15 file

Re: [U-Boot] [PATCH 00/13] video: exynos: Add DT support for exynos_fb and exynos_dp drivers

2013-03-27 Thread Minkyu Kang
| 2 + > include/lcd.h| 9 -- > lib/fdtdec.c | 2 + > 16 files changed, 574 insertions(+), 119 deletions(-) > create mode 100644 doc/device-tree-bindings/video/exynos-dp.txt > create

Re: [U-Boot] [PATCH] arm:trats: change auto-booting to boot kernel with separate device tree blob

2013-03-27 Thread Minkyu Kang
Dear Arkadiusz Wlodarczyk, On 01/03/13 18:41, Arek Wlodarczyk wrote: > From: Arkadiusz Wlodarczyk > > Signed-off-by: Arkadiusz Wlodarczyk > Signed-off-by: Kyungmin Park > Tested-by: Arkadiusz Wlodarczyk > Cc: Minkyu Kang > --- > Changes: > Modify autoboot s

Re: [U-Boot] [PATCH 1/9 v2] Exynos: Change get_timer() to work correctly

2013-03-27 Thread Minkyu Kang
_timer(); > - unsigned long count_value = readl(&timer->tcntb4); > - > - return get_current_tick() / count_value; > -} > - > -unsigned long get_current_tick(void) > -{ > - struct s5p_timer *const timer = s5p_get_base_timer(); > - unsigned long now

Re: [U-Boot] [PATCH 7/9 v2] Exynos: clock: Add generic api to get the clk freq

2013-03-27 Thread Minkyu Kang
ne __ASM_ARM_ARCH_CLK_H_ > > +#include I don't want got a dependency with other header file. please remove it. > + > #define APLL 0 > #define MPLL 1 > #define EPLL 2 > @@ -29,6 +31,12 @@ > #define VPLL 4 > #define BPLL 5 >

Re: [U-Boot] [PATCH 9/9 v2] Exynos: pwm: Use generic api to get pwm clk freq

2013-03-27 Thread Minkyu Kang
if (cpu_is_exynos5()) - return exynos5_get_pwm_clk(); + return clock_get_periph_rate(PERIPH_ID_PWM0); else { if (proid_is_exynos4412()) return exynos4x12_get_pwm_clk(); When we implement generic clock function for exynos4 then, we can use clock_get_periph_rate instead of get_pwm_clk. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/9 v2] Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4

2013-03-27 Thread Minkyu Kang
h/arm/cpu/armv7/s5p-common/timer.c > @@ -58,7 +58,7 @@ int timer_init(void) > { > /* PWM Timer 4 */ > pwm_init(4, MUX_DIV_4, 0); > - pwm_config(4, 0, 0); > + pwm_config(4, 10, 10); 0 is a numerator. I think.. it doesn't matter. > pwm_enable(4); > &

Re: [U-Boot] [PATCH 3/9 v2] Exynos: pwm: Fix two bugs in the exynos pwm configuration code

2013-03-27 Thread Minkyu Kang
ount value */ > offset = pwm_id * 3; > > - /* > - * TODO(sjg): Use this as a countdown timer for now. We count down > - * from the maximum value to 0, then reset. > - */ > - timer_rate_hz = -1; > - writel(timer_rate_hz, &pwm->tcntb0 +

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-28 Thread Minkyu Kang
e >> http://lists.denx.de/mailman/listinfo/u-boot >> > > > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V7 08/10] SMDK5250: Enable EMMC booting

2013-03-28 Thread Minkyu Kang
MMC: > - copy_bl2 = (void *) *(u32 *)COPY_BL2_FNPTR_ADDR; > + copy_bl2 = get_irom_func(MMC_INDEX); > copy_bl2(BL2_START_OFFSET, BL2_SIZE_BLOC_COUNT, > CONFIG_SYS_TEXT_BASE); > break; > + case BOOT_MODE

Re: [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-03-28 Thread Minkyu Kang
dd this "i2c" patch to "EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot"? Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/11 v3] Fix and Re-organise PWM Timer

2013-03-28 Thread Minkyu Kang
h-exynos/clk.h| 15 +++ > arch/arm/include/asm/arch-exynos/periph.h | 5 + > board/samsung/smdk5250/setup.h| 2 +- > include/configs/exynos5250-dt.h | 3 + > 7 files changed, 244 insertions(+), 107 deletions(-) > The patch-7 seems to did not reached at mailing list. If not, please let me know a link of patchwork. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-28 Thread Minkyu Kang
h 8 and 10. > > Thanks & Regards > Amarendra Reddy > > On 28 March 2013 13:48, Minkyu Kang <mailto:mk7.k...@samsung.com>> wrote: > > On 07/03/13 18:26, Amarendra Reddy wrote: > > Dear Wolfgang, > > Thank you for the comments. > >

Re: [U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-03-28 Thread Minkyu Kang
int node; > > #ifdef CONFIG_OF_CONTROL > + int node; > + > node = decode_sromc(gd->fdt_blob, &config); > if (node < 0) { > debug("%s: Could not find sromc configuration\n", __func__); > applied to u-boot-samsung. Thanks,

Re: [U-Boot] [PATCH 2/2] spi: exynos: Fix compiler warnings for non-dt systems

2013-03-28 Thread Minkyu Kang
; /* Sadly there is no error return from this function */ > void spi_init(void) > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] spl:falcon:trats: Fix SPL image size computing.

2013-03-28 Thread Minkyu Kang
rzemyslaw Marczak > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > include/configs/trats.h |1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/trats.h b/include/configs/trats.h > index 63745ac..1fd7943 100644 > --- a/include/conf

Re: [U-Boot] [PATCH v2 1/3] exynos: move tzpc_init to armv7/exynos

2013-03-28 Thread Minkyu Kang
writel(R0SIZE, &tzpc->r0size); > - > - writel(DECPROTXSET, &tzpc->decprot0set); > - writel(DECPROTXSET, &tzpc->decprot1set); > - > - if (addr != TZPC9_BASE) { > - writel(DECPROTXSET, &tzpc->decprot2set); > - writel(DECPROTXSET, &tzpc->decprot3set); > - } > - } > -} > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h > index c03dcf7..8ac05aa 100644 > --- a/include/configs/exynos5250-dt.h > +++ b/include/configs/exynos5250-dt.h > @@ -87,8 +87,6 @@ > #define CONFIG_EXTRA_ENV_SETTINGS \ > EXYNOS_DEVICE_SETTINGS > > -#define TZPC_BASE_OFFSET 0x1 > - > /* SD/MMC configuration */ > #define CONFIG_GENERIC_MMC > #define CONFIG_MMC > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-28 Thread Minkyu Kang
,max98095-codec"), > + COMPAT(SAMSUNG_EXYNOS5_SERIAL, "samsung,exynos4210-uart"), > }; > > const char *fdtdec_get_compatible(enum fdt_compat_id id) > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Exynos: clock: Fix a bug in PLL lock check condition

2013-03-28 Thread Minkyu Kang
>> Signed-off-by: Akshay Saraswat > > Acked-by: Simon Glass > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > applied to u-boot-samsung. Thanks, Minkyu Kang. __

Re: [U-Boot] [PATCH 0/4 v8] Add ACE HW support for SHA256 and SHA1

2013-03-29 Thread Minkyu Kang
> common/hash.c | 18 ++ > drivers/crypto/Makefile | 47 + > drivers/crypto/ace_sha.c | 126 + > drivers/crypto/ace_sha.h | 325 > + > include/configs/exynos5250-dt.h| 5 + > include/hw_sha.h | 50 + > 8 files changed, 576 insertions(+) > create mode 100644 drivers/crypto/Makefile > create mode 100644 drivers/crypto/ace_sha.c > create mode 100644 drivers/crypto/ace_sha.h > create mode 100644 include/hw_sha.h > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Exynos5: clock: Fix a typo bug in exynos clock init

2013-03-29 Thread Minkyu Kang
LL_SEL_MASK); > tmp = MUX_CPLL_SEL_MASK | MUX_EPLL_SEL_MASK | MUX_VPLL_SEL_MASK > | MUX_GPLL_SEL_MASK; > do { > applied to u-boot-samsung. Thanks, Minkyu Kang ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/11 v3] Fix and Re-organise PWM Timer

2013-04-01 Thread Minkyu Kang
m source clk selection >>> Exynos: pwm: Use generic api to get pwm clk freq >>> Exynos: pwm: Remove dead code of function exynos5_get_pwm_clk >>> >>> arch/arm/cpu/armv7/exynos/clock.c | 167 >>> ++ >>> arch/ar

Re: [U-Boot] [PATCH] Exynos5: i2c: Fix read NACK handling and remove some redundancy

2013-04-01 Thread Minkyu Kang
; - data[i] = readl(&i2c->iicds); > - i++; > - } > - } else { > - result = I2C_NACK; > - } > + result = I2C_NACK; > } > > /* send STOP */ > writel(I2C_MODE_MR | I2C_TXRX_ENA, &i2c->iicstat); > ReadWriteByte(i2c); > break; > + } > > default: > debug("i2c_transfer: bad call\n"); > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-04-01 Thread Minkyu Kang
thanks. btw, I've requested to you so many times.. "please don't top posting when replying". > > Thanks & Regards > Amarendra > > > On 28 March 2013 13:59, Minkyu Kang <mailto:mk7.k...@samsung.com>> wrote: > > Dear Amar, > > O

Re: [U-Boot] [PATCH 1/3 V4] EXYNOS5: Add gpio pin numbering feature

2013-04-01 Thread Minkyu Kang
gpio, int mode) > +{ > + s5p_gpio_set_pull(s5p_gpio_get_bank(gpio), > + s5p_gpio_get_pin(gpio), mode); > +} > + > +void gpio_set_drv(int gpio, int mode) > +{ > + s5p_gpio_set_drv(s5p_gpio_get_bank(gpio), > + s5p_gpio_get_pin(gpio), mode); > +} > + > +void gpio_cfg_pin(int gpio, int cfg) > +{ > + s5p_gpio_cfg_pin(s5p_gpio_get_bank(gpio), > + s5p_gpio_get_pin(gpio), cfg); > +} > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] samsung: trats2: add support for new board Trats2

2013-04-01 Thread Minkyu Kang
Dear Piotr Wilczek, On 25/03/13 18:58, Piotr Wilczek wrote: > This patch add support for a new Samsung board Trats2. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > > --- > board/samsung/trats2/Makefile | 50 + > board/sam

Re: [U-Boot] [PATCH 1/3 V4] EXYNOS5: Add gpio pin numbering feature

2013-04-01 Thread Minkyu Kang
Dear Rajeshwari Birje, On 02/04/13 14:08, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Mon, Apr 1, 2013 at 5:27 PM, Minkyu Kang wrote: >> On 21/03/13 20:33, Rajeshwari Shinde wrote: >>> This patch adds support for gpio pin numbe

[U-Boot] [PATCH] exynos: change indentation of defines in cpu.h

2013-04-01 Thread Minkyu Kang
Fix the indentation of some defines by tab. Signed-off-by: Minkyu Kang --- arch/arm/include/asm/arch-exynos/cpu.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 2a20558..f76e489

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Minkyu Kang
, > Tested with eldk-5.2, I've got no warning or error for SMDK5250. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] exynos: change indentation of defines in cpu.h

2013-04-04 Thread Minkyu Kang
On 02/04/13 14:22, Minkyu Kang wrote: > Fix the indentation of some defines by tab. > > Signed-off-by: Minkyu Kang > --- > arch/arm/include/asm/arch-exynos/cpu.h |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/include/asm/arc

[U-Boot] please pull u-boot-samsung master

2013-04-04 Thread Minkyu Kang
y zero by specifying a non-zero period for pwm 4 Exynos: Tidy up the pwm_config function in the exynos pwm driver Minkyu Kang (1): exynos: change indentation of defines in cpu.h Padmavathi Venna (4): Exynos: Add peripherial id for pwm Exynos: clock: Add generic api

Re: [U-Boot] [PATCH V8 9/9] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-04-09 Thread Minkyu Kang
;>> + if (!mmc) { >>> + printf("no mmc device at slot %x\n", dev); >>> + return 1; >>> + } >>> + >>> + if (IS_SD(mmc)) { >>> + printf("It is not a EMMC device\n&qu

Re: [U-Boot] [PATCH v2 3/4] smdk5250, snow: fix CONFIG_SPL_MAX_SIZE semantics

2013-04-09 Thread Minkyu Kang
ONFIG_SPL_LDSCRIPT "board/samsung/smdk5250/smdk5250-uboot-spl.lds" > #define CONFIG_SPL_TEXT_BASE 0x02023400 > -#define CONFIG_SPL_MAX_SIZE (14 * 1024) > +#define CONFIG_SPL_MAX_SIZE (10 * 1024) > +#define CONFIG_SPL_BSS_MAX_SIZE (4 * 1024) > > #define CONF

Re: [U-Boot] [PATCH v2] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)

2011-08-08 Thread Minkyu Kang
d-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Heiko Schocher > > --- > Changes for v2: >        - Generic GPIO code added to arch/arm/gpio.h >        - Platform dependent GPIO code added to board/samsung/goni.c >        - Code cleanup > --- >

Re: [U-Boot] [PATCH v3] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)

2011-08-11 Thread Minkyu Kang
d-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Heiko Schocher > > --- > Changes for v2: >        - Generic GPIO code added to arch/arm/gpio.h >        - Platform dependent GPIO code added to board/samsung/goni.c >        - Code cleanup > Changes for v3: >    

Re: [U-Boot] [PATCH] gpio:samsung: s5p_ suffix add for GPIO functions (C210_universal)

2011-08-11 Thread Minkyu Kang
Dear Lukasz, On 10 August 2011 18:18, Lukasz Majewski wrote: > This is a cosmetic patch, which is changing the gpio_ prefix to > s5p_gpio_. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- >  board/samsung/universal

Re: [U-Boot] [PATCH 1/2 v4] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)

2011-08-18 Thread Minkyu Kang
d-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Heiko Schocher > > --- > Changes for v2: >        - Generic GPIO code added to arch/arm/gpio.h >        - Platform dependent GPIO code added to board/samsung/goni.c >        - Code cleanup > Changes for v3: >    

[U-Boot] please pull u-boot-samsung/master

2011-08-18 Thread Minkyu Kang
Dear Albert ARIBAUD, The following changes since commit 6477396323193c04ebb510dd2786173da31f4911: arm: fix bd pointer dereference prior initialization (2011-08-17 18:10:34 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master Anton Staaf (1): mmc: S5P

Re: [U-Boot] [PATCH v6 1/2] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)

2011-08-29 Thread Minkyu Kang
y: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Heiko Schocher > > --- > Changes for v2: >        - Generic GPIO code added to arch/arm/gpio.h >        - Platform dependent GPIO code added to board/samsung/goni.c >        - Code cleanup > Chang

Re: [U-Boot] [PATCH v2 2/2] i2c:gpio:s5p: Enable I2C GPIO on the GONI target

2011-08-29 Thread Minkyu Kang
Dear Lukasz Majewski, On 23 August 2011 17:34, Lukasz Majewski wrote: > This patch enables the software I2C for GONI reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Heiko Schocher > > --- > Changes

Re: [U-Boot] [PATCH v5 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-08-29 Thread Minkyu Kang
rd/samsung/origen/origen.c >  create mode 100644 board/samsung/origen/origen_setup.h >  create mode 100644 include/configs/origen.h > applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 2/2] ORIGEN: Add MMC SPL support

2011-08-29 Thread Minkyu Kang
les changed, 221 insertions(+), 1 deletions(-) >  create mode 100644 board/samsung/origen/mmc_boot.c >  create mode 100644 board/samsung/origen/tools/mkv310_image.c > applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] s5p-mmc: Fix ambiguous setting of data transfer width

2011-08-31 Thread Minkyu Kang
;= ~(1 << 1); > > > I know these were like this before, but those numbers are awfully > magical. You should really define constants for them. We decided to use comments instead of defines. > > Also, this seems like a very confusing way to do this? Why not clear > both b

[U-Boot] please pull u-boot-samsung/master

2011-09-02 Thread Minkyu Kang
Dear Albert ARIBAUD, The following changes since commit 5a70b8d8cc8481f7b25e2fcab98c4b9fb24907cf: Tegra2: Use clock and pinmux functions to simplify code (2011-08-30 18:45:54 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (2): A

Re: [U-Boot] [PATCH] s5p-mmc: Fix ambiguous setting of data transfer width

2011-09-02 Thread Minkyu Kang
Dear Wolfgang Denk, On 1 September 2011 14:51, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message > you > wrote: >> >> > I know these were like this before, but those numbers are awfully >> > magical. You should really define constants for them. &

Re: [U-Boot] [PATCH v2] ORIGEN : use absolute paths and fix tool naming

2011-09-16 Thread Minkyu Kang
ie > --- >  board/samsung/origen/Makefile |    6 +++--- >  spl/Makefile                  |    2 +- >  2 files changed, 4 insertions(+), 4 deletions(-) > applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot

Re: [U-Boot] [Samsung] [PATCH] ORIGEN : enable device tree support

2011-09-16 Thread Minkyu Kang
ed-by: Chander Kashyap >> --- >>  include/configs/origen.h |    3 +++ >>  1 files changed, 3 insertions(+), 0 deletions(-) >> applied to u-boot-samsung. Thanks. Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3]: video: support exynos fimd driver for various exynos series

2012-08-08 Thread Minkyu Kang
ynos/fb.h | 25 ++- > drivers/video/exynos_fimd.c | 76 ++-- > 2 files changed, 67 insertions(+), 34 deletions(-) > applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___

Re: [U-Boot] [PATCH 0/4] arm:samsung: Cleanup code for trats and universal boards

2012-08-09 Thread Minkyu Kang
Dear Piotr Wilczek, On 9 August 2012 21:02, Piotr Wilczek wrote: > Dear Mr Kang, > > I would like to ask about patches I sent last week. If there is anything I > should improve, please let me know. > I couldn't find your patch on mailing list and patchwork. Please check it.

Re: [U-Boot] [PATCH 0/4] EXYNOS5: Add GPIO numbering feature

2012-08-10 Thread Minkyu Kang
but, what is the different "gpio1->a0" and "GPIO_A00"? Also, new functions are almost same with current functions, do we really need this patch? Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 0/8] video: support newly exynos5 display feature

2012-08-15 Thread Minkyu Kang
driver for various exynos series. > http://marc.info/?l=u-boot&m=134119605104467&w=2 > [8/8] video: support exynos pwm backlight driver > applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___

Re: [U-Boot] [PATCH] arm:exynos: Enable data cache at exynos based processors.

2012-08-16 Thread Minkyu Kang
On 7 August 2012 22:24, Lukasz Majewski wrote: > This patch enables the L1 data cache for systems based on Samsung > Exynos processor. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > arch/arm/cpu/armv7/exynos/soc.c |8 +++

Re: [U-Boot] [PATCH] arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung board

2012-08-16 Thread Minkyu Kang
On 8 August 2012 00:42, Lukasz Majewski wrote: > Enable the PL310 L2 cache controller at TRATS Samsung board. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > include/configs/trats.h |6 -- > 1 files changed, 4 in

Re: [U-Boot] [PATCH 3/4] arm:exynos4: Set common code for trats and universal_c210 boards

2012-08-16 Thread Minkyu Kang
Dear Piotr Wilczek, On 10 August 2012 19:12, Piotr Wilczek wrote: > Boards trats and universal are very similar resulting in some common code. > That common code is moved to exynos4_common/exynos4_common.c > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park &g

[U-Boot] please pull u-boot-samsung master

2012-08-26 Thread Minkyu Kang
Dear Albert ARIBAUD, The following changes since commit 5f50310588e87f2ff501992564d1b05df71419f4: davinci, c6x: Always use C version of reset code (2012-08-25 13:40:03 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 76f6

Re: [U-Boot] [PATCH 3/4] EXYNOS: additional Exynos4 SoC series support

2012-08-28 Thread Minkyu Kang
res19[0x8]; >> @@ -161,7 +171,16 @@ struct exynos4_clock { >> unsigned char res38[0x8c]; >> unsigned intclkout_cmu_top; >> unsigned intclkout_cmu_top_div_stat; >> +#ifdef CONFIG_EXYNOS4210 >> unsigned char res39[0x37f8]; >> +#else >> + unsigned char res39[0x3600]; >> + unsigned intmpll_lock; >> + unsigned char res3a[0xfc]; >> + unsigned intmpll_con0; >> + unsigned intmpll_con1; >> + unsigned char res3b[0xf0]; >> +#endif >> unsigned intsrc_dmc; >> unsigned char res40[0xfc]; >> unsigned intsrc_mask_dmc; >> @@ -195,14 +214,22 @@ struct exynos4_clock { >> unsigned intmaxperf; >> unsigned char res51[0x2f78]; >> unsigned intapll_lock; >> +#ifdef CONFIG_EXYNOS4210 >> unsigned char res52[0x4]; >> unsigned intmpll_lock; >> +#else >> + unsigned char res52[0x8]; >> +#endif >> unsigned char res53[0xf4]; >> unsigned intapll_con0; >> unsigned intapll_con1; >> +#ifdef CONFIG_EXYNOS4210 >> unsigned intmpll_con0; >> unsigned intmpll_con1; >> unsigned char res54[0xf0]; >> +#else >> + unsigned char res54[0xf8]; >> +#endif >> unsigned intsrc_cpu; >> unsigned char res55[0x1fc]; >> unsigned intmux_stat_cpu; >> diff --git a/arch/arm/include/asm/arch-exynos/cpu.h >> b/arch/arm/include/asm/arch-exynos/cpu.h >> index 2cd4ae1..d1117c0 100644 >> --- a/arch/arm/include/asm/arch-exynos/cpu.h >> +++ b/arch/arm/include/asm/arch-exynos/cpu.h >> @@ -55,7 +55,11 @@ >> #define EXYNOS4_MODEM_BASE 0x13A0 >> #define EXYNOS4_USBPHY_CONTROL 0x10020704 >> >> +#ifdef CONFIG_EXYNOS4412 >> +#define EXYNOS4_GPIO_PART4_BASE 0x106E >> +#else >> #define EXYNOS4_GPIO_PART4_BASE DEVICE_NOT_AVAILABLE >> +#endif > if it's only valid at exynos4412, then make it variable and configure > it at runtime > e.g., > > #define EXYNOS4412_GPIO_PART4_BASE 0x106E > #define EXYNOS4_GPIO_PART4_BASE DEVICE_NOT_AVAILABLE > > int exynos4_get_gpio_part4_base(void) > { > if (cpu_is_exynos4412()) > return EXYNOS4412_GPIO_PART4_BASE; > return EXYNOS4_GPIO_PART4_BASE; > } > > Thank you, > Kyungmin Park I've already guided to supporting exynos4412 to Chander. Chander, Did you prepare the patch for it? Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2 V3] SMDK5250: Config: Enable MAX77686 pmic chip

2012-08-29 Thread Minkyu Kang
clude/configs/smdk5250.h|5 + > 2 files changed, 9 insertions(+), 0 deletions(-) > Acked-by: Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support

2012-09-04 Thread Minkyu Kang
Dear Rajeshwari Birje, On 4 September 2012 15:28, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > I have a confusion will this patch set me merged in u-boot-samsung > branch or in sf branch, since only one patch "Winbond part details for > WQ5232" is merged in sf bra

<    1   2   3   4   5   6   7   8   9   10   >