diff options
| author | Tom Rini <[email protected]> | 2020-08-04 11:07:16 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-04 11:07:16 -0400 |
| commit | bb3694d5b14c891032864dcd44ae261fe595bb0c (patch) | |
| tree | befcb69ed2e827e8f68d7c8fb400c6a8b22b967c /doc | |
| parent | d6faedca7670a0b4862cace2f3189998cbec87d8 (diff) | |
| parent | d071ff012e0b3f9e77b54340c96f624d6f115782 (diff) | |
Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips
- doc: fix qemu-mips build instructions
- MIPS: add GPIO, CLK and SPI drivers for Octeon MIPS64
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/emulation/qemu-mips.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/board/emulation/qemu-mips.rst b/doc/board/emulation/qemu-mips.rst index f206039f548..d35925126a5 100644 --- a/doc/board/emulation/qemu-mips.rst +++ b/doc/board/emulation/qemu-mips.rst @@ -29,28 +29,28 @@ Using u-boot.bin as ROM (replaces Qemu monitor): .. code-block:: bash - make qemu_mips + make qemu_mips_defconfig qemu-system-mips -M mips -bios u-boot.bin -nographic 32 bit, little endian .. code-block:: bash - make qemu_mipsel + make qemu_mipsel_defconfig qemu-system-mipsel -M mips -bios u-boot.bin -nographic 64 bit, big endian .. code-block:: bash - make qemu_mips64 + make qemu_mips64_defconfig qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic 64 bit, little endian .. code-block:: bash - make qemu_mips64el + make qemu_mips64el_defconfig qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic or using u-boot.bin from emulated flash: |
