ly uuid setting
>
> After operation success device is going to be reset.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Minkyu Kang
>
> ---
> Changes v2:
> - commit separation
>
> Changes v3:
> - none
>
> Changes v4:
> - none
>
> Changes v5:
&
so it needs to be called by function run_command().
>
> Changes:
> - extend array mode_name by lower case commands names - used by find_cmd()
> - put each command arguments into one string - used by run_command()
> - use run_command() instead of cmd_process()
>
> Sign
On 30/04/14 20:28, Przemyslaw Marczak wrote:
> This change removes LCD menu download mode info screen.
> Now key press timeout is checked in function download_menu()
> and menu options are displayed directly after PWR + VOLUP keys.
>
> Signed-off-by: Przemyslaw Marczak
&g
On 30/04/14 20:28, Przemyslaw Marczak wrote:
> From: Inha Song
>
> This change allows reset device environment to default without using u-boot
> console, which is useful for system developers.
>
> Signed-off-by: Inha Song
> Acked-by: Przemyslaw Marczak
> Cc: Minkyu Kan
*)
> - samsung_get_base_gpio_part1();
> -
> /* Enable VBUS power switch */
> - s5p_gpio_direction_output(&gpio1->x2, 6, 1);
> + gpio_direction_output(EXYNOS5420_GPIO_X26, 1);
>
> /* VBUS turn ON time */
> mdelay(3);
> @@ -49,15 +46,15 @@ void cfg_lcd_gpio(void)
> (struct exynos5_gpio_part1 *)samsung_get_base_gpio_part1();
>
> /* For Backlight */
> - s5p_gpio_cfg_pin(&gpio1->b2, 0, GPIO_OUTPUT);
> - s5p_gpio_set_value(&gpio1->b2, 0, 1);
> + gpio_cfg_pin(EXYNOS5420_GPIO_B10, S5P_GPIO_OUTPUT);
GPIO_B20
> + gpio_set_value(EXYNOS5420_GPIO_B20, 1);
>
> /* LCD power on */
> - s5p_gpio_cfg_pin(&gpio1->x1, 5, GPIO_OUTPUT);
> - s5p_gpio_set_value(&gpio1->x1, 5, 1);
> + gpio_cfg_pin(EXYNOS5420_GPIO_X15, S5P_GPIO_OUTPUT);
> + gpio_set_value(EXYNOS5420_GPIO_X15, 1);
>
> /* Set Hotplug detect for DP */
> - s5p_gpio_cfg_pin(&gpio1->x0, 7, GPIO_FUNC(0x3));
> + gpio_cfg_pin(EXYNOS5420_GPIO_X07, S5P_GPIO_FUNC(0x3));
> }
>
> vidinfo_t panel_info = {
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
include/configs/smdk5420.h | 4
> include/configs/snow.h | 4
> 3 files changed, 12 insertions(+)
>
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
On 30/04/14 03:16, Mateusz Zalega wrote:
> Because I'm leaving Samsung Electronics, I won't have access to their
> developer hardware anymore. Przemyslaw Marczak will take over my
> responsibilities.
>
> Signed-off-by: Mateusz Zalega
> Acked-by: Przemysla
s5pc210_universal.h| 16 +-
> include/configs/smdkv310.h |1 +
> include/configs/trats.h|8 +-
> include/configs/trats2.h |4 +-
> 25 files changed, 2918 insertions(+), 911 deletions(-)
>
applied to u-boot-samsung.
Dear SAMSUNG developers,
If you have any problem, please tell us immediately.
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
deletions(-)
--
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
s device tree file specifies it.
>> At present this is only the case for snow, but other exynos5 boards will
>> use it (e.g. pit).
>>
>> Note: the TPS65090 driver was sent to the list around the middle of last
>> year but was never app
g
> Tested-by: Piotr Wilczek
> Cc: Lukasz Majewski
> Cc: Piotr Wilczek
> Cc: Minkyu Kang
> ---
> arch/arm/cpu/armv7/exynos/pinmux.c | 18 +++---
> 1 file changed, 15 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c
> b
if
> +#ifdef CONFIG_POWER_TPS65090
> + /*
> + * The TPS65090 may not be in the device tree. If so, it is not
> + * an error.
Then, how we can initialise the tps65090?
> + */
> + ret = tps65090_init();
> + if (ret == 0 || r
t_id {
> COMPAT_SANDBOX_HOST_EMULATION, /* Sandbox emulation of a function */
> COMPAT_SANDBOX_LCD_SDL, /* Sandbox LCD emulation with SDL */
> COMPAT_TI_TPS65090, /* Texas Instrument TPS65090 */
> + COMPAT_NXP_PTN3460, /* NXP PTN3460 D
* edid-emulation = <5>;
> + * pinctrl-names = "default";
> + * pinctrl-0 = <&ptn3460_gpios>;
> + */
Now you can use GPIOs.
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
by: Simon Glass
> ---
>
> Changes in v2: None
>
> arch/arm/dts/exynos5250-snow.dts | 12 ++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
0_pmic.h b/include/power/tps65090_pmic.h
> new file mode 100644
> index 000..dcf99c9
> --- /dev/null
> +++ b/include/power/tps65090_pmic.h
> @@ -0,0 +1,73 @@
> +/*
> + * Copyright (c) 2012 The Chromium OS Authors.
> + *
> + * SP
Hi Albert,
On 15/05/14 23:28, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang
> wrote:
>
>> Dear Albert,
>>
>> The following changes since commit 7904b70885f3c589c239f6ac978f299a6744557f:
>>
>> ARM: high
ist,
> - DWMMC_MAX_CH_NUM);
> + index = host->dev_index;
>
> - for (i = 0; i < count; i++) {
> - int node = node_list[i];
> + flag = host->buswidth == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE;
> + err = exynos_pinmux_config(host->dev_id, flag);
> + if (err) {
> + debug("DWMMC not configure\n");
> + return err;
> + }
>
> - if (node <= 0)
> - continue;
> + return exynos_dwmci_core_init(host, index);
> +}
>
> - /* Extract device id for each mmc channel */
> - dev_id = pinmux_decode_periph_id(blob, node);
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
art1 *gpio1 =
> - (struct exynos5_gpio_part1 *)samsung_get_base_gpio_part1();
> -
> /* For Backlight */
> gpio_cfg_pin(EXYNOS5420_GPIO_B20, S5P_GPIO_OUTPUT);
> gpio_set_value(EXYNOS5420_GPIO_B20, 1);
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
|3 +
> include/dwmmc.h |5 +
> include/fdtdec.h |2 +-
> include/mmc.h | 25 ++--
> lib/fdtdec.c |2 +-
> 17 files changed, 275 insertions(+), 171 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
On 29/04/14 04:13, Mateusz Zalega wrote:
> UMS-related defines were added to Samsung Goni config header.
>
> Signed-off-by: Mateusz Zalega
> Cc: Minkyu Kang
> ---
> Changes since v1:
> - reordered
> ---
> include/configs/s5p_goni.h | 2 ++
> 1 file changed, 2 i
On 29/04/14 04:13, Mateusz Zalega wrote:
> Signed-off-by: Mateusz Zalega
> Cc: Minkyu Kang
> ---
> Changes since v1:
> - reordered
> ---
> include/configs/s5p_goni.h | 5 +
> 1 file changed, 5 insertions(+)
>
applied to u-boot-sa
igned-off-by: Mateusz Zalega
> Tested-by: Arkadiusz Wlodarczyk
> Tested-by: Mateusz Zalega
> Cc: Minkyu Kang
> ---
> Changes since v1:
> - reordered
> ---
> include/configs/s5p_goni.h | 56
> +-
> 1 file changed, 30 i
rder to support larger buffer
> sizes needed by DFU implementation.
>
> Signed-off-by: Arkadiusz Wlodarczyk
> Signed-off-by: Kyungmin Park
> Signed-off-by: Mateusz Zalega
> Tested-by: Arkadiusz Wlodarczyk
> Tested-by: Mateusz Zalega
> Cc: Minkyu Kang
> ---
> C
On 20/05/14 06:27, Simon Glass wrote:
> Hi Minkyu,
>
> On 15 May 2014 00:51, Minkyu Kang wrote:
>> On 03/04/14 08:24, Simon Glass wrote:
>>> At present the GPIO numbering patch has not been applied, so exynos GPIO
>>> numbering is inconsistent (there are l
On 20/05/14 20:47, Simon Glass wrote:
> Hi Minkyu,
>
> On 15 May 2014 00:51, Minkyu Kang wrote:
>> On 03/04/14 08:24, Simon Glass wrote:
>>> From: Aaron Durbin
>>>
>>> The TSP65090 is a PMIC on some exynos5 boards. The init function is
>>> ca
On 22/05/14 03:58, Simon Glass wrote:
> Hi Minkyu,
>
> On 21 May 2014 00:05, Minkyu Kang wrote:
>> On 20/05/14 20:47, Simon Glass wrote:
>>> Hi Minkyu,
>>>
>>> On 15 May 2014 00:51, Minkyu Kang wrote:
>>>> On 03/04/14 08:24, Simon Glass wro
Dear Simon,
On 23/05/14 02:27, Simon Glass wrote:
> Hi Minkyu,
>
> On 21 May 2014 15:20, Minkyu Kang wrote:
>> On 22/05/14 03:58, Simon Glass wrote:
>>> Hi Minkyu,
>>>
>>> On 21 May 2014 00:05, Minkyu Kang wrote:
>>>> On 20/05/14 20:47, Sim
On 23 January 2011 05:06, seedshope wrote:
> Fix CONFIG_SYS_INIT_SP_ADDR undefined issue.
>
> Signed-off-by: Zhong Hongbo
>
applied to u-boot-samsung
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@l
s
>
> Signed-off-by: Zhong Hongbo
>
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
rst 4kB of nand boot featue code move to nand_spl,
> So It is not necessary to force the cpu_init.o in non-nand boot.
>
> Signed-off-by: Zhong Hongbo
>
applied to u-boot-samsung
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
On 23 January 2011 05:06, seedshope wrote:
> In the nand_spl feature of SMDK6400. Add some relocation symbols to
> nand_spl/board/samsung/smdk6400/u-boot.lds to fix the compile error.
>
> Signed-off-by: Zhong Hongbo
>
applied to u-boot-samsung
Thanks
Minkyu Kang
--
from. prom.
w
f-by: Zhong Hongbo
>
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
On 23 January 2011 05:06, seedshope wrote:
> Signed-off-by: Zhong Hongbo
>
> diff --git a/board/samsung/smdk6400/smdk6400.c
> b/board/samsung/smdk6400/smdk6400.c
applied to u-boot-samsung
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
_
Dear Wolfgang and Andy
Please check this patch.
On 4 January 2011 20:04, Minkyu Kang wrote:
> Signed-off-by: Minkyu Kang
> ---
> common/cmd_mmc.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
> index 43
n) & ~(0xf << TCON0_TIMER_SHIFT);
> + if (invert)
> + val |= TCON0_INVERTER;
> + } else {
> + val = readl(&pwm->tcon) & ~(0xf << TCON_TIMER_SHIFT(pwm_id));
> + if (invert)
> +
ing the old one)
> - various cleanups and coding style fixes
> - remove the unneeded config.mk file
If so, you should separate the patch.
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://
t; (((x + 1) * 4) + 2))
> +#define TCON_UPDATE(x) (1 << (((x + 1) * 4) + 1))
> +#define TCON_START(x) (1 << (((x + 1) * 4)))
ditto.
> +
> #ifndef __ASSEMBLY__
> struct s5p_timer {
> unsigned int tcfg0;
> diff --git a/includ
If FB address is defined as specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
---
arch/arm/lib/board.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index c620d2c..5a4d2bd 100644
--- a/arc
If FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
---
arch/m68k/lib/board.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c
index 7867ba5..a6cd9b8 100644
--- a/arch
If FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
Cc: Wolfgang Denk
Cc: Stefan Roese
Cc: Kim Phillips
Cc: Andy Fleming
Cc: Kumar Gala
---
arch/powerpc/lib/board.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --
If FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
Cc: Albert Aribaud
---
arch/arm/lib/board.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index c620d2c..5a4d2bd 1
+
> arch/arm/include/asm/arch-s5pc2xx/pwm.h | 19 +++
> include/pwm.h | 31 +
> 5 files changed, 259 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/s5p-common/pwm.c
> create mode 100644 include/pwm.h
>
applied t
Use pwm functions for timer that is PWM timer 4.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5p-common/timer.c | 49 +++---
arch/arm/include/asm/arch-s5pc1xx/pwm.h |8 +
arch/arm/include/asm/arch-s5pc2xx/pwm.h |8
Signed-off-by: Minkyu Kang
---
include/configs/s5pc210_universal.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/s5pc210_universal.h
b/include/configs/s5pc210_universal.h
index c033a8d..5915984 100644
--- a/include/configs/s5pc210_universal.h
+++ b
Signed-off-by: Minkyu Kang
---
include/configs/smdkc100.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index fb8b43c..1ae1234 100644
--- a/include/configs/smdkc100.h
+++ b/include/configs/smdkc100.h
@@ -68,6
Signed-off-by: Minkyu Kang
---
include/configs/s5p_goni.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index f53e798..597cf57 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -69,6
Dear Wolfgang,
On 14 March 2011 04:50, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message <4d75b591.3040...@samsung.com> you wrote:
>> If FB address is defined specific address then don't grab memory for LCD
>>
>> Signed-off-by: Minkyu Kang
>>
f FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
Cc: Albert Aribaud
Cc: Wolfgang Denk
Cc: Stefan Roese
Cc: Kim Phillips
Cc: Andy Fleming
Cc: Kumar Gala
---
v2
add document
arch/arm/lib/board.c |4
arch/m68k/lib/bo
On 10 March 2011 20:08, Minkyu Kang wrote:
> Use pwm functions for timer that is PWM timer 4.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/cpu/armv7/s5p-common/timer.c | 49 +++---
> arch/arm/include/asm/arch
Use the global data instead of bss variable, replace as follow.
count_value -> removed
timestamp -> tbl
lastdec -> lastinc
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5p-common/timer.c | 27 ---
1 files changed, 12 i
ed int control4;
> - unsigned char res4[0x6e];
> + unsigned char res5[0x6e];
> unsigned short hcver;
> - unsigned char res5[0xFF02];
> + unsigned char res6[0xFF00];
> };
>
> struct mmc_host {
> --
Thanks for patch.
But, you
GENERATED_GBL_DATA_SIZE)
> +
> +
> #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
#define CONFIG_SYS_CLK_FREQ 1200/* the SMDK2410 has 12MHz input clock
> */
>
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 David Müller,
On 22 March 2011 17:44, "David Müller (ELSOFT AG)" wrote:
> Minkyu Kang wrote:
>>> +/* additions for new relocation code, must be added to all boards */
>>> +#undef CONFIG_SYS_ARM_WITHOUT_RELOC
>>
>> Please remove this de
Dear David Müller,
On 22 March 2011 17:44, "David Müller (ELSOFT AG)" wrote:
> Minkyu Kang wrote:
>>> +#define CONFIG_SYS_TEXT_BASE 0x0
>>
>> Zero is right? Maybe 0x33F8?
>
> IMHO "Zero" should be correct with activated ARM reloc.
>
--
> arch/arm/include/asm/arch-s5pc1xx/mmc.h | 5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
Your patches are OK.
But, please make single patch including s5pc1xx and s5pc2xx.
Thanks
Minkyu Kang.
--
from. prom.
www.promsoft.net
__
ted.
>
> Signed-off-by: Chander Kashyap
> Signed-off-by: Tushar Behera
> ---
> arch/arm/include/asm/arch-s5pc1xx/mmc.h | 5 +++--
> arch/arm/include/asm/arch-s5pc2xx/mmc.h | 5 +++--
> 2 files changed, 6 insertions(+), 4 deletions(-)
>
applied to u-boot-samsung.
Thank
On 16 March 2011 20:06, Minkyu Kang wrote:
> Use the global data instead of bss variable, replace as follow.
>
> count_value -> removed
> timestamp -> tbl
> lastdec -> lastinc
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> arch/
set it to max (512 KiB) */
> - writew((7 << 12) | (512 << 0), &host->reg->blksize);
> + writew((7 << 12) | (data->blocksize & 0xFFF), &host->reg->blksize);
> writew(data->blocks, &host->reg->blkcnt);
> }
>
Dear David Müller,
On 22 March 2011 18:37, "David Müller (ELSOFT AG)" wrote:
> Minkyu Kang wrote:
>>> IMHO "Zero" should be correct with activated ARM reloc.
>>
>> Sorry but I can't understand.
>> Why?
>> Please let me know
Kashyap (2):
ARMV7: S5P: Fixed register offset in mmc.h
S5P: mmc: Resolved interrupt error during mmc_init
Donghwa Lee (1):
ARM: S5P: pwm driver support
Minkyu Kang (5):
S5P: timer: Use pwm functions
S5P: smdkc100: Enable the pwm driver
S5P: goni: Enable the pwm driver
If FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
Cc: Albert Aribaud
Cc: Wolfgang Denk
Cc: Stefan Roese
Cc: Kim Phillips
Cc: Andy Fleming
Cc: Kumar Gala
---
v3
fix whitespace errors
v2
add document
arch/arm/lib/board.c |
Dear Albert ARIBAUD,
2011-03-24 오후 10:57, Albert ARIBAUD 쓴 글:
> Le 24/03/2011 07:58, Minkyu Kang a écrit :
>> Dear Albert Aribaud,
>>
>> The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64:
>>
>>Merge branch 'master' of git:
at:
git://git.denx.de/u-boot-samsung master
Chander Kashyap (2):
ARMV7: S5P: Fixed register offset in mmc.h
S5P: mmc: Resolved interrupt error during mmc_init
Donghwa Lee (1):
ARM: S5P: pwm driver support
Minkyu Kang (5):
S5P: timer: Use pwm functions
S5P: smdkc100: Enab
> +#define CONFIG_SYS_NO_FLASH 1
> +#undef CONFIG_CMD_IMLS
> +#define CONFIG_IDENT_STRING " for SMDKC210/V310"
> +
> +/* base address for uboot */
> +#define CONFIG_SYS_PHY_UBOOT_BASE (CONFIG_SYS_SDRAM_BASE + 0x3e0)
> +#define CONFIG_SYS_MMC_UBOOT_START CONFIG_SYS_PHY_UBOOT_BASE
> +
> +#ifdef CONFIG_USE_IRQ
> +#define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
> +#define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
> +#endif
> +
> +#define CONFIG_CLK_1000_400_200
> +#define CONFIG_BOOTM_LINUX 1
Already defined at config_cmd_default.h
Please remove it.
> +#define CONFIG_INCLUDE_TEST
> +#define CONFIG_IMAGE_BOOT
> +#define USE_MMC2
> +#define MMC_MAX_CHANNEL 4
What is these defines?
> +
> +#define CONFIG_ENV_IS_IN_MMC 1
> +#define CONFIG_SYS_MMC_ENV_DEV 0
> +#define CONFIG_ENV_SIZE (16 << 10) /* 16 KB */
> +#define RESERVE_BLOCK_SIZE (512)
> +#define BL1_SIZE (16 << 10) /*16 K reserved for BL1*/
> +#define CONFIG_ENV_OFFSET (RESERVE_BLOCK_SIZE + BL1_SIZE)
> +#define CONFIG_DOS_PARTITION 1
> +
> +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR -
> 0x100)
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR -
GENERATED_GBL_DATA_SIZE)
is better.
> +
> +#undef CONFIG_SKIP_RELOCATE_UBOOT
> +#undef CONFIG_USE_NOR_BOOT
> +#undef CONFIG_USE_IRQ
> +#undef CONFIG_NO_SDMMC_DETECTION
> +#undef CONFIG_USB_STORAGE
remove these defines.
Please don't make private defines if you don't have special reason.
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
MC as high capacity
> --> I have reviewed and proposed a different, I think better and simpler, way.
> There is a curious dependency between capacity and high_capacity variables.
>
I'm not a maintainer of mmc.
Please ask to Andy Fleming.
Andy,
could you please check Ra
On 25 March 2011 17:28, David Müller wrote:
> Signed-off-by: David Müller
>
> ---
> include/configs/smdk2410.h | 6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
applied to u-boot-samsung
Thanks
Minkyu Kang
--
from. prom
oard/samsung/smdk2410/config.mk
>
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
clude/configs/smdk2410.h | 32 +--
> 4 files changed, 25 insertions(+), 454 deletions(-)
> delete mode 100644 board/samsung/smdk2410/flash.c
>
applied to u-boot-samsung
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot maili
ions(-)
>
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 Wolfgang Denk,
On 12 April 2011 04:24, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> You you ask for such changes, could you please also update the patch
> status in patchwork to "Changes Requested"? Thanks!
>
>
> [This applies to all other custodians as w
.
>
>
> U-Boot 2009.11 (Apr 07 2011 - 19:07:12)
>
Please try it with latest version. (2011.03)
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
Although load address and image start address are same address, bootm command
does memmove.
That is unnecessary memmove and can be taken few milliseconds (about 500 msec
to 1000 msec).
If reduce this memmove, we can reduce the boot time.
Please check this patch.
Thank you.
Minkyu Kang
Although load address and image start address are same address,
bootm command always does memmove.
That is unnecessary memmove and can be taken few milliseconds
(about 500 msec to 1000 msec).
If skip this memmove, we can reduce the boot time.
Signed-off-by: Minkyu Kang
---
common/cmd_bootm.c
And this patch will help you.
http://www.mail-archive.com/u-boot@lists.denx.de/msg09232.html
or
http://www.mail-archive.com/u-boot@lists.denx.de/msg09796.html
--
Minkyu Kang
from. prom.
promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http
> delete mode 100644 mmc_spl/board/samsung/smdkv310/u-boot.lds
>
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
k_rate(periph_id, rate);
> + else
> + return 0;
> +}
> diff --git a/arch/arm/include/asm/arch-exynos/clk.h
> b/arch/arm/include/asm/arch-exynos/clk.h
> index 5529025..4e51402 100644
> --- a/arch/arm/include/asm/arch-exynos/clk.h
> +++ b/arch/arm/inclu
/arch/periph.h file as we are using the
> 'enum periph_id'. Otherwise it will give compilation errors.
So, I commented.
"please modify to exynos5_set_spi_clk(int periph_id"
we don't have to use enum at parameter.
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 Hatim,
On 17 October 2012 15:26, Hatim Rv wrote:
> Dear Minkyu Kang,
>
> On Wed, Oct 17, 2012 at 10:55 AM, Minkyu Kang wrote:
>> Dear Hatim,
>>
>> On 17 October 2012 14:21, Hatim Rv wrote:
>>>>> diff --git a/arch/arm/include/asm/arch-exynos/clk.h
DE_0
> +#define CONFIG_SF_DEFAULT_SPEED5000
> +#define EXYNOS5_SPI_NUM_CONTROLLERS5
> +#endif
> +
> +#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
> +#define CONFIG_ENV_SPI_MODESPI_MODE_0
> +#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
> +#d
f
>
> #define MPLL_FOUT_SEL_SHIFT4
> +#define EXYNOS5_EPLLCON0_LOCKED_SHIFT 29 /* EPLL Locked bit position*/
> +#define TIMEOUT_EPLL_LOCK 1000
> +
> +#define AUDIO_0_RATIO_MASK 0x0f
> +#define AUDIO_1_RATIO_MASK 0x0f
> +
> +#
) {
>> + s5p_gpio_cfg_pin(&gpio2->f2, i, GPIO_FUNC(0x4));
>> + s5p_gpio_cfg_pin(&gpio2->e4, i, GPIO_FUNC(0x4));
>>+}
Hm... no.
It can be possible.
+ for (i = 0; i < 2; i++) {
+ s5p_gpio_cfg_pin(&gpio2->f0, i + 2, GPIO_FUNC(0x4));
+ s5p_gpio_cfg_pin(&gpio2->e0, i + 4, GPIO_FUNC(0x4));
+}
>
> Note: this is just a suggestion, it is up to you, and I have acked
> this patch anyway.
Yes, It's up to him. :)
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
his?
>
This patch have dependency of dw-mmc patch. (because of Makefile)
It should be merged to Andy's tree.
Andy,
I've delegate this patch to you.
http://patchwork.ozlabs.org/patch/191723/
Please check.
Thanks.
Minkyu Kang.
--
from. prom.
www.promsoft.net
___
Dear Marek,
On 22 July 2012 00:02, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: David Müller
> Cc: Minkyu Kang
> Cc: Wolfgang Denk
> Cc: Albert Aribaud
> Cc: U-Boot DM
> ---
> arch/arm/cpu/armv7/s5p-common/Makefile|1 -
>
++
> 5 files changed, 210 insertions(+), 0 deletions(-)
> create mode 100644 drivers/misc/pmic_max77686.c
> create mode 100644 include/max77686_pmic.h
>
applied to u-boot-samsung.
Thanks.
Minkyu Kang.
--
from. prom.
www.promsoft.net
_
+
> 2 files changed, 27 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/cpu/arm1176/s3c64xx/init.c
>
applied to u-boot-samsung.
Thanks.
Minkyu Kang.
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.
On 15 October 2012 22:06, Chander Kashyap wrote:
> From: Minkyu Kang
>
> Based upon single SoC there can be multiple variants.
> This patch add support to match the complete product ID.
>
> Signed-off-by: Chander Kashyap
> ---
> Changes from v1:
> - Author nam
On 15 October 2012 20:58, Chander Kashyap wrote:
> From: Minkyu Kang
>
> Moved the common code to calculate pll clock rate to new function
> exynos_get_pll_clk().
>
> Signed-off-by: Chander Kashyap
> ---
> Changes from v1:
> - Author name changed
> arc
Signed-off-by: Hatim Ali
> ---
> Changes since v4:
> Added Signed-off-by of James Miller
> Changes since v5:
> Incorporated review comments by Minkyu Kang
> Changes since v6:
> Based on the review by Minkyu Kang, moved the include periph.h define
> to
>
2012. 10. 26. 19:12 Marek Vasut 작성:
> Dear Jaehoon Chung,
>
>> From: Minkyu Kang
>>
>> This patch is fixing the following errors
> [...]
>
> Acked-by: Marek Vasut
>
> Best regards,
> Marek Vasut
> ___
2s_config pinmux function static.
> - corrected the commit message for "Enable sound" patch.
> Changes in V3:
> - Incorporated comments from Simon Glass and Minkyu Kang.
> Changes in V4:
> - Corrected the coding style issues suggested by Simon Glass.
> Makefile
ss
> Changes in V6:
> - Incorporated review comments by Minkyu Kang
> Changes in V7:
> - Incorporated review comments by Minkyu Kang & Simon Glass
> Changes in V8:
> - Rebased on u-boot-samsung.git
>
> Hatim Ali (2):
> EXYNOS: Add clock for SPI
&g
> create mode 100644 drivers/video/ld9040.c
> create mode 100644 include/ld9040.h
>
applied to u-boot-samsung.
Thanks.
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
; - Incorporated review comments by Minkyu Kang
> Changes in V7:
> - Incorporated review comments by Minkyu Kang & Simon Glass
> Changes in V8:
> - Rebased on u-boot-samsung.git
> Changes in V9:
> - Rebased on u-boot-samsung.git
>
> Hatim
ges for v4:
> - None
> Changes for v5:
> - None
> ---
> board/samsung/trats/trats.c | 11 +++
> 1 files changed, 7 insertions(+), 4 deletions(-)
>
Acked-by: Minkyu Kang
Thanks.
Minkyu Kang.
___
U-Boot mailing list
U-Boot@
On 06/11/12 02:28, Lukasz Majewski wrote:
> MUIC IC built into the MAX8997 device is enabled at TRATS.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> ---
> Changes for v2:
> - None
> Changes for v3:
> - None
> Changes
On 06/11/12 02:28, Lukasz Majewski wrote:
> FG IC built into the MAX8997 device (compliant to MAX17042) is enabled
> at TRATS.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> ---
> Changes for v2:
> - None
> Changes for
On 06/11/12 02:28, Lukasz Majewski wrote:
> Support for TRATS battery has been added. It is treated as a "normal"
> power related device and thereof controlled by pmic/power subsystem.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu
On 06/11/12 02:28, Lukasz Majewski wrote:
> The battery connected to Samsung's Trats development board is now
> charged when voltage drops below threshold.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> ---
> Changes fo
1101 - 1200 of 1563 matches
Mail list logo