Re: [U-Boot] U-Boot porting on Android Emulator

2015-07-17 Thread Simon Glass
Hi Roger, On 17 July 2015 at 15:40, Albert ARIBAUD wrote: > > Hello Roger, > > On Fri, 17 Jul 2015 14:51:52 +0800, Roger wrote: > > > > Hi, > > I ported U-Boot to Android emulator (ARM). Do you think this should be > > supported in U-Boot mainline ? > > This is for you to decide if you want to

Re: [U-Boot] U-Boot porting on Android Emulator

2015-07-17 Thread Albert ARIBAUD
Hello Roger, On Fri, 17 Jul 2015 14:51:52 +0800, Roger wrote: > > Hi, > I ported U-Boot to Android emulator (ARM). Do you think this should be > supported in U-Boot mainline ? This is for you to decide if you want to automatically benefit from future bugfixes and enhancements added to U-Boot,

[U-Boot] U-Boot porting on Android Emulator

2015-07-17 Thread Roger
Hi, I ported U-Boot to Android emulator (ARM). Do you think this should be supported in U-Boot mainline ? The source code can be found at:https://github.com/shugaoye/u-boot Roger ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] U-boot porting experiment -- which board or CPU will be good for doing it first time

2014-01-23 Thread Detlev Zundel
Hi Allan, > I have been reading u-boot documentation for last few weeks. I hope it was fun :) > I am looking forward to configure & write my own u-boot for some board > or CPU . I will be doing it first time. > > Please suggest some existing board for which we have opensource U-boot > software

[U-Boot] U-boot porting experiment -- which board or CPU will be good for doing it first time

2014-01-21 Thread allan George
Hi, I have been reading u-boot documentation for last few weeks. I am looking forward to configure & write my own u-boot for some board or CPU . I will be doing it first time. Please suggest some existing board for which we have opensource U-boot software available, which are good for someone to

Re: [U-Boot] U-boot Porting

2012-07-10 Thread Wolfgang Denk
Dear Aaron, In message <4ffcaf12.1030...@cavium.com> you wrote: > > I made a number of additions to the header files. For the most part I > did not update them from Linux but modified the existing ones. I tried > to keep my changes minimal. As I said I use board_octeon.c instead of > board.c.

Re: [U-Boot] U-boot Porting

2012-07-10 Thread Aaron Williams
Hi Daniel, My comments are inline. On 07/09/2012 02:11 PM, Daniel Schwierzeck wrote: Hi Aaron, 2012/7/6 Aaron Williams : Hi Andreas, I would love to see OCTEON support in the mainline as well, though I am not sure how I should go about this since it is a substantial amount of code. Fortunate

Re: [U-Boot] U-boot Porting

2012-07-09 Thread Daniel Schwierzeck
Hi Aaron, 2012/7/6 Aaron Williams : > Hi Andreas, > > I would love to see OCTEON support in the mainline as well, though I am not > sure how I should go about this since it is a substantial amount of code. > Fortunately most of the changes are not to the common code, and many of the > common code

Re: [U-Boot] U-boot Porting

2012-07-06 Thread Aaron Williams
Hi Andreas, I would love to see OCTEON support in the mainline as well, though I am not sure how I should go about this since it is a substantial amount of code. Fortunately most of the changes are not to the common code, and many of the common code changes are feature enhancements portable to

Re: [U-Boot] U-boot Porting

2012-07-06 Thread Andreas Bießmann
Dear Aaron Williams, On 06.07.2012 01:52, Aaron Williams wrote: > Hi Zahid, > > I am in charge of U-Boot for OCTEON MIPS. I have not pushed the changes > back upstream since the amount of code is enormous (over 430K lines of > code!). Granted, a huge percentage of that is from generated register

Re: [U-Boot] U-boot Porting

2012-07-06 Thread Andreas Bießmann
Hi Aaron, On 06.07.2012 01:56, Aaron Williams wrote: > Hi Andreas, > > We have been shipping 2011.03 for some time and internally are planning > to use 2012.07 when it is released since we are tracking the top of > trunk. We have made a lot of improvements since then and added a lot of > new capa

Re: [U-Boot] U-boot Porting

2012-07-05 Thread Aaron Williams
Hi Zahid, I am in charge of U-Boot for OCTEON MIPS. I have not pushed the changes back upstream since the amount of code is enormous (over 430K lines of code!). Granted, a huge percentage of that is from generated register files but it is still a huge amount of code. Just the DRAM initializat

Re: [U-Boot] U-boot Porting

2012-07-05 Thread Aaron Williams
Hi Andreas, We have been shipping 2011.03 for some time and internally are planning to use 2012.07 when it is released since we are tracking the top of trunk. We have made a lot of improvements since then and added a lot of new capabilities. -Aaron On 07/05/2012 06:18 AM, Andreas Bießmann w

Re: [U-Boot] U-boot Porting

2012-07-05 Thread Daniel Schwierzeck
Hi Sayed, 2012/7/5 Andreas Bießmann : > Dear sayed zahid, > > On 05.07.2012 13:42, sayed zahid wrote: >> Hi , >> I have basic knowledge of porting u-boot to a new board. But now i have got >> a task to port u-boot on cavium mips based board. As i know that mips >> architecture is already supported

Re: [U-Boot] U-boot Porting

2012-07-05 Thread Andreas Bießmann
Dear sayed zahid, On 05.07.2012 13:42, sayed zahid wrote: > Hi , > I have basic knowledge of porting u-boot to a new board. But now i have got > a task to port u-boot on cavium mips based board. As i know that mips > architecture is already supported, but will it support all cavium octeon > mips v

[U-Boot] U-boot Porting

2012-07-05 Thread sayed zahid
Hi , I have basic knowledge of porting u-boot to a new board. But now i have got a task to port u-boot on cavium mips based board. As i know that mips architecture is already supported, but will it support all cavium octeon mips variants? Please put some light on this. I would be glad if you guys,

[U-Boot] U-boot Porting for MIPS32 (Au1350)

2010-04-22 Thread  Gurumurthy G M
Hi All, we are porting U-boot 1.2.0 to MIPS32 Au1350 Processor. i am using ELDK 4.1 for MIPS32. Thanks wolfgang now am able to compile toolchain for mips after using ELDK for MIPS. Now while porting U-boot to Au1350 MIPS32 we are facing following problems mentioned below. We have a

Re: [U-Boot] U-BOOT porting to PORTUX 920T

2010-03-16 Thread Achim Ehrlich
Hello Luca, > > Thank to Achim Ehrlich - we got all we needed working! Timing has been > set to s$ > Basically - we have seen: > - dataflash working > - usb transfers ok > - environment > > We should test other hardware - hoping to get feedback, at least from > Taskit! > Nice to hear, that

Re: [U-Boot] U-BOOT porting to PORTUX 920T

2010-03-13 Thread Wolfgang Denk
Dear Luca Lazzarin, In message you wrote: > > This is the "latest" version of our porting to Taskit PORTUX 920T mini-pc. Please do not post some random files here. If you want to contribute to the projet, then please read the instructions and post a proper patch. Make sure to clean up your code

[U-Boot] U-BOOT porting to PORTUX 920T

2010-03-13 Thread Luca Lazzarin
Hi all! This is the "latest" version of our porting to Taskit PORTUX 920T mini-pc. Thank to Achim Ehrlich - we got all we needed working! Timing has been set to s$ Basically - we have seen: - dataflash working - usb transfers ok - environment We should test other hardware - hoping to get feedback

Re: [U-Boot] U-Boot (porting) problem on MCF5445x board

2010-01-14 Thread Wolfgang Wegner
Sorry for another self-followup... With the modified linker script, I already have a failure in board.c/board_init_f(): (gdb) break board.c:249 Breakpoint 1 at 0x4002089e: file board.c, line 249. (gdb) c Continuing. Breakpoint 1, board_init_f (bootflag=0) at board.c:249 249 memset ((

Re: [U-Boot] U-Boot (porting) problem on MCF5445x board

2010-01-14 Thread Wolfgang Wegner
Hi, two more observations: - there are some entries in the linker script reminiscent from and embedded environment forcing .text from start.o, traps.o, interrupts.o, dlmalloc.o and zlib.o to the beginning of the .text section; if I remove these, U-Boot crashes without any output (did not

[U-Boot] U-Boot (porting) problem on MCF5445x board

2010-01-14 Thread Wolfgang Wegner
Hi list, I am trying to get U-Boot to run on my new MCF5445x board and have some problems. What I did: - use M54455EVB as a starting point (non-SBF mode) - comment out RAM setup to start U-Boot from the debugger [debugger does RAM setup with my init script] - change flexbus and clock settings f