Re: [U-Boot] [PATCH v5 14/26] arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board

2012-11-08 Thread Minkyu Kang
On 06/11/12 02:28, Lukasz Majewski wrote: > Default PMIC (MAX8997) initialization for Samsung's TRATS development board. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > > --- > Changes for v2: > - None > Changes for v3:

Re: [U-Boot] [PATCH v5 25/26] arm:goni:pmic: Adjust GONI target platform board to new PMIC framework

2012-11-08 Thread Minkyu Kang
On 06/11/12 02:28, Lukasz Majewski wrote: > Move pmic_init() function call from board_init() to power_init_board() > to work with new PMIC/POWER framework. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > > Changes for v5: >

Re: [U-Boot] [PATCH v5 26/26] arm:universal_c210:pmic: Adjust C210 Universal target platform board to new PMIC framework

2012-11-08 Thread Minkyu Kang
On 06/11/12 02:28, Lukasz Majewski wrote: > Move pmic_init() function call from board_init() to power_init_board() > to work with new PMIC/POWER framework. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > > Changes for

Re: [U-Boot] [PATCH v5 19/26] arm:trats:pmic: Power consumption reduction state for Samsung's TRATS board

2012-11-08 Thread Minkyu Kang
On 06/11/12 02:28, Lukasz Majewski wrote: > When charging battery is necessary, the development board needs to > be turned into low power mode for better efficiency. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Changes fo

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

2012-11-15 Thread Minkyu Kang
): EXYNOS: Add clock for SPI EXYNOS5: Add base address for SPI EXYNOS5: Enable SPI Marek Vasut (1): dm: wdt: Move s5p watchdog timer to drivers/watchdog/ Minkyu Kang (3): ARCH: EXYNOS: add support to match product id EXYNOS: Clock: Add common function for pll rate calculation

Re: [U-Boot] [PATCH 1/6 V2] EXYNOS5: FDT: Add I2C device node data

2012-11-15 Thread Minkyu Kang
e node data >> error: arch/arm/dts/exynos5250.dtsi: does not exist in index >> Patch failed at 0001 EXYNOS5: FDT: Add I2C device node data >> When you have resolved this problem run "git am --resolved". >> If you would prefer to skip this patch, instead run "git

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

2012-11-15 Thread Minkyu Kang
On 16/11/12 08:50, Albert ARIBAUD wrote: > Hi Minkyu, > > On Thu, 15 Nov 2012 21:12:52 +0900, Minkyu Kang > wrote: > > > (Was your master branch rebased?) Yes. Is it not recommended? > > Applied to u-boot-arm/master, thanks! > > Ami

Re: [U-Boot] [PATCH 1/6 V2] EXYNOS5: FDT: Add I2C device node data

2012-11-19 Thread Minkyu Kang
e problem with this. It is using a > non-standard dtc feature (Stephen Warren's symbolic work), so I think > we should wait until Rajeshwari updates it to avoid that. I believe he > will do that soon. > OK. Thanks. Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] arm: delete unnecessary file

2015-08-17 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Cc: Nikita Kiryanov --- include/configs/odroid_xu3.h.rej | 10 -- 1 file changed, 10 deletions(-) delete mode 100644 include/configs/odroid_xu3.h.rej diff --git a/include/configs/odroid_xu3.h.rej b/include/configs/odroid_xu3.h.rej deleted file mode 100644

Re: [U-Boot] [PATCH 0/2] ARM: exynos: reorganize SoC code

2015-08-17 Thread Minkyu Kang
h-exynos/include/mach}/watchdog.h (100%) > rename arch/arm/{include/asm/arch-exynos => > mach-exynos/include/mach}/xhci-exynos.h (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/lowlevel_init.c (98%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/pinmux.c (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/power.c (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/sec_boot.S (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/soc.c (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/spl_boot.c (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/system.c (100%) > rename arch/arm/{cpu/armv7/exynos => mach-exynos}/tzpc.c (100%) > 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

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

2015-08-17 Thread Minkyu Kang
x.c (100%) rename arch/arm/{cpu/armv7/exynos => mach-exynos}/power.c (100%) rename arch/arm/{cpu/armv7/exynos => mach-exynos}/sec_boot.S (100%) rename arch/arm/{cpu/armv7/exynos => mach-exynos}/soc.c (100%) rename arch/arm/{cpu/armv7/exynos => mach-exynos}/spl_boot.c (100%) r

[U-Boot] arm: s5pc1xx: move sources to mach-s5pc1xx

2015-11-20 Thread Minkyu Kang
move arm/arm/cpu/armv7/s5pc1xx to arch/arm/mach-s5pc1xx Signed-off-by: Minkyu Kang --- MAINTAINERS | 6 ++ arch/arm/Kconfig| 2 +- arch/arm/Makefile

Re: [U-Boot] arm: s5pc1xx: move sources to mach-s5pc1xx

2015-11-30 Thread Minkyu Kang
On 20/11/15 18:14, Minkyu Kang wrote: > move arm/arm/cpu/armv7/s5pc1xx to arch/arm/mach-s5pc1xx > > Signed-off-by: Minkyu Kang > --- > MAINTAINERS | 6 > ++ > arch/arm/Kconfig

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

2015-11-30 Thread Minkyu Kang
nges up to 225f5eeccd6c0d376a20c15897edd8c69500d8cc: arm: s5pc1xx: move SoC to mach-s5pc1xx (2015-11-30 17:17:01 +0900) -------- Minkyu Kang (1): arm: s5pc1xx: move SoC to mach-s5pc1xx M

Re: [U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support

2015-07-21 Thread Minkyu Kang
lem was the original motivation for my interest in >> driver model. >> >> This series is available at u-boot-dm in branch spring-working. It is >> based on the previous set of driver model changes in branch clk-working. > > Are you planning to pick this up or sho

Re: [U-Boot] [PATCH 4/7] dm: pmic: add s2mps11 PMIC I/O driver

2015-09-06 Thread Minkyu Kang
; + S2MPS11_REG_L6CTRL, > + S2MPS11_REG_L7CTRL, > + S2MPS11_REG_L8CTRL, > + S2MPS11_REG_L9CTRL, > + S2MPS11_REG_L10CTRL, > + S2MPS11_REG_L11CTRL, > + S2MPS11_REG_L12CTRL, > + S2MPS11_REG_L13CTRL, > + S2MPS11_REG_L14CTRL, > +

Re: [U-Boot] [PATCH 4/4] exynos: fix and cleanup do_sdhci_init()

2015-09-23 Thread Minkyu Kang
NODEV; >>>> + } >>>> >>>> - err = exynos_pinmux_config(dev_id, flag); >>>> - if (err) { >>>> + ret = exynos_pinmux_config(dev_id, flag); >>>> + if (ret) { >>>>printf("external SD not configured\n"); >>>> - return err; >>>> + return ret; >>>>} >>>>} >>>> >>> >>> Reviewed-by: Lukasz Majewski >>> >> >> Sorry, I was too fast. I've read the whole thread and I can confirm >> that your change would break Trats board. >> ry >> I hope that we will come up with proper solution. > > We can use the "cd-inverted" property like linux-kernel. > Then i think that all board based on exynos4412 can cover. > how about? > I agree :) 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] exynos: Fix passing of errors in exynos_mmc_init()

2015-09-23 Thread Minkyu Kang
f (ret) { >> >> printf(); >> return ret; >> } > > I think it should be replaced to "continue;", not "return ret;" > If returned the fail, then next host can't initialize.(if there is next > host..) > So maybe, it didn't use "return ret". > Right. If succeeded to initialize at least one host, should not be returned an error. 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 1/3] fdtdec: fix parsing 'reg' property with zero value in '#size-cells'

2015-09-29 Thread Minkyu Kang
> >> Now, fdtdec_get_addr_size_auto_parent() works properly. >> >> Signed-off-by: Przemyslaw Marczak >> Acked-by: Stephen Warren >> --- >> Changes V2: >> - cleanup commit message >> - add acked-by >> --- >> lib/fdtdec.c | 2 +- >>

Re: [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver

2015-05-06 Thread Minkyu Kang
so it actually >> does the writes correctly. While at it, make use of the >> clrsetbits_le32() mechanisms. >> >> Signed-off-by: Marek Vasut >> Cc: Kyungmin Park >> Cc: Lukasz Majewski >> Cc: Minkyu Kang >> Cc: Vladimir Zapolskiy > > Can this pl

Re: [U-Boot] [PATCH 08/10] i2c: s3c: Implant support for S3C2440

2015-05-06 Thread Minkyu Kang
: Heiko Schocher >> Cc: Kyungmin Park >> Cc: Lukasz Majewski >> Cc: Minkyu Kang >> Cc: Vladimir Zapolskiy > > Can this please be applied ? > > Best regards, > Marek Vasut > applied to u-boot-samsung. Thanks, Minkyu Kang. __

[U-Boot] [PATCH] exynos: clock: clean up checkpatch issues

2015-05-11 Thread Minkyu Kang
Signed-off-by: Minkyu Kang --- arch/arm/cpu/armv7/exynos/clock.c | 65 + 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/arm/cpu/armv7/exynos/clock.c index df4d473..1c6baa1 100644 --- a/arch/arm/cpu

Re: [U-Boot] [PATCH] exynos: clock: clean up checkpatch issues

2015-05-18 Thread Minkyu Kang
On 11/05/15 17:06, Minkyu Kang wrote: > Signed-off-by: Minkyu Kang > --- > arch/arm/cpu/armv7/exynos/clock.c | 65 > + > 1 file changed, 37 insertions(+), 28 deletions(-) > applied to u-boot-samsung. T

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

2015-05-18 Thread Minkyu Kang
: exynos: clock: clean up checkpatch issues (2015-05-18 20:47:31 +0900) Marek Vasut (2): i2c: s3c: Implant support for S3C2440 gpio: s3c: Fix the GPIO driver Minkyu Kang (1): exynos: clock: clean up checkpatch issues

Re: [U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS

2015-05-25 Thread Minkyu Kang
7;3238639 Tom Rini Merge git://git.denx.de/u-boot-net' >>>> >>>> Thanks, >>>> Przemyslaw Marczak >>> >>> Entire series >>> Reviewed-by: Marek Vasut >>> >>> Which tree will this go through ? >>> >>> Best

Re: [U-Boot] [PATCH] odroid: dts: cleanup of MAX77686 regulators

2015-06-09 Thread Minkyu Kang
s, > with duplicated name strings. > > Signed-off-by: Przemyslaw Marczak > Cc: Minkyu Kang > --- > arch/arm/dts/exynos4412-odroid.dts | 80 > +- > 1 file changed, 2 insertions(+), 78 deletions(-) &g

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

2015-06-10 Thread Minkyu Kang
+--- -- Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3] Add generic support for samsung s3c2440

2010-10-13 Thread Minkyu Kang
Dear Wolfgang Denk, On 13 October 2010 04:12, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <4c768b8b.5000...@diagraph.com> C Nauman wrote: >> This patch adds generic support for the Samsung s3c2440 processor. >> >> Global s3c24x0 changes to struct m

Re: [U-Boot] [PATCH v3] Add generic support for samsung s3c2440

2010-10-18 Thread Minkyu Kang
oid) > +{ > +       return (struct s3c24x0_usb_device *)S3C24X0_USB_DEVICE_BASE; > +} > + > +static inline struct s3c24x0_watchdog *s3c24x0_get_base_watchdog(void) > +{ > +       return (struct s3c24x0_watchdog *)S3C24X0_WATCHDOG_BASE; > +} > + > +static inline struct s3c24x0_i2c *s3c24x0_get_base_i2c(void) > +{ > +       return (struct s3c24x0_i2c *)S3C24X0_I2C_BASE; > +} > + > +static inline struct s3c24x0_i2s *s3c24x0_get_base_i2s(void) > +{ > +       return (struct s3c24x0_i2s *)S3C24X0_I2S_BASE; > +} > + > +static inline struct s3c24x0_gpio *s3c24x0_get_base_gpio(void) > +{ > +       return (struct s3c24x0_gpio *)S3C24X0_GPIO_BASE; > +} > + > +static inline struct s3c24x0_rtc *s3c24x0_get_base_rtc(void) > +{ > +       return (struct s3c24x0_rtc *)S3C24X0_RTC_BASE; > +} > + > +static inline struct s3c2440_adc *s3c2440_get_base_adc(void) > +{ > +       return (struct s3c2440_adc *)S3C2440_ADC_BASE; > +} > + > +static inline struct s3c24x0_spi *s3c24x0_get_base_spi(void) > +{ > +       return (struct s3c24x0_spi *)S3C24X0_SPI_BASE; > +} > + > +static inline struct s3c2440_sdi *s3c2440_get_base_sdi(void) > +{ > +       return (struct s3c2440_sdi *)S3C2440_SDI_BASE; > +} > + > +#endif /*__S3C2440_H__*/ > diff --git a/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h > b/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h > index 15f53dd..f634d11 100644 > --- a/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h > +++ b/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h > @@ -33,12 +33,12 @@ > > /* Memory controller (see manual chapter 5) */ > struct s3c24x0_memctl { > -       u32     BWSCON; > -       u32     BANKCON[8]; > -       u32     REFRESH; > -       u32     BANKSIZE; > -       u32     MRSRB6; > -       u32     MRSRB7; > +       u32     bwscon; > +       u32     bankcon[8]; > +       u32     refresh; > +       u32     banksize; > +       u32     mrsrb6; > +       u32     mrsrb7; > }; > > 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: support 8-bit bus width

2010-10-18 Thread Minkyu Kang
off-by: Jaehoon Chung >  Signed-off-by: Minkyu Kang >  Signed-off-by: Kyungmin Park > > --- >  arch/arm/include/asm/arch-s5pc1xx/mmc.h |    2 +- >  board/samsung/goni/goni.c               |    2 +- >  drivers/mmc/s5p_mmc.c                   |   19 ++- >

Re: [U-Boot] [PATCH] ARMV7: S5P: serial: support the s5pc210

2010-10-18 Thread Minkyu Kang
On 28 September 2010 15:15, Minkyu Kang wrote: > This patch is for s5pc210 support. > Due to the resigter of baudrate is changed from slot to value, > add both of them to uart structure. > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  arch/arm/

Re: [U-Boot] [PATCH v4] Add generic support for samsung s3c2440

2010-10-24 Thread Minkyu Kang
, 740 deletions(-) >  create mode 100644 arch/arm/include/asm/arch-s3c24x0/s3c2440.h > Your patch is malformed. patching file arch/arm/cpu/arm920t/s3c24x0/speed.c Hunk #1 FAILED at 54. Hunk #2 FAILED at 64. patch: malformed patch at line 81: s3c24x0_get_base_clock_power(); Could you plea

Re: [U-Boot] [PATCH] mmc: set tran_speed intead of hard setting

2010-10-25 Thread Minkyu Kang
d_caps did't support High speed, we need set card's speed value > > > Signed-off-by: Jaehoon Chung > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > > > --- >  drivers/mmc/mmc.c |    9 + >  1 files changed, 5 insertions(+), 4 deletions(

Re: [U-Boot] [PATCH v5] Add generic support for samsung s3c2440

2010-10-27 Thread Minkyu Kang
les changed, 1016 insertions(+), 740 deletions(-) >  create mode 100644 arch/arm/include/asm/arch-s3c24x0/s3c2440.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

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

2010-10-28 Thread Minkyu Kang
): Add generic support for samsung s3c2440 Jaehoon Chung (1): s5p_mmc: support 8-bit bus width Minkyu Kang (1): ARMV7: S5P: serial: support the s5pc210 arch/arm/cpu/arm920t/s3c24x0/speed.c| 30 +- arch/arm/cpu/arm920t/s3c24x0/timer.c| 23 +- arch/arm

Re: [U-Boot] [PATCH] ARM: S3C64XX: fix timer broken by relocation

2010-11-11 Thread Minkyu Kang
c64xx's timer.c */ > +       unsigned long           timer_load_val; > +       unsigned long           lastdec; > +       unsigned long long      timestamp; > +#endif >        unsigned long   relocaddr;      /* Start address of U-Boot in RAM */ >        phys_size_t     ram_size;       /* RAM size */ >        unsigned long   mon_len;        /* monitor len */ > I think it's not good way. We just need to fix the timer_init function. Because we can use the static variables after relocation. I'll post the timer patch for s5p series. Please refer 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] [STATUS] Custodian changes, using Patchwork

2010-11-14 Thread Minkyu Kang
ibaud; Reinhard Meyer; Stefano Babic; Prafulla Wadaskar; >> Marek Vasut; Minkyu Kang; Mike Frysinger; Stefan Roese; Jin Zhengxiong; >> Jerry Van Baren; Rafal Jaworowski; Heiko Schocher; Michal Simek; Andy >> Fleming; Shinya Kuribayashi; Kim Phillips; Kumar Gala; Ben Warren; Scott >

Re: [U-Boot] [PATCH RFC] mmc: Add multi-block read support to the generic mmc driver

2010-11-15 Thread Minkyu Kang
C multi-block > read patch. I am leaving authorship with Alagu since he did the original > work, but will leave it up to him to add his "Signed-off-by" > --- > Tested at s5p board. It works well and shows good performance. Tested-by: Minkyu Kang Thanks! Minkyu Kang -- from.

Re: [U-Boot] [PATCH] mmc: set tran_speed intead of hard setting

2010-11-16 Thread Minkyu Kang
Dear Wolfgang and Andy, On 25 October 2010 17:11, Minkyu Kang wrote: > Dear Wolfgang Denk, > > On 25 October 2010 13:19, Jaehoon Chung wrote: >> This patch use card's tran_speed instead of hard setting value. >> I think mmc_set_clock(mmc, 5200) is not good ide

Re: [U-Boot] [PATCH] ARM: S3C64XX: fix clock setup

2010-11-19 Thread Minkyu Kang
de/asm/arch-s3c64xx/s3c6400.h |   17 ++--- >  1 files changed, 6 insertions(+), 11 deletions(-) > Hm, no.. Please consider s3c6400. Those values are fit with s3c6400. Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-B

[U-Boot] [PATCH] ARMV7: S5P: timer: get the count_value from register when call udelay

2010-11-19 Thread Minkyu Kang
Because of count_value is set to tcnb4 register, should be get from this register when call udelay function. Signed-off-by: Minkyu Kang --- arch/arm/cpu/armv7/s5p-common/timer.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/cpu/armv7/s5p

Re: [U-Boot] [PATCH] ARM: S3C64XX: fix clock setup

2010-11-22 Thread Minkyu Kang
Dear Darius Augulis, On 19 November 2010 17:54, Darius Augulis wrote: > Hi, > > On Fri, Nov 19, 2010 at 10:32 AM, Minkyu Kang wrote: >> Dear Darius Augulis, >> >> On 13 November 2010 03:05, Darius Augulis wrote: >>> Fix pll divider values to standard

[U-Boot] [PATCH 1/2] S5P: smdkc100: fix for relocation

2010-11-22 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- board/samsung/smdkc100/smdkc100.c | 10 +++--- include/configs/smdkc100.h|2 ++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/board/samsung/smdkc100/smdkc100.c b/board/samsung/smdkc100/smdkc100.c

[U-Boot] [PATCH 2/2] S5P: goni: fix for relocation

2010-11-22 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- board/samsung/goni/goni.c | 10 -- include/configs/s5p_goni.h |2 ++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/board/samsung/goni/goni.c b/board/samsung/goni/goni.c index 0b09eba..581935d 100644

Re: [U-Boot] [RFC PATCH] ARM: S3C64XX: add support for mini6410

2010-11-22 Thread Minkyu Kang
ed with next patch version. > Mostly they will be board specific initialisation issues. > New nand spl code is needed to have very simple pre-loader without nand ecc. > > Darius. > in process.. will send you. Thanks Minkyu Kang -- from. prom. www.promsoft.net _

Re: [U-Boot] [PATCH] ARM: S3C64XX: fix clock setup

2010-11-23 Thread Minkyu Kang
Dear Darius Augulis, On 23 November 2010 02:44, Darius Augulis wrote: > Hi, > > On 11/22/2010 10:48 AM, Minkyu Kang wrote: >> >> Dear Darius Augulis, >> >> On 19 November 2010 17:54, Darius Augulis >>  wrote: >>> >>> Hi, >

Re: [U-Boot] [PATCH 1/2] S5P: smdkc100: fix for relocation

2010-11-29 Thread Minkyu Kang
On 22 November 2010 20:33, Minkyu Kang wrote: > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  board/samsung/smdkc100/smdkc100.c |   10 +++--- >  include/configs/smdkc100.h        |    2 ++ >  2 files changed, 9 insertions(+), 3 deletions(-) > appl

Re: [U-Boot] [PATCH 2/2] S5P: goni: fix for relocation

2010-11-29 Thread Minkyu Kang
On 22 November 2010 20:34, Minkyu Kang wrote: > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  board/samsung/goni/goni.c  |   10 -- >  include/configs/s5p_goni.h |    2 ++ >  2 files changed, 10 insertions(+), 2 deletions(-) > applied to u-b

Re: [U-Boot] [PATCH] ARMV7: S5P: timer: get the count_value from register when call udelay

2010-11-29 Thread Minkyu Kang
On 19 November 2010 17:34, Minkyu Kang wrote: > Because of count_value is set to tcnb4 register, > should be get from this register when call udelay function. > > Signed-off-by: Minkyu Kang > --- >  arch/arm/cpu/armv7/s5p-common/timer.c |   18 +- >  1 files

Re: [U-Boot] [RFC PATCH] ARM: S3C64XX: add support for mini6410

2010-11-29 Thread Minkyu Kang
_PROMPT_HUSH_PS2     "> " > + > +#define CONFIG_CMDLINE_EDITING > +#define CONFIG_BAUDRATE                        115200 > +#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 } > +#define CONFIG_BOOTCOMMAND             "nand read 5010 10 30; > bootm 5010" If you load the uImage to 0x500fffc0 (0x5010 - 0x40), then you can reduce the boot time (about 0.5 sec?). > +#define CONFIG_BOOTARGS                        "root=/dev/mtdblock1 rw > console=ttySAC0 mini6410=0" > + > +/* Command definition */ > +#include > +#define CONFIG_CMD_CACHE > +#define CONFIG_CMD_PING > +#define CONFIG_CMD_NAND > +#define CONFIG_CMD_SAVEENV CONFIG_CMD_SAVEENV is in config_cmd_default. > + > +/* NAND configuration */ > +#define CONFIG_SYS_MAX_NAND_DEVICE     1 > +#define CONFIG_SYS_NAND_BASE           0x70200010 > +#define CONFIG_BOOT_NAND > +#define CONFIG_NAND > +#define CONFIG_NAND_S3C64XX > + > +#define CONFIG_SYS_NAND_PAGE_SIZE      (2 * 1024) > +#define CONFIG_SYS_NAND_PAGE_COUNT     64 > +#define CONFIG_SYS_NAND_BLOCK_SIZE     (CONFIG_SYS_NAND_PAGE_SIZE * > CONFIG_SYS_NAND_PAGE_COUNT) > + > +#define CONFIG_SYS_NAND_U_BOOT_DST     0x57E0 > +#define CONFIG_SYS_NAND_U_BOOT_START   CONFIG_SYS_NAND_U_BOOT_DST > + > +#define CONFIG_SYS_NAND_U_BOOT_OFFS    (4 * 1024) > +#define CONFIG_SYS_NAND_U_BOOT_SIZE    (252 * 1024) > + > +#endif /* __CONFIG_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] armv7, timer: move static data to global_data struct

2010-11-30 Thread Minkyu Kang
U-Boot in RAM */ >>>      phys_size_t     ram_size;       /* RAM size */ >>>      unsigned long   mon_len;        /* monitor len */ >> Thanks for your work. But, I already fixed it by other way. http://patchwork.ozlabs.org/patch/72226/ Please remove s5p in your patch. If need, I'll make the 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] [RFC PATCH] ARM: S3C64XX: add support for mini6410

2010-11-30 Thread Minkyu Kang
hen memmove is unnecessary. Because of u-boot header, we should load the image to start address - 0x40 (size of u-boot header). This is not mandatory. I just gave you some tips > > thanks, > Darius > 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

2010-11-30 Thread Minkyu Kang
Please pull u-boot-samsung/master. Thanks. The following changes since commit 464ce9489b848f9dfde74da5715b6d1b5db46a5e: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master M

Re: [U-Boot] (no subject)

2010-11-30 Thread Minkyu Kang
Dear Wolfgang, On 29 November 2010 05:14, Wolfgang Denk wrote: > Dear Kyungmin Park & Minkyu Kang, > > "onenand_ipl/board/apollon/config.mk" and > "onenand_ipl/board/vpac270/config.mk" define CONFIG_SYS_TEXT_BASE; > do you think it is possible to move

[U-Boot] [PATCH] arm: adds the status info for odroid-xu3

2015-07-01 Thread Minkyu Kang
Adds the 'F:' entry for the board's defconfig Signed-off-by: Minkyu Kang --- board/samsung/smdk5420/MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/smdk5420/MAINTAINERS b/board/samsung/smdk5420/MAINTAINERS index a26ea68..0361657 100644 ---

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-06 Thread Minkyu Kang
_i2c.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> >> Acked-by: Heiko Schocher >> >> As it is a bugfix, this should go in the current release ... right? > > Minkyu, are you able to pick this up please? If not I can do it. > On

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-09 Thread Minkyu Kang
Hi Simon, On 08/07/15 11:38, Simon Glass wrote: > Hi Minkyu, > > On 6 July 2015 at 19:36, Minkyu Kang wrote: >> Dear Simon, >> >> On 07/07/15 00:27, Simon Glass wrote: >>> Hi Minkyu, Przemyslaw, >>> >>> On 5 July 2015 at 00:15, Heiko Schoche

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-10 Thread Minkyu Kang
On 10/07/15 10:46, Simon Glass wrote: > Hi Minkyu, > > On 9 July 2015 at 19:43, Minkyu Kang wrote: >> Hi Simon, >> >> On 08/07/15 11:38, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 6 July 2015 at 19:36, Minkyu Kang wrote: >>&

Re: [U-Boot] [PATCH] arm: adds the status info for odroid-xu3

2015-07-10 Thread Minkyu Kang
On 02/07/15 10:27, Minkyu Kang wrote: > Adds the 'F:' entry for the board's defconfig > > Signed-off-by: Minkyu Kang > --- > board/samsung/smdk5420/MAINTAINERS |1 + > 1 file changed, 1 insertion(+) > > diff --git a/board/samsung/smdk5420/MAINTAINERS

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

2015-07-10 Thread Minkyu Kang
8fd3ec770c41115b95ca80f0f0ba344ac59dc293: exynos: i2c: Correct bug in pinmux selection (2015-07-10 21:13:48 +0900) Minkyu Kang (1): arm: adds the status info for odroid-xu3 Simon Glass (1): exynos: i2c: Correct bug in

Re: [U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-03-01 Thread Minkyu Kang
Signed-off-by: Guillaume GARDET > Cc: Akshay Saraswat > Cc: Minkyu Kang > Cc: Joonyoung Shim > > --- > arch/arm/cpu/armv7/exynos/clock.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/cpu/armv7/exynos/clock.c > b/arch/arm/c

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

2015-03-01 Thread Minkyu Kang
00644 arch/arm/cpu/armv7/exynos/sec_boot.S -- Thanks, Minkyu Kang. ___ 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

2015-03-01 Thread Minkyu Kang
00644 arch/arm/cpu/armv7/exynos/sec_boot.S -- Thanks, Minkyu Kang. ___ 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

2015-03-01 Thread Minkyu Kang
00644 arch/arm/cpu/armv7/exynos/sec_boot.S -- Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 00/11] Add support for booting multiple cores

2015-03-01 Thread Minkyu Kang
-exynos/cpu.h| 5 + > arch/arm/include/asm/arch-exynos/system.h | 88 ++ > arch/arm/include/asm/armv7.h | 44 + > include/configs/exynos5420-common.h | 16 > 10 files changed, 495 insertions(+), 35 deletions(-) > create mode 100644 arch

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

2015-03-01 Thread Minkyu Kang
On 02/03/15 11:07, Tom Rini wrote: > On Sat, Feb 28, 2015 at 07:06:11PM +0900, Minkyu Kang wrote: > >> Dear Tom, >> >> The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55: >> >> Merge branch 'master' of git://git.denx.de/u

Re: [U-Boot] [PATCH] samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning

2015-03-04 Thread Minkyu Kang
void) > { > - int i; > + unsigned int i; > u32 addr; > > for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { > @@ -101,7 +101,7 @@ int dram_init(void) > > void dram_init_banksize(void) > { > - int i; > + unsigned int i; > u32 addr, size;

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

2015-03-04 Thread Minkyu Kang
ator as an unsigned int to suppress gcc 4.8 warning board/samsung/common/board.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 01/12] exynos5: fix build break by adding CONFIG_POWER

2015-03-04 Thread Minkyu Kang
t; @@ -149,6 +149,10 @@ > #define CONFIG_OF_SPI > #endif > > +/* Power */ > +#define CONFIG_POWER > +#define CONFIG_POWER_I2C > + > #ifdef CONFIG_ENV_IS_IN_SPI_FLASH > #define CONFIG_ENV_SPI_MODE SPI_MODE_0 > #define CONFIG

Re: [U-Boot] [PATCH 1/3] board: samsung: reserve memory for the secure firmware

2015-03-04 Thread Minkyu Kang
Now, to reserve some part of the the last bank, >> board config should define: >> - CONFIG_TZSW_RESERVED_DRAM - len in bytes >> - CONFIG_NR_DRAM_BANKS - number of memory banks >> >> Signed-off-by: Przemyslaw Marczak >> Cc: Akshay Saraswat >> Cc: Hyung

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

2015-03-04 Thread Minkyu Kang
The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b: mpc837xerdb: "fix Calling __hwconfig without a buffer" warning (2015-03-02 15:11:36 -0500) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to ddb49f3a6c659ee7

Re: [U-Boot] [PATCH 3/4] arm: exynos5420: Adding support for board_usb_{init|cleanup}() functions

2015-03-09 Thread Minkyu Kang
+ > + return dwc3_uboot_init(&dwc3_device_data); > +} > + > +int board_usb_cleanup(int index, enum usb_init_type init) > +{ > + dwc3_uboot_exit(index); > + return 0; > +} > -- > 2.0.0.rc2 > > __

Re: [U-Boot] [PATCH 0/4] samsung: dwc3: usb: Samsung specific code to handle dwc3

2015-03-09 Thread Minkyu Kang
e they are related to dwc3 > driver, I would prefer them to go through the usb/dfu tree. > > -- > Best regards, > > Lukasz Majewski > > Samsung R&D Institute Poland (SRPOL) | Linux Platform Group > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists

Re: [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts

2015-03-14 Thread Minkyu Kang
> > Signed-off-by: Przemyslaw Marczak > > Cc: Minkyu Kang > > --- > > configs/odroid_defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig > > index cfb29e0..d32b5b5 100644 > &

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-03-24 Thread Minkyu Kang
in I2C config. This patch makes >> cros_ec >> keyboard working again on Samsung Chromebook (snow). >> >> Changes in V2: reorder lines as requested by Joonyoung Shim. >> >> Signed-off-by: Guillaume GARDET > > >> Cc: Akshay Saraswat > > >

[U-Boot] Support similar boards at same board file?

2010-05-20 Thread Minkyu Kang
se give your opinion. 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] Support similar boards at same board file?

2010-05-23 Thread Minkyu Kang
Dear Wolfgang, On 20 May 2010 20:43, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message you > wrote: >> >> I will post two boards "aquila" and "goni". (s5pc110 soc) >> These board are very similar and can detect the board by gpio. (at run

Re: [U-Boot] Support similar boards at same board file?

2010-05-24 Thread Minkyu Kang
Dear Wolfgang Denk, On 25 May 2010 05:50, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message you > wrote: >> >> >> I will post two boards "aquila" and "goni". (s5pc110 soc) >> >> These board are very similar and can detect the

[U-Boot] [PATCH] s5pc1xx: gpio: bug fix at gpio_set_pull function

2010-05-27 Thread Minkyu Kang
When set to PULL_NONE, gpio_set_pull function is returned without write the register. This patch fixed it. Signed-off-by: Minkyu Kang --- drivers/gpio/s5p_gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/s5p_gpio.c b/drivers/gpio/s5p_gpio.c index

[U-Boot] please update ARM mach-types

2010-05-27 Thread Minkyu Kang
Dear Tom, Could you please update ARM machine types? I will post the new board that is named goni, but mach-types is not updated. Thanks. Minkyu Kang ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] s5pc1xx: Add support for Samsung Goni board

2010-05-28 Thread Minkyu Kang
This patch adds support for the Samsung Goni board (S5PC110 SoC) Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- MAINTAINERS|1 + MAKEALL|1 + Makefile |3 + board/samsung/goni/Makefile

Re: [U-Boot] [PATCH] s5pc1xx: gpio: bug fix at gpio_set_pull function

2010-05-30 Thread Minkyu Kang
On 28 May 2010 12:52, Minkyu Kang wrote: > When set to PULL_NONE, gpio_set_pull function is returned without write the > register. > This patch fixed it. > > Signed-off-by: Minkyu Kang > --- >  drivers/gpio/s5p_gpio.c |    2 +- >  1 files changed, 1 insertions(+), 1 dele

[U-Boot] [PATCH v2] s5pc1xx: Add support for Samsung Goni board

2010-05-30 Thread Minkyu Kang
This patch adds support for the Samsung Goni board (S5PC110 SoC) Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v2: remove workaround code, rebase the patch MAINTAINERS|1 + MAKEALL|1 + Makefile

Re: [U-Boot] [PATCH v2] s5pc1xx: Add support for Samsung Goni board

2010-05-31 Thread Minkyu Kang
Dear Wolfgang, On 31 May 2010 19:38, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <4c0309e2.2030...@samsung.com> you wrote: >> This patch adds support for the Samsung Goni board (S5PC110 SoC) >> >> Signed-off-by: Minkyu Kang >> Signed-off-by

[U-Boot] [PATCH v3] s5pc1xx: Add support for Samsung Goni board

2010-05-31 Thread Minkyu Kang
This patch adds support for the Samsung Goni board (S5PC110 SoC) Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v3: sort the Maintainer list, enable commands, fix comments v2: remove workaround code, rebase the patch MAINTAINERS|9 +- MAKEALL

Re: [U-Boot] [PATCH v3] s5pc1xx: Add support for Samsung Goni board

2010-06-02 Thread Minkyu Kang
On 31 May 2010 22:09, Minkyu Kang wrote: > This patch adds support for the Samsung Goni board (S5PC110 SoC) > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- > v3: sort the Maintainer list, enable commands, fix comments > v2: remove workaround c

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

2010-06-02 Thread Minkyu Kang
Dear Tom, Please pull u-boot-samsung/master. Thanks. The following changes since commit 922d27b596c179c5a7d68abe45ede5adb1b6589c: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-sams

[U-Boot] [PATCH] SAMSUNG: goni: add the GPL licence

2010-06-07 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- board/samsung/goni/config.mk | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/board/samsung/goni/config.mk b/board/samsung/goni/config.mk index 2da9ca1..0e9dd45 100644 --- a/board/samsung

Re: [U-Boot] [PATCH] SAMSUNG: goni: add the GPL licence

2010-06-08 Thread Minkyu Kang
On 9 June 2010 03:29, Tom Rix wrote: > Minkyu Kang wrote: >> Signed-off-by: Minkyu Kang >> Signed-off-by: Kyungmin Park >> --- >>  board/samsung/goni/config.mk |   20 +++- >>  1 files changed, 19 insertions(+), 1 deletions(-) >> >>

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

2010-06-08 Thread Minkyu Kang
The following changes since commit 922d27b596c179c5a7d68abe45ede5adb1b6589c: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (3): s5pc1xx: gpio:

Re: [U-Boot] [U-BOOT][PATCH]mmc: modify setting tran_speed and change csd's instead of response value

2010-06-17 Thread Minkyu Kang
card's tran_speed. > >  Signed-off-by: Jaehoon Chung > > --- >  drivers/mmc/mmc.c |   19 ++- >  1 files changed, 10 insertions(+), 9 deletions(-) > Acked-by: Minkyu Kang Thanks. Minkyu Kang -- from. prom. www.promsoft.net __

[U-Boot] [PATCH] ARM: remove unused ATAG

2010-06-18 Thread Minkyu Kang
ATAG_VIDEOLFB is not used anywhere. The belowing warning is occurred due to this ATAG. [0.00] Ignoring unrecognised tag 0x54410008 This patch fixed it. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/lib/bootm.c | 43

Re: [U-Boot] I'm new to U-boot, need help on U-boot porting on SMDK6410

2010-06-28 Thread Minkyu Kang
0 is almost same with SMDK6400. You can reference 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] boards.cfg: add missing entries for am3517_evm and s5p_goni

2010-07-01 Thread Minkyu Kang
/arm/cpu/arm_cortexa8 to armv7 > > diff --git a/boards.cfg b/boards.cfg > index 988ad5d..46d966c 100644 > --- a/boards.cfg > +++ b/boards.cfg Wolfgang sent same patch last month. http://lists.denx.de/pipermail/u-boot/2010-June/073280.html Thanks Minky

Re: [U-Boot] [PATCH] boards.cfg: add missing definitions for am3517_evm and s5p_goni

2010-07-01 Thread Minkyu Kang
On 29 June 2010 20:28, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > --- >  boards.cfg |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > Acked-by: Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mail

Re: [U-Boot] [PATCH v2] ARM: Align stack to 8 bytes

2010-07-05 Thread Minkyu Kang
31) and trab(s3c2400) > Tested-by: Wolfgang Denk > > Applied to master (i. e. it will be included in -rc3, this release). > > > ARM custodians: please help testing this! > Tested on goni (s5pc110). It works fine. 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] [U-BOOT][PATCH]mmc: modify setting tran_speed and change csd's instead of response value

2010-07-05 Thread Minkyu Kang
Dear Andy, On 18 June 2010 15:59, Minkyu Kang wrote: > On 18 June 2010 15:13, Jaehoon Chung wrote: >> This patch do the following >> 1. we need not use cmd.response, because we assinged cmd.response value to >> mmc->csd. >> 2. mmc_set_clock() is hard setting, that

[U-Boot] SAMSUNG: serial: remove compiler warnings

2010-07-06 Thread Minkyu Kang
eak strict-aliasing rules Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- drivers/serial/serial_s5p.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/serial_s5p.c b/drivers/serial/serial_s5p.c index 9747db3..e0d4e80 100644 --- a/drivers/seria

[U-Boot] [PATCH 1/2] S5P: support mmc driver

2010-07-06 Thread Minkyu Kang
This patch adds support mmc driver for s5p SoC Signed-off-by: Minkyu Kang Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-s5pc1xx/cpu.h |2 + arch/arm/include/asm/arch-s5pc1xx/mmc.h | 71 + drivers/mmc/Makefile|1

[U-Boot] [PATCH 2/2] s5p_goni: enable mmc0

2010-07-06 Thread Minkyu Kang
Adds the board_mmc_init function and enable the mmc command Signed-off-by: Minkyu Kang Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- board/samsung/goni/goni.c | 37 + include/configs/s5p_goni.h |6 ++ 2 files changed, 43

<    8   9   10   11   12   13   14   15   16   >