Re: [U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-05 Thread Daniel Schwierzeck
2012/9/5 Zhi-zhou Zhang : [...] >> >> why have you omitted this? >> >> #define CONFIG_BOOTCOMMAND "bootp;bootelf" >> >> #define CONFIG_CMD_ELF >> > Because I haven't tested `bootelf' command. I'm not should it work or not. > Another reason is that when I configure CONFIG_CMD_ELF I will get lo

Re: [U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-05 Thread Zhi-zhou Zhang
On Wed, Sep 5, 2012 at 7:12 AM, Daniel Schwierzeck < daniel.schwierz...@gmail.com> wrote: > 2012/9/4 Zhizhou Zhang : > > Both big-endian and little-endian are tested with below commands: > > Rom version: (Default, Now we config it as rom version) > > qemu-system-mips64el -M mips -bios u-boot.bin -

Re: [U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-04 Thread Daniel Schwierzeck
2012/9/4 Zhizhou Zhang : > Both big-endian and little-endian are tested with below commands: > Rom version: (Default, Now we config it as rom version) > qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic > qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic

Re: [U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-04 Thread Daniel Schwierzeck
2012/9/4 Zhizhou Zhang : > Both big-endian and little-endian are tested with below commands: > Rom version: (Default, Now we config it as rom version) > qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic > qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic

[U-Boot] [Patch V5 4/4] MIPS: add board qemu-mips64 support

2012-09-04 Thread Zhizhou Zhang
Both big-endian and little-endian are tested with below commands: Rom version: (Default, Now we config it as rom version) qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic Ram version: qemu-sys