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
>>
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
> +++--
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
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
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
|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
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
__
--
> 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.
___
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
; - 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;
>
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
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.
___
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
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
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
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
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
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
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:
>> -
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
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
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'
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);
>
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
> 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
(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
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
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
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
> +
>> + /* 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
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
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
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
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.
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
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
/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
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 {
>
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
- 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
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
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
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
> 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
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
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
|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
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.
-
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
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
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
: 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
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
- 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
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
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.
_
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
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
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
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
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
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(-)
>
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
> 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
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
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.
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.
_
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
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
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
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
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
> ---
> 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
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
.
--
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
> 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
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
&
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
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 |
: 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(-)
>
>
; - 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
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
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
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
---
> 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
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
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/
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
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
/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
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
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
> "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
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
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.
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
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
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
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
501 - 600 of 1563 matches
Mail list logo