Re: [U-Boot] [PATCH ARM 2/3 v2] s3c24x0 code style changes

2010-02-11 Thread kevin.morf...@fearnside-systems.co.uk
Hi Minkyu Thanks for your comments... On 11/02/2010 08:37, Minkyu Kang wrote: Dear Kevin Morfitt, On 11 February 2010 00:20, Kevin Morfitt kevin.morf...@fearnside-systems.co.uk wrote: Changes the s3c24x0 files to meet the code style requirements. Signed-off-by: Kevin Morfittkevin.morf

Re: [U-Boot] [PATCH ARM 3/3 v3] change s3c24x0 register struct members to lower case

2010-02-11 Thread kevin.morf...@fearnside-systems.co.uk
On 11/02/2010 19:04, Tom wrote: Kevin Morfitt wrote: Changes the names of the s3c24x0 register struct members from upper-case to lower-case. Signed-off-by: Kevin Morfittkevin.morf...@fearnside-systems.co.uk --- v2 changes - re-number to be 3/3 v3 changes - re-based to modified patch 2/3

Re: [U-Boot] [PATCH ARM 4/4] Change s3c24x0 register struct members to lower case

2010-02-07 Thread kevin.morf...@fearnside-systems.co.uk
On 07/02/2010 13:38, Minkyu Kang wrote: Dear Wolfgang and kevin, On 6 February 2010 23:24, Wolfgang Denkw...@denx.de wrote: Dear Minkyu Kang, In message1f3430fb1002060418ydd28583sb6051dd1517fa...@mail.gmail.com you wrote: Changes the names of the s3c24x0 register struct members from

Re: [U-Boot] [PATCH ARM 4/4] Change s3c24x0 register struct members to lower case

2010-02-06 Thread kevin.morf...@fearnside-systems.co.uk
Hi Wolfgang On 06/02/2010 14:26, Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message4b6d687f.2060...@fearnside-systems.co.uk you wrote: The patches are split so that each patch makes only one type of change, so there's only one thing that needs to be checked in each

Re: [U-Boot] [PATCH ARM 4/4] Change s3c24x0 register struct members to lower case

2010-02-06 Thread kevin.morf...@fearnside-systems.co.uk
On 06/02/2010 15:14, Tom wrote: kevin.morf...@fearnside-systems.co.uk wrote: Hi Wolfgang On 06/02/2010 14:26, Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message4b6d687f.2060...@fearnside-systems.co.uk you wrote: The patches are split so that each patch makes

Re: [U-Boot] [PATCH ARM 4/4] Change s3c24x0 register struct members to lower case

2010-02-06 Thread kevin.morf...@fearnside-systems.co.uk
On 06/02/2010 16:35, Tom wrote: kevin.morf...@fearnside-systems.co.uk wrote: On 06/02/2010 15:14, Tom wrote: kevin.morf...@fearnside-systems.co.uk wrote: Hi Wolfgang On 06/02/2010 14:26, Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message4b6d687f.2060

Re: [U-Boot] [PATCH ARM] Update the s3c2410 nand driver from linux-2.6.31.5

2010-01-19 Thread kevin.morf...@fearnside-systems.co.uk
Scott Wood wrote: On Thu, Nov 05, 2009 at 08:53:36AM +, kevin.morf...@fearnside-systems.co.uk wrote: This patch updates the s3c2410 nand driver from that of linux 2.6.31.5, modified to make it work in the u-boot mtd nand architecture and to allow setting the flash timing parameters

Re: [U-Boot] [PATCH ARM 3/3] s3c24x0 code style changes

2009-12-15 Thread kevin.morf...@fearnside-systems.co.uk
Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message 4b2548ff.6040...@fearnside-systems.co.uk you wrote: Cleans up the s3c24x0 header files by changing the upper case members of the s3c24x0 register structures to lower case and changing all code that uses

Re: [U-Boot] [PATCH] ARM: Add support for edb93xx boards

2009-12-08 Thread kevin.morf...@fearnside-systems.co.uk
Matthias Kaehlcke wrote: Hello Wolfgang, El Tue, Dec 08, 2009 at 12:51:47AM +0100 Wolfgang Denk ha dit: U-Boot uses assembler only when ther eis no reasonable way to implement the code in C, and I don't see any such justification here. Please rewrite all this in C. i'm just starting to

Re: [U-Boot] Clean-up of s3c24x0 header files

2009-12-04 Thread kevin.morf...@fearnside-systems.co.uk
]; + u32 REFRESH; + u32 BANKSIZE; + u32 MRSRB6; + u32 MRSRB7; }; Best Regards Kevin Best regards, Wolfgang Denk -- Kevin Morfitt Fearnside Systems Ltd 25 Holbeck Road Nottingham NG8 3PB t: 0115 9136703 m: 07939 126277 e: kevin.morf...@fearnside

[U-Boot] [PATCH ARM v2] Add a unified s3c24x0 header file

2009-11-17 Thread kevin.morf...@fearnside-systems.co.uk
-s3c24x0/s3c24x0_cpu.h new file mode 100644 index 000..c37d4a1 --- /dev/null +++ b/include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h @@ -0,0 +1,27 @@ +/* + * (C) Copyright 2009 + * Kevin Morfitt, Fearnside Systems Ltd, kevin.morf...@fearnside-systems.co.uk + * + * This program is free software; you

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-13 Thread kevin.morf...@fearnside-systems.co.uk
Hi Minky Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: This patch adds a unified s3c24x0 cpu header file that selects the header file for the specific s3c24x0 cpu from the SOC and CPU configs defined in board

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-13 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Hi Minky Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: This patch adds

[U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-10 Thread kevin.morf...@fearnside-systems.co.uk
-s3c24x0/s3c24x0_cpu.h new file mode 100644 index 000..c37d4a1 --- /dev/null +++ b/include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h @@ -0,0 +1,27 @@ +/* + * (C) Copyright 2009 + * Kevin Morfitt, Fearnside Systems Ltd, kevin.morf...@fearnside-systems.co.uk + * + * This program is free software; you can

[U-Boot] [PATCH ARM] Clean-up of s3c24x0 header files

2009-11-03 Thread kevin.morf...@fearnside-systems.co.uk
. s3c2400.h and s3c2410.h: insert a blank line between the static inline functions. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- include/asm-arm/arch-s3c24x0/s3c2400.h | 16 include/asm-arm/arch-s3c24x0/s3c2410.h | 17 + include/asm-arm

Re: [U-Boot] [PATCH ARM] Clean-up of s3c24x0 header files

2009-11-03 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/3 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Cleans up the s3c24x0 header files: Thank you for patch s4c24x0.h: removes the use of 'volatile' from the S3C24X0_REG8, S3C24X0_REG16 and S3C24X0_REG32

Re: [U-Boot] [PATCH-ARM 1/3] Add support for the s3c2440 cpu excluding nand driver

2009-11-02 Thread kevin.morf...@fearnside-systems.co.uk
Tom wrote: kevin.morf...@fearnside-systems.co.uk wrote: This patch adds support for the s3c2440 cpu, excluding the nand driver. Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have any s3c2400 or s3c2410 boards but need this patch applying before I can submit

[U-Boot] [PATCH-ARM 1/3] Add support for the s3c2440 cpu excluding nand driver

2009-11-01 Thread kevin.morf...@fearnside-systems.co.uk
contains a non-UTF-8 character I've ignored this error. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- common/serial.c |4 +- cpu/arm920t/s3c24x0/Makefile |6 +- cpu/arm920t/s3c24x0/arch_pre_lowlevel_init.S | 81

[U-Boot] [PATCH-ARM 2/3] Add sc32440 support to the s3c2410 nand driver

2009-11-01 Thread kevin.morf...@fearnside-systems.co.uk
and no new warnings or errors were found. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk drivers/mtd/nand/s3c2410_nand.c | 134 +-- 1 files changed, 73 insertions(+), 61 deletions(-) diff --git a/drivers/mtd/nand/s3c2410_nand.c b/drivers/mtd/nand

[U-Boot] [PATCH-ARM 3/3] Add Support for the SBC2440-II Board

2009-11-01 Thread kevin.morf...@fearnside-systems.co.uk
and no new warnings or errors were found. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- MAINTAINERS|4 + MAKEALL|1 + Makefile |3 + board/embest/sbc2440ii/Makefile| 55

Re: [U-Boot] why there is no code boot from nand flash?

2009-10-26 Thread kevin.morf...@fearnside-systems.co.uk
On 26/10/2009 09:41, Jello huang wrote: Dear list, why is there no code boot from nand flash and nor flash in / cpu / arm920t / start.S? I am puzzle. anybody can show me some reason? I guess because people who use arm920t boards with 'standard' u-boot don't boot from NAND, or if they do,

[U-Boot] [PATCH-ARM 3/4, v3] Clean-up of s3c24x0 drivers excluding nand driver

2009-10-09 Thread kevin.morf...@fearnside-systems.co.uk
, smdk2410 and trab configs to use the mtd nand driver (which isn't used by any board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or errors were found. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- Changes in v2: re-formatted patch to remove line

[U-Boot] [PATCH-ARM 4/4, v3] Clean-up of s3c24x0 nand driver]

2009-10-09 Thread kevin.morf...@fearnside-systems.co.uk
to use the mtd nand driver (which isn't used by any board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or errors were found. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- Changes in v2: re-formatted patch to remove line wrapping Changes in v3

Re: [U-Boot] [PATCH-ARM 1/4, v2] Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code

2009-10-06 Thread kevin.morf...@fearnside-systems.co.uk
Abdoulaye Walsimou Gaye wrote: kevin.morf...@fearnside-systems.co.uk a écrit : Here are links to the patches and notes on their states: - [U-boot] [PATCH-ARM] CONFIG_SYS_HZ change for cpu/arm920t/s3c24x0 boards: http://lists.denx.de/pipermail/u-boot/2009-September/thread.html, JP said

Re: [U-Boot] [PATCH-ARM 1/4, v2] Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code

2009-10-02 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: Dear kevin Morfitt sorry for blank message 2009/9/30 Minkyu Kang proms...@gmail.com: Dear Kevin Morfitt 2009/9/26 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Changes since v1: - re-formatted patch to remove line wrapping Note

[U-Boot] [PATCH-ARM 4/4, v2] Clean-up of s3c24x0 nand driver]

2009-09-26 Thread kevin.morf...@fearnside-systems.co.uk
kevin.morf...@fearnside-systems.co.uk --- drivers/mtd/nand/s3c2410_nand.c | 62 +++--- 1 files changed, 25 insertions(+), 37 deletions(-) diff --git a/drivers/mtd/nand/s3c2410_nand.c b/drivers/mtd/nand/s3c2410_nand.c index d27a625..f2f3e72 100644 --- a/drivers/mtd

[U-Boot] [PATCH-ARM 3/4, v2] Clean-up of s3c24x0 drivers excluding nand driver

2009-09-26 Thread kevin.morf...@fearnside-systems.co.uk
-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- board/mpl/vcma9/vcma9.c | 13 +- board/mpl/vcma9/vcma9.h | 20 ++-- board/samsung/smdk2400/smdk2400.c |5 +- board/samsung/smdk2410/smdk2410.c |5 +- board/sbc2410x/sbc2410x.c |7 +- board

Re: [U-Boot] nand_scan() in ARM9 S3C2410

2009-09-21 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: Dear J.Hwan.Kim 2009/9/20 J.Hwan.Kim frog1...@gmail.com: Hi, everyone I'm using u-boot for ARM9 S3C2410. My tool chain is ELDK4.2. I defined configuration CONFIG_NAND_CMD, CONFIG_SYS_MAX_NAND_DEVICE1, and CONFIG_SYS_NAND_BASE 0x4E0C for nand_init(). It

Re: [U-Boot] lowlevel_init.s for ARM920t/S3C2410

2009-09-17 Thread kevin.morf...@fearnside-systems.co.uk
J.Hwan.Kim wrote: Hi, everyone I'm running u-boot (2009.03) in S3C2410 board now. But I have a problem. It seems that bl lowlevel_init routine in ARM920t/start.s is not working. The label, lowlevel_init, is defined as global label in /board/samsung/s3c2410/lowlevel_init.s and is

Re: [U-Boot] [PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards

2009-09-07 Thread kevin.morf...@fearnside-systems.co.uk
On 07/09/2009 22:47, Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message 4aa284b9.8030...@fearnside-systems.co.uk you wrote: This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and s3c2410 cpu's which fixes various problems such as the timeouts

Re: [U-Boot] [PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards

2009-09-07 Thread kevin.morf...@fearnside-systems.co.uk
On 07/09/2009 23:18, Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message 4aa583ac.3050...@fearnside-systems.co.uk you wrote: In message 4aa284b9.8030...@fearnside-systems.co.uk you wrote: This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400

[U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-06 Thread kevin.morf...@fearnside-systems.co.uk
to use the mtd nand driver (which isn't used by any board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or errors were found. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- drivers/mtd/nand/s3c2410_nand.c | 62

[U-Boot] [PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards

2009-09-05 Thread kevin.morf...@fearnside-systems.co.uk
This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and s3c2410 cpu's which fixes various problems such as the timeouts in tftp being too short. Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have any s3c2400 or s3c2410 boards but need this patch

[U-Boot] s3c24x0 code changes

2009-09-05 Thread kevin.morf...@fearnside-systems.co.uk
I submitted patches in the last merge window to add support for the Embest SBC2440-II Board but ran out of time to deal with all of the comments on the patches. Because it was a series of 7 patches comments on the early patches in the series meant I had to re-work all other patches. I'd

Re: [U-Boot] boot linux data aboot for S3C2440A

2009-09-04 Thread kevin.morf...@fearnside-systems.co.uk
Hi fluke56512 I was the last one to work on an s3c2440 port - I ran out of time but I hope to submit my changes for the next release. In the meantime, you can use my patches as a starting point (see the series of patches in ref 1) or if you contact me directly I can send you a single patch for

Re: [U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 1/7

2009-07-09 Thread kevin.morf...@fearnside-systems.co.uk
Hi Remy Remy Bohmer wrote: Hello Kevin, 2009/6/25 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Patches 1 to 4 replace [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board 1/2 submitted on 19/06/2009. This patch re-formats the code in cpu/arm920t

Re: [U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 5/7

2009-07-09 Thread kevin.morf...@fearnside-systems.co.uk
Hi Jean-Christophe Jean-Christophe PLAGNIOL-VILLARD wrote: + +#include config.h + +#ifdef CONFIG_S3C24X0 + +/* Register addresses. */ +# ifdef CONFIG_S3C2400 +#define pWTCON 0x1530 +#define INTMSK 0x1448 +#define CLKDIVN 0x14800014 +#else

Re: [U-Boot] ARM920T SMDK2440 support

2009-06-24 Thread kevin.morf...@fearnside-systems.co.uk
I'm hoping to submit patches to add support for the Embest SBC2440-II Board later today. It uses an s3c2440 CPU so my patches would make a good starting point for the SMDK2440 board. - Kevin On 24/06/2009 09:42, J.Hwan.Kim wrote: Hi, everyone Is U-Boot not support ARM920T SMDK2440 board?

[U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 3/7

2009-06-24 Thread kevin.morf...@fearnside-systems.co.uk
accessor functions, from a comment by Wolfgang on 03/06/2009 - run checkpatch.pl and fix any error reports Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- board/mpl/vcma9/vcma9.c |7 +- board/mpl/vcma9/vcma9.h | 18 ++-- board/samsung/smdk2400

[U-Boot] [PATCH-ARM, MTD] Add support for Embest SBC2440-II Board 4/7

2009-06-24 Thread kevin.morf...@fearnside-systems.co.uk
on 03/06/2009 - run checkpatch.pl and fix any error reports The patches were tested after applying patches 1-4. Testing was done by running MAKEALL for all ARM9 targets and checking that no new warnings or errors were introduced. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside

[U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 5/7

2009-06-24 Thread kevin.morf...@fearnside-systems.co.uk
Morfitt, Fearnside Systems Ltd, kevin.morf...@fearnside-systems.co.uk + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your

[U-Boot] [PATCH-ARM, MTD] Add support for Embest SBC2440-II Board 6/7

2009-06-24 Thread kevin.morf...@fearnside-systems.co.uk
- [PATCH-ARM] CONFIG_SYS_HZ fix for ARM920T S3C24X0 Boards, sent 21/06/2009 The patch was tested by running MAKEALL for all ARM9 targets and checking that no new warnings or errors were introduced. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- drivers/mtd/nand/s3c2410_nand.c

[U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 7/7

2009-06-24 Thread kevin.morf...@fearnside-systems.co.uk
ftp, programming them into NAND flash and checking that u-boot successfully starts the kernel at re-boot Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- MAINTAINERS|4 + MAKEALL|1 + Makefile

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-22 Thread kevin.morf...@fearnside-systems.co.uk
On 22/06/2009 20:04, Scott Wood wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: no as you add the nand in this patch the nand need to be add in a seperate patch, this one need to only add the s3c2440 support and the nand will be handle by Scott the nand Maintainer If a NAND patch is

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-22 Thread kevin.morf...@fearnside-systems.co.uk
On 22/06/2009 20:26, Scott Wood wrote: Keven Morfitt wrote: diff --git a/drivers/mtd/nand/s3c2410_nand.c b/drivers/mtd/nand/s3c2410_nand.c index 60bfd10..b93787c 100644 --- a/drivers/mtd/nand/s3c2410_nand.c +++ b/drivers/mtd/nand/s3c2410_nand.c @@ -36,7 +36,7 @@ static void

Re: [U-Boot] [PATCH-ARM] Bug-fix in drivers mtd nand Makefile

2009-06-22 Thread kevin.morf...@fearnside-systems.co.uk
Scott - sorry, I forgot to cc you on this one. On 18/06/2009 18:41, kevin.morf...@fearnside-systems.co.uk wrote: The S3C2410 NAND driver source file is included in the makefile instead of the object file. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- drivers/mtd

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-21 Thread kevin.morf...@fearnside-systems.co.uk
On 21/06/2009 10:46, Jean-Christophe PLAGNIOL-VILLARD wrote: On 00:56 Sun 21 Jun , kevin.morf...@fearnside-systems.co.uk wrote: Hi Jean-Christophe, comments below: Also, see note at the end regarding re-structuring of the existing s3c24x0 and Embest SBC2440-II Board patches. snip

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-20 Thread kevin.morf...@fearnside-systems.co.uk
Hi Jean-Christophe, comments below: Also, see note at the end regarding re-structuring of the existing s3c24x0 and Embest SBC2440-II Board patches. On 20/06/2009 18:36, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:42 Fri 19 Jun , kevin.morf...@fearnside-systems.co.uk wrote

[U-Boot] [PATCH-ARM] CONFIG_SYS_HZ fix for ARM920T S3C24X0 Boards

2009-06-20 Thread kevin.morf...@fearnside-systems.co.uk
MAKEALL for all ARM9 targets and no new warnings or errors were found. Note that the existing code modified by this patch does not meet the u-boot coding style but I'd like to handle this separately and submit patches to fix this later. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside

[U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-19 Thread kevin.morf...@fearnside-systems.co.uk
applied: - Clean-up of ARM920T S3C24x0 code, submitted on 5th June - Clean-up of ARM920T S3C24x0 drivers code, submitted on 5th June - Bug-fix in drivers mtd nand Makefile, submitted on 18th June Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- common/serial.c

[U-Boot] [PATCH-ARM 2/2] Add support for the Embest SBC2440-II Board

2009-06-19 Thread kevin.morf...@fearnside-systems.co.uk
, programming them into NAND flash and ensuring the kernel boots correctly at re-start. Also, MAKEALL was run for all ARM9 boards and no new warnings or errors were found. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- MAINTAINERS|4 + MAKEALL

[U-Boot] [PATCH-ARM] Bug-fix in drivers mtd nand Makefile

2009-06-18 Thread kevin.morf...@fearnside-systems.co.uk
The S3C2410 NAND driver source file is included in the makefile instead of the object file. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- drivers/mtd/nand/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/Makefile b

[U-Boot] U-Boot][PATCH] ARM Clean-up of ARM920T S3C24x0 drivers code

2009-06-05 Thread kevin.morf...@fearnside-systems.co.uk
...@fearnside-systems.co.uk --- drivers/i2c/s3c24x0_i2c.c | 269 --- drivers/mtd/nand/s3c2410_nand.c | 97 +++ drivers/rtc/s3c24x0_rtc.c | 126 +- drivers/serial/serial_s3c24x0.c | 143 - 4 files changed

Re: [U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board

2009-06-03 Thread kevin.morf...@fearnside-systems.co.uk
Hi Jean-Christophe Comments below... On 03/06/2009 00:35, Jean-Christophe PLAGNIOL-VILLARD wrote: On 03:24 Sat 23 May , kevin.morf...@fearnside-systems.co.uk wrote: Implementation based on the existing u-boot support for S3C2410-based boards. u-boot programmed into NOR flash

Re: [U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board

2009-06-03 Thread kevin.morf...@fearnside-systems.co.uk
come up before but I can't find any mention of it in the mail archives. Regards Kevin Morfitt 03/06/2009 11:05, Wolfgang Denk wrote: Dear kevin.morf...@fearnside-systems.co.uk, In message 4a263923.2030...@fearnside-systems.co.uk you wrote: +#define BWSCON0x4800 + +#define

[U-Boot] [PATCH-ARM v2] Add support for Embest SBC2440-II Board

2009-05-26 Thread kevin.morf...@fearnside-systems.co.uk
architectures built as the changes only affect ARM9-based boards. Changes since v1: - removed all network-related parameters from board config file as requested by Ben Warren Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- MAKEALL|1 + Makefile

[U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board

2009-05-22 Thread kevin.morf...@fearnside-systems.co.uk
architectures built as the changes only affect ARM9-based boards. Signed-off-by: Kevin Morfitt kevin.morf...@fearnside-systems.co.uk --- MAKEALL|1 + Makefile |3 + board/embest/sbc2440ii/Makefile| 55 +++ board/embest

[U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread kevin.morf...@fearnside-systems.co.uk
Morfitt kevin.morf...@fearnside-systems.co.uk --- common/cmd_tftp.c| 59 ++ doc/README.tftp | 29 include/config_cmd_all.h |1 + include/config_cmd_default.h |1 + 4 files changed, 90 insertions

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread kevin.morf...@fearnside-systems.co.uk
Mike Frysinger wrote: On Tuesday 31 March 2009 18:44:21 kevin.morf...@fearnside-systems.co.uk wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread kevin.morf...@fearnside-systems.co.uk
Kumar Gala wrote: On Mar 31, 2009, at 5:44 PM, kevin.morf...@fearnside-systems.co.uk wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod