Re: [U-Boot-Users] Target support for qemu -M mips

2008-01-17 Thread Vlad Lungu
Shinya Kuribayashi wrote: [snip] >> Any opinions on using a single ldscript per platform, eventually >> preprocessed with gcc -E to allow >> for board-specific differences? At least for MIPS, all scripts are >> essentally the same. >> > > Looking at cpu/mpc5xxx/u-boot.lds, it seems good. Or

Re: [U-Boot-Users] Target support for qemu -M mips

2008-01-17 Thread Shinya Kuribayashi
>> please update .lds to the latest board/dbau1x00/u-boot.lds, etc. >> I'd like to see >> . = .; >> > What does this do ? >> _gp = ALIGN(16) + 0x7ff0; It employs the output of `(CROSS_COMPILE)ld --verbose. It's a normal link script, so I just follow it. > Any opinions on using a sing

Re: [U-Boot-Users] Target support for qemu -M mips

2008-01-16 Thread Vlad Lungu
Shinya Kuribayashi wrote: > Dear Vlad, > > There are some coding style issues, but I'm fine with contents of the > patch itself. Please find comments below and resubmit. > > > My God, you are worse than ze germans! Sorry Wolfgang, I had to say it :-) [snip] > please update .lds to the latest bo

Re: [U-Boot-Users] Target support for qemu -M mips

2008-01-16 Thread Shinya Kuribayashi
Dear Vlad, There are some coding style issues, but I'm fine with contents of the patch itself. Please find comments below and resubmit. Shinya Vlad Lungu wrote: >With serial, NE2000, IDE support. Tested in big-endian mode. >Memory size hard-coded to 128M for now, so don't play with >