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
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
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
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
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
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
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.
>
>
> Added Flash Support
>
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
> ---
> CREDITS |5 ++
> MAINTAINERS |4 +
> MAKEALL |1 +
> Makefile |3 +
> board/xilinx/ml507/Make
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
> &
> > 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
--
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
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
>> 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
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
>> 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
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
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
> 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
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
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
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?
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
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
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
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
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
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
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
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
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 +
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
-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
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.
>>
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
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
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
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
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
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
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
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
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
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.
>
*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);
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
-
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
>> 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
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 '
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
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
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
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
[EMAIL PROTECTED] {
22 algo = "sha1";
23 };
24 };
25 };
26
27 configurations {
28 default = "[EMAIL PROTECTED]";
29
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]>
>> ---
>
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
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
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
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
58 matches
Mail list logo