2 +-
> 1 files changed, 1 insertions(+), 1 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
t; mmc_spl/board/samsung/smdkv310/u-boot.lds | 2 ++
> 2 files changed, 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
t; NAK:ed by Wolfgang.
>
Could you please give me the link of that thread?
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
gt; get_bad_stack
> bad_save_user_regs
> bl do_undefined_instruction
>
> Signed-off-by: Chander Kashyap
> ---
> mmc_spl/board/samsung/smdkv310/Makefile | 1 +
> mmc_spl/board/samsung/smdkv310/mmc_boot.c | 30
>
Hi,
I have question or request about omap3 mmc.
I want to write the image to mmc.
But, omap3_mmc has no function for it.
Do you have some patches for omap3_mmc?
or..
How about implementation generic mmc for omap3?
Please check this issue.
Thank you :)
---
Minkyu Kang
There are 3 MMC/SD/SDIO host controllers inside the device.
This patch will support mmc2 and mmc3.
Signed-off-by: Minkyu Kang
---
drivers/mmc/omap3_mmc.c | 38 ++---
include/asm-arm/arch-omap3/mmc_host_def.h | 18 -
include/asm-arm/arch
ou think?
Surely possible.
As you known, there is no interface for selecting device.
Can I add new command for that? (E.g. mmcselect )
And I want to change the mmcinit command too.
I.e. getting dev num by argument.
like this
mmcinit
If that is not in, we must select mmc device before mmcinit.
This patch improves device command for selecting mmc device
Signed-off-by: Minkyu Kang
---
common/cmd_mmc.c | 69 ++
1 files changed, 64 insertions(+), 5 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 16c919b..2557892
There are 3 MMC/SD/SDIO host controllers inside the device.
This patch will support mmc2 and mmc3(mmc3 have not tested)
Signed-off-by: Minkyu Kang
---
drivers/mmc/omap3_mmc.c | 74 -
include/asm-arm/arch-omap3/mmc_host_def.h | 10 +++-
include
This patch improves device command for selecting mmc device
Signed-off-by: Minkyu Kang
---
common/cmd_mmc.c | 61 +
1 files changed, 56 insertions(+), 5 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 16c919b..fb99899
0x480B4000
>> +#define OMAP_HSMMC_BASE_MMC30x480AD000
> it's really a shame that TI does not make it in order and at the same shift
> so we could do this
> #define OMAP_HSMMC_BASE(x) (0x4809C000 + (shift << x))
right but.. I can't find any patterns for OMAP's HSMMC register.
also HSMMC register is defined separately at linux kernel code
(please see arch/arm/plat-omap/include/mach/mmc.h)
Many thanks
Minkyu Kang
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This patch support the soft reset at s3c6410
Signed-off-by: Minkyu Kang
---
cpu/arm1176/cpu.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/cpu/arm1176/cpu.c b/cpu/arm1176/cpu.c
index 1e94f7d..cb13d9c 100644
--- a/cpu/arm1176/cpu.c
+++ b/cpu/arm1176/cpu.c
@@ -112,7
This patch fix the wrong gpio offset
Signed-off-by: Minkyu Kang
---
include/s3c6400.h |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/s3c6400.h b/include/s3c6400.h
index fd3e99b..1da85a1 100644
--- a/include/s3c6400.h
+++ b/include/s3c6400.h
@@ -215,9
This patch support the soft reset at s3c6410
Signed-off-by: Minkyu Kang
---
cpu/arm1176/cpu.c| 16
cpu/arm1176/s3c64xx/interrupts.c | 15 +++
include/s3c6400.h|5 +
3 files changed, 20 insertions(+), 16 deletions(-)
diff
CONFIG_S3C6400 is must defined at config header file
That definition is unnecessary at this file
Signed-off-by: Minkyu Kang
---
include/s3c6400.h |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/s3c6400.h b/include/s3c6400.h
index 87f3760..e527c08 100644
--- a
On 10/18/2011 02:14 AM, Anton Staaf wrote:
> On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski
> wrote:
>> Define the D-cache line size for S5PC210 UNIVERSAL reference target.
>>
>> Signed-off-by: Lukasz Majewski
>> Signed-off-by: Kyungmin Park
>
> Acked-by
On 10/18/2011 02:14 AM, Anton Staaf wrote:
> On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski
> wrote:
>> Define the D-cache line size for S5PC110 GONI reference target.
>>
>> Signed-off-by: Lukasz Majewski
>> Signed-off-by: Kyungmin Park
>
> Acked-by
Dear Lukasz Majewski,
On 10/20/2011 05:07 PM, Lukasz Majewski wrote:
> This patch adds support for Samsung's Exynos4 (C210) Nuri reference
> board.
>
> New exynos4_nuri board has been added to boards.cfg
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungm
Dear Lukasz Majewski,
On 10/27/2011 05:33 PM, Lukasz Majewski wrote:
> Enable support for PMIC driver at C210 Universal reference target.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> ---
> Depend on: "New generic
Dear Albert,
The following changes since commit 37fc0ed268dc5acacd3a83adafa26eb1a84e90af:
ARM: Add Calxeda Highbank platform (2011-10-27 21:56:37 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Angus Ainslie (2):
ORIGEN : enable device tree suppo
gt; ah, the crappy patchwork interface made it hard to figure out what username
> you
> were utilizing
>
>> ga...@kernel.crashing.org
>
> i took this from:
> htp://www.denx.de/wiki/U-Boot/Custodians
> you might want to update that ...
> -mike
>
Please a
Dear Lukasz Majewski,
On 10 November 2011 17:39, Lukasz Majewski wrote:
> This patch adds support for Samsung's Exynos4 Nuri reference
> board.
>
> New exynos4_nuri board has been added to boards.cfg
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungm
Because this function is soc specific, it should be moved to omap3
Signed-off-by: Minkyu Kang
---
cpu/arm_cortexa8/omap3/interrupts.c | 14 ++
cpu/arm_cortexa8/start.S| 14 --
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/cpu
Dear Dirk,
2009/6/18 Minkyu Kang
> Because this function is soc specific, it should be moved to omap3
>
> Signed-off-by: Minkyu Kang
> ---
> cpu/arm_cortexa8/omap3/interrupts.c | 14 ++
> cpu/arm_cortexa8/start.S| 14 --
> 2 files c
Because of the reset_cpu is soc specific, should be move to soc
And read reset value from SYS_ID register instead of hard code
this patch also supports s3c6410
Signed-off-by: Minkyu Kang
---
cpu/arm1176/cpu.c| 16
cpu/arm1176/s3c64xx/Makefile |2 ++
cpu
Hi Hugo Vincent,
2009/6/27 Hugo Vincent :
> Adds support for the second and third HSMMC controllers on OMAP3 SoCs.
>
> Tested working on Gumstix Overo with a custom base-board containing
> external SD/MMC slots.
>
> Signed-off-by: Hugo Vincent
>
> diff --git a/board/omap3/overo/overo.h b/board/om
nfig_branch_prediction(is_cr_z_set);
>>>>> + break;
>>>>> default:
>>>>> break;
>>>>> }
>>>>> diff --git a/include/configs/exynos5250-dt.h
>>>>> b/include/configs/exynos5250-dt.h
>>>>> index cabd2f2..6728b0e 100644
>>>>> --- a/include/configs/exynos5250-dt.h
>>>>> +++ b/include/configs/exynos5250-dt.h
>>>>> @@ -123,6 +123,11 @@
>>>>> #define CONFIG_USB_EHCI_EXYNOS
>>>>> #define CONFIG_USB_STORAGE
>>>>>
>>>>> +/* USB boot mode */
>>>>> +#define EXYNOS_COPY_USB_FNPTR_ADDR 0x02020070
>>>>> +#define EXYNOS_USB_SECONDARY_BOOT 0xfeed0002
>>>>> +#define EXYNOS_IRAM_SECONDARY_BASE 0x02020018
>>>>
>>>>
>>>> What happened to the function pointer table patch?
>>>>
>>> I think i missed that patch from Amar, :-(
>>> will remove these #defines and use the function pointer table instead.
>>
>> I notice that this patch has not made it to mainline. It really should
>> be there since without it it is not possible to USB boot on snow,
>> which makes development awkward.
>>
>> Can we get this applied in time for the release? The comment made
>> above can be dealt with later perhaps.
>
> Sorry for not responding to this patch for long, but was still waiting
> for Amar's emmc booting patch
> to get merged (which carries the funtion pointer table).
>
> Hi Minkyu,
> Is it fine with you if we pull this in for now, and post a patch later
> to make things aligned
> with funtion-pointer table ?
>
> This patch cleanly applies on u-boot-samsung/master.
>
>
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
lastinc = now;
>
> /* Divide by 1000 to convert from us to ms */
> - return gd->arch.timer_reset_value / 1000 - base;
> + time_ms = gd->arch.timer_reset_value;
> + do_div(time_ms, 1000);
> + return time_ms - base;
> }
>
> unsigned lon
gt; + samsung,start-tripping = <105>;
> + samsung,hw-tripping = <110>;
> + samsung,efuse-min-value = <40>;
> + samsung,efuse-value = <55>;
> + samsung,efuse-max-value = <100>;
> + samsung,slo
(+), 3 deletions(-)
--
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
tchwork.ozlabs.org/patch/233094/
>>
>> And at this point I plan to release Friday.
>>
>> --
>> Tom
>
> Regards,
> Simon
>
applied those tree patches.
Albert, please pull u-boot-samsung master
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Rajeshwari,
On 17/04/13 13:49, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Please do let me know if any comments on these patchset.
>
will progress after release.
> Regards,
> Rajeshwari Shinde
>
Thanks,
Minkyu Kang.
__
a comat string for hsi2c to distingush the channels
>>>> 6. Minor cosmotic changes
>>>>
>>>> Note: FIFOs will be implemented in subsequent patches
>>>>
>>>> drivers/i2c/s3c24x0_i2c.c | 494
>>>>
to rebase them once the MMC patches get in, but will
>> wait for comments from Minkyu Kang as well
>> so that I can incorporate them and rebase the patch set once the MMC
>> patches get in.
>
> I am looking forward to seeing the outstanding patches applied - will
> this
Dear Rajeshwari,
On 28/03/13 01:42, Simon Glass wrote:
> Hi Minkyu,
>
>
> On Tue, Mar 26, 2013 at 11:38 PM, Minkyu Kang <mailto:mk7.k...@samsung.com>> wrote:
>
> Dear Rajeshwari and Simon,
>
> On 12/03/13 15:13, Rajeshwari Birje wrote:
> &g
}
> +
> + if (i == ARRAY_SIZE(exynos5_gpio_table))
> + return -1;
> + return num;
> +}
> diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
> index cbd1c4e..46a4e75 100644
> --- a/include/configs/exynos5250-dt.h
> +++ b/include/configs/exynos5250-dt.h
> @@ -122,6 +122,7 @@
> #define CONFIG_CMD_FAT
> #define CONFIG_CMD_NET
> #define CONFIG_CMD_HASH
> +#define CONFIG_CMD_GPIO
>
> #define CONFIG_BOOTDELAY 3
> #define CONFIG_ZERO_BOOTDELAY_CHECK
>
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
max77693.c
> create mode 100644 include/configs/trats2.h
> create mode 100644 include/power/max77693_fg.h
> create mode 100644 include/power/max77693_muic.h
> create mode 100644 include/power/max77693_pmic.h
This patchset doesn't match with subject of patchset.
Why this pat
; (s - 1;
> + /* FOUT = MDIV * FIN / (PDIV * 2^SDIV) */
> + fout = m * (freq / (p * (1 << s)));
> }
>
> return fout;
>
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
+), 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
> /* Stop the transaction, if necessary. */
> - if ((flags & SPI_XFER_END))
> + if ((flags & SPI_XFER_END) && !(spi_slave->mode & SPI_SLAVE)) {
> spi_cs_deactivate(slave);
> + if (spi_slave->skip_preamble) {
>
on.c
> create mode 100644 board/samsung/arndale/dmc_init_ddr3.c
> create mode 100644 board/samsung/arndale/lowlevel_init.S
> create mode 100644 board/samsung/arndale/setup.h
> create mode 100644 board/samsung/dts/exynos5250-arndale.dts
> create mode 100644 include/configs/arnda
p in sync, but it might produce a merge
> conflict.
> Nonetheless, I'd like to apply this only for -next.
>
OK.
Please take patchset to -usb.
>
> Thanks!
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.
Dear Piotr Wilczek,
On 29 August 2013 17:49, Piotr Wilczek wrote:
> This patch add support for a new Samsung board Trats2.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> MAINTAINERS |4 +
> board
On 11 September 2013 19:48, Lukasz Majewski wrote:
> Hi Minkyu,
>
> > Dear Piotr Wilczek,
> >
> > On 30/08/13 15:00, Piotr Wilczek wrote:
> > > Dear Minkyu Kang,
> > >
> > >> -Original Message-
> > >> From: Minkyu Kang [m
Dear Piotr Wilczek,
On 21/05/13 22:00, Piotr Wilczek wrote:
> This patch add support for new multi function pmic max77693.
> The driver is split into three modules: pmic, muic and fuelgage.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
deletions(-) delete mode 100644
>>> arch/arm/include/asm/arch-exynos/uart.h delete mode 100644
>>> arch/arm/include/asm/arch-s5pc1xx/uart.h create mode 100644
>>> arch/arm/include/asm/samsung-common/uart.h
>>>
>>> diff --git a/arch/arm/include/asm/ar
the
>> builds finish, I will apply for -next.
>
> I checked powerpc and "arches" "glacier" and "glacier_nand" don't build. Can
> you
> please check and fix ? You can get the ELDK 5.4 PPC toolchain from [1].
>
> http://www.
Dear Piotr Wilczek,
On 24/09/13 23:31, Piotr Wilczek wrote:
> This patch add support for new multi function pmic max77693.
> The driver is split into three modules: pmic, muic and fuelgage.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
rs/power/battery/bat_trats2.c | 65 +
> include/configs/trats2.h | 311 ++
> 7 files changed, 937 insertions(+)
> create mode 100644 board/samsung/trats2/Makefile
> create mode 100644 board/samsung/trats2/trats2.c
> create m
the patchset?
Maybe it need some modification about license, maintainer entry,,,
>>>
>>> Best regards,
>>> José Gonçalves
>> CCing Minkyu and Albert.
>>
>
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 25/09/13 18:18, José Miguel Gonçalves wrote:
> Hi Minkyu,
>
> On 25-09-2013 09:55, Minkyu Kang wrote:
>> Hello,
>>
>> On 25/09/13 17:06, José Miguel Gonçalves wrote:
>>> On 21-09-2013 16:56, Marek Vasut wrote:
>>>>> Hi,
>>>>>
&g
/power/max77693_pmic.h
--
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
, 12 deletions(-)
Acked-by: Minkyu Kang
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Simon Glass,
On 27/05/14 09:01, Simon Glass wrote:
> Hi Minkyu,
>
> On 25 May 2014 21:15, Minkyu Kang wrote:
>> Dear Simon,
>>
>> On 23/05/14 02:27, Simon Glass wrote:
>>> Hi Minkyu,
>>>
>>> On 21 May 2014 15:20, Minkyu Kang wrot
lete mode 100644 board/samsung/smdk5250/smdk5250.c
> create mode 100644 doc/device-tree-bindings/power/tps65090.txt
> create mode 100644 doc/device-tree-bindings/regulator/tps65090.txt
> create mode 100644 drivers/power/pmic/pmic_tps65090.c
> create mode 100644 include/power/tps65090_pmic.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
On 22/05/14 15:45, Piotr Wilczek wrote:
> Add CONFIG_SYS_GENERIC_BOARD for all Exynos4 boards.
>
> Signed-off-by: Piotr Wilczek
>
> Cc: Przemyslaw Marczak
> Cc: Lukasz Majewski
> Cc: Minkyu Kang
> ---
> include/configs/exynos4-dt.h | 1 +
> 1 file changed, 1
default:
> /* This is a normal boot (not a wake from sleep) */
> - actions = DO_CLOCKS | DO_MEM_RESET;
> + actions = DO_CLOCKS | DO_MEM_RESET | DO_POWER;
> }
>
> + if (actions & DO_POWER)
> + power_init(
intain "arndale" board?
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
os/lowlevel_init.c | 6 +-
> arch/arm/cpu/armv7/exynos/power.c | 6 ++
> arch/arm/include/asm/arch-exynos/power.h | 1 +
> 3 files changed, 12 insertions(+), 1 deletion(-)
>
applied to u-boot-samsung
Thanks,
Minkyu Kang.
___
reate mode 100644 include/power/tps65090_pmic.h
--
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 03/06/14 06:18, Simon Glass wrote:
> Hi Minkyu,
>
> On 30 May 2014 23:24, Minkyu Kang wrote:
>> On 30/05/14 01:10, Akshay Saraswat wrote:
>>> From: Doug Anderson
>>>
>>> Setting ps_hold ought to be one of the first things we do when we
>>> f
t;> 10 files changed, 367 insertions(+), 136 deletions(-)
>> create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts
>> delete mode 100644 arch/arm/dts/exynos5420.dtsi
>> create mode 100644 arch/arm/dts/exynos54xx.dtsi
>> create mode 100644 include/configs/exy
644
> --- a/include/configs/exynos5420.h
> +++ b/include/configs/exynos5420.h
> @@ -45,4 +45,8 @@
> */
> #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
>
> +/* DRAM Memory Banks */
> +#define CONFIG_NR_DRAM_BANKS 7
> +#define SDRAM_BANK_SIZE (512U
_DEV
> is usually set to "0" in the most config cases.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Piotr Wilczek
> Cc: Minkyu Kang
> ---
> board/samsung/common/board.c | 32
> include/samsung/misc.h | 5 +
>
On 18/06/14 11:11, Simon Glass wrote:
> Hi Minkyu,
>
> On 16 June 2014 23:28, Minkyu Kang wrote:
>> Dear Akshay Saraswat,
>>
>> On 04/06/14 01:17, Akshay Saraswat wrote:
>>> From: Michael Pratt
>>>
>>> Since snow has a different memory
Dear Simon Glass,
On 18/06/14 15:47, Simon Glass wrote:
> Hi Minkyu,
>
> On 17 June 2014 23:30, Minkyu Kang wrote:
>> On 18/06/14 11:11, Simon Glass wrote:
>>> Hi Minkyu,
>>>
>>> On 16 June 2014 23:28, Minkyu Kang wrote:
>>>> Dear Akshay
FIG_PREBOOT
> +
> /* Ethernet Controllor Driver */
> #ifdef CONFIG_CMD_NET
> #define CONFIG_SMC911X
>
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
pu/armv7/exynos/exynos5_setup.h | 14 +-
> arch/arm/include/asm/arch-exynos/dmc.h|3 +
> arch/arm/include/asm/arch-exynos/power.h |4 +-
> 5 files changed, 297 insertions(+), 95 deletions(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
___
NL_PRODUCT_NUM 0x6601
> +#define CONFIG_G_DNL_THOR_VENDOR_NUM CONFIG_G_DNL_VENDOR_NUM
> +#define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
> #define CONFIG_G_DNL_MANUFACTURER "Samsung"
>
> /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */
>
applied to
_OFFSET((32 - 4) << 10) /* 32KiB - 4KiB */
> +#define CONFIG_ENV_OVERWRITE
>
> #define CONFIG_USE_ONENAND_BOARD_INIT
> #define CONFIG_SAMSUNG_ONENAND 1
>
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
or an external power supply then it can't boot
> because function exynos_power_init returns an error. Now this function
> returns 0 if battery is not connected.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Lukasz Majewski
> Cc: Piotr Wilczek
> Cc: Minkyu Kang
> ---
>
;> There is a problem with Trats2 board when we have switched to the
>> generic board.
>>
>> Przemek has already prepared fix for this:
>> "[U-Boot] trats/trats2: exynos_power_init: return 0 if no battery
>> detected."
>> http://patchwork.ozl
On 18/06/14 19:47, Przemyslaw Marczak wrote:
> Hello Minkyu,
> On 06/18/2014 08:30 AM, Minkyu Kang wrote:
>> Dear Przemyslaw Marczak,
>>
>> On 12/06/14 18:46, Przemyslaw Marczak wrote:
>>> It is possible to boot from a few media devices, especially using a mi
Signed-off-by: Jeroen Hofstee
> ---
> drivers/power/pmic/pmic_max77686.c | 13 -
> 1 file changed, 8 insertions(+), 5 deletions(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.d
de 100644 arch/arm/dts/exynos5420-peach-pit.dts
> delete mode 100644 arch/arm/dts/exynos5420.dtsi
> create mode 100644 arch/arm/dts/exynos54xx.dtsi
> create mode 100644 include/configs/exynos5420.h
> create mode 100644 include/configs/peach-pit.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
ded check for step.
>
> drivers/spi/exynos_spi.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
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
ne CLK_SRC_TOP2_VAL 0x11101000
> #define CLK_SRC_TOP3_VAL 0x
> #define CLK_SRC_TOP4_VAL 0x0111
> -#define CLK_SRC_TOP5_VAL 0x1100
> +#define CLK_SRC_TOP5_VAL 0x1101
> #define CLK_SRC_TOP6_VAL 0x0111
> #define CLK_SRC_TOP7_VAL
On 24/06/14 20:28, Ajay kumar wrote:
> Hi Minkyu,
>
> On Tue, Jun 24, 2014 at 3:36 AM, Minkyu Kang wrote:
>> On 17/06/14 18:06, Ajay Kumar wrote:
>>> Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by
>>> exynos video driver.
>>> Also,
On 24/06/14 20:41, Ajay kumar wrote:
> On Tue, Jun 24, 2014 at 7:36 AM, Minkyu Kang wrote:
>> On 24/06/14 20:28, Ajay kumar wrote:
>>> Hi Minkyu,
>>>
>>> On Tue, Jun 24, 2014 at 3:36 AM, Minkyu Kang wrote:
>>>> On 17/06/14 18:06, Ajay Kumar wrote:
s to add a call to pre reset function.
> This is done by the reset_misc() function, which is called before reset_cpu().
> The function reset_misc() is a weak function.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Minkyu Kang
> Cc: Jean-Christophe PLAGNIOL-VILLARD
>
BOOT_DEVICE_SHIFT0x1
> +#define BOOT_DEVICE(x) (((x) >> BOOT_DEVICE_SHIFT) &
> BOOT_DEVICE_MASK)
> +
> +unsigned int boot_device(void);
Hm, do we need to make this function to non-static?
If so, it should be placed in power.c - get_om_stat()?
Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
/* mmc initializattion for available channels */
> + ret = exynos_mmc_init(gd->fdt_blob);
> +#endif
> + }
> +
It looks little confused.
Could you please re-arrange this code like this?
#ifdef CONFIG_SDHCI
if (boot) {
} else {
}
#endi
e
> to display the current board model. This is what get_board_type()
> should return.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Piotr Wilczek
> Cc: Minkyu Kang
>
> ---
> Changes v3:
> - change the commit order
> - include/samsung/misc.h: add new functions dec
On 27/06/14 19:32, Przemyslaw Marczak wrote:
> Robert Baldyga will now take care of this board.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Robert Baldyga
> Cc: Minkyu Kang
> ---
> boards.cfg | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
applied
: Split 5250 and 5420 memory bank configuration
Minkyu Kang (1):
Revert "exynos: Enable PSHOLD in SPL"
Przemyslaw Marczak (2):
trats/trats2: exynos_power_init: return 0 if no battery detected.
Samsung: Goni: change maintainer to Robert Baldyga
Tushar Behera (1):
On 01/07/14 23:36, Przemyslaw Marczak wrote:
> Hello Minkyu,
>
> On 06/27/2014 01:34 PM, Przemyslaw Marczak wrote:
>> On 06/27/2014 11:40 AM, Minkyu Kang wrote:
>>> Dear Przemyslaw Marczak,
>>>
>>> On 26/06/14 23:15, Przemyslaw Marczak wrote:
>>>
Hi,
On 06/11/13 20:42, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> On Thu, Oct 31, 2013 at 2:12 PM, Rajeshwari Birje
> wrote:
>> Hi Minkyu Kang,
>>
>> Kindly do review the patch set and do let me know if any review comments.
>> Pantelis Antoniou has
ewski
> Active arm armv7 exynos samsung trats2
> trats2 -
>
> Piotr Wilczek
> diff --git a/tools/Makefile b/tools/Makefile
> index ca76f94..fcff6be 100644
> --- a/tools/Makefile
> +++ b/
samsung,start-tripping = <105>;
> + samsung,hw-tripping = <110>;
> + samsung,efuse-min-value = <40>;
> + samsung,efuse-value = <55>;
> + samsung,efuse-max-value = <100>;
> +
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> This patch intends to add DDR3 initialization code for Exynos5420.
>
> Signed-off-by: Rajeshwari S Shinde
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes in V2:
> - Corrected a co
nos5()) { \
> + if (proid_is_exynos5420()) \
> + return EXYNOS5420_##base; \
> return EXYNOS5_##base; \
> } \
> return 0;
VERIFY
> -#define CONFIG_SHA1
> -#define CONFIG_SHA256
> -
> /* Display */
> #define CONFIG_LCD
> #ifdef CONFIG_LCD
> @@ -353,8 +54,4 @@
> #define LCD_YRES 1600
> #define LCD_BPPLCD_COLOR16
> #endif
> -
> -/* Enable Time Command */
> -#define CONFIG_CMD_TIME
> -
> -#endif /* __CONFIG_H */
> +#endif /* __CONFIG_5250_H */
> diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
> new file mode 100644
> index 000..e580049
> --- /dev/null
> +++ b/include/configs/smdk5420.h
> @@ -0,0 +1,49 @@
> +/*
> + * Copyright (C) 2013 Samsung Electronics
> + *
> + * Configuration settings for the SAMSUNG EXYNOS5420 board.
> + *
> + * SPDX-License-Identifier:GPL-2.0+
> + */
> +
> +#ifndef __CONFIG_5420_H
> +#define __CONFIG_5420_H
> +
> +#include
> +
> +#define CONFIG_EXYNOS5420 /* which is in a Exynos5 Family */
> +#define CONFIG_SMDK5420/* which is in a SMDK5420
> */
> +
> +#undef CONFIG_DEFAULT_DEVICE_TREE
> +#define CONFIG_DEFAULT_DEVICE_TREE exynos5420-smdk5420
> +
> +#define CONFIG_ARCH_DEVICE_TREEexynos5420
> +
> +#define CONFIG_SYS_SDRAM_BASE 0x2000
> +#define CONFIG_SYS_TEXT_BASE 0x23E0
> +
> +#define CONFIG_BOARD_REV_GPIO_COUNT2
> +
> +/* MACH_TYPE_SMDK5420 macro will be removed once added to mach-types */
> +#define MACH_TYPE_SMDK5420 8002 /* Temporary number */
> +#define CONFIG_MACH_TYPE MACH_TYPE_SMDK5420
> +
> +/* select serial console configuration */
> +#define CONFIG_SERIAL3 /* use SERIAL 3 */
> +
> +#define CONFIG_SPL_TEXT_BASE 0x02024400
> +#define CONFIG_BOOTCOMMAND "mmc read 20007000 451 2000; bootm
> 20007000"
> +
> +#define CONFIG_SYS_PROMPT "SMDK5420 # "
> +#define CONFIG_IDENT_STRING" for SMDK5420"
> +
> +#define CONFIG_IRAM_TOP0x02074000
> +/*
> + * Put the initial stack pointer 1KB below this to allow room for the
> + * SPL marker. This value is arbitrary, but gd_t is placed starting here.
> + */
> +#define CONFIG_SYS_INIT_SP_ADDR(CONFIG_IRAM_TOP - 0x800)
> +
> +#define CONFIG_MAX_I2C_NUM 11
> +
> +#endif /* __CONFIG_5420_H */
> --
> 1.7.12.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
se if (nr < EXYNOS5_GPIO_PART2_MAX)
> - return EXYNOS5_GPIO_PART1_MAX;
> - else
> - return EXYNOS5_GPIO_PART2_MAX;
> -
> + if (proid_is_exynos5420()) {
> + if (nr < EXYNOS5420_GPIO_PART1_MAX)
> +
Dear Rajeshwari,
On 13 November 2013 20:17, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments,
>
> On Wed, Nov 13, 2013 at 8:15 AM, Minkyu Kang wrote:
> > Dear Rajeshwari S Shinde,
> >
> >
> > On 29 October 2013 16:23, Rajeshwari S S
Dear Rajeshwari,
On 13 November 2013 13:26, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments.
>
> On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang wrote:
> > Dear Rajeshwari S Shinde,
> >
> >
> > On 29 October 2013 16:23, Rajeshwari S S
On 13 November 2013 15:04, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments.
>
> On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote:
> > Dear Rajeshwari S Shinde,
> >
> >
> > On 29 October 2013 16:23, Rajeshwari S Shinde >wr
Dear Piotr,
On 08/11/13 00:00, Piotr Wilczek wrote:
> This patch add new defines for usb phy for Exynos4x12.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
>
> Chnages for v3:
> - removed unnecessary empty line
>
>
Dear Piotr Wilczek,
On 08/11/13 00:00, Piotr Wilczek wrote:
> This patch adds support for USB and enables 'ums' command on Trats2 board.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
>
> Acked-by: Jaehoon Chung
> ---
&
On 21/11/13 17:40, Piotr Wilczek wrote:
> Dear Minkyu Kang,
>
>> -Original Message-----
>> From: Minkyu Kang [mailto:mk7.k...@samsung.com]
>> Sent: Thursday, November 21, 2013 9:10 AM
>> To: Piotr Wilczek
>> Cc: u-boot@lists.denx.de; Kyungmi
On 26/11/13 13:24, Rajeshwari Birje wrote:
> Hi Minkyu Kang.
>
> Please do let me know if any comments or can we get this merged?
>
> On Fri, Nov 15, 2013 at 10:29 AM, Rajeshwari S Shinde
> wrote:
>> This patch adds basic board support for SMDK5420 board.
>> These
901 - 1000 of 1563 matches
Mail list logo