Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-07 Thread Michal Simek
Yes, you are right. I tested it and works. Ack-by: Michal Simek <[EMAIL PROTECTED]> WD: This is bug fix - can you please handle this bug directly to your tree. Thanks, Michal > boot_get_ramdisk() should not treat the case when a FIT image does not > contain a > ramd

Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-06 Thread Michal Simek
Hi Peter, > I've included my kernel_fdt.its below as well as 2 boot attempts with > some debug enabled - the 1st on without the patch, the 2nd with the > patch. I'm using the mainline master (based on > 1953d128fd07f07d1c3810a28c0863ea64dae1b6), not the 85xx repo, but I > believe the problem exi

Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-06 Thread Michal Simek
Hi Peter, I tested current head on my boards and I have no problem with it. Can you post your config part where you have problem? And I look at 85xx repo and I haven't found this fix there. The last patch on master branch in mine. Regards, Michal Simek > boot_get_ramdisk() should n

Re: [U-Boot-Users] U-Boot v1.3.4-rc2 released

2008-07-31 Thread Michal Simek
Hi Wolfgang, Microblaze boards are without any warnings. I sent some patches about Makefiles(driver folder and others) two weeks ago - but they need some testing. These patches should go to next merge window. Regards, Michal > Hello everybody, > > I have released U-Boot v1.3.4-rc2, and it

Re: [U-Boot-Users] [PATCH 1/1] Add support for the hammerhead (AVR32) board

2008-07-29 Thread Michal Simek
Could someone explain me what this message has relation with AVR32? This is 100% microblaze relate problems. Please change subject and cc to me if you have any problem with latest U-BOOT for Microblaze. Michal Simek > Hi John, > > look at > http://www.itee.uq.edu.au/~listarc

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)

2008-07-26 Thread Michal Simek
for, if M > Hello Michal > > No hints about where are this codyng style issues? > > Best regards > > > > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest L

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)

2008-07-25 Thread Michal Simek
still coding style issues. M > This driver provides access to a simulated i2c eeprom. > This simulated eeprom could be very useful in boards with > ddr2 memories and no i2c interfaces. > > Using this driver the user can simulate a spd eeprom > of a ddr2 memory and use the ddr2 auto config. > >

Re: [U-Boot-Users] ppc4xx: [PATCH] ML507 Board Support

2008-07-17 Thread Michal Simek
> Added Flash Support > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > CREDITS |5 ++ > MAINTAINERS |4 + > MAKEALL |1 + > Makefile |3 + > board/xilinx/ml507/Make

Re: [U-Boot-Users] [PATCH 1/1] v2: coding style cleaning for sc520_spunk

2008-07-14 Thread Michal Simek
Hi Jean, > > From: Michal Simek <[EMAIL PROTECTED]> > > > > there are some long lines in config file > > but this patches clean a lot of coding style issues > > > > There could be small problem with Daniel name. > > Please check it in merge > &

Re: [U-Boot-Users] [PATCH] CPU PPC440x5 on Virtex5 FX

2008-07-14 Thread Michal Simek
> > You are right, but I cannot see how to share code between > > architechtures... If WD don't have a good idea we should have here the > > xilinx iic code repeated. > > No. Duplicating code is never a good idea. I agree. Michal > Best regards, > > Wolfgang Denk --

Re: [U-Boot-Users] [PATCH] CPU PPC440x5 on Virtex5 FX

2008-07-14 Thread Michal Simek
Hi Ricardo, > Hi Michal > > I am trying to solve the xilinx irq I have some questions: > > 1) Where can I find the official u-boot bsp for edk? > http://git.monstr.eu/ is dead yes. git.monstr.eu was temporary down because I was changing my servers. currently is server up. > 2) Do we

Re: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling

2008-07-13 Thread Michal Simek
Look good. Thanks, Michal Simek > In message <[EMAIL PROTECTED]> you wrote: >> From: Michal Simek <[EMAIL PROTECTED]> >> >> Microblaze and PowerPC use boot_get_ramdisk for loading >> ramdisk to memory with checking return value. >> Return 0 mea

Re: [U-Boot-Users] [PATCH] CPU PPC440x5 on Virtex5 FX

2008-07-11 Thread Michal Simek
>> In message <[EMAIL PROTECTED]> you wrote: >>> 2. I don't know if is good idea to create drivers for interrupt >>> controllers. >> I have to admit that such an idea surprises me a bit. >> >>> If yes xilinx_intc.c, will be better. >>> I will wait for WD comments. >> In my opinion an interrupt cont

Re: [U-Boot-Users] [PATCH] CPU PPC440x5 on Virtex5 FX

2008-07-11 Thread Michal Simek
Hi Stefan, >> Some days ago a sent to mailing list patch (currently is in) where I rename >> CONFIG_XILINX_ML300 -> CONFIG_XILINX_405. >> >> I would like to see if you can use the same style for 440 -> >> CONFIG_XILINX_440. I have no detail information about ppc440 but IMHO only >> virtex5 fx (or

Re: [U-Boot-Users] [PATCH] New Dummy I2C Driver

2008-07-11 Thread Michal Simek
>> This driver provides access to a false i2c eeprom. >> This false eeprom could be very useful in boards with >> ddr2 memories and no i2c interfaces. >> Using this driver the user can simulate the spd interface >> of the ddr2 memory and use the ddr2 auto config > > Hi Ricardo: > > Nitpickin

Re: [U-Boot-Users] [PATCH] ML507: New board support

2008-07-11 Thread Michal Simek
my comments are below -Suport for the Xilinx ML507 Development Board Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- Makefile|3 + board/xilinx/ml507/Makefile | 53 board/xilinx/ml507/config.mk| 18 board/xili

Re: [U-Boot-Users] [PATCH] CPU PPC440x5 on Virtex5 FX

2008-07-11 Thread Michal Simek
Some days ago a sent to mailing list patch (currently is in) where I rename CONFIG_XILINX_ML300 -> CONFIG_XILINX_405. I would like to see if you can use the same style for 440 -> CONFIG_XILINX_440. I have no detail information about ppc440 but IMHO only virtex5 fx (or whatever) support it -> ma

Re: [U-Boot-Users] [PATCH 1/1] hwmon: Cleaning hwmon devices

2008-07-11 Thread Michal Simek
> From: Michal Simek <[EMAIL PROTECTED]> > > Clean Makefile > Move device specific values to driver for better reading >Thanks. One comment below though: you are welcome >> -COBJS-y += adm1021.o >> -COBJS-y += ds1621.o >> -COBJS-y += ds1

Re: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling

2008-07-11 Thread Michal Simek
oou. this patches I sent twice because I used git-send-email with 0001* and I had two files there. :-( Sorry for that. M From: Michal Simek <[EMAIL PROTECTED]> Microblaze and PowerPC use boot_get_ramdisk for loading ramdisk to memory with checking return value. Return 0 means success. Re

Re: [U-Boot-Users] [PATCH] I2C Monitor Chip ADT7460 support

2008-07-11 Thread Michal Simek
Still you have 3 empty lines. Look at code. Do not add more than 2 empty lines to source files M From: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- drivers/hwmon/Makefile |1 + drivers/hwmon/adt7460.c | 90

Re: [U-Boot-Users] [PATCH] I2C Monitor Chip ADT7460 support

2008-07-11 Thread Michal Simek
Still is there coding style issue. and you have one extra header file which is uneeded. I recommend you move usefull values directly to driver. WD: I looked at include/dtt.h there are many driver specific values. IMHO these value should be usefull move to driver c file. What do you think about?

Re: [U-Boot-Users] [PATCH 1/2] microblaze: Clean uartlite driver

2008-07-11 Thread Michal Simek
I haven't seen problem with patch. M [EMAIL PROTECTED] u-boot-denx.de]$ git-am < 0001-microblaze-Clean-uartlite-driver.patch Applying microblaze: Clean uartlite driver [EMAIL PROTECTED] u-boot-denx.de]$ git log commit 104b87cd4ee3dbea172ee1d39e81216e46b2070f Author: Michal Simek

Re: [U-Boot-Users] [PATCH] New Dummy I2C Driver

2008-07-11 Thread Michal Simek
Hi Stefan and Ricardo, >> I didn't add this to the description sorry: >> >> This driver provides access to a false i2c eeprom. >> This false eeprom could be very useful in boards with >> ddr2 memories and no i2c interfaces. >> Using this driver the user can simulate the spd interface >> of th

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-11 Thread Michal Simek
Hi Wolfgang and Ricardo, > Hello again > > This files already exist on the u-boot tree. They are located in > include/asm-microblaze and include/asm-microblaze/arch-microblaze . > They give support to a simple uart which can also be used on the > powerpc, I have just copied them from one dir

Re: [U-Boot-Users] [PATCH] I2C Dummy Driver

2008-07-11 Thread Michal Simek
Hi Ricardo, > Hi Wolfgang > >> What is the intention or practical use of this dummy driver? > > > I developed this driver for two reasons, > > I wanted a dummy driver to test the i2c subsystem > I wanted a way of use the ddr2 autoconfiguration for ppc440 without i2c. > > >>> +#i

Re: [U-Boot-Users] Support for the ML507

2008-07-10 Thread Michal Simek
Hi Ricardo, > Hello again: > > This is my third submission of the same thing, please be indulgent: Please don't send next submission of the same thing if you know that minimally half of these patches are wrong. Michal > This month I have been working on the ml507 board, trying to give

Re: [U-Boot-Users] [PATCH] -Support fot the ADT7640 Monitor chip

2008-07-10 Thread Michal Simek
Clean coding style especially long lines, free lines and please choose only one email address. Michal > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > drivers/hwmon/Makefile |1 + > drivers/hwmon/adt7460.c | 89 > +++ > dri

Re: [U-Boot-Users] [PATCH] Support fot the ML507 Board 1/4

2008-07-10 Thread Michal Simek
or your work and use more generic subject of your email. In set of patches you use conventional style which generate git. Add there at the begging ml507 or xilinx or whatever what will be specify xilinx relate topic. Michal > Best regards > > On Thu, Jul 10, 2008 at 9:04 PM, Michal Sime

Re: [U-Boot-Users] [PATCH] I2C Dummy Driver

2008-07-10 Thread Michal Simek
Clean coding style. http://www.denx.de/wiki/UBoot/CodingStyle > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > drivers/i2c/Makefile|1 + > drivers/i2c/dummy_i2c.c | 84 > +++ > 2 files changed, 85 insertions(+), 0 deletio

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-10 Thread Michal Simek
100% NACK. > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > include/asm-ppc/arch-ppc4xx/xbasic_types.h | 301 > > include/asm-ppc/arch-ppc4xx/xio.h | 63 ++ > include/asm-ppc/arch-ppc4xx/xuartlite_l.h | 256 +

Re: [U-Boot-Users] Support for the ML507

2008-07-10 Thread Michal Simek
ch, but not for the drivers by xilinx. If you want to help with handling of xilinx board, you can contact me. Michal Simek > Best Regards On Thu, Jul 10, 2008 at 8:48 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: >> >> So, I

Re: [U-Boot-Users] [PATCH] Support fot the ML507 Board 1/4

2008-07-10 Thread Michal Simek
-BOOT you have to change completely handling style of xilinx board for ppc. In next U-BOOT release I will clean ancient ml300. I want to remove a lot of xilinx generic files. 100% NACK for these patches. The size of patches is due to your incorrect design strategy. Michal Simek Hi List: This

Re: [U-Boot-Users] PHY lib

2008-07-07 Thread Michal Simek
Hi Ben, > Hi Michal, > > Michal Simek wrote: >> Hi Ben and others, >> >> do you have any plan to start with PHY libs? >> I saw to tsec driver - there are some phy description. >> I would like to use phy description for one eth driver which I do. >>

[U-Boot-Users] PHY lib

2008-07-07 Thread Michal Simek
Hi Ben and others, do you have any plan to start with PHY libs? I saw to tsec driver - there are some phy description. I would like to use phy description for one eth driver which I do. Thanks, Michal - Sponsored by: SourceF

Re: [U-Boot-Users] DTC and Binary Includes

2008-07-05 Thread Michal Simek
Hi Jon and Detlev, I sent the similar patch to Jon yesterday. I can confirm that I can compile DTC with small change in convert-dtsv0-lexer.l (add missing library). I tested it with Microblaze linux and seems that work well. I will test it binary include as well and I'll send you if is work or no

Re: [U-Boot-Users] [PATCH 1/1] ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405

2008-06-24 Thread Michal Simek
Thanks Stefan, M > From: Michal Simek <[EMAIL PROTECTED]> > > This change helps with better handling with others > Xilinx based platform. > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> Acked-by: Stefan Roese <[EMAIL PROTECTED]> Wolfgang, please apply

Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support

2008-06-17 Thread Michal Simek
Michael but I'm pretty new... how can I know who is it? > I looked into MAINTAINERS and CREDITS but no disk/ directory found. > > Regards, > Antonio > > 2008/6/16 Michal Simek <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > > > > 2008/6/1

Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support

2008-06-16 Thread Michal Simek
Hi Antonio I am not responsible for this part of U-BOOT but your patch contain coding style violation. Regards, Michal Simek > Logic unit: > Purpose:Add support for bare partitions (no partition table) > Author: Antnoio R. Costa atmel.com> > Date : 11 Jun 2

Re: [U-Boot-Users] LL_TEMAC on Avnet MiniModule-FX12

2008-06-06 Thread Michal Simek
Hi Llandre, that's why you use opb_emac driver for ll_temac. That's all. Different driver and different ip_core. Regards, Michal > Hi all, > > I ported U-Boot 1.3.1 on Avnet MiniModule-FX12 (the repository I'm > working with has been patched previously with ML403 patch). Here is my > first d

Re: [U-Boot-Users] [PATCH-v3] Big white-space cleanup.

2008-05-21 Thread Michal Simek
Hi Wolfgang, Whitespace cleanup for 2 Microblaze files are OK. I checked: include/asm-microblaze/asm.h lib_microblaze/Makefile Regards, Michal Simek > In message <[EMAIL PROTECTED]> I wrote: >> This commit gets rid of a huge amount of silly white-space issues. >> Especia

Re: [U-Boot-Users] NOKIA's BB5 boards

2008-05-18 Thread Michal Simek
Hi Divel Why did you send your message twice? Michal Simek > Can anybody write initialisation for BB5 boards ? It based on OMAP 1710 > ARM processor and NOKIA's RAP 3G > > - > This SF.net email is spo

Re: [U-Boot-Users] FYI, updated CustodianGitTrees page

2008-05-11 Thread Michal Simek
Hi Jerry, I found NIOS2-5_0_0 branch. I think we can kill off this too. Michal Simek > <http://www.denx.de/wiki/rdiff/UBoot/CustodianGitTrees?rev2=1.29&rev1=1.30> > > The major change was adding a "maintenance" bullet to the list and add a > tip on how to remov

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-06 Thread Michal Simek
Hi Wolfgang, Microblaze cpu is OK for 1.3.3. Regards, Michal Simek > Hello, > > U-Boot v1.3.3-rc3 has been released. > > The major architectures (PowerPC, ARM, MIPS) seemt o be in a prtty > good shape now, with only few (usually minor and/or old) issues > remaining. >

Re: [U-Boot-Users] [PATCH] Xilinx PowerPC XPS_LL_TEMAC driver

2008-04-27 Thread Michal Simek
*lp = (struct xps_ll_temac_private *) > dev->priv; > + > + xps_ll_temac_bd_init(); > + xps_ll_temac_indirect_set(0, MC, MDIO_ENABLE_MASK | MDIO_CLOCK_DIV_ > 100MHz); > + > + xps_ll_temac_addr_setup(lp);

Re: [U-Boot-Users] [PATCH 04/13] microblaze: add Emaclite ethernet driver

2008-04-15 Thread Michal Simek
n). >> > > I did see these patches, but haven't reviewed yet. I'll have a look > in the next couple of days and will provide feedback. > > regards, > Ben Thanks for it, Michal Simek -

Re: [U-Boot-Users] [PATCH 04/13] microblaze: add Emaclite ethernet driver

2008-04-13 Thread Michal Simek
Hi Wolfgang, this code was sent to mailing list I think twice. I think Grant reviewed this code once, didn't he? For Ben. Can you look at drivers/net/xilinx_emac.c and xilinx_emaclite.c? >> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > > I see you sneaked this

Re: [U-Boot-Users] Pull request u-boot-microblaze.git

2008-04-13 Thread Michal Simek
>> Could you look at it? >Sure. Done. Sorry for the delay. >Best regards, >Wolfgang Denk No worries. Thanks, Michal Simek www.monstr.eu - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference

Re: [U-Boot-Users] Pull request u-boot-microblaze.git

2008-04-11 Thread Michal Simek
Hi Wolfgang, Could you look at it? Thanks, Michal > Hi Wolfgang, > > please pull microblaze git repo. > > Thanks, > Michal Simek > > The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: > Wolfgang Denk (1): > Merge branch '

Re: [U-Boot-Users] FIS DTC

2008-04-09 Thread Michal Simek
Hi Jon, I have had version with /incbin/. I found patches from Scott. Michal Simek www.monstr.eu >>> Hi David, >>> >>>> The /incbin/ is probably the problem. Support for binary includes has >>>> been suggested, and patches have floated around, b

Re: [U-Boot-Users] FIS DTC

2008-04-08 Thread Michal Simek
Thanks for your answers, Michal Simek www.monstr.eu >> Hi David, >> >>> The /incbin/ is probably the problem. Support for binary includes has >>> been suggested, and patches have floated around, but it hasn't yet >>> been merged into dtc mainline. &g

[U-Boot-Users] Pull request u-boot-microblaze.git

2008-04-08 Thread Michal Simek
Hi Wolfgang, please pull microblaze git repo. Thanks, Michal Simek The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-fdt are available in the git repository at: . mast

Re: [U-Boot-Users] FIS DTC

2008-04-07 Thread Michal Simek
Hi David, >The /incbin/ is probably the problem. Support for binary includes has >been suggested, and patches have floated around, but it hasn't yet >been merged into dtc mainline. :-( Do you have any floated version? Thanks, Michal Simek www.monstr.eu >David Gibson

[U-Boot-Users] FIS DTC

2008-04-05 Thread Michal Simek
[EMAIL PROTECTED] { 22 algo = "sha1"; 23 }; 24 }; 25 }; 26 27 configurations { 28 default = "[EMAIL PROTECTED]"; 29

Re: [U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite driver to Makefile

2008-04-05 Thread Michal Simek
Hi Jean, I will do it when I add the driver. The set of patches were only for review. Can you add me ACK for them? Thanks, Michal Simek www.monstr.eu >> From: Michal Simek <[EMAIL PROTECTED]> >> >> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> >> --- >

Re: [U-Boot-Users] [PATCH 2/6] [new uImage] Removed dead ramdisk code on microblaze architecture

2008-02-07 Thread Michal Simek
rts FDT and Ramdisk now. I'll check it soon and I'll send my changes. Regards, Michal Simek - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/g

Re: [U-Boot-Users] [PATCH 2/6] [new uImage] Removed dead ramdisk code on microblaze architecture

2008-02-05 Thread Michal Simek
Hi Marian, do you have git repository with your changes? I would like to see what is changed from previous state. I have some changes in my internal repository which modified linux booting with using ramdisk too. Regards, Michal Simek > Microblaze do_bootm_linux() includes ramdisk process

Re: [U-Boot-Users] u-boot for Microblaze

2008-01-28 Thread Michal Simek
or your help. > Bruce 3. If you have question you can ask. Please see http://www.catb.org/~esr/faqs/smart-questions.html Regards, Michal Simek >> I am having trouble compiling a build for u-boot 1.1.6. I have a >> microblaze processor. I know that I am just missing a step but I a

Re: [U-Boot-Users] u-boot for Microblaze build problem

2008-01-24 Thread Michal Simek
to use? > Any help would be appreciated. > Thanks > Bruce Christensen Regards, Michal Simek - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual