Re: [U-Boot] [PATCH v3 0/2] Exynos4: add software SPI support on Universal C210 board

2012-10-14 Thread Minkyu Kang
On 10 October 2012 20:55, Minkyu Kang wrote: > Dear Piotr Wilczek, > > On 24 September 2012 20:56, Piotr Wilczek wrote: >> This patchset add software SPI support on Samsung Universal C210 board. >> In SPI software driver #ifdef CONFIG_SYS_IMMR in spi_init function is added

Re: [U-Boot] Pull request: u-boot-arm/master to u-boot/master

2012-10-15 Thread Minkyu Kang
On 15 October 2012 16:04, Albert ARIBAUD wrote: > On Mon, 15 Oct 2012 07:58:38 +0200, Albert ARIBAUD > wrote: > >> Hi Minkyu, >> >> On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang >> wrote: >> >> > Hi Albe

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-03-04 Thread Minkyu Kang
Dear David Müller, On 21 February 2012 10:24, Minkyu Kang wrote: > On 19 February 2012 20:59, Albert ARIBAUD wrote: >> Le 22/12/2011 12:16, David Müller a écrit : >> >>> This patch fixes the s3c24x0 timer code to work with the ARM >>> relocation feature. >

Re: [U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-03-04 Thread Minkyu Kang
d validating that serial moved. >> >>  board/samsung/smdk5250/smdk5250.c |   44 >> +++- >>  1 files changed, 42 insertions(+), 2 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] Any outstanding ARM pull requests?

2012-03-08 Thread Minkyu Kang
t;> Are there any ARM pull requests pending that I would have missed or are >> about to be sent? > > On i.MX, yes - I have applied yesterday some fixes. I will send today my > pull request. > > Stefano > I have two commits (or three). I will se

Re: [U-Boot] [PATCH] EXYNOS: Add structure for Exynos4 DMC

2012-03-08 Thread Minkyu Kang
 1 files changed, 109 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

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

2012-03-08 Thread Minkyu Kang
Dear Albert, The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (1): EXYNOS: Add structure for Exynos4

Re: [U-Boot] [PATCH] EXYNOS: Rename exynos5_tzpc structure to s5p_tzpc

2012-03-14 Thread Minkyu Kang
ed with Kyungmin. >From now, let's called "exynos" for common name including s5pc1xx and s5pc2xx and exynos4 and exynos5.. etc. > >> number of tzpc. It can be covered one exynos_tzpc. or  we can define >> it for each SoC. > One structure is enough as fields are same. > 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: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement

2012-03-26 Thread Minkyu Kang
ynos4210) rev. 0.0 > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- >  board/samsung/universal_c210/universal.c |   30 > +++--- >  include/max8998_pmic.h                   |    1 + >  2 files changed, 28

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

2012-03-27 Thread Minkyu Kang
Albert, Please check this pull request. Please let me know if need the rebase. On 8 March 2012 19:14, Minkyu Kang wrote: > Dear Albert, > > The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: > >  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45

Re: [U-Boot] [PATCH] EXYNOS: Detect cpuid based on Exynos product codes

2012-03-27 Thread Minkyu Kang
+               || (EXYNOS_ID == (#type[sizeof(#type) - 2] - '0'))) \ > +               ? 1 : 0;                                \ >  } > Sorry, I can't understand this patch. What is it for? 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 3/3] misc:pmic:samsung Convert TRATS target to use MAX8997 instead of MAX8998

2012-03-28 Thread Minkyu Kang
On 28 March 2012 17:45, Lukasz Majewski wrote: > TRATS target uses MAX8997 PMIC device instead of MAX8998. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Stefano Babic > --- >  board/samsung/trats/trats.c |   27 ++

Re: [U-Boot] [PATCH 0/3] mmc: support sdhci instead of s5p_mmc

2012-03-29 Thread Minkyu Kang
ci.h                         |    6 ++ >  12 files changed, 246 insertions(+), 109 deletions(-) >  create mode 100644 drivers/mmc/s5p_sdhci.c > Why didn't you remove the s5p_mmc? Is it need somewhere? Thanks. Minkyu Kang. -- from. prom. www.promsoft.net _

Re: [U-Boot] [PATCH] ARM: EXYNOS: definition of system registers

2012-03-29 Thread Minkyu Kang
unsigned int    gsclblk_cfg1; > +       unsigned int    reserved; > +       unsigned int    ispblk_cfg; > +       unsigned int    usb20phy_cfg; > +       unsigned int    mipi_dphy; > +       unsigned int    dptx_dphy; > +       unsigned int    phyclk_sel; > +}; > +#endif > + &g

Re: [U-Boot] [PATCH] ARM: EXYNOS: definition of system registers

2012-03-29 Thread Minkyu Kang
On 30 March 2012 10:23, Donghwa Lee wrote: > Hi, > On 29 March 2012 23:37, Minkyu Kang wrote: > >> Dear Donghwa, >> >> On 29 March 2012 17:50, Donghwa Lee wrote: >>> This is definition of system registers for EXYNOS SoC. >>> >>> Signed

Re: [U-Boot] [PATCH 4/5] ARM: EXYNOS: support EXYNOS display driver

2012-03-30 Thread Minkyu Kang
_VIDCON1_IHSYNC_INVERT; > +               if (!pvid->vl_vsp) > +                       cfg |= EXYNOS_VIDCON1_IVSYNC_INVERT; > +               if (!pvid->vl_dp) > +                       cfg |= EXYNOS_VIDCON1_IVDEN_INVERT; > + > +               writel(cfg, &fimd_ctrl->vidcon

Re: [U-Boot] [PATCH 5/5] ARM: EXYNOS: add Makefile for exynos display driver

2012-03-30 Thread Minkyu Kang
JS-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o >  COBJS-$(CONFIG_CFB_CONSOLE) += cfb_console.o > +COBJS-$(CONFIG_EXYNOS_FB) += exynos_fb.o exynos_fimd.o >  COBJS-$(CONFIG_FSL_DIU_FB) += fsl_diu_fb.o videomodes.o >  COBJS-$(CONFIG_S6E63D6) += s6e63d6.o >  COBJS-$(CONFIG_SED156X) += sed156x.

Re: [U-Boot] [PATCH 3/5] ARM: EXYNOS: add exynos lcd clock interface

2012-03-30 Thread Minkyu Kang
  pclk = sclk / (ratio + 1); > + > +       return pclk; > +} > + >  unsigned long get_pll_clk(int pllreg) >  { >        if (cpu_is_exynos5()) > @@ -453,3 +498,8 @@ void set_mmc_clk(int dev_index, unsigned int div) >        else >                exynos4_set_mmc_clk(de

Re: [U-Boot] [PATCH 2/5]: ARM: EXYNOS: add data structure for EXYNOS display driver

2012-03-30 Thread Minkyu Kang
  lcd_printf      (const char *fmt, ...); >  void   lcd_clear(void); >  int    lcd_display_bitmap(ulong bmp_image, int x, int y); > +void   init_panel_info (vidinfo_t *vid); > >  /* Allow boards to customize the information displayed */ >  void lcd_show_board_info(void); > -- Thanks. Min

Re: [U-Boot] [PATCH v2 2/3] mmc: use sdhci.c intead of s5p_mmc.c

2012-03-30 Thread Minkyu Kang
ers/mmc/s5p_sdhci.c                 |   98 ++ >  drivers/mmc/sdhci.c                     |   12 + >  include/sdhci.h                         |    6 + >  7 files changed, 211 insertions(+), 583 deletions(-) >  delete mode 100644 drivers/mmc/s5p_mmc.c >  create mode 100644 drivers/

Re: [U-Boot] [PATCH v2 3/3] ARM: SAMSUNG: support sdhci controller

2012-03-30 Thread Minkyu Kang
sertions(+), 6 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] TRATS: modify the trats's configuration

2012-04-01 Thread Minkyu Kang
Jaehoon, On 28 March 2012 15:05, Jaehoon Chung wrote: > Trats is supported 1GiB memory size. > (Each bank size is 512MB.) > And INITRD is unnecessary. So removed them. > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > --- >  include/configs/trats.h |    5 ++--- >  1 files change

Re: [U-Boot] [PATCH v2] EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc

2012-04-01 Thread Minkyu Kang
Dear Chander Kashyap, On 15 March 2012 12:34, Chander Kashyap wrote: > TZPC IP is common across Exynos based SoC'c. Renaming exynos5_tzpc > in arch/arm/include/asm/arch-exynos/tzpc.h to exynos_tzpc will allow generic > usase of tzpc. > > Also modify board/samsung/smdk5250/tzpc_init.c to use exyno

Re: [U-Boot] [RESEND PATCH] ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement

2012-04-01 Thread Minkyu Kang
ynos4210) rev. 0.0 > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- >  board/samsung/universal_c210/universal.c |   25 ++--- >  include/max8998_pmic.h                   |    1 + >  2 files changed, 23 insertio

Re: [U-Boot] [PATCH v2 1/4] ARM: EXYNOS: definition of system registers

2012-04-01 Thread Minkyu Kang
+struct exynos5_sysreg { > +       unsigned char   res1[0x214]; > +       unsigned int    disp1blk_cfg; > +       unsigned int    disp2blk_cfg; > +       unsigned int    hdcp_e_fuse; > +       unsigned int    gsclblk_cfg0; > +       unsigned int    gsclblk_cfg1; > +       unsigned int    reserved; > +       unsigned int    ispblk_cfg; > +       unsigned int    usb20phy_cfg; > +       unsigned int    mipi_dphy; > +       unsigned int    dptx_dphy; > +       unsigned int    phyclk_sel; > +}; > +#endif > + > +#endif /* _EXYNOS4_SYSTEM_H */ > -- 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] ARM: EXYNOS: add exynos lcd clock interface

2012-04-01 Thread Minkyu Kang
@@ void set_mmc_clk(int dev_index, unsigned int div) >        else >                exynos4_set_mmc_clk(dev_index, div); >  } > + > +unsigned long get_lcd_clk(void) > +{ > +       if (cpu_is_exynos4()) > +               return exynos4_get_lcd_clk(); need return. >

Re: [U-Boot] [PATCH v2 4/4] ARM: EXYNOS: support EXYNOS display driver

2012-04-01 Thread Minkyu Kang
CLKVAL_F(0xFF) | > +               EXYNOS_VIDCON0_VCLKEN_MASK | EXYNOS_VIDCON0_CLKDIR_MASK); > +       cfg |= (EXYNOS_VIDCON0_CLKSEL_SCLK | EXYNOS_VIDCON0_CLKVALUP_ALWAYS | > +               EXYNOS_VIDCON0_VCLKEN_NORMAL | EXYNOS_VIDCON0_CLKDIR_DIVIDED); > + > +       if (pixel_clock > MAX_CL

Re: [U-Boot] [PATCH v2 0/2] misc:pmic: Support for MAX8997 PMIC at Trats Samsung device

2012-04-02 Thread Minkyu Kang
hould be merged into Samsung's tree. > To avoid breakage, I have no problems if Minkyu pick up the whole > patchset in his tree (or I do the same in my tree). > OK. I will push this patchset to samsung tree. Thanks, Minkyu Kang -- from. prom. www.promsoft.net

Re: [U-Boot] [PATCH v2 0/2] misc:pmic: Support for MAX8997 PMIC at Trats Samsung device

2012-04-03 Thread Minkyu Kang
7.c |   43 ++ >  include/configs/trats.h     |    2 +- >  include/max8997_pmic.h      |  190 > +++ >  5 files changed, 245 insertions(+), 18 deletions(-) >  create mode 100644 drivers/misc/pmic_max8997.c >  create mode 100644 include

Re: [U-Boot] [PATCH v3 0/4] ARM: EXYNOS: add display driver for EXYNOS SoC

2012-04-04 Thread Minkyu Kang
will merge this patchset to samsung tree with your ACK. Please send review to him or ACK to me. 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

[U-Boot] [PATCH] SMDK5250: fix compiler warning

2012-04-04 Thread Minkyu Kang
this patch fixed following warning. tzpc_init.c: In function 'tzpc_init': tzpc_init.c:35: warning: assignment from incompatible pointer type Signed-off-by: Minkyu Kang Cc: Chander Kashyap --- board/samsung/smdk5250/tzpc_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletion

Re: [U-Boot] [PATCH 1/7] EXYNOS: definitions of system resgister and power management registers.

2012-04-05 Thread Minkyu Kang
se > +               cfg &= ~(EXYNOS_MIPI_PHY_MRESETN | EXYNOS_MIPI_PHY_ENABLE); > + > +       writel(cfg, addr); > +} > + > +void set_mipi_phy_ctrl(unsigned int enable, unsigned int dev_index) > +{ > +       if (cpu_is_exynos4()) > +               exynos4_mipi_phy_control(enable, dev_index); > +} 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] SMDK5250: fix compiler warning

2012-04-09 Thread Minkyu Kang
On 4 April 2012 13:28, Minkyu Kang wrote: > this patch fixed following warning. > tzpc_init.c: In function 'tzpc_init': > tzpc_init.c:35: warning: assignment from incompatible pointer type > > Signed-off-by: Minkyu Kang > Cc: Chander Kashyap > --- >  board/s

Re: [U-Boot] [PATCH v2 0/7] EXYNOS: support display drivers

2012-04-12 Thread Minkyu Kang
ues(code style, remove compiler warnings, and so on) > > Thanks for reworking! I've added by ACK to video patches, so when v2012.04 > is out, this series could go into next release through u-boot-samsung tree. > > Thanks, > Anatolij applied to u-boot-samsung. Thanks

Re: [U-Boot] [PATCH v5 3/4] mmc: support the sdhci instead of s5p_mmc for samsung-soc

2012-04-12 Thread Minkyu Kang
--- >  4 files changed, 95 insertions(+), 583 deletions(-) >  delete mode 100644 drivers/mmc/s5p_mmc.c > 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 v5 4/4] ARM: SAMSUNG: support sdhci controller

2012-04-12 Thread Minkyu Kang
les changed, 12 insertions(+), 6 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 v5 4/4] ARM: SAMSUNG: support sdhci controller

2012-04-13 Thread Minkyu Kang
istinctly > seperate from any patches that are adding new code, prefferable prior to > the patches addding new defines so each file always has a consistent style > > Regards, Yes, right. Need patch for cleanup. Jaehoon, Please update this patch. I'll post cleanup patch for other defi

Re: [U-Boot] [PATCH 2/4 V3] EXYNOS5: Add gpio pin numbering feature

2013-02-07 Thread Minkyu Kang
17, > + > + /* GPIO_PART3_STARTS */ > + GPIO_PART2_MAX, > + GPIO_V00 = GPIO_PART2_MAX, > + GPIO_V01, > + GPIO_V02, > + GPIO_V03, > + GPIO_V04, > + GPIO_V05, > + GPIO_V06, > + GPIO_V07, > + GPIO_V10, > + GPIO_V11, > + G

Re: [U-Boot] [PATCH 4/4 V3] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

2013-02-07 Thread Minkyu Kang
name_num_table { > + char bank; > + unsigned int base; > +}; > + > +int name_to_gpio(const char *name); > +#define name_to_gpio(n) name_to_gpio(n) > #endif > > /* Pin configurations */ > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos52

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Minkyu Kang
rror make[1]: *** [/home/share/Work/u-boot-samsung/spl/u-boot-spl] Error 1 make: *** [spl/u-boot-spl.bin] Error 2 make: *** Waiting for unfinished jobs smdk5250.c: In function 'board_eth_init': smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] Could you please check this issue also? Thanks. Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 6/7 V3] EXYNOS5: Add initial DTS file for Snow.

2013-02-12 Thread Minkyu Kang
/exynos5250-snow.dts | 69 > + > 1 files changed, 69 insertions(+), 0 deletions(-) > create mode 100644 board/samsung/dts/exynos5250-snow.dts > I think, patch 6 and 7 should be separated with another patch. Thanks, Minkyu Kang. ___ U-Boot

Re: [U-Boot] [PATCH 7/7 V3] EXYNOS5: Snow: Add a configuration file

2013-02-12 Thread Minkyu Kang
r more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, > + * MA 02111-1307 USA > + */ > + &g

Re: [U-Boot] [PATCH v2 4/4] arm:trats: Use new ums command

2013-02-12 Thread Minkyu Kang
On 12/02/13 17:58, Piotr Wilczek wrote: > From: Lukasz Majewski > > This patch enables new "ums" command on Trats board > > Signed-off-by: Lukasz Majewski > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > Chang

Re: [U-Boot] [PATCH 1/2 V2] EXYNOS5: Add function to setup set ps hold

2013-02-12 Thread Minkyu Kang
EXYNOS_DP_PHY_ENABLE (1 << 0) > > +#define EXYNOS_PS_HOLD_CONTROL_DATA_HIGH (1 << 8) > + > +/* > + * Set ps_hold data driving value high > + * This enables the machine to stay powered on > + * after the initial power-on condition goes away > + *

Re: [U-Boot] [PATCH 1/2 V3] EXYNOS5: Add function to setup set ps hold

2013-02-13 Thread Minkyu Kang
rch/arm/include/asm/arch-exynos/power.h >> @@ -864,4 +864,13 @@ void set_dp_phy_ctrl(unsigned int enable); >> >> #define EXYNOS_DP_PHY_ENABLE (1 << 0) >> >> +#define EXYNOS_PS_HOLD_CONTROL_DATA_HIGH (1 << 8) >> + >> +/* >> +

Re: [U-Boot] [PATCH 1/2 V3] EXYNOS5: Add function to setup set ps hold

2013-02-13 Thread Minkyu Kang
Dear Simon Glass, On 14/02/13 16:24, Simon Glass wrote: > Hi Minkyu, > > On Wed, Feb 13, 2013 at 11:11 PM, Minkyu Kang wrote: >> Dear Simon Glass, >> >> On 14/02/13 15:53, Simon Glass wrote: >>> Hi, >>> >>> On Tue, Feb 12, 2013 at 10:40 PM

Re: [U-Boot] [PATCH 0/2 V3] SMDK5250: Set Initial PMIC Values

2013-02-19 Thread Minkyu Kang
clude/power/max77686_pmic.h| 32 + > 4 files changed, 168 insertions(+), 2 deletions(-) > 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 1/9 v9] EXYNOS5: TMU: Add driver for Thermal Management Unit

2013-02-20 Thread Minkyu Kang
|| (info->te2 != 0)) > + info->te1 = data->efuse_value; > + > + /* Get RISING & FALLING Threshold value */ > + warning_code = data->ts.start_warning > + + info->te1 - info->dc_value

Re: [U-Boot] [PATCH 2/9 v9] EXYNOS5: Implement board_poweroff for Thermal Management Unit

2013-02-20 Thread Minkyu Kang
+ > + clrbits_le32(&power->ps_hold_control, POWER_PS_HOLD_CONTROL_DATA_HIGH); > + > + hang(); > +} We can use set_ps_hold_ctrl function with little modification. Could you please check this? 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 v9] EXYNOS5: TMU: Add TMU init and status check

2013-02-20 Thread Minkyu Kang
) > { > gd->bd->bi_boot_params = (PHYS_SDRAM_1 + 0x100UL); > + > +#if defined CONFIG_EXYNOS_TMU > + if (tmu_init(gd->fdt_blob)) { > + debug("%s: Failed to init TMU\n", __func__); > + return -1; > + } > + boot_temp_check(); > +#endif > + > #ifdef CONFIG_EXYNOS_SPI > spi_init(); > #endif > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 8/9 v9] EXYNOS5: TMU: Add hardware tripping

2013-02-20 Thread Minkyu Kang
®->threshold_temp_rise); > @@ -274,12 +286,15 @@ void tmu_setup_parameters(struct tmu_info *info) > > /* TMU core enable */ > con = readl(®->tmu_control); > - con |= CORE_EN; > + con |= THERM_TRIP_EN | CORE_EN; > > writel(con, ®->tmu_control); > > - /* LEV0 LEV1 LEV2 interrupt enable */ > - writel(INTEN_RISE0 | INTEN_RISE1 | INTEN_RISE2, ®->inten); > + /* Enable HW thermal trip */ > + power_enable_hw_thermal_trip(); > + > + /* LEV1 LEV2 interrupt enable */ > + writel(INTEN_RISE1 | INTEN_RISE2, ®->inten); > } > > /* > 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] EXYNOS5: Snow: Add a configuration file

2013-02-20 Thread Minkyu Kang
USA > + */ > + > +#ifndef __CONFIG_SNOW_H > +#define __CONFIG_SNOW_H > + > +#include > + > +#undef CONFIG_DEFAULT_DEVICE_TREE > +#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-snow > + > +#endif /* __CONFIG_SNOW_H */ > 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 V2] EXYNOS5: Snow: Add a configuration file

2013-02-24 Thread Minkyu Kang
Suite 330, Boston, > + * MA 02111-1307 USA > + */ > + > +#ifndef __CONFIG_SNOW_H > +#define __CONFIG_SNOW_H > + > +#include > + > +#undef CONFIG_DEFAULT_DEVICE_TREE > +#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-snow > + > +#endif /* __CONFIG_SNOW_H */ > 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/9 v9] EXYNOS5: TMU: Add driver for Thermal Management Unit

2013-02-24 Thread Minkyu Kang
include is different from #include 3. exynos-tmu.h is already in arch-exynos. we don't need exynos prefix. > > > Thanks & Regards, > > Akshay Saraswat > > > > --- *Original Message* --- > > *Sender* : Minkyu Kang S4/Engineer/Next Generation

Re: [U-Boot] [PATCH 2/2 V2] EXYNOS5: Snow: Add a configuration file

2013-02-25 Thread Minkyu Kang
On 25/02/13 19:35, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Mon, Feb 25, 2013 at 9:49 AM, Minkyu Kang wrote: >> >> Dear Rajeshwari, >> >> On 21/02/13 15:43, Rajeshwari Shinde wrote: >>> This patch adds the confi

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-07-16 Thread Minkyu Kang
Dear Jean and Dirk, > cpu/arm_cortexa8/omap3/lowlevel_init.S | 12 > cpu/arm_cortexa8/start.S | 14 -- > 2 files changed, 12 insertions(+), 14 deletions(-) > > Index: u-boot-arm/cpu/arm_cortexa8/omap3/lowlevel_init.S > ===

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

2009-07-17 Thread Minkyu Kang
2009/7/11 Wolfgang Denk : > Dear HeungJun Kim, > > In message <350d1ec30906250108q5949e337neb54520d6773f...@mail.gmail.com> you > wrote: >> This patch initializes DRAM memory, OneNAND, & Board specific functions. >> Also, it includes SMDKC100 configuration file & modification of Makefile. >> >> Si

[U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler

2009-07-19 Thread Minkyu Kang
Because of the reset_cpu is soc specific, should be move to soc Cc: Dirk Behme Signed-off-by: Minkyu Kang --- cpu/arm_cortexa8/omap3/Makefile |1 + cpu/arm_cortexa8/omap3/reset.S | 36 cpu/arm_cortexa8/start.S| 14 -- 3 files

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

2009-07-20 Thread Minkyu Kang
Dear Wolfgang, 2009/7/18 Wolfgang Denk : > Dear Minkyu Kang, > > In message <1f3430fb0907170142l51139f76jed37a47f7760f...@mail.gmail.com> you > wrote: >> >> >> +void raise(void) >> >> +{ >> >> +} >> > >> > Why w

[U-Boot] [PATCH 1/4] s5pc1xx: support Samsung s5pc1xx SoC

2009-09-04 Thread Minkyu Kang
This patch add support new SoCs that are s5pc100 and s5pc110 s5pc1xx SoC is ARM Cortex A8 processor Signed-off-by: Minkyu Kang Signed-off-by: HeungJun, Kim --- cpu/arm_cortexa8/s5pc1xx/Makefile| 53 ++ cpu/arm_cortexa8/s5pc1xx/cache.c | 43 + cpu/arm_cortexa8

[U-Boot] [PATCH 4/4] s5pc1xx: add support SMDKC100 board

2009-09-04 Thread Minkyu Kang
Add new board SMDKC100 that uses s5pc100 SoC Signed-off-by: Minkyu Kang Signed-off-by: HeungJun, Kim --- MAINTAINERS|4 + MAKEALL|1 + Makefile |3 + board/samsung/smdkc100/Makefile

[U-Boot] [PATCH 2/4] s5pc1xx: support onenand driver

2009-09-04 Thread Minkyu Kang
This patch includes the onenand driver for s5pc1xx Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- drivers/mtd/onenand/Makefile |2 + drivers/mtd/onenand/samsung.c| 624 ++ include/linux/mtd/onenand.h |1 + include/linux/mtd

[U-Boot] [PATCH 3/4] s5pc1xx: support serial driver

2009-09-04 Thread Minkyu Kang
This patch includes the serial driver for s5pc1xx Signed-off-by: Minkyu Kang --- drivers/serial/Makefile |1 + drivers/serial/serial_s5pc1xx.c | 250 +++ 2 files changed, 251 insertions(+), 0 deletions(-) create mode 100644 drivers/serial

[U-Boot] [PATCH] arm_cortexa8: support cache flush to other soc

2009-09-04 Thread Minkyu Kang
Current code is supported only omap3 soc. this patch will support s5pc1xx(s5pc100 and s5pc110) soc also. Signed-off-by: Minkyu Kang --- cpu/arm_cortexa8/cpu.c | 24 +++- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git a/cpu/arm_cortexa8/cpu.c b/cpu

Re: [U-Boot] [PATCH] arm_cortexa8: support cache flush to other soc

2009-09-04 Thread Minkyu Kang
directory/file. > > Best regards > > Dirk > > > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > I know about the discussion of this issue between you and Jean-Christo

Re: [U-Boot] [PATCH 4/4] s5pc1xx: add support SMDKC100 board

2009-09-04 Thread Minkyu Kang
Dear Wolfgang, 2009/9/4 Wolfgang Denk > Dear Minkyu Kang, > > In message <4aa0ce4a.3060...@samsung.com> you wrote: > > Add new board SMDKC100 that uses s5pc100 SoC > ... > > diff --git a/board/samsung/smdkc100/mem_setup.S > b/board/samsung/smdkc100/mem_setup.S &

Re: [U-Boot] [PATCH] arm_cortexa8: support cache flush to other soc

2009-09-06 Thread Minkyu Kang
Dear Dirk, 2009/9/5 Dirk Behme > Minkyu Kang wrote: > >> Dear, Dirk >> >> 2009/9/4 Dirk Behme >> >> Kyungmin Park wrote: >>> >>>> On Fri, Sep 4, 2009 at 7:45 PM, Dirk Behme >>>> >>> wrote: >>>

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-12 Thread Minkyu Kang
Dear Seunghyeon Rhee, 2009/11/10 Minkyu Kang : > Dear Seunghyeon Rhee, > > 2009/11/2 "Seunghyeon Rhee (이승현)" : >> Dear Minkyu Kang, >> >> 2009/11/2 Minkyu Kang : >>> Dear Seunghyeon Rhee >>> >>> 2009/10/31 "Seunghyeon Rhee

Re: [U-Boot] s5pc1xx: serial: fix the error check logic

2009-11-12 Thread Minkyu Kang
2009/11/10 Minkyu Kang : > Because of Frame error, Parity error and Overrun error are occured only > receive > operation, need to masking when error checking. > > Signed-off-by: Minkyu Kang > --- >  drivers/serial/serial_s5pc1xx.c |   24 +--- >  1 file

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-12 Thread Minkyu Kang
+++ b/include/configs/smdk2410.h > @@ -33,9 +33,10 @@ >  * High Level Configuration Options >  * (easy to change) >  */ > -#define CONFIG_ARM920T         1       /* This is an ARM920T Core      */ > -#define        CONFIG_S3C2410          1       /* in a SAMSUNG S3C2410 SoC   >   */ > -#define CONFIG_SMDK2410                1       /* on a SAMSUNG SMDK2410 > Board  */ > +#define CONFIG_ARM920T 1       /* This is an ARM920T Core      */ > +#define CONFIG_S3C24X0 1       /* in a SAMSUNG S3C24x0-type SoC        */ > +#define CONFIG_S3C2410 1       /* specifically a SAMSUNG S3C2410 SoC   */ > +#define CONFIG_SMDK2410        1       /* on a SAMSUNG SMDK2410 Board  */ > >  /* input clock of PLL */ >  #define CONFIG_SYS_CLK_FREQ    1200/* the SMDK2410 has 12MHz input clock > */ > diff --git a/include/configs/trab.h b/include/configs/trab.h > index 97f30ce..9827195 100644 > --- a/include/configs/trab.h > +++ b/include/configs/trab.h > @@ -40,10 +40,11 @@ >  * High Level Configuration Options >  * (easy to change) >  */ > -#define CONFIG_ARM920T         1       /* This is an arm920t CPU       */ > -#define CONFIG_S3C2400         1       /* in a SAMSUNG S3C2400 SoC     */ > -#define CONFIG_TRAB            1       /* on a TRAB Board              */ > -#undef CONFIG_TRAB_50MHZ               /* run the CPU at 50 MHz        */ > +#define CONFIG_ARM920T 1       /* This is an arm920t CPU       */ > +#define CONFIG_S3C24X0 1       /* in a SAMSUNG S3C24x0-type SoC        */ > +#define CONFIG_S3C2400 1       /* specifically a SAMSUNG S3C2400 SoC   */ > +#define CONFIG_TRAB    1       /* on a TRAB Board              */ > +#undef CONFIG_TRAB_50MHZ       /* run the CPU at 50 MHz        */ > >  /* automatic software updates (see board/trab/auto_update.c) */ >  #define CONFIG_AUTO_UPDATE     1 > -- > 1.6.0.6 > 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] Add a unified s3c24x0 header file

2009-11-13 Thread Minkyu Kang
Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk : > Hi Minky > > > Minkyu Kang wrote: >> Dear Kevin Morfitt >> >> 2009/11/10 kevin.morf...@fearnside-systems.co.uk >> : >>> This patch adds a unified s3c24x0 cpu header file that

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-13 Thread Minkyu Kang
CMDLINE_TAG >  #define CONFIG_INITRD_TAG > -- > 1.6.2.5 > applied to u-boot-samsung At next time, if you resend the patch, please send next version 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] Add a unified s3c24x0 header file

2009-11-15 Thread Minkyu Kang
Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk : > > > Minkyu Kang wrote: >> Dear Kevin Morifitt, >> >> 2009/11/13 kevin.morf...@fearnside-systems.co.uk >> : >>> Hi Minky >>> >>> >>> Minkyu Kang wrote:

[U-Boot] [PATCH] memsize: get correct memory size

2009-11-17 Thread Minkyu Kang
In some case, saved address and compared address are different. (e.g: 80M) So, it can be get wrong memory size. This patch fix the such problem, and fix style problems also. Signed-off-by: Minkyu Kang --- common/memsize.c | 77 +- 1 files

Re: [U-Boot] [PATCH ARM v2] Add a unified s3c24x0 header file

2009-11-20 Thread Minkyu Kang
;  include/configs/sbc2410x.h                 |    7 --- >  include/configs/smdk2400.h                 |    7 --- >  include/configs/smdk2410.h                 |    7 --- >  include/configs/trab.h                     |    9 + >  30 files changed, 87 insertions(+), 95 deletions(

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

2009-11-20 Thread Minkyu Kang
Dear Tom, The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (2): s3c

Re: [U-Boot] [PATCH] memsize: get correct memory size

2009-11-22 Thread Minkyu Kang
Dear Wolfgang, 2009/11/18 Minkyu Kang : > In some case, saved address and compared address are different. (e.g: 80M) > So, it can be get wrong memory size. > This patch fix the such problem, and fix style problems also. > > Signed-off-by: Minkyu Kang > --- >  co

Re: [U-Boot] [PATCH] memsize: get correct memory size

2009-11-23 Thread Minkyu Kang
Dear Wolfgang, 2009/11/24 Wolfgang Denk : > Dear Minkyu Kang, > > In message <1f3430fb0911222304pa45554epc7e46c49a9cc7...@mail.gmail.com> you > wrote: >> >> > In some case, saved address and compared address are different. (e.g: 80M) >> > So, it can be

Re: [U-Boot] [PATCH] memsize: get correct memory size

2009-11-24 Thread Minkyu Kang
Dear Wolfgang, 2009/11/25 Wolfgang Denk : > Dear Minkyu Kang, > > In message <1f3430fb0911232040k19ca1362r23664ec62ab8d...@mail.gmail.com> you > wrote: >> >> > Well, could you please explain what "some cases" are, and how exactly >> > the cod

Re: [U-Boot] [PATCH] samsung: fix DMC1_MEM_CFG for s3c64xx

2009-12-01 Thread Minkyu Kang
          /* 32bit, DDR */ > -- > 1.6.2.5 > > > -- > Seunghyeon Rhee, Ph.D. / Director > LPM Technology Inc. > T +82-70-8255-6007  F +82-2-6442-6462 > M +82-10-2790-0657 > Please rebase this patch. s3c6400.h is moved to include/asm-arm/arch-s3c64xx/s3c6400.h Thanks Min

Re: [U-Boot] [PATCH (repost)] samsung: fix DMC1_MEM_CFG for s3c64xx

2009-12-03 Thread Minkyu Kang
Dear Seunghyyeon Rhee, 2009/12/3 Seunghyeon Rhee : > Minkyu Kang worte: >> Dear Seunghyeon Rhee, >> >> 2009/11/28 "Seunghyeon Rhee" : >> >>> The MSB of DMC1_MEM_CFG can be set to '1' for separate CKE control >>> for S3C6400. In the

Re: [U-Boot] [PATCH (repost)] samsung: fix DMC1_MEM_CFG for s3c64xx

2009-12-04 Thread Minkyu Kang
Dear Wolfgang, 2009/12/5 Wolfgang Denk : > Dear Minkyu Kang, > > In message <1f3430fb0912031616t6910a3d9yce8621afe0631...@mail.gmail.com> you > wrote: >> > ... >> applied to u-boot-samsung > > Thanks for clean9ing up the original poster's mess of

[U-Boot] s5pc1xx: update cache routines

2009-12-18 Thread Minkyu Kang
Because of v7_flush_dcache_all is moved to omap3/cache.S and s5pc110 needs cache routines, need to update s5pc1xx cache routines. l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S and invalidate_dcache is modified for SoC specific. Signed-off-by: Minkyu Kang --- cpu

Re: [U-Boot] s5pc1xx: update cache routines

2010-01-12 Thread Minkyu Kang
2009/12/18 Minkyu Kang : > Because of v7_flush_dcache_all is moved to omap3/cache.S > and s5pc110 needs cache routines, need to update s5pc1xx cache routines. > > l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S > and invalidate_dcache is modified for SoC speci

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

2010-01-12 Thread Minkyu Kang
Dear Tom, The following changes since commit 33bf447477ff38eda46529b346677856b53e0f87: kevin.morf...@fearnside-systems.co.uk (1): Add a unified s3c24x0 header file are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (1): s5pc1xx: update

Re: [U-Boot] [STATUS] Patch status update

2010-01-29 Thread Minkyu Kang
/gmane.comp.boot-loaders.u-boot/73135 >  6014  12/28 "kevin.morf...@fe  [U-Boot] [PATCH ARM 4/4] Change s3c24x0 > register struct members to lower case >             http://article.gmane.org/gmane.comp.boot-loaders.u-boot/73136 I'll review these patch s

Re: [U-Boot] Which all boards does C100 support in Mainline works with.

2010-02-01 Thread Minkyu Kang
oot for "smdkc100_config"; make > The u-boot.bin is not working out of the box. Could you please tell me more about "not working"? It would be more helpful. Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing

Re: [U-Boot] [PATCH 2/2] S5PC100: Prints the PLL clock frequencies

2010-02-03 Thread Minkyu Kang
} > -- > 1.6.6 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > 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 4/4] Change s3c24x0 register struct members to lower case

2010-02-06 Thread Minkyu Kang
0/s3c24x0.h |  578 > >  23 files changed, 819 insertions(+), 743 deletions(-) > Sorry for late reply. I tried to review your patch series, but your patch is too confusion, because of files are scattered in every patches. If possible, could you please remake

Re: [U-Boot] [PATCH ARM 4/4] Change s3c24x0 register struct members to lower case

2010-02-07 Thread Minkyu Kang
Dear Wolfgang and kevin, On 6 February 2010 23:24, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <1f3430fb1002060418ydd28583sb6051dd1517fa...@mail.gmail.com> you > wrote: >> >> > Changes the names of the s3c24x0 register struct members f

Re: [U-Boot] [PATCH 1/2] S5PC100: Moves the Macros to a common header file

2010-02-07 Thread Minkyu Kang
fine HPLL   3 > +#define VPLL   4 > + >  void s5pc1xx_clock_init(void); > >  extern unsigned long (*get_pll_clk)(int pllreg); > -- > 1.6.6 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > applied to

Re: [U-Boot] [PATCH] s3c64xx: Add ifdef at the S3C64XX only codes

2010-02-08 Thread Minkyu Kang
X cpu, so they > should be included by only S3C64XX cpu. > > Signed-off-by: Joonyoung Shim > --- >  cpu/arm1176/cpu.c   |    2 ++ >  cpu/arm1176/start.S |    4 >  2 files changed, 6 insertions(+), 0 deletions(-) > Please add a version to the subje

Re: [U-Boot] [PATCH v2] s3c64xx: Add ifdef at the S3C64XX only codes

2010-02-09 Thread Minkyu Kang
Joonyoung Shim > --- >  cpu/arm1176/cpu.c   |    2 ++ >  cpu/arm1176/start.S |    4 >  2 files changed, 6 insertions(+), 0 deletions(-) > applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing

Re: [U-Boot] [PATCH 0/3] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Minkyu Kang
G-SMDKC100-Adds-ethernet-support. > > TODO: Proper GPIO interface to be implemented. > I will post the GPIO Interface soon. And patch0 is unnecessary. 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 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-09 Thread Minkyu Kang
ndif /* __ASSEMBLY__ */ smc_bw and smc_bc are already belong to sromc structure. is "smc_" really need? Please modify it to bw and bc or srom_bw and srom_bc (according to TRM) > + > +#endif /* __ASM_ARCH_MEM_H_ */ > -- > 1.6.6 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > 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/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Minkyu Kang
x/mem.h > @@ -52,4 +52,7 @@ struct s5pc1xx_sromc { >  }; >  #endif /* __ASSEMBLY__ */ > > +/* Configure the Band Width and Bank Control Regs for required SROMC Bank */ > +void config_sromc(u32 srom_bank, u32 smc_bw_conf, u32 smc_bc_conf); > + >  #endif /* __ASM_ARCH_ME

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Minkyu Kang
Dear On 10 February 2010 15:31, Naveen Krishna Ch wrote: > Hi Kang, > > On 10 February 2010 11:43, Minkyu Kang wrote: >> >> Dear Naveen Krishna Ch, >> >> On 9 February 2010 18:38, Naveen Krishna Ch wrote: >> > From: Naveen Krishna CH >> > &

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Minkyu Kang
+#define CONFIG_SMC911X         1       /* we have a SMC9115 on-board   */ > +#define CONFIG_SMC911X_16_BIT  1       /* SMC911X_16_BIT Mode          */ > +#define CONFIG_SMC911X_BASE    0x98800300      /* SMC911X Drive Base   */ > +#define CONFIG_ENV_SROM_BANK   3       /* Select SROM Bank-3 for Eth

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 10 February 2010 15:56, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 14:10, Naveen Krishna Ch wrote: >> From: Naveen Krishna CH >> >> Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be >> lo

Re: [U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-10 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 10 February 2010 15:16, Naveen Krishna Ch wrote: > Hi Kang, > > On 10 February 2010 11:18, Minkyu Kang wrote: >> >> Dear Naveen Krishna Ch, >> >> On 9 February 2010 18:34, Naveen Krishna Ch wrote: >> > From: Naveen Krishna

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