omething obvious. :-)
Yes, some peoples post patches related to the S3C6410,
but hadn't send the patch for smdk6410.
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
ressing).
>>>
>>
>> didn't you have high-capacity card?
>> we tested with 8GB moviNAND card, below is mmc card information using
>> that code..
>
>
> Hmm...I'm not managing to find an actual card online for sale. Do you
> have a link? We had a high
/arm/cpu/s3c44b0/start.S b/arch/arm/cpu/s3c44b0/start.S
> index fe6b349..08722c1 100644
> --- a/arch/arm/cpu/s3c44b0/start.S
> +++ b/arch/arm/cpu/s3c44b0/start.S
Now, clear_bss function is applied by other patch.
Sorry to late review.
Thanks.
Minkyu Kang
2_cache_disable;
> +#endif
> +}
> +#endif
I don't agree with add this function at clock.c.
If need we can make new file as omap3/4 case.
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
Because of the bss area is cleared after relocation, we've lost pointers.
This patch fixed it.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5p-common/cpu_info.c |2 -
arch/arm/cpu/armv7/s5pc1xx/clock.c | 38 ++---
arc
There is possibility that pointers set to NULL before relocation.
In this case, system is hang, because of r0 is invalid location in RAM.
Signed-off-by: Minkyu Kang
---
arch/arm/cpu/armv7/start.S |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7
Use the global data instead of bss variable, replace as follow.
count_value -> timer_rate_hz
timestamp -> timer_reset_value
lastdec -> lastinc
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
cc: Heiko Schocher
---
arch/arm/cpu/armv7/s5p-common/timer
On 27 December 2010 18:02, Minkyu Kang wrote:
> Because of the bss area is cleared after relocation, we've lost pointers.
> This patch fixed it.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/cpu/armv7/s5p-common/cpu_info.c | 2 -
>
Use the global data instead of bss variable, replace as follow.
timer_load_val -> timer_rate_hz
timestamp -> timer_reset_value
lastdec -> lastinc
Signed-off-by: Minkyu Kang
Signed-off-by: Darius Augulis
cc: Heiko Schocher
---
arch/arm/cpu/arm1176/s3c64xx/timer
Need to check that location is valid on RAM before the fixup.
Signed-off-by: Minkyu Kang
---
arch/arm/cpu/armv7/start.S |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S
index 684f2d2..a052378 100644
--- a/arch
variables are initialized to 0x in my test case.
In this case we should skip the fixup too.
So, I make v2 patch for check it.
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 Joakim Tjernlund,
On 4 January 2011 19:31, Joakim Tjernlund wrote:
> Minkyu Kang wrote on 2011/01/04 11:04:57:
>>
>> Dear Joakim Tjernlund,
>>
>> On 4 January 2011 18:49, Joakim Tjernlund
>> wrote:
>> >>
>> >> Need to check that
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 4323f76..6166749 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -104,7 +104,8 @@ static void print_mmcinfo(struct mmc *mmc
Signed-off-by: Minkyu Kang
---
drivers/mmc/mmc.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 6805b33..1df759f 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -30,7 +30,6 @@
#include
#include
#include
On 5 January 2011 02:02, Albert ARIBAUD wrote:
> (sending again, this time to the list)
>
> Le 04/01/2011 12:02, Minkyu Kang a écrit :
>
>>>> Some bss variables are initialized to 0x in my test case.
>>>> In this case we should skip the fixup too.
&
Dear seedshope,
On 4 January 2011 23:56, seedshope wrote:
> On 01/04/2011 10:46 PM, seedshope wrote:
>> On 01/04/2011 04:14 PM, Minkyu Kang wrote:
>>> Use the global data instead of bss variable, replace as follow.
>>> timer_load_val -> timer_rate_hz
>&
Dear seedshope,
On 6 January 2011 00:57, seedshope wrote:
> On 01/05/2011 03:04 PM, Minkyu Kang wrote:
>>
>> Dear seedshope,
>>
>> On 4 January 2011 23:56, seedshope wrote:
>>>
>>> On 01/04/2011 10:46 PM, seedshope wrote:
>>>>
>>&g
Dear Aneesh V,
On 27 December 2010 20:22, Aneesh V wrote:
> Dear Minkyu Kang,
>
> On Monday 27 December 2010 12:55 PM, Minkyu Kang wrote:
> < snip >
>>>
>>> +
>>> +#ifndef CONFIG_SYS_NO_DCACHE
>>> +void v7_setup_o
*/
> add r0, r0, #4
> cmp r0, r1
> bne clbss_l
> -
> +#ifndef CONFIG_NAND_SPL
CONFIG_PRELOADER is better
> bl coloured_LED_init
> bl red_LED_on
> #endif
> +#endif
>
> /*
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
On 9 January 2011 10:14, seedshope wrote:
> On 01/08/2011 11:15 PM, Minkyu Kang wrote:
>>
>> Dear seedshope,
>>
>> On 8 January 2011 00:53, seedshope wrote:
>>>
>>> From: seedshope
>>>
>>> Modify u-boot.lds from nand_sp
Hello,
On 9 January 2011 21:27, seedshope wrote:
> On 01/09/2011 03:33 PM, Minkyu Kang wrote:
>>
>> Hi
>>
>> On 9 January 2011 10:14, seedshope wrote:
>>>
>>> On 01/08/2011 11:15 PM, Minkyu Kang wrote:
>>>>
>>>>
Dear Wolfgang Denk,
On 10 January 2011 01:14, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message <4d22d59b.7030...@samsung.com> you wrote:
>> Use the global data instead of bss variable, replace as follow.
>> count_value -> timer_rate_hz
>> times
nc)(void);
And then, set to NULL at arch_cpu_init()
I got follow result.
___address|048C
ZSD:44833440|> 0017 44800024 0017
ZSD:44833450| 44800028 0017 4480002C 0017
44833440(test_func) is zero and relative fixup (0x17).
In
Dear Wolfgang Denk,
On 10 January 2011 19:20, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message you
> wrote:
>>
>> Declared function pointer.
>>
>> int (*test_func)(void);
>
> This results in a symbol in bss segment, right?
>
>> A
S5PC210 is a 32-bit RSIC and Coretex-A9 Dual Core based micro-processor.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5pc2xx/Makefile | 42
arch/arm/cpu/armv7/s5pc2xx/clock.c| 220 +
arch/arm/cpu/armv7/s5pc2xx
This patch adds support for Samsung s5pc210 universal board
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
MAINTAINERS |5 +-
MAKEALL |1 +
board/samsung/universal_c210/Makefile| 51
board
Dear Wolfgang Denk,
On 10 January 2011 21:14, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message you
> wrote:
>>
>> >> int (*test_func)(void);
>> >
>> > This results in a symbol in bss segment, right?
>> >
>> >> And
Dear Albert ARIBAUD,
On 11 January 2011 02:21, Albert ARIBAUD wrote:
> Le 10/01/2011 15:04, Minkyu Kang a écrit :
>
>>>> How about lcd_setmem function?
>>>> panel_info is located at bss area, but lcd_setmem access this structure.
>>>> Is it ill
On 11 January 2011 20:03, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message you
> wrote:
>>
>> This problem is not belong to my code.
>> Move after relocation? it's easy.
>> but, how we can reserve the memory for LCD?
>
> Reservation of video
On 10 January 2011 20:58, Minkyu Kang wrote:
> S5PC210 is a 32-bit RSIC and Coretex-A9 Dual Core based micro-processor.
>
RSIC and Coretex are typo.
I'm going to fix it.
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/cpu/armv7/s5pc2xx/Ma
On 10 January 2011 20:59, Minkyu Kang wrote:
> This patch adds support for Samsung s5pc210 universal board
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> MAINTAINERS | 5 +-
> MAKEALL
This patch adds support for Samsung s5pc210 universal board
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v2
remove debug message
MAINTAINERS |5 +-
MAKEALL |1 +
board/samsung/universal_c210/Makefile
S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v2
fixtypo: RSIC -> RISC, Coretex -> Cortex
arch/arm/cpu/armv7/s5pc2xx/Makefile | 42
arch/arm/cpu/armv7/s5pc2xx/clock.c
ASE, \
Please remove "\".
> + PHYS_SDRAM_1_SIZE);
>
> return 0;
> }
> --
> 1.7.1
>
>
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 18 January 2011 08:08, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message <4d2ed0e1.7090...@samsung.com> you wrote:
>> This patch adds support for Samsung s5pc210 universal board
>>
>> Signed-off-by: Minkyu Kang
>> Signed-off-b
On 13 January 2011 19:14, Minkyu Kang wrote:
> S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> v2
> fixtypo: RSIC -> RISC, Coretex -> Cortex
>
> arch/arm/cpu/armv7/
S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v3
support s5pc210 EVT1 cpu_id
v2
fix typo: RSIC -> RISC, Coretex -> Cortex
arch/arm/cpu/armv7/s5pc2xx/Makefile | 42
arch/arm/cpu
This patch adds support for Samsung s5pc210 universal board
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v3
remove config.mk
don't add board to MAKEALL
v2
remove debug message
MAINTAINERS |5 +-
board/samsung/universal_c210/Mak
Dear Wolfgang Denk,
On 20 January 2011 22:31, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message <4d382f3e.6080...@samsung.com> you wrote:
>> S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor.
> ...
>> new file mode 100644
>> ind
vers/serial/ ?
And why don't you use serial multi interface?
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
return 0;
> }
>
> -int dram_init(void)
> +void dram_init_banksize(void)
> {
> + DECLARE_GLOBAL_DATA_PTR;
Please remove it.
> +
> gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
> gd->bd->bi_dr
Signed-off-by: Minkyu Kang
---
arch/arm/include/asm/arch-s5pc1xx/uart.h |5 -
drivers/serial/serial_s5p.c |2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/arch-s5pc1xx/uart.h
b/arch/arm/include/asm/arch-s5pc1xx/uart.h
index
S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v4
use inline function instead of static value
v3
support EVT1 cpu_id
v2
fix typo: RSIC -> RISC, Coretex -> Cortex
arch/arm/cpu/armv7/s5pc2xx/Ma
This patch adds support for Samsung s5pc210 universal board
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v4
use get_ram_size function
fix the sp address
v3
remove config.mk
don't add board to MAKEALL
v2
remove debug message
MAINTA
5pc2xx SoC)
When will you send the pull request to 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 24 January 2011 16:33, Minkyu Kang wrote:
> Signed-off-by: Minkyu Kang
> ---
> arch/arm/include/asm/arch-s5pc1xx/uart.h | 5 -
> drivers/serial/serial_s5p.c | 2 +-
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
applied to u-boot-samsung
Mi
On 24 January 2011 16:33, Minkyu Kang wrote:
> S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> v4
> use inline function instead of static value
> v3
> support EVT1 cp
On 24 January 2011 16:33, Minkyu Kang wrote:
> This patch adds support for Samsung s5pc210 universal board
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> v4
> use get_ram_size function
> fix the sp address
> v3
> remove config.mk
>
Dear Albert ARIBAUD,
The following changes since commit b722e646f9a6e2ebcae4845afc596b4dad4f7bcb:
DaVinci DM6467: Enhance board Support (2010-12-28 17:38:22 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Minkyu Kang (4):
armv7: s5pc1xx: don
initialize */
>> > + bl mem_ctrl_asm_init
>>
>> Is it OK that memory initialize on u-boot?
>> Maybe only do on mmc spl?
>
> This is generic initialisation Code. We need this in case of NOR boot. This
> initialisation
> is excluded in case of SPL boot
00644 arch/arm/include/asm/arch-s5pc1xx/sromc.h
>
No. Please make it one patch.
And please use git mv instead of rm and cp.
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
IO_DRV_2X 0x1
> -#define GPIO_DRV_3X 0x2
> +#define GPIO_DRV_2X 0x2
> +#define GPIO_DRV_3X 0x1
Please make orders correctly (0x0, 0x1, 0x2, 0x3)
> #define GPIO_DRV_4X 0x3
> #define GPIO_DRV_FAST 0x0
> #define GPIO_DRV_SLOW 0x1
Nice catch : )
Could
Dear Chander Kashyap,
On 18 April 2011 12:50, Chander Kashyap wrote:
>
> No need to change. As existing gpio configuration is as per s5pc1xx
> specification.
According to S5PC110 TRM, DRV levels are as following,
00 = 1x
10 = 2x
01 = 3x
11 = 4x
Please fix it at s5pc1xx also.
Than
quot; and please fix it.
http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
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
644 arch/arm/cpu/armv7/s5p-common/sromc.c
> delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/sromc.c
> delete mode 100644 arch/arm/include/asm/arch-s5pc1xx/smc.h
> create mode 100644 arch/arm/include/asm/arch-s5pc1xx/sromc.h
>
Thanks.
Minkyu Kang.
--
from. prom.
www.promsoft.net
__
on/sromc.c
> delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/sromc.c
> delete mode 100644 arch/arm/include/asm/arch-s5pc1xx/smc.h
> create mode 100644 arch/arm/include/asm/arch-s5pc1xx/sromc.h
>
applied to u-boot-samsung
Thanks
Minkyu Kang.
--
from. prom.
www.promsoft.net
___
Macro value order fixed.
> - Added Changes for S5PC1XX.
>
> arch/arm/include/asm/arch-s5pc1xx/gpio.h | 4 ++--
> arch/arm/include/asm/arch-s5pc2xx/gpio.h | 7 +++
> 2 files changed, 5 insertions(+), 6 deletions(-)
>
applied to u-boot-samsung
Thanks
Min
README
>> instead.
>
> Minkyu: can you provide an quick-updated patch with the doc in the top
> level README? I'll rebase and replace accordingly.
>
OK. will send v4 patch.
Thanks.
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Bo
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
---
v4
move the document
v3
fix whitespace errors
v2
add document
R
s with their own definition.
>
> Signed-off-by: Mike Frysinger
> CC: Heiko Schocher
> CC: Anatolij Gustschin
> CC: Tom Rix
> CC: Minkyu Kang
> CC: Craig Nauman
> CC: Prafulla Wadaskar
> CC: Mahavir Jain
> ---
> note: while i've compiled tested all of
t; introduced by commit "MMC: make b_max unconditional"
> (8feafcc49c0b7a9c541904f95a43dbef2fecc38b)
>
> Signed-off-by: Dirk Behme
> CC: John Rigby
> CC: Andy Fleming
>
> ---
>
> Found while building 's5p_goni'
>
> drivers/mmc/s5p_mmc.c
ce we rename _end to __bss_end__, But we need add _end symbol for
>>> the end of u-boot image.
>>>
>>> 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
S5PC210 SoC have two cpu revisions, and have some difference.
So, support the cpu revision for each revision.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5p-common/cpu_info.c |2 ++
arch/arm/include/asm/arch-s5pc2xx/cpu.h | 12 +++-
2 files
opy_sd_mmc_to_mem)(0x2488);
> + copy_bl2(65, BL2_SIZE_BLOC_COUNT, (u32 *)CONFIG_SYS_PHY_UBOOT_BASE);
CONFIG_SYS_PHY_UBOOT_BASE -> CONFIG_SYS_TEXT_BASE?
> +}
> +
> +void board_init_f(unsigned long bootflag)
> +{
> + __at
Add missing header file.
Signed-off-by: Minkyu Kang
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-s5pc2xx/sromc.h | 51 +
1 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/include/asm/arch-s5pc2xx/sromc.h
diff --git a
to s5p-common/sromc.c for SROM related
>> subroutines.
>>
>> Signed-off-by: Chander Kashyap
>
> It appears this is missing arch/arm/include/asm/arch-s5pc2xx/sromc.h
>
> Please squash with patch submitted here:
>
> 05/17 Minkyu Kang [U-Boot] [PATCH] S5PC2XX
Dear Jaehoon Chung,
On 16 May 2011 17:42, Jaehoon Chung wrote:
> This patch added set_mmc_clk for external clock control.
>
> c210 didn't support host clock control.
> So We need external_clock_control function for c210.
>
> Signed-off-by: Jaehoon Chung
> signed-off
7 harmony
> nvidia tegra2
> seaboard arm armv7 seaboard
> nvidia tegra2
> actux1 arm ixp
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 16 May 2011 19:59, Minkyu Kang wrote:
> S5PC210 SoC have two cpu revisions, and have some difference.
> So, support the cpu revision for each revision.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/cpu/armv7/s5p-common/cpu_info.c
Dear Wolfgang Denk,
On 18 May 2011 16:49, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message you wrote:
>>
>> > diff --git a/boards.cfg b/boards.cfg
>> > index 554e06c..01edb79 100644
>> > --- a/boards.cfg
>> > +++ b/boards.c
The source of pwm clock is fixed at evt1.
And some registers for pwm clock are removed.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5pc2xx/clock.c | 46 ---
1 files changed, 26 insertions(+), 20 deletions(-)
diff --git a
Dear Jaehoon Chung,
On 18 May 2011 16:19, Jaehoon Chung wrote:
> This patch added set_mmc_clk for external clock control.
>
> c210 didn't support host clock control.
> So We need external_clock_control function for c210.
>
> Signed-off-by: Jaehoon Chung
> signed-off
On 19 May 2011 15:35, Minkyu Kang wrote:
> The source of pwm clock is fixed at evt1.
> And some registers for pwm clock are removed.
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> ---
applied to u-boot-samsung
Minkyu Kang
--
from. prom
struct mmc' has no member named 'm_bmax'
>>
>> by
>>
>>
>> http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=commit;h=f99d5b34c2c173a5e4a82e638e74b3e95f480b82
>
> Minkyu: I'll request a pull of u-boot-arm/master within a few minutes. Once
> applie
n 'board_init_r':
mmc_boot.c:51: warning: 'noreturn' function does 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
310/mem_setup.S
> create mode 100644 board/samsung/smdkv310/smdkv310.c
> create mode 100644 include/configs/smdkv310.h
>
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
board/samsung/smdkv310/mmc_boot.c
> create mode 100644 mmc_spl/board/samsung/smdkv310/tools/mkv310_image.c
> create 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
SMDK2410: remove unneeded config.mk
SMDK2410: use the CFI driver (and remove the old one)
SMDK2410: various cleanup/code style fixes
Dirk Behme (1):
MMC S5P: Fix typo
Jaehoon Chung (1):
S5P: add set_mmc_clk for external clock control
Minkyu Kang (2):
S5PC2XX: Suppo
Dear Albert ARIBAUD,
On 26 May 2011 14:49, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> Le 26/05/2011 07:22, Minkyu Kang a écrit :
>> Dear Albert Aribaud,
>
> Please make sure the 'at free dot fr' address of mine is not used any
> more -- there are good chances I
Dear Albert ARIBAUD,
On 26 May 2011 17:13, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> Le 26/05/2011 08:24, Minkyu Kang a écrit :
>
>>> Rather than a merge, could you please do a rebase (onto f14a522a
>>> (Beagleboard: fixed typo in typecast) as indicated in
>>
config.mk
SMDK2410: use the CFI driver (and remove the old one)
SMDK2410: various cleanup/code style fixes
Dirk Behme (1):
MMC S5P: Fix typo
Jaehoon Chung (1):
S5P: add set_mmc_clk for external clock control
Minkyu Kang (2):
S5PC2XX: Support the cpu revision
Dear Peter.K,
On 28 May 2011 00:43, Peter.K wrote:
> Hello:
>
> I created a simple coding style patch by checkpatch.pl for Samsung sdk2410.
> May I upload the patch to mail list?
>
Sure.
Thank
Minkyu Kang
--
from. prom.
www.promsoft.net
___
d, 2 insertions(+), 2 deletions(-)
>
Acked-by: Minkyu Kang
Dear Albert ARIBAUD,
This patch is for bugfix.
Please apply it to arm tree directly.
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http
On 31 May 2011 22:52, Thomas Abraham wrote:
> Fix the incorrect macro check for MIU linear mapping conditional compilation.
>
> Signed-off-by: Thomas Abraham
> ---
> board/samsung/smdkv310/mem_setup.S | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
This patch adds _end for fix following compiler error
arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'
Signed-off-by: Minkyu Kang
---
board/samsung/smdk6400/u-boot-nand.lds |2 ++
1 files changed, 2 insert
Dear Albert ARIBAUD,
On 3 June 2011 16:27, Minkyu Kang wrote:
> This patch adds _end for fix following compiler error
>
> arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
> arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'
>
> Signed-off-by: Minkyu
gt; Note: countdown is T minus 10 days, and counting.
>
Please apply this patch for SMDK6400.
http://patchwork.ozlabs.org/patch/98525/
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
ame, "SAMSUNG SD/MMC");
> - mmc->priv = &mmc_host[dev_index];
> + sprintf(mmc->name, "SDHCI SD/MMC");
> + mmc->priv = host;
> mmc->send_cmd = mmc_send_cmd;
> mmc->set_ios = mmc_set_ios;
> mmc->init = mmc_core_in
Dear Rob Herring,
On 13 June 2011 21:45, Rob Herring wrote:
> On 06/13/2011 01:59 AM, Minkyu Kang wrote:
>>
>> Dear Rob Herring,
>>
>> On 12 June 2011 06:46, Rob Herring wrote:
>>> diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
>>> index
0x1 * (idx))
> +
> #endif
>
> #endif /* _S5PC2XX_CPU_H */
Looks fine.
But, missing arch/arm/include/asm/arch-s5pc1xx/cpu.h
Dear Jaehoon,
Please test this patch on s5pc1xx and s5pc2xx.
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
IMER_BASE)
> SAMSUNG_BASE(uart, UART_BASE)
> +
> +#define samsung_get_base_mmc_offset(idx) (samsung_get_base_mmc() + \
> + 0x1 * (idx))
I think.. offset is wrong.
In case of s5pc1xx, 0x10_ is right.
Please check
atch series OK with you? If so I'll pull it all
>> in ARM and issue a last pull request.
>>
>> Amicalement,
>> --
>> Albert.
>
> I am fine with it.
>
> Acked-by: Sandeep Paulraj
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
ta at
> +* 14K-4 offset.
> +*
> +* This function takes two filenames:
> +* IN "u-boot-spl.bin" and
> +* OUT "u-boot-mmc-spl.bin" as filenames.
> +* It reads the "u-boot-spl.bin" in 16K buffer.
> +* It calculates checksum of 14K-4 Bytes and stores at
t;
>> Signed-off-by: Dirk Behme
>>
>> ---
>> Changes in v2: Use sys/stat.h instead of linux/stat.h
>>
>> Note: mkv310_image is compiled for the host by the host's gcc:
>>
>> cd mmc_spl/board/samsung/smdkv310
>> gcc tool
hat
>> is based on the S5P driver. I have tested this patch on that platform. If
>> someone with an S5P could give this a whirl that would be great.
>>
>> Cc: Minkyu Kang
>> Cc: Jaehoon Chung
>> Cc: Albert ARIBAUD
>>
>> Anton Staaf (1):
>>
te mode 100644 board/samsung/origen/origen.c
> create mode 100644 include/configs/origen.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2bba7b4..bb98115 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -704,6 +704,7 @@ Minkyu Kang
> Chander Kashya
tware
> generic framework.
>
> Signed-off-by: Lukasz Majewski
> Cc: Minkyu Kang
> ---
> arch/arm/include/asm/arch-s5pc1xx/gpio.h | 16
> arch/arm/include/asm/arch-s5pc2xx/gpio.h | 16
> board/samsung/goni/goni.c |
Dear Lukasz Majewski,
On 11 July 2011 17:18, Lukasz Majewski wrote:
> Signed-off-by: Lukasz Majewski
> Cc: Minkyu Kang
> ---
> arch/arm/include/asm/arch-s5pc1xx/gpio.h | 2 +
> board/samsung/goni/goni.c | 55
> +-
> inclu
n.
>
> Acked-by: Mike Frysinger
> -mike
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
ot-samsung.git;a=commitdiff;h=095ae309787f242067d122d98a7025b4136aadc0
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
801 - 900 of 1563 matches
Mail list logo