[U-Boot] EP93XX Uboot support

2008-10-14 Thread Marco Stornelli
Hi all, is there the uboot support for the ep93xx cpu? is there some board supported? Thanks. Regards, Marco ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Asymmetric Flash JS28F256P33B95

2008-11-14 Thread Marco Stornelli
Hi all, I'd like to use the flash JS28F256P33B95, are there problems with the uboot? The flash is asymmetric: 255 sectors of 128kb and the last sector splitted in 4*32kb. What is the best uboot configuration to use that? Do I have to set CFG_MAX_FLASH_SECT to 255 or 256? I'd like to use the botto

Re: [U-Boot] Simple question about the TEXT_BASE

2008-11-19 Thread Marco Stornelli
gt; U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot -- Marco Stornelli Embedded Software Engineer CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni http://www.coritel.it [EMAIL PROTECTED] +39 06 72582838 ___ U-

Re: [U-Boot] [PATCH v3] Add imls utility command

2009-04-06 Thread Marco Stornelli
Hi Wolfgang, 2009/4/5 Wolfgang Denk : > Dear Marco, > > In message <49d8e8f3.4010...@gmail.com> you wrote: >> >> >> +  for (j = sectoroffset; j < sectorcount; ++j) { >> > >> > i. e. add >> > >> >             if (lseek(fd, j*sectorsize, SEEK_SET) != j*sectorsize) { >> >                     error ha

Re: [U-Boot] any patch?

2009-04-07 Thread Marco Stornelli
You can "google" and you can find some patches. If I well remember the last one is a patch for uboot 1.3.3 by olimex for a board based on that processor (cs-e9302). I recently ported uboot to a recent version starting from that version, there are only some adjustment to do especially about timer fu

Re: [U-Boot] [PATCH v5] [RESEND] Add imls utility command

2009-04-27 Thread Marco Stornelli
2009/4/28 Wolfgang Denk : > Dear Marco, > > In message <49e61f99.50...@gmail.com> you wrote: >> From: Marco Stornelli >> >> This patch adds, under tools folder, a new command called imls. Its >> goal is the same of UBoot's imls but it can be used as L