[U-Boot] [ANNOUNCE] mboot - U-boot clone without blackjack and hookers

2012-05-30 Thread Sergey Mironov
Hello. I'm happy to announce a new u-boot clone - I've named it mboot. Please visit https://github.com/ierton/mboot. To see an example of board's initialisation routine, visit [1]. MBOOT bootloader MBOOT is a clone of well known das U-Boot, with reduced functionality. I think, it

[U-Boot] [ARM] gap between _start and CONFIG_SYS_TEXT_BASE

2010-12-21 Thread Sergey Mironov
Hi List. I am working on porting U-Boot to arm1176-based SoC. It works in general, but I had to cut off relocation because of a problem described below. In short: Looks like u-boot fails to link correctly with some CONFIG_SYS_TEXT_BASE values. Board name: uemd Compiler: arm-none-linux-gnueabi-gcc

Re: [U-Boot] [ARM] gap between _start and CONFIG_SYS_TEXT_BASE

2010-12-21 Thread Sergey Mironov
> In message you > wrote: >> >> Compiler: arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2008q3-72) >> 4.3.2   -- I also tried a couple of other versions without difference. > > Did these include more recent versions?  GCC 4.3.x is not exactly what > I can recommend for ARM systems... Well, the n

[U-Boot] cache_flush() function

2010-12-07 Thread Sergey Mironov
Hi, community. I'm porting u-boot on our arm1176-based SoC which uses greth as ethernet controller. I have removed sparc code from greth.c and now almost ready to send the patch. Last thing to fix is cache flusher function which is required by the driver. Originally algorithm used sparc_flush_cachc