Re: [U-Boot-Users] [U-Boot] [PATCH] ads5121: support for running from memory

2008-10-29 Thread Nikita V. Youshchenko
> You missed some changes in the rebase. > > All CFG_ macros have been renamed to CONFIG_SYS_ This version should be betterŅŽ From ad29d5a0c120e4eee51ecbb8a294c8492cf5fdd0 Mon Sep 17 00:00:00 2001 From: Nikita V. Youshchenko <[EMAIL PROTECTED]> Date: Tue, 2 Sep 2008 07:51:0

Re: [U-Boot-Users] [PATCH] ads5121: support for running from memory

2008-10-24 Thread Nikita V. Youshchenko
> Could you rebase it against current HEAD? Sure. Here it is. From ba2fc48842d6f866e30f52f457a4c834431e1167 Mon Sep 17 00:00:00 2001 From: Nikita V. Youshchenko <[EMAIL PROTECTED]> Date: Tue, 2 Sep 2008 07:51:05 +0400 Subject: [PATCH] ads5121: support for running from RAM This patch

[U-Boot-Users] [PATCH] ads5121: support for running from memory

2008-10-04 Thread Nikita V. Youshchenko
commit 599e6d1ff1fbab0abda4ef685f6078c4d2f1d2eb Author: Nikita V. Youshchenko <[EMAIL PROTECTED]> Date: Tue Sep 2 07:51:05 2008 +0400 ads5121: support for running from memory This patch makes it possible to start u-boot from memory on ads5121 board. It does two

[U-Boot-Users] [PATCH] fsl_diu: fix alignment error that caused malloc corruption

2008-09-25 Thread Nikita V. Youshchenko
commit 81489a85c4c3536ec54290ac9216b746ec346663 Author: Nikita V. Youshchenko <[EMAIL PROTECTED]> Date: Thu Sep 25 00:44:00 2008 +0400 fsl_diu: fix alignment error that caused malloc corruption When aligning malloc()ed screen_base, invalid offset was added. This not only

[U-Boot-Users] NAND bad blocks scan unacceptable slow

2008-03-23 Thread Nikita V. Youshchenko
Hello. I'm working on a board that has a 256-megabyte NAND chip connected to cpu GPIO interface. I wrote some code that provide hardware access methods for struct nand_chip, and then u-boot recognized the NAND chip, and read/write/erase worked. However, on-boot scan for bad blocks takes up to 20

Re: [U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-03-17 Thread Nikita V. Youshchenko
> In message <[EMAIL PROTECTED]> you wrote: > > --- a/cpu/mpc8260/Makefile > > +++ b/cpu/mpc8260/Makefile > > @@ -28,7 +28,7 @@ LIB = $(obj)lib$(CPU).a > > START = start.o kgdb.o > > COBJS = traps.o serial_smc.o serial_scc.o cpu.o cpu_init.o speed.o \ > > interrupts.o ether_

Re: [U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-02-25 Thread Nikita V. Youshchenko
This is an updated version, that actually works. commit 817027b43687a34d0c8e9880fcdea40a424ceb8d Author: Nikita Youshchenko <[EMAIL PROTECTED]> Date: Mon Feb 25 11:27:06 2008 + cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/ This patch: - splits mpc8260 fdt fixup code i

[U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-02-25 Thread Nikita V. Youshchenko
commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a Author: Nikita Youshchenko <[EMAIL PROTECTED]> Date: Mon Feb 25 11:27:06 2008 + cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/ This patch splits mpc8260 fdt fixup code into individual file, fdt.c, and updates it up to what