Re: [U-Boot] [PATCH v4 1/2] i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards

2012-09-12 Thread Minkyu Kang
t;> >> Common definition of I2C_X I2C buses is provided at . >> >> TEST HW: >> Samsung's Exynos4210 evt.0.1 - Trats development board >> >> Signed-off-by: Lukasz Majewski >> Signed-off-by: Kyungmin Park >> Cc: Heiko Schocher >>

Re: [U-Boot] [PATCH 4/4] EXYNOS: Update pinmux to use gpio numbering

2012-12-05 Thread Minkyu Kang
On 05/12/12 20:10, Minkyu Kang wrote: > Update pinmux by calling generic gpio_* functions instead s5p_gpio_* > functions > > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/pinmux.c | 150 > +++--

Re: [U-Boot] [PATCH 2/4] S5P: GPIO: Add GPIO pin numbering to driver

2012-12-05 Thread Minkyu Kang
Dear Rajeshwari, On 05/12/12 19:46, Minkyu Kang wrote: > API's for GPIO pin numbering support are added to the generic S5P > gpio driver > > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Simon Glass > Signed-off-by: Rajeshawari Shinde > --- > d

Re: [U-Boot] [PATCH] Exynos: clock: support get_mmc_clk for exynos

2012-12-06 Thread Minkyu Kang
t_mmc_clk(int dev_index, unsigned int div) > { > if (cpu_is_exynos5()) > diff --git a/arch/arm/include/asm/arch-exynos/clk.h > b/arch/arm/include/asm/arch-exynos/clk.h > index cd12323..ff155d8 100644 > --- a/arch/arm/include/asm/arch-exynos/clk.h > +++ b/arch/arm/include/asm/arch-exynos/clk.h > @@ -34,6 +34,7 @@ unsigned long get_arm_clk(void); > unsigned long get_i2c_clk(void); > unsigned long get_pwm_clk(void); > unsigned long get_uart_clk(int dev_index); > +unsigned long get_mmc_clk(int deV_index); typo. deV_index > void set_mmc_clk(int dev_index, unsigned int div); > unsigned long get_lcd_clk(void); > void set_lcd_clk(void); > 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] EXYNOS: Add support for Exynos4x12

2012-12-06 Thread Minkyu Kang
t;> 3 files changed, 402 insertions(+), 7 deletions(-) >> Patches are looks good. Please rebase this patchset. 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/5 v2] Add DT based ethernet driver for SMDK5250

2012-12-07 Thread Minkyu Kang
|2 + > 8 files changed, 442 insertions(+), 267 deletions(-) > create mode 100644 arch/arm/dts/exynos5250.dtsi > create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts > create mode 100644 include/configs/exynos5250-dt.h > please rebase this patchset. Thanks. Minkyu

Re: [U-Boot] [PATCH 0/6] EXYNOS: Add support for Exynos4x10

2012-12-07 Thread Minkyu Kang
os/system.h |9 + > board/samsung/trats/trats.c | 40 +++--- > 6 files changed, 551 insertions(+), 25 deletions(-) > > I've rechecked this patch. Why we need to add exynos4x10? exynos4x10 is same with exynos4. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net __

Re: [U-Boot] [PATCH 01/14] smdk6400: Move smdk6400 board from Makefile to boards.cfg

2012-12-07 Thread Minkyu Kang
-- > board/samsung/smdk6400/config.mk |4 +--- > boards.cfg |2 ++ > include/configs/smdk6400.h |2 +- > 4 files changed, 4 insertions(+), 24 deletions(-) > Sorry to late review.. Please rebase this patch. Thanks. Minkyu Kang. ___

Re: [U-Boot] [PATCH 03/14] S3C64XX: Use readl/writel to operate uart

2012-12-07 Thread Minkyu Kang
arch/arm/include/asm/arch-s3c64xx/uart.h| 54 ++ > board/samsung/smdk6400/lowlevel_init.S |8 --- > drivers/serial/s3c64xx.c| 50 + > 5 files changed, 87 insertions(+), 121 deletions(-) > create mode 100644 arch/arm/include/asm/arch-s3

Re: [U-Boot] [PATCH 05/14] S3C64XX: reference s5p cpu time system for s3c64xx timer

2012-12-07 Thread Minkyu Kang
; - timestamp += lastdec + timer_load_val - now; > + /* else small number, don't kill it prior to HZ multiply */ > + tmo = usec * CONFIG_SYS_HZ * count_value; > + tmo /= (1000 * 1000); > } > - lastdec = now; > > - return timestamp; >

Re: [U-Boot] [PATCH 09/14] S3C64XX: Change SROM init to use read/write operation

2012-12-07 Thread Minkyu Kang
SROMC bank */ > + s3c64xx_config_sromc(CONFIG_ENV_SROM_BANK, smc_bw_conf, smc_bc_conf); remove blank line. > + > +} > +#else > +#define cs8900_pre_init() do {} while (0) > +#endif > + > +static void norflash_srom_init(void) > +{ > + u32 smc_bw_conf, smc_bc_conf

[U-Boot] [STATUS] build errors on u-boot-samsung

2012-12-09 Thread Minkyu Kang
Hello, Since universal_c210 and SMDK5250 use old PMIC framework, these two boards are failed to build. I've pushed the "resolve" branch that is for solve the conflicts. Please submit the patch as soon as possible. Thanks. Minkyu Kang. ___

[U-Boot] universal_c210: fix compiler error and compiler warning

2012-12-09 Thread Minkyu Kang
x27;: universal.c:431: warning: initialization makes pointer from integer without a cast universal.c: At top level: universal.c:335: warning: 'init_pmic_lcd' defined but not used Signed-off-by: Minkyu Kang Cc: Donghwa Lee Cc: Lukasz Majewski --- board/samsung/universal_c210/univer

Re: [U-Boot] universal_c210: fix compiler error and compiler warning

2012-12-10 Thread Minkyu Kang
Dear Wolfgang, On 10/12/12 18:32, Lukasz Majewski wrote: > Hi Wolfgang, > >> Dear Minkyu Kang, >> >> In message <50c58623.3090...@samsung.com> you wrote: >> ... >>> @@ -337,7 +341,7 @@ static void init_pmic_lcd(void) >>> unsigned char

[U-Boot] [PATCH] universal_c210: check the NULL pointer when get the PMIC

2012-12-10 Thread Minkyu Kang
PMIC 2.0 require to test return pointer from pmic_get() Signed-off-by: Minkyu Kang Cc: Lukasz Majewski Cc: Wolfgang Denk --- board/samsung/universal_c210/universal.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung

[U-Boot] [PATCH v2] universal_c210: check the NULL pointer when get the PMIC

2012-12-10 Thread Minkyu Kang
PMIC 2.0 require to test return pointer from pmic_get() Signed-off-by: Minkyu Kang Cc: Lukasz Majewski Cc: Wolfgang Denk --- Changes in V2: - Since functions are void type, remove the return value. board/samsung/universal_c210/universal.c |6 ++ 1 file changed, 6 insertions

Re: [U-Boot] universal_c210: fix compiler error and compiler warning

2012-12-10 Thread Minkyu Kang
On 10/12/12 15:50, Minkyu Kang wrote: > This patch fix following errors > > universal.c: In function 'init_pmic_lcd': > universal.c:340: warning: implicit declaration of function 'get_pmic' > universal.c:340: warning: initialization makes pointer from integer

Re: [U-Boot] [PATCH 0/2] SMDK5250: Modify MAX77686 as per the latest Implementation

2012-12-10 Thread Minkyu Kang
208 deletions(-) delete mode 100644 >> drivers/misc/pmic_max77686.c create mode 100644 >> drivers/power/pmic/pmic_max77686.c delete mode 100644 >> include/max77686_pmic.h create mode 100644 >> include/power/max77686_pmic.h >> > > Reviewed-by: Lukasz Majewski > Acked

Re: [U-Boot] [PATCH v2] universal_c210: check the NULL pointer when get the PMIC

2012-12-11 Thread Minkyu Kang
On 11/12/12 16:57, Lukasz Majewski wrote: > Hi Minkyu, > >> PMIC 2.0 require to test return pointer from pmic_get() >> >> Signed-off-by: Minkyu Kang >> Cc: Lukasz Majewski >> Cc: Wolfgang Denk >> --- >> Changes in V2: >> -

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

2012-12-11 Thread Minkyu Kang
R_MINPWR_VBG_OFF mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET Mayuresh Kulkarni (1): tegra: Enable display/lcd support on Seaboard Minkyu Kang (6): ARCH: EXYNOS: add support to match product id EXYNOS: Clock: Add common function for pll rate calculation s3c

Re: [U-Boot] [PATCH 2/5] EXYNOS5: Add pinmux for LCD

2012-12-12 Thread Minkyu Kang
5p_gpio_set_value(&gpio1->b2, 0, 1); >> + >> + /* LCD power on */ >> + s5p_gpio_cfg_pin(&gpio1->x1, 5, GPIO_OUTPUT); >> + s5p_gpio_set_value(&gpio1->x1, 5, 1); >> + >> + /* Set Hotp

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

2012-12-13 Thread Minkyu Kang
On 14/12/12 04:56, Albert ARIBAUD wrote: > Hi Minkyu, > > On Tue, 11 Dec 2012 20:10:06 +0900, Minkyu Kang > wrote: >> Dear Albert, >> >> The following changes since commit fd4d564b3c80b111f18c93adb14233a6a7ddb0e9: >> >> Merge branch 'master'

Re: [U-Boot] [PATCH V2 1/4] EXYNOS5: Change parent clock of FIMD to MPLL

2012-12-14 Thread Minkyu Kang
m/cpu/armv7/exynos/clock.c > @@ -603,7 +603,7 @@ void exynos5_set_lcd_clk(void) >*/ > cfg = readl(&clk->src_disp1_0); > cfg &= ~(0xf); > - cfg |= 0x8; > + cfg |= 0x6; Please check it. > writel(cfg, &clk->src_disp1_0); >

Re: [U-Boot] [PATCH V2 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-14 Thread Minkyu Kang
h b/include/configs/smdk5250.h > index e412da8..a9b3b8b 100644 > --- a/include/configs/smdk5250.h > +++ b/include/configs/smdk5250.h > @@ -256,6 +256,14 @@ > #define CONFIG_SOUND_WM8994 > #endif > > +/* Display */ > +#define CONFIG_LCD > +#define CONFIG_EXYNOS_FB > +#define CONFIG_EXYNOS_DP > +#define LCD_XRES 2560 > +#define LCD_YRES 1600 > +#define LCD_BPP LCD_COLOR16 > + > /* Enable devicetree support */ > #define CONFIG_OF_LIBFDT > > Thanks. Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RESEND 2/4] video: Fix compilation dependency of exynos_dp and exynos_mipi on exynos_fb

2012-12-14 Thread Minkyu Kang
> exynos_mipi_dsi_init(); > +#endif This should be modified like exynos_init_dp? Donghwa, how you think? > } > > void lcd_ctrl_init(void *lcdbase) > 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 2/2] EXYNOS4: Add ORIGEN_QUAD board support

2012-12-14 Thread Minkyu Kang
(16UL << 10) /* 16KB */ > +#define CONFIG_BL2_SIZE (512UL << 10) /* 512KB */ > + > +/* > + * Console > + */ > +#define CONFIG_SYS_PROMPTCONFIG_BOARDNAME " # " > +/* Console I/O Buffer Size */ > +#define CONFIG_SYS_CBSIZE256 > +/* Print Buffer Size */ > +#define CONFIG_SYS_PBSIZE384 > +/* max number of command args */ > +#define CONFIG_SYS_MAXARGS 16 > +#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser > */ > + > +/* > + * Commands > + */ > +#define CONFIG_CMDLINE_EDITING > +#define CONFIG_SYS_LONGHELP /* undef to save memory */ > +#include > +#undef CONFIG_CMD_NET > +#undef CONFIG_CMD_NFS > + > +/* > + * Environment > + */ > +#define CONFIG_ENV_IS_IN_MMC > +#define CONFIG_SYS_MMC_ENV_DEV 0 > +#define CONFIG_ENV_OFFSET(CONFIG_MBR_SIZE \ > + +CONFIG_SBL_SIZE \ need space after +. > + +CONFIG_BL1_SIZE \ > + +CONFIG_BL2_SIZE) > +#define CONFIG_ENV_SIZE (16 << 10) /* 16 KB */ > +#define CONFIG_ENV_OVERWRITE > +/* Default */ > +#define CONFIG_BOOTCOMMAND "fatload mmc 0 40008000 uImage; bootm > 40008000" > + > +/* > + * Misc > + */ > +/* Initialize */ > +#define CONFIG_ARCH_CPU_INIT 1 > +#define CONFIG_BOARD_EARLY_INIT_F1 > +/* display information */ > +#define CONFIG_DISPLAY_CPUINFO > +#define CONFIG_DISPLAY_BOARDINFO > +/* Delay */ > +#define CONFIG_BOOTDELAY 3 > +#define CONFIG_ZERO_BOOTDELAY_CHECK > +/* TAGS */ > +#define CONFIG_SETUP_MEMORY_TAGS > +#define CONFIG_CMDLINE_TAG > +#define CONFIG_INITRD_TAG > +/* Enable devicetree support */ > +#define CONFIG_OF_LIBFDT > +/* Boot Argument Buffer Size */ > +#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE > + > +#endif /* __CONFIG_ORIGEN_QUAD_H */ > diff --git a/tools/Makefile b/tools/Makefile > index 686840a..3da314c 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -68,6 +68,7 @@ BIN_FILES-$(CONFIG_CMD_LOADS) += img2srec$(SFX) > BIN_FILES-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes$(SFX) > BIN_FILES-y += mkenvimage$(SFX) > BIN_FILES-y += mkimage$(SFX) > +BIN_FILES-$(CONFIG_EXYNOS4) += mk$(BOARD)spl$(SFX) CONFIG_EXYNOS4? Why? > BIN_FILES-$(CONFIG_SMDK5250) += mksmdk5250spl$(SFX) > BIN_FILES-$(CONFIG_MX28) += mxsboot$(SFX) > BIN_FILES-$(CONFIG_NETCONSOLE) += ncb$(SFX) > @@ -97,6 +98,7 @@ NOPED_OBJ_FILES-y += imximage.o > NOPED_OBJ_FILES-y += omapimage.o > NOPED_OBJ_FILES-y += mkenvimage.o > NOPED_OBJ_FILES-y += mkimage.o > +OBJ_FILES-$(CONFIG_EXYNOS4) += mkexynosspl.o > OBJ_FILES-$(CONFIG_SMDK5250) += mkexynosspl.o > OBJ_FILES-$(CONFIG_MX28) += mxsboot.o > OBJ_FILES-$(CONFIG_NETCONSOLE) += ncb.o > Thanks. Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2012-12-17 Thread Minkyu Kang
Dear Albert, On Saturday, December 15, 2012, Albert ARIBAUD wrote: > Hi Minkyu, > > On Fri, 14 Dec 2012 09:14:11 +0900, Minkyu Kang > > > > wrote: > > On 14/12/12 04:56, Albert ARIBAUD wrote: > > > Hi Minkyu, > > > > > > On Tue, 11 Dec 2012

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

2012-12-19 Thread Minkyu Kang
Dear Albert and Stephen, On 20/12/12 01:28, Albert ARIBAUD wrote: > Hi Minkyu, > > On Tue, 18 Dec 2012 00:14:34 +0900, Minkyu Kang > wrote: >> Dear Albert, >> >> On Saturday, December 15, 2012, Albert ARIBAUD wrote: >> >>> Hi Minkyu, >>&g

Re: [U-Boot] [PATCH V3 3/4] video: Modify exynos_fimd driver to support LCD console

2012-12-20 Thread Minkyu Kang
45..1573573 100644 >> --- a/include/configs/trats.h >> +++ b/include/configs/trats.h >> @@ -252,6 +252,7 @@ >> #define CONFIG_EXYNOS_FB >> #define CONFIG_LCD >> #define CONFIG_CMD_BMP >> +#define CONFIG_EXYNOS_LOGO >> #define CONFIG_BMP_32BPP >> #define CONFIG_FB_ADDR0x52504000 >> #define CONFIG_S6E8AX0 > Hi, > > How about use 'if (vid->logo_on)' instead of #ifdef CONFIG_EXYNOS_LOGO? > In the vidinfo_t structure, 'logo_on' flag already exist. I agreed with Donghwa. Ajay, please check it. > > Thank you, > Donghwa Lee > 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 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-21 Thread Minkyu Kang
> + >> + /* LCD power on */ >> + s5p_gpio_cfg_pin(&gpio1->x1, 5, GPIO_OUTPUT); >> + s5p_gpio_set_value(&gpio1->x1, 5, 1); >> + >> + /* Set Hotplug detect for DP */ >> + s5p_gpio_cfg_pin(&gpio1->x0, 7, GPIO_FUNC(0x3)); >> +} >> > Cant this GPIO changes go to pinmux file? > No. It is a board specific feature. So, can't be located in pinmux file. Thanks. Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-12-25 Thread Minkyu Kang
From: Chander Kashyap This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- Changes since v2: - rebased, add SPI and I2S addresses. arch/arm/include/asm/arch-exynos/cpu.h | 48 1

[U-Boot] [PATCH v3 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-12-25 Thread Minkyu Kang
From: Chander Kashyap This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- Changes since v2: - None arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git

[U-Boot] [PATCH v3 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-12-25 Thread Minkyu Kang
From: Chander Kashyap This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- Changes since v2: - None arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a

Re: [U-Boot] [PATCH v3 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-12-26 Thread Minkyu Kang
On 26/12/12 15:13, Minkyu Kang wrote: > From: Chander Kashyap > > This patch populates base addresses of Exynos4x12 registers. > > Signed-off-by: Chander Kashyap > Signed-off-by: Minkyu Kang > --- > Changes since v2: > - rebased, add SPI and I2S addresses.

Re: [U-Boot] [PATCH v3 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-12-26 Thread Minkyu Kang
On 26/12/12 15:13, Minkyu Kang wrote: > From: Chander Kashyap > > This patch adds clock structure for Exynos4x12. > > Signed-off-by: Chander Kashyap > Signed-off-by: Minkyu Kang > --- > Changes since v2: > - None > > arch/arm/inclu

Re: [U-Boot] [PATCH v3 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-12-26 Thread Minkyu Kang
On 26/12/12 15:13, Minkyu Kang wrote: > From: Chander Kashyap > > This patch adds gpio structure for Exynos4x12. > > Signed-off-by: Chander Kashyap > Signed-off-by: Minkyu Kang > --- > Changes since v2: > - None > > arch/arm/incl

Re: [U-Boot] [PATCH 0/5 v3] Add DT based ethernet driver for SMDK5250

2012-12-26 Thread Minkyu Kang
/dts/exynos5250-smdk5250.dts > create mode 100644 include/configs/exynos5250-dt.h > applied to u-boot-samsung/master. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 04/16] EXYNOS5: FDT : Decode peripheral id

2012-12-26 Thread Minkyu Kang
PERIPH_ID_NONE = -1, > diff --git a/arch/arm/include/asm/arch-exynos/pinmux.h > b/arch/arm/include/asm/arch-exynos/pinmux.h > index 10ea736..00cbb0d 100644 > --- a/arch/arm/include/asm/arch-exynos/pinmux.h > +++ b/arch/arm/include/asm/arch-exynos/pinmux.h > @@ -55,4 +55,12 @@ enum { >

Re: [U-Boot] [PATCH 05/16] I2C: Driver changes for FDT support

2012-12-26 Thread Minkyu Kang
l_pin(void); > extern int get_multi_sda_pin(void); > extern int multi_i2c_init(void); > #endif > + > +/** > + * Get FDT values for i2c bus. > + * > + * @param blob Device tree blbo > + * @return the number of I2C bus > + */ > +void

Re: [U-Boot] [PATCH 16/16] SPI: EXYNOS: Add FDT support to driver.

2012-12-26 Thread Minkyu Kang
- for (i = 0; i < EXYNOS5_SPI_NUM_CONTROLLERS; i++) { > - bus = &spi_bus[i]; > - bus->regs = get_spi_base(i); > - bus->periph_id = PERIPH_ID_SPI0 + i; > + for (count = 0; i < EXYNOS5_SPI_NUM_CONTROLLERS; i++) { i or count? Is it typo? > + bus

Re: [U-Boot] [PATCH 11/16] Sound: WM8994: Add FDT support to codec

2012-12-26 Thread Minkyu Kang
pointer value of the sound codec info > structure > - * parsed from device tree > + * @param blob FDT node for codec values > * @param aif_id enum value of codec interface port in which > * soc

Re: [U-Boot] [PATCH] EXYNOS: EXYNOS4X12: extract Exynos4x12 IPs clock frequency

2012-12-26 Thread Minkyu Kang
sertions(+), 5 deletions(-) > > applied to u-boot-samsung/master thanks 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 05/16] I2C: Driver changes for FDT support

2012-12-26 Thread Minkyu Kang
On 26 December 2012 21:33, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > On Wed, Dec 26, 2012 at 5:24 PM, Minkyu Kang wrote: > > > Dear Rajeshwari Shinde, > > > > On 14/12/12 20:56, Rajeshwari Shinde wrote: > > > Functions added to get the I2C bus number

Re: [U-Boot] [PATCH v2] spl:falcon:trats Update Trats default board configuration file to support FALCON MODE

2013-01-02 Thread Minkyu Kang
> CONFIG_SYS_SPL_ARGS_ADDR > > Additionally definitions for DFU have been refactored and support for > EFI has been added as well. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Changes for v2: > - Rebase th

Re: [U-Boot] [PATCH 2/2] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem

2013-01-07 Thread Minkyu Kang
On 07/01/13 18:23, Lukasz Majewski wrote: > lcd_set_flush_dcache(1) function is called from trats configuration file > to enable lcd_sync function. > > Tested-at: TRATS (Exynos 4210) > Tested-by: Lukasz Majewski > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Pa

Re: [U-Boot] [PATCH] arm:exynos4:pinmux: Modify the gpio function for mmc

2013-01-07 Thread Minkyu Kang
On 03/01/13 16:31, Piotr Wilczek wrote: > This patch add pinmux settings for Exynos4 for mmc0 and mmc2 > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Albert ARIBAUD > --- > arch/arm/cpu/armv

Re: [U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support

2013-01-07 Thread Minkyu Kang
|4 + > 19 files changed, 644 insertions(+), 118 deletions(-) > create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt > create mode 100644 doc/device-tree-bindings/exynos/sound.txt > 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 V4 3/4] video: Modify exynos_fimd driver to support LCD console

2013-01-07 Thread Minkyu Kang
45,13 @@ short console_row; > > static unsigned int panel_width, panel_height; > > +#ifndef CONFIG_CMD_BMP > +int bmp_display(ulong addr, int x, int y) > +{ > + return 0; > +} > +#endif It's a common function of bmp command. Please do not redefine such a function. -

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2013-01-07 Thread Minkyu Kang
deletions(-) > Please rebase this patch. --- 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 3/4] video: Modify exynos_fimd driver to support LCD console

2013-01-07 Thread Minkyu Kang
On 08/01/13 14:31, Ajay kumar wrote: > Hi Minkyu, > > On Tue, Jan 8, 2013 at 8:05 AM, Minkyu Kang wrote: >> Dear Ajay Kumar, >> >> On 21/12/12 19:35, Ajay Kumar wrote: >>> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. >>> I

Re: [U-Boot] [PATCH v3 2/3] EXYNOS5: Add device node for USB.

2013-01-08 Thread Minkyu Kang
boot-samsung/master. > > I think the -samsung custodian shall just pick your series as is. > Then, I will pick up following patches. [U-Boot,v3,1/3] EHCI: Exynos: Add fdt support [U-Boot,v3,2/3] EXYNOS5: Add device node for USB. [U-Boot,v3,3/3] EXYNOS5: FDT: Add compatible strings for USB [U-Boot,v2] SMDK5250: Enable VBus for USB 2.0 controller (V2! not V3) Is it right? 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] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem

2013-01-08 Thread Minkyu Kang
: Kyungmin Park > Cc: Minkyu Kang > --- > board/samsung/trats/trats.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c > index 88d193d..5d0fdd0 100644 > --- a/board/samsung/trat

Re: [U-Boot] [PATCH v4 1/3] EHCI: Exynos: Add fdt support

2013-01-08 Thread Minkyu Kang
tore > register base addresses and thereby using it. > > Changes in v2: > - Removed checkpatch errors. > > drivers/usb/host/ehci-exynos.c | 92 > +--- > 1 files changed, 85 insertions(+), 7 deletions(-) > applied to

Re: [U-Boot] [PATCH v4 2/3] EXYNOS5: Add device node for USB.

2013-01-08 Thread Minkyu Kang
- Using a sub-node under ehci node for phy which provides > "compatible" and "reg" information. > > Changes in v2: > - None. > > arch/arm/dts/exynos5250.dtsi | 13 + > 1 files changed, 13 inse

Re: [U-Boot] [PATCH v4 3/3] EXYNOS5: FDT: Add compatible strings for USB

2013-01-08 Thread Minkyu Kang
gt; Changes in v3: > - Added compatible string for USB PHY controller. > > Changes in v2: > - None. > > include/fdtdec.h |2 ++ > lib/fdtdec.c |2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks, Minky

Re: [U-Boot] [PATCH v4] SMDK5250: Enable VBus for USB 2.0 controller

2013-01-08 Thread Minkyu Kang
pinmux method, since the required gpio line > here is board specific. > > board/samsung/smdk5250/smdk5250.c | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang. _

Re: [U-Boot] [PATCH] video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards

2013-01-08 Thread Minkyu Kang
ed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > drivers/video/exynos_fb.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/exynos_fb.c b/drivers/video/exynos_fb.c > index d9a3f9a..17e1069 100644 > --- a/drivers/video/exynos_f

Re: [U-Boot] [PATCH V5 4/4] EXYNOS5: Add support for FIMD and DP

2013-01-08 Thread Minkyu Kang
nfo': smdk5250.c:375: warning: implicit declaration of function 'exynos_set_dp_platform_data' > +} > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h > index 59182f4..07bca1d 100644 > --- a/include/configs/exynos5250-dt.h > +++ b/include/configs/exynos5250-dt.h > @@ -297,4 +297,12 @@ > #define CONFIG_SHA1 > #define CONFIG_SHA256 > > +/* Display */ > +#define CONFIG_LCD > +#define CONFIG_EXYNOS_FB > +#define CONFIG_EXYNOS_DP > +#define LCD_XRES 2560 > +#define LCD_YRES 1600 > +#define LCD_BPP LCD_COLOR16 > + > #endif /* __CONFIG_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] arm:exynos4:pinmux: Modify the gpio function for mmc

2013-01-08 Thread Minkyu Kang
On 08/01/13 23:03, Albert ARIBAUD wrote: > Hi Minkyu, > > On Tue, 08 Jan 2013 10:50:58 +0900, Minkyu Kang > wrote: >> On 03/01/13 16:31, Piotr Wilczek wrote: >>> This patch add pinmux settings for Exynos4 for mmc0 and mmc2 >>> >>> Signed-off-by: Pi

Re: [U-Boot] [PATCH v2] video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards

2013-01-08 Thread Minkyu Kang
nable flushing after LCD writes if requested */ > + lcd_set_flush_dcache(1); > } > > static void draw_logo(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 0/3 V5] EXYNOS5: MAX77686 add FDT support

2013-01-09 Thread Minkyu Kang
anged, 43 insertions(+), 3 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 V6 0/4] Add support for FIMD and DP on SMDK5250

2013-01-09 Thread Minkyu Kang
250/smdk5250.c| 97 > > drivers/video/exynos_fb.c| 2 + > drivers/video/exynos_fimd.c | 12 ++-- > include/configs/exynos5250-dt.h | 8 +++ > 7 files changed, 125 insertions(+), 5 deletions(-) >

Re: [U-Boot] [PATCH 2/4 V2] SMDK5250: Convert lowlevel_init.S to lowlevel_init.c

2013-01-10 Thread Minkyu Kang
while (*s && (str < end)) > + *str++ = *s++; > + break; > + default: > + /* Print the original string for unsupported formats */ > + *str++ = '%'; > + if (str < end) > + *str++ = *fmt++; > + } > + } indentation error. > + *str = '\0'; > + return str - buf; > +} > + > +/* Implement vsprintf in case someone doesn't have CONFIG_SYS_VSNPRINTF */ > +int vsprintf(char *buf, const char *fmt, va_list args) > +{ > + return _vscnprintf(buf, CONFIG_SYS_PBSIZE, fmt, args); > +} > + > +char *simple_itoa(ulong i) > +{ > + /* 21 digits plus null terminator, good for 64-bit or smaller ints */ > + static char local[22] __attribute__((section(".data"))); > + char *p = &local[21]; > + > + *p-- = '\0'; > + do { > + *p-- = '0' + i % 10; > + i /= 10; > + } while (i > 0); > + return p + 1; > +} > + > +void hang(void) > +{ > + puts("### ERROR ### Please RESET the board ###\n"); > + for (;;) > + ; > +} 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/2] Exynos: clock: support get_mmc_clk for exynos

2013-01-11 Thread Minkyu Kang
> arch/arm/include/asm/arch-exynos/clk.h |1 + > 2 files changed, 103 insertions(+), 0 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 2/2] Exynos: clock: add CLK_DIV_FSYS3 at set_mmc_clk

2013-01-11 Thread Minkyu Kang
pplied 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 1/2] EXYNOS5: Make all display related code dependent on CONFIG_LCD

2013-01-11 Thread Minkyu Kang
ynos_fb.c:68: undefined reference > to `lcd_set_flush_dcache' > > This is because exynos video drivers have dependency on CONFIG_LCD. > > Signed-off-by: Ajay Kumar > Acked-by: Simon Glass applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [U-Boot] [PATCH V2 2/2] EXYNOS5: Enable console multiplexing in u-boot

2013-01-11 Thread Minkyu Kang
CONFIG_CONSOLE_MUX always. In V1, CONFIG_CONSOLE_MUX > was enabled only when CONFIG_LCD is selected. > > include/configs/exynos5250-dt.h | 11 +++ > 1 file changed, 11 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang. _

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

2013-01-11 Thread Minkyu Kang
mode 100644 board/samsung/dts/exynos5250-smdk5250.dts create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt create mode 100644 doc/device-tree-bindings/exynos/sound.txt create mode 100644 include/configs/exynos5250-dt.h -- Thanks, Minkyu Kang

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

2013-01-13 Thread Minkyu Kang
Dear Albert, On 12/01/13 06:33, Albert ARIBAUD wrote: > Hi Minkyu, > > On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang > wrote: >> Dear Albert, >> >> Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 >> +0100) >> >> are av

Re: [U-Boot] [PATCH] I2C: S3C24X0: Resolve build error for VCMA9

2013-01-13 Thread Minkyu Kang
bus_num;/* i2c bus number */ > struct s3c24x0_i2c *regs; > enum periph_id id; I think int is suitable more than enum. Currently periph_id is exynos specific. > }; > - > +#endif > #endif /* _S3C24X0_I2C_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/4 V2] SMDK5250: Convert lowlevel_init.S to lowlevel_init.c

2013-01-13 Thread Minkyu Kang
On 11/01/13 19:10, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Fri, Jan 11, 2013 at 1:24 PM, Minkyu Kang wrote: >> Dear Rajeshwari, >> >> On 07/01/13 22:08, Rajeshwari Shinde wrote: >>> This patch converts lowlevel_in

Re: [U-Boot] [PATCH 2/4 V2] SMDK5250: Convert lowlevel_init.S to lowlevel_init.c

2013-01-13 Thread Minkyu Kang
On 14/01/13 15:32, Rajeshwari Birje wrote: > Hi Minkyu Kang, > >> OK, but is this something you intend to fix, perhaps in a future >> series? It seems like you need separate directories sooner rather than >> later.I don't think this is board-specific code, but chip-sp

Re: [U-Boot] [PATCH V2] I2C: S3C24X0: Resolve build error for VCMA9

2013-01-14 Thread Minkyu Kang
> --- > Changes since V1: > - Changes the commit message to add the errors. > - changed enum periph_id to int > drivers/i2c/s3c24x0_i2c.c |4 +++- > drivers/i2c/s3c24x0_i2c.h |3 +-- > 2 files changed, 4 insertions(+), 3 deletions(-) > applied to u-bo

Re: [U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video

2013-01-14 Thread Minkyu Kang
p.c | 2 -- > drivers/video/exynos_fb.c | 6 -- > 2 files changed, 4 insertions(+), 4 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

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

2013-01-14 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 3/6] arm: exynos4: Fix exynos4_fb structure

2012-09-15 Thread Minkyu Kang
Dear Donghwa, On 13 September 2012 16:45, Piotr Wilczek wrote: > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > arch/arm/include/asm/arch-exynos/fb.h |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff

Re: [U-Boot] [PATCH 6/6] arm: exynos4: universal_C210: add display support

2012-09-15 Thread Minkyu Kang
> displayed corectly on Universal C210. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > board/samsung/universal_c210/universal.c | 225 > +++--- > include/configs/s5pc210_universal.h | 13 ++ &g

Re: [U-Boot] [PATCH] arm:exynos4:universal_c210: implement software SPI

2012-09-15 Thread Minkyu Kang
Dear Piotr, On 29 August 2012 17:15, Piotr Wilczek wrote: > This patch implements software SPI for the universal C210 board. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Wolfgang Denk > CC: Jean-Christophe PLAGNIOL-VILLARD &

Re: [U-Boot] [PATCH 2/2] IPL: Remove remains of OneNAND IPL

2012-09-15 Thread Minkyu Kang
Dear Marek Vasut, On 6 September 2012 12:09, Marek Vasut wrote: > After removing the Apollon board, remove the OneNAND IPL too. > There are no users for it any more. > > Signed-off-by: Marek Vasut > Cc: Albert Aribaud > Cc: Minkyu Kang > Cc: Tom Rini

Re: [U-Boot] [PATCH 47/71] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver

2012-09-17 Thread Minkyu Kang
the s3c64xx driver. Also, add a weak implementation > of default_serial_console() returning this driver. > > Signed-off-by: Marek Vasut > Cc: Marek Vasut > Cc: Tom Rini > Cc: John Rigby > Cc: Minkyu Kang > --- > common/serial.c |

Re: [U-Boot] [PATCH 12/71] serial: s5p: Move serial registration from serial_initialize()

2012-09-17 Thread Minkyu Kang
: Marek Vasut > Cc: Marek Vasut > Cc: Tom Rini > Cc: Minkyu Kang > --- > common/serial.c |8 ++-- > drivers/serial/serial_s5p.c |8 > include/serial.h|7 --- > 3 files changed, 10 insertions(+), 13 deletions(-) > >

Re: [U-Boot] [PATCH] gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices

2012-09-17 Thread Minkyu Kang
; - Exynos4210 - Trats >> - S5PC110 - goni >> >> Signed-off-by: Lukasz Majewski >> Signed-off-by: Kyungmin Park >> Cc: Minkyu Kang >> --- >> arch/arm/include/asm/arch-exynos/gpio.h | 19 +++ >> arch/arm/include/asm/arch-s5pc1xx/gp

Re: [U-Boot] [PATCH] Exynos5250: Enable PXE Support

2012-09-18 Thread Minkyu Kang
ile changed, 6 insertions(+) >> 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 3/5] arm: exynos4: cpu: Add definition for display

2012-09-26 Thread Minkyu Kang
Dear Piotr, On 24 September 2012 22:04, Piotr Wilczek wrote: > Add EXYNOS4_DISPLAY_CONTROL definition > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > Changes in v2: > - removed definions for fimd. > Changes in v3: > - n

Re: [U-Boot] [PATCH v3 2/5] drivers: video: Add ld9040 video driver

2012-09-26 Thread Minkyu Kang
d-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Donghwa Lee > --- > This patch depends on software SPI: > <1348487791-18435-2-git-send-email-p.wilc...@samsung.com> > > Changes in v2: > - none. > Changes in v3: > - none > &g

Re: [U-Boot] [PATCH v4 0/6] Code cleaup for trats and universal

2012-09-28 Thread Minkyu Kang
--- > board/samsung/universal_c210/universal.c | 82 ++ > include/configs/s5pc210_universal.h |2 + > include/configs/trats.h | 17 +- > 8 files changed, 114 insertions(+), 518 deletions(-) > delete mode 100644

Re: [U-Boot] MAINTAINERS: New maintainer for Samsung's Trats development board.

2012-10-03 Thread Minkyu Kang
iles changed, 1 insertions(+), 1 deletions(-) > > Applied to u-boot/master, thanks! > We need to keep this list to Alphabetical. So, Lukasz's name should be moved to "M" section. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ___ U-B

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

2012-10-09 Thread Minkyu Kang
tch and update your patch. http://patchwork.ozlabs.org/patch/188437/ http://patchwork.ozlabs.org/patch/188438/ http://patchwork.ozlabs.org/patch/188511/ http://patchwork.ozlabs.org/patch/188512/ http://patchwork.ozlabs.org/patch/188513/ http://patchwork.ozlabs.org/

Re: [U-Boot] [PATCH] arm: trats: Power down core 1

2012-10-10 Thread Minkyu Kang
Dear Piotr Wilczek, On 9 October 2012 15:45, Piotr Wilczek wrote: > This patch turns power down for unused core 1 > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > board/samsung/trats/trats.c |4 > 1 files changed, 4 in

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

2012-10-10 Thread Minkyu Kang
6 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 0/5] EXYNOS4: Enable I2C support

2012-10-10 Thread Minkyu Kang
/misc/pmic_max8997.c|7 +++- > 5 files changed, 77 insertions(+), 9 deletions(-) > Codes look good to me. But I couldn't find usage of hardware at your patch. So I couldn't check what patch is working correctly. Please update the patch. Thanks. Minkyu Kang. -- from. pr

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

2012-10-10 Thread Minkyu Kang
Dear Albert, The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 9b5dba53747

Re: [U-Boot] [PATCH 2/5] EXYNOS: Add Exynos4 I2C spacing

2012-10-11 Thread Minkyu Kang
enx.de; Kyungmin Park >> Subject: Re: [U-Boot] [PATCH 2/5] EXYNOS: Add Exynos4 I2C spacing >> >> Hi, Protr. >> >> 2012/9/24 Piotr Wilczek : >> > This patch add the spacing for i2c for Exynos4 >> > >> > Signed-off-by: Piotr Wilczek >> &g

Re: [U-Boot] [PATCH] trats: Enable EXT4 and EFI partitions support on Samsung's Trats board

2012-10-11 Thread Minkyu Kang
> "mmcbootpart=2\0" \ > "mmcrootpart=3\0" \ > @@ -208,6 +211,7 @@ > #define CONFIG_ENV_OFFSET ((32 - 4) << 10) /* 32KiB - 4KiB */ > > #define CONFIG_DOS_PARTITION also dos partition. > +#define CONFIG_EFI_PARTITION > 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/5] EXYNOS: Add Exynos4 I2C spacing

2012-10-11 Thread Minkyu Kang
Dear Joonyoung, On 12 October 2012 12:29, Joonyoung Shim wrote: > Hi, > > 2012/10/12 Minkyu Kang : >> Dear Piotr and Joonyoung, >> >> On 11 October 2012 17:14, Piotr Wilczek wrote: >>> Hi Joonyoung, >>> >>>> -Original Message

Re: [U-Boot] [ARM] [STATUS] ATTENTION: Uu-boot-arm/master branch ROLLBACK to 28e5ac2d

2012-10-11 Thread Minkyu Kang
ns above, I suggest you roll u-boot-samsung/master > back to 28e5ac2d before building and sending an amended pull req, but of > course the choice is yours. > OK. I'll revert soft i2c patches and send new pull request at next Monday. Is it OK? Thanks. Minkyu Kang. -- from. prom.

Re: [U-Boot] [ARM] [STATUS] ATTENTION: Uu-boot-arm/master branch ROLLBACK to 28e5ac2d

2012-10-11 Thread Minkyu Kang
On 12 October 2012 15:39, Minkyu Kang wrote: > Dear Albert, > > On 12 October 2012 14:53, Albert ARIBAUD wrote: >> Hi all, >> >> I am sending this notice because I have force-pushed a rollback of >> u-boot-arm/master. >> >> This is due to the rece

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

2012-10-11 Thread Minkyu Kang
On 12 October 2012 14:55, Albert ARIBAUD wrote: > On Fri, 12 Oct 2012 07:36:20 +0200, Albert ARIBAUD > wrote: > >> Hi Tom, >> >> On Thu, 11 Oct 2012 11:45:35 -0700, Tom Rini wrote: >> >> > On Thu, Oct 11, 2012 at 06:51:30PM +0200, Albert ARIBAUD wrote: >> > >> > > Hi Tom, >> > > >> > > The follo

Re: [U-Boot] [PATCH 0/6] EXYNOS: Add support for Exynos4x10

2012-10-12 Thread Minkyu Kang
ozlabs.org/patch/188511/ http://patchwork.ozlabs.org/patch/188512/ http://patchwork.ozlabs.org/patch/188513/ http://patchwork.ozlabs.org/patch/189809/ 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] Pull request: u-boot-arm/master to u-boot/master

2012-10-14 Thread Minkyu Kang
Hi Albert, The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 3ae30b97ff49d

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