87338
>
>
> 2014-08-04 10:13 GMT+09:00 Masahiro Yamada :
>> Inderpal's email address is not working any more.
>> Chander will be a new maintainer.
>>
>> Signed-off-by: Masahiro Yamada
>> Cc: Chander Kashyap
>> Cc: Minkyu Kang
>> ---
>&g
ions(+), 30 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
: Use 'else if' clause instead of 'if'.
>>
>> Is this series ready to be merged? I have several series dependent on it.
> I have addressed all the comments from Minkyu.
> Hopefully, it should get in this time!
>
> Ajay
>
Could you please rebase & resend this patch?
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
lude/configs/trats.h|3 -
> include/configs/trats2.h |3 -
> include/fdtdec.h |2 +
> lib/fdtdec.c |2 +
> 23 files changed, 494 insertions(+), 111 deletions(-)
> create mode 100644 drivers/video/parade.c
>
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
/Makefile
create mode 100644 board/samsung/odroid/odroid.c
create mode 100644 board/samsung/odroid/setup.h
create mode 100644 configs/odroid_defconfig
create mode 100644 doc/README.odroid
create mode 100644 drivers/video/parade.c
create mode 100644 include/configs/odroid.h
--
Thanks,
Minkyu Kang
On 05/09/14 19:50, Przemyslaw Marczak wrote:
> Hello Minkyu,
>
> On 09/05/2014 08:55 AM, Minkyu Kang wrote:
>> On 24/07/14 19:42, Przemyslaw Marczak wrote:
>>> This patch changes MPLL from 800MHz to 880MHz on Odroid.
>>>
>>> Signed-off-by: Przemyslaw M
-#define CONFIG_SYS_I2C_INIT_BOARD
> -#define CONFIG_SYS_I2C
> -#define CONFIG_CMD_I2C
> -#define CONFIG_SYS_I2C_S3C24X0_SPEED 10 /* 100 Kbps */
> -#define CONFIG_SYS_I2C_S3C24X0
> -#define CONFIG_MAX_I2C_NUM 8
> -#define CONFIG_SYS_I2C_S3C24X0_SLAVE0x0
> -#define
; +#include
>
> #define CONFIG_SMDK5420 /* which is in a SMDK5420 */
>
> #undef CONFIG_DEFAULT_DEVICE_TREE
> #define CONFIG_DEFAULT_DEVICE_TREE exynos5420-smdk5420
>
> -/* select serial console configuration */
> -#define CONFIG_SERIAL3 /* use SERIAL 3 */
> -
> #define CONFIG_SYS_PROMPT"SMDK5420 # "
> #define CONFIG_IDENT_STRING " for SMDK5420"
>
>
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
> +int tps65090_init(void)
> +{
> + puts("TPS65090 PMIC EC init\n");
> +
> + config.dev = board_get_cros_ec_dev();
> + if (!config.dev) {
> + debug("%s: no cros_ec device: cannot init tps65090\n",
> + __func__);
> +
5-common.h} (64%)
> create mode 100644 include/configs/exynos5-dt-common.h
> rename include/configs/{exynos5250-dt.h => exynos5250-common.h} (88%)
> rename include/configs/{exynos5420.h => exynos5420-common.h} (71%)
>
patch failed at latest u-boot-samsung tree.
error: patch
Hi,
On 01/10/14 11:12, Simon Glass wrote:
> Hi Minkyu,
>
> On 30 September 2014 07:47, Minkyu Kang wrote:
>> Dear Simon Glass,
>>
>>>
>>
>> patch failed at latest u-boot-samsung tree.
>>
>> error: patch failed: include/configs/smdk5250.h:
divisor = 40;
> -#else
> -# error CONFIG_S3C44B0_CLOCK_SPEED undefined
> -#endif /* break; */
> - }
> + u32 divisor = BRD(gd->baudrate);
>
> serial_flush_output();
> serial_flush_input();
> --
> 1.6.0.4
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Thanks
Minkyu Kang.
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 5 August 2010 10:14, Minkyu Kang wrote:
> Use the standard debug macro instead of the costom macro
>
> Signed-off-by: Minkyu Kang
> Cc: Wolfgang Denk
> ---
> drivers/mmc/s5p_mmc.c | 30 --
> 1 files changed, 12 insertions(+), 18 deletions(-
Dear Reinhard Meyer,
On 10 August 2010 15:10, Reinhard Meyer wrote:
> Dear Minkyu Kang,
>
> my five cents:
>
>>> #define REGL(addr) (*(volatile unsigned int *)(REGBASE+addr))
>>> #define REGW(addr) (*(volatile unsigned short *)(REGBASE+addr))
>>&
This patch is intended to prepare the other S5P SoC. (s5pc210)
If use SoC specific defines then can't share with other SoC.
So, make the accessor functions for access the base address by common way.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5pc1xx/cl
On 13 August 2010 16:45, Minkyu Kang wrote:
> This patch is intended to prepare the other S5P SoC. (s5pc210)
> If use SoC specific defines then can't share with other SoC.
> So, make the accessor functions for access the base address by common way.
>
> Signed-off-by: Minkyu K
Because of these are common files around s5p Socs, rename from s5pc1xx to s5p.
And getting cpu_id is SoC specific, so move to SoC's header file.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5p-common/cpu_info.c | 11 +--
arch/arm/cpu/armv
This patch adds basic support for s5pc210.
s5p-common will be used by all of s5p SoCs.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
Makefile |7 +
arch/arm/cpu/armv7/s5p-common/Makefile | 46 +++
arch/arm/cpu/armv7/s5p-common
This patch adds basic support for s5pc210.
s5p-common will be used by all of s5p SoCs.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v2: no change
Makefile |7 +
arch/arm/cpu/armv7/s5p-common/Makefile | 46 +++
arch/arm/cpu/armv7/s5p
Because of these are common files around s5p Socs, rename from s5pc1xx to s5p.
And getting cpu_id is SoC specific, so move to SoC's header file.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v2: moves read funcion also to s5p_set_cpu_id().
arch/arm/cpu/armv7/s5p-c
This patch fixed the size of mmc structure.
Signed-off-by: Minkyu Kang
---
arch/arm/include/asm/arch-s5pc1xx/mmc.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-s5pc1xx/mmc.h
b/arch/arm/include/asm/arch-s5pc1xx/mmc.h
index ac560c2..68c59d1
in was working on it.
But, Kevin didn't send next patch.
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 20 August 2010 14:11, Minkyu Kang wrote:
> This patch adds basic support for s5pc210.
> s5p-common will be used by all of s5p SoCs.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> v2: no change
>
> Makefile |
On 20 August 2010 14:11, Minkyu Kang wrote:
> Because of these are common files around s5p Socs, rename from s5pc1xx to s5p.
> And getting cpu_id is SoC specific, so move to SoC's header file.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> v2:
On 20 August 2010 18:12, Minkyu Kang wrote:
> This patch fixed the size of mmc structure.
>
> Signed-off-by: Minkyu Kang
> ---
> arch/arm/include/asm/arch-s5pc1xx/mmc.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
applied to u-boot-samsung
--
from. p
Use the same configuration around S5P SoCs.
(s5pc100, s5pc110, s5pc210 and so on)
Signed-off-by: Minkyu Kang
---
common/serial.c |4 ++--
drivers/gpio/Makefile |2 +-
drivers/mtd/onenand/samsung.c |6 +++---
drivers/serial/Makefile |2 +-
include
New line is unnecessary at last line of macro.
Signed-off-by: Minkyu Kang
---
arch/arm/include/asm/arch-s5pc1xx/cpu.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h
b/arch/arm/include/asm/arch-s5pc1xx/cpu.h
index 0e80ba3
Because of peripheral devices can select clock sources,
separate the peripheral clocks. (pwm, uart and so on)
It just return the pclk at s5pc1xx SoC,
but s5pc210 SoC must be calculated by own clock register setting.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7
> + u32 INTSUBMSK;
> +#endif
> };
We don't allow upper case structure members.
That is reason for why kevin sent clean-up patches.
Please fix it globally.
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
Typically we declare the name of gpio structure to "gpio",
so it was duplicated around the name. (e.g: gpio->gpio_a)
This patch modified the naming that is removing "gpio_".
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/arc
/serial/serial_s3c24x0.c | 26 +-
> 22 files changed, 993 insertions(+), 723 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-s3c24x0/s3c2440.h
Your patch have many style problems.
(total: 178 errors, 805 warnings, 2928 lines checked)
Please run checkpatch.pl.
I
On 23 August 2010 20:01, Minkyu Kang wrote:
> Use the same configuration around S5P SoCs.
> (s5pc100, s5pc110, s5pc210 and so on)
>
> Signed-off-by: Minkyu Kang
> ---
> common/serial.c | 4 ++--
> drivers/gpio/Makefile | 2 +-
> drivers/mtd/
On 24 August 2010 16:50, Minkyu Kang wrote:
> New line is unnecessary at last line of macro.
>
> Signed-off-by: Minkyu Kang
> ---
> arch/arm/include/asm/arch-s5pc1xx/cpu.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
applied to u-boot-samsung
Minky
On 24 August 2010 16:51, Minkyu Kang wrote:
> Because of peripheral devices can select clock sources,
> separate the peripheral clocks. (pwm, uart and so on)
> It just return the pclk at s5pc1xx SoC,
> but s5pc210 SoC must be calculated by own clock register setting.
>
> Sig
On 25 August 2010 14:05, Minkyu Kang wrote:
> Typically we declare the name of gpio structure to "gpio",
> so it was duplicated around the name. (e.g: gpio->gpio_a)
> This patch modified the naming that is removing "gpio_".
>
> Signed-off-by: Minky
Please pull u-boot-samsung/master
Thanks
The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
git://git.denx.de/u-boot-samsung mast
_gpio_bank *so_bank;
Is it S5P SoC specific?
It will be occur compiler errors at other SoCs.
> +
> + unsigned int cs_num;
> + unsigned int clk_num;
> + unsigned int si_num;
> + unsigned int so_num;
> +
> + unsigned int mode;
> + unsigned int cs_active;
> + unsigned int word_len;
> +
> + unsigned int set_rev;
> +};
> +
> +void spi_gpio_write(struct spi_platform_data *spi,
> + unsigned int address, unsigned int command);
> +
> /*---
> * Initialization, must be called once on start up.
> *
> --
> 1.6.0.4
>
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
>
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This patch is for s5pc210 support.
Due to the resigter of baudrate is changed from slot to value,
add both of them to uart structure.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/arch-s5pc1xx/uart.h | 14 +++---
drivers/serial/serial_s5p.c
onenand_sub, ARRAY_SIZE(cmd_onenand_sub));
> +}
> +#endif
> +
> static int do_onenand(cmd_tbl_t * cmdtp, int flag, int argc, char * const
> argv[])
> {
> cmd_tbl_t *c;
> --
> 1.7.1
>
I've prepared same patch. :)
Acked-by: Minkyu Kang
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 Marek Vasut,
On 3 October 2010 03:59, Marek Vasut wrote:
> Dne So 2. října 2010 20:28:19 Minkyu Kang napsal(a):
>> Dear Vasut,
>>
>> On 3 October 2010 02:33, Marek Vasut wrote:
>> > Signed-off-by: Marek Vasut
>> > ---
>> > arch/arm/lib/
file
Applying: exynos: config: Move cros_ec and tps65090 out of smdk boards
Applying: config: Move arndale to use common exynos5250 file
Applying: config: Move smdkv310 to use common exynos4 file
Applying: samsung: Enable device tree for s5p_goni
error: patch failed: arch/arm/Kconfig:547
error: arch/arm/Kconfig: patch does not apply
Patch failed at 0013 samsung: Enable device tree for s5p_goni
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 08/10/14 00:14, Simon Glass wrote:
> Hi Minkyu,
>
> On 7 October 2014 05:24, Minkyu Kang wrote:
>> Dear Simon Glass,
>>
>> On 06/10/14 03:39, Simon Glass wrote:
>>> Hi Minkyu,
>>>
>>> On 1 October 2014 21:44, Simon Glass wrote:
>>
100.dts
> create mode 100644 arch/arm/include/asm/arch-s5pc1xx/periph.h
> create mode 100644 arch/arm/include/asm/arch-s5pc1xx/pinmux.h
> create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
> rename include/configs/{exynos4-dt.h => exynos-common.h} (51%)
&
/s5pc1xx/cache.c | 47
> ++
> 2 files changed, 47 insertions(+), 30 deletions(-)
> delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.S
> create mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.c
>
applied to
On 26/09/14 18:54, Masahiro Yamada wrote:
> The email address of Rajeshwari Shinde
> is not working.
>
> This commit gives Akshay the maintainership of Snow and
> SMDK5420 boards.
>
> Signed-off-by: Masahiro Yamada
> Cc: Akshay Saraswat
> Cc: Minkyu Kang
> ---
On 23/09/14 19:46, Przemyslaw Marczak wrote:
> This change fixes suspend/resume issue in the kernel caused
> by the wrong 'aclk_cores' clock value expected by the kernel.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Minkyu Kang
> ---
> board/samsung/odroid/odroid.
eps the previous mmc load command if boot script fails.
>>
>> Signed-off-by: Guillaume GARDET
>> Cc: Minkyu Kang
>>
>> ---
>> include/configs/origen.h | 35 ++-
>> 1 file changed, 34 insertions(+), 1 deletion(-)
&g
FIG_OF_SEPARATE
>> #define CONFIG_OF_LIBFDT
>>
>> +#define CONFIG_SYS_GENERIC_BOARD
>> +
>> #endif /* __CONFIG_H */
>>
>
> Acked-by: Robert Baldyga
>
Then how's your patch?
http://patchwork.ozlabs.org/patch/390306/
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
b219773957d2ee8fedb56f0fcb19288eb72d4867:
odroid: clock: set aclk_cores to 200MHz (2014-10-08 19:48:43 +0900)
Masahiro Yamada (1):
exynos: update maintainer of Snow and SMDK5420 board
Minkyu Kang (3):
Revert "odroid: set
Hi,
On 09/10/14 04:13, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang
> wrote:
>
>> Dear Albert,
>>
>> The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125:
>>
>> git-mailrc: add me
> + PHYPWR_NORMAL_MASK_HSIC1 | PHYPWR_NORMAL_MASK_PHY1 |
> + PHYPWR_NORMAL_MASK_PHY0));
> +}
> +
> +/* Reset the EHCI host controller. */
> +static void reset_usb_phy(struct exynos_usb_phy *usb)
> +{
> + if (cpu_is_exynos5())
> +
2 reg, u32 checkbit, u32
> Status)
>
Please do not use uppercase.
> +{
> + if ((__raw_readl(base + reg) & checkbit) == Status)
>
Please define registers as structure and access via structure.
Please fix it globally.
> +
Dear Suriyan Ramasami,
On 25/10/14 01:08, Suriyan Ramasami wrote:
> Hello Minkyu Kang,
>
>
> On Thu, Oct 23, 2014 at 9:58 PM, Minkyu Kang wrote:
>> Dear Suriyan Ramasami,
>>
>> On 21/10/14 02:52, Suriyan Ramasami wrote:
>>> This change adds support fo
Dear Ian Campbell,
On 29/10/14 19:34, Ian Campbell wrote:
> On Sun, 2014-10-26 at 16:27 +0900, Minkyu Kang wrote:
>> Dear Ian Campbell,
>>
>> On 7 October 2014 22:56, Ian Campbell wrote:
>> From: Ian Campbell
>>
>> This is base
arndale.h
patching file include/configs/exynos-common.h
Hunk #1 succeeded at 30 (offset 7 lines).
Hunk #2 succeeded at 39 (offset 7 lines).
Hunk #3 succeeded at 57 (offset 7 lines).
Hunk #4 FAILED at 59.
Hunk #5 succeeded at 91 (offset 8 lines).
Thanks,
Minkyu Kang.
__
figs/exynos5-common.h| 45
> ++---
> include/configs/exynos5-dt-common.h | 17 ++
> include/configs/exynos5250-common.h | 2 --
> include/configs/exynos5420-common.h | 2 --
> 5 files changed, 47 insertions(+), 22 deletions(-)
>
ple
ch-exynos/gpio.h | 59
> ++---
> 1 file changed, 39 insertions(+), 20 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
rtions(+)
>
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
for those gpios.
>
> Signed-off-by: Przemyslaw Marczak
> ---
> board/samsung/odroid/odroid.c | 11 ++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
___
U-Boot maili
s_s5pcXXX check.
>> Is it a acceptable solution? Or is it necessary to write SoC specific
>> function
>> in clock.c as done in case of s5pc1xx/clock.c.
>>
>> Please Advice
> Removing CONFIG_EXYNOS5 and following s5pc1xx case will not allow to
> reuse t
Dear Chander Kashyap,
On 5 January 2012 19:31, Chander Kashyap wrote:
> Hi Minkyu Kang,
>
> On 5 January 2012 12:13, Minkyu Kang wrote:
>> Dear Chander Kashyap,
>>
>> On 27 December 2011 17:48, Chander Kashyap
>> wrote:
>>>>> > Torsten
= s5p_mmc_init(2, 4);
> + }
> +
> + return err;
> +
Please remove this space.
> +}
> +#endif
> +
> +#ifdef CONFIG_USB_GADGET
> +static int s5pc210_phy_control(int on)
> +{
> + int ret = 0;
> + struct pmic *p = get_pmic();
> +
> +
| (RX_LEVEL_INTERRUPT << 8) \
> + | (RX_TIME_OUT << 7) \
> + | (RX_ERROR_STATE_INT_ENB << 6) \
> + | (LOOP_BACK << 5) \
> +
On 11 January 2012 13:00, Kim, Heungjun wrote:
> Hi Minkyu Kang,
>
>
> On 2012년 01월 11일 11:35, Minkyu Kang wrote:
>>
>> Dear HeungJun, Kim,
>>
>> On 10 January 2012 18:00, HeungJun, Kim wrote:
>>>
>>> This patch adds support for Samsung TRATS
>
> +#define exynos5_gpio_part1_get_nr(bank, pin) \
If it support just one part then remove part1. (exynos5_gpio_get_nr)
> + ((unsigned int) &(((struct exynos5_gpio_part1 *) \
> + EXYNOS5_GPIO_PART1_BASE)->bank)) \
> + - EXYNOS5_GPIO_PART1_BAS
efile
> create mode 100644 board/samsung/smdk5250/lowlevel_init.S
> create mode 100644 board/samsung/smdk5250/mem_setup.S
> create mode 100644 board/samsung/smdk5250/smdk5250.c
> create mode 100644 board/samsung/smdk5250/smdk5250_setup.h
> create mo
; + } else if (cpu_is_exynos4()) {
> + if (nr < EXYNOS4_GPIO_PART1_MAX)
> + return EXYNOS4_GPIO_PART1_BASE;
> + else
> + return EXYNOS4_GPIO_PART2_BASE;
> + }
> else
> - return EXYNOS4_GPIO_PART2_BASE;
> -
> - return 0;
> + return 0;
Please remove "else", and do return.
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
/Makefile
> create mode 100644 board/samsung/trats/setup.h
> create mode 100644 board/samsung/trats/trats.c
> create mode 100644 include/configs/trats.h
>
applied to u-boot-samsung.
Chander Kashyap,
Please refer to this patch for converting C codes.
Thanks.
Minkyu Kang.
--
from. pro
This patch adds support the generic watchdog timer for s5pc1xx and exynos4
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
Cc: HeungJun, Kim
---
arch/arm/cpu/armv7/s5p-common/Makefile |1 +
arch/arm/cpu/armv7/s5p-common/wdt.c | 59 ++
arch
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
Cc: HeungJun, Kim
---
board/samsung/trats/trats.c | 11 +--
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
index 2925cff..f795ff0 100644
--- a/board
Since MACH_TYPE_ORIGEN is updated on mach-types,
remove the MACH_TYPE_ORIGEN on config file.
Signed-off-by: Minkyu Kang
Cc: Chander Kashyap
---
include/configs/origen.h |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/configs/origen.h b/include/configs/origen.h
On 18 January 2012 16:21, Minkyu Kang wrote:
> This patch adds support the generic watchdog timer for s5pc1xx and exynos4
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> Cc: HeungJun, Kim
> ---
> arch/arm/cpu/armv7/s5p-common/Makefile | 1 +
>
On 18 January 2012 16:21, Minkyu Kang wrote:
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> Cc: HeungJun, Kim
> ---
> board/samsung/trats/trats.c | 11 +--
> 1 files changed, 1 insertions(+), 10 deletions(-)
>
applied to u-boot-samsung.
Minkyu
On 18 January 2012 17:42, Minkyu Kang wrote:
> Since MACH_TYPE_ORIGEN is updated on mach-types,
> remove the MACH_TYPE_ORIGEN on config file.
>
> Signed-off-by: Minkyu Kang
> Cc: Chander Kashyap
> ---
> include/configs/origen.h | 2 --
> 1 files changed, 0 in
GPIO_PULL_NONE);
> s5p_gpio_cfg_pin(&gpio1->a1, i,
> GPIO_FUNC((i == 2 || i == 3) ? 0x3 : 0x2));
> --
Actually we don't have to set all of UARTs.
Because, we only use UART2 for serial.
I will post new patch for it.
Thanks
M
Signed-off-by: Minkyu Kang
Signed-off-by: HeungJun, Kim
Cc: Chander Kashyap
---
board/samsung/trats/trats.c | 18 +++---
1 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
index f795ff0..aa4291d 100644
--- a
On 4 February 2012 04:43, Albert ARIBAUD wrote:
> Hi David,
>
> Le 09/01/2012 08:23, "David Müller (ELSOFT AG)" a écrit :
>>
>> Hello
>>
>> Any news?
>
>
> Adding Minkyu.
>
> Amicalement,
> --
> Albert.
>
Acked-by:
On 26 January 2012 20:21, Minkyu Kang wrote:
> Signed-off-by: Minkyu Kang
> Signed-off-by: HeungJun, Kim
> Cc: Chander Kashyap
> ---
> board/samsung/trats/trats.c | 18 +++---
> 1 files changed, 7 insertions(+), 11 deletions(-)
>
applied to u-boot-sa
k5250/lowlevel_init.S
> create mode 100644 board/samsung/smdk5250/mmc_boot.c
> create mode 100644 board/samsung/smdk5250/setup.h
> create mode 100644 board/samsung/smdk5250/smdk5250.c
> create mode 100644 board/samsung/smdk5250/tzpc_init.c
> create mo
++
>> include/configs/smdk5250.h | 11 -
>> 2 files changed, 103 insertions(+), 2 deletions(-)
>>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
EXYNOS: SMDK5250: Add MMC SPL support
SMDK5250: Add ethernet support
HeungJun, Kim (3):
ARMV7: Exynos4: Add watchdog.h for Exynos4
ARMV7: Exynos4: Add supoort power for Exynos4
ARMV7: Exynos4: Add support for TRATS board
Minkyu Kang (4):
ORIGEN: remove duplicated
wait few days, cuz I have network problem in the office.
David,
Are there other pending patches?
If so, please let me know.
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
xx/cpu.h:89: if (cpu_is_s5pc210())
\
arch-s5pc2xx/gpio.h:35:struct s5pc210_gpio_part1 {
arch-s5pc2xx/gpio.h:54:struct s5pc210_gpio_part2 {
arch-s5pc2xx/gpio.h:78:struct s5pc210_gpio_part3 {
arch-s5pc2xx/gpio.h:95:#define s5pc210_gpio_part1_get_nr(bank, pin) \
arch-s5pc2xx/gpio.h:96: ((unsigned int) &(((struct s5pc210_gpio_part1 *) \
arch-s5pc2xx/gpio.h:101:#define GPIO_PART1_MAX ((sizeof(struct
s5pc210_gpio_part1) \
arch-s5pc2xx/gpio.h:104:#define s5pc210_gpio_part2_get_nr(bank, pin) \
arch-s5pc2xx/gpio.h:105:(((unsigned int) &(((struct
s5pc210_gpio_part2 *) \
Similarly, you can found such things in board files and config files.
Please modify them also.
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
t; rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/uart.h (100%)
>
Applying: S5PC2XX: Rename S5pc2XX to exynos4
error: patch failed: boards.cfg:195
error: boards.cfg: patch does not apply
Patch failed at 0001 S5PC2XX: Rename S5pc2XX to exynos4
I couldn't test your patch.
Please remake the patch.
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
by: Kyungmin Park
>> Cc: Remy Bohmer
>> Cc: Minkyu Kang
>> ---
>> Changes for v2:
>> - #include added for fixing build warning
>
> Patch does not apply (anymore?) on u-boot-usb. Furthermore, the board
> maintainer should
rch-s5pc2xx => arch-exynos}/gpio.h (84%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/mmc.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/pwm.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/sromc.h (100%)
> rename arch/arm/in
Dear Albert,
The following changes since commit 15422043c4a213dc5d7d59a337be1ab34c9b2e7f:
davinci: Remove unwanted memsize.c from hawkboard's nand spl build
(2011-12-06 23:59:41 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Chander Kashyap (1):
Dear Lukasz Majewski,
On 15 December 2011 01:41, Lukasz Majewski wrote:
> This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal)
> reference target.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> CC: Remy Bo
PLL) / (core_ratio + 1);
This output is not dout_apll.
Please fix it.
> + dout_apll /= (core2_ratio + 1);
>
> return dout_apll;
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
Gustschin
> Cc: Lukasz Majewski
> Cc: Minkyu Kang
> ---
> board/samsung/universal_c210/universal.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/board/samsung/universal_c210/universal.c
> b/board/samsung/universal_c210/universal.c
> i
Dear Lukasz Majewski,
On 15 December 2011 18:32, Lukasz Majewski wrote:
> This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal)
> reference target.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> CC: Remy Bo
L [27:24]
> */
> +#ifdef CONFIG_EXYNOS5
> + sel = readl(&clk->src_peric0);
> +#else
> sel = readl(&clk->src_peril0);
> +#endif
NAK.
We don't allow to using ifdef for separating SoCs.
Please refer s5pc1xx case for solve
Options */
> #define CONFIG_SAMSUNG 1 /* in a SAMSUNG core */
> #define CONFIG_S5P 1 /* S5P Family */
> +#define CONFIG_EXYNOS4 1 /* EXYNOS4 Family */
> #define CONFIG_EXYNOS4210 1 /* which is a EXYNOS
AX_CHANNEL 5
>
> +/* Enable devicetree support */
> +#define CONFIG_OF_LIBFDT
> +
Why you separate this patch?
Thanks.
Minkyu Kang.
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
-)
>
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
nos/clock.c | 15 +--
> 1 files changed, 9 insertions(+), 6 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
>
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
EVT0 base codes,
>> but i know the kernel supports only Exynos5250 EVT1.
>>
>> So, let's remove Exynos5250 EVT0 codes and add EVT1 codes at the u-boot also.
>> Could you follow up it?
>>
> -- Yes currently we are working on that
So.. do you need to support EVT0?
_con0;
> unsigned int bpll_con1;
> @@ -574,8 +588,10 @@ struct exynos5_clock {
> unsigned int clkout_cmu_cdrex_div_stat;
> unsigned char res108[0x8];
> unsigned int lpddr3phy_ctrl;
> - unsigned char res109[0xf5f8];
> + unsigned char
comment style.
> + if (pllreg == MPLL) {
> + pll_div2_sel = readl(&clk->pll_div2_sel);
> + mpll_fout_sel = (pll_div2_sel >> MPLL_FOUT_SEL_SHIFT)
> + & MPLL_FOUT_SEL_MASK;
> + if (mpll_fout_sel == 0)
301 - 400 of 1563 matches
Mail list logo