mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/mips/fuloong2e: Replace faulty documentation links
Websites are downing, but GitHub may last forever. Loongson even doesn't recogonize 2E as their products nowadays.. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Huacai Chen <chenhuacai@kernel.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201224031750.52146-3-jiaxun.yang@flygoat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
6fed2a8ea4
commit
94a37806c0
1 changed files with 3 additions and 10 deletions
|
@ -14,8 +14,8 @@
|
||||||
* Fuloong 2e mini pc is based on ICT/ST Loongson 2e CPU (MIPS III like, 800MHz)
|
* Fuloong 2e mini pc is based on ICT/ST Loongson 2e CPU (MIPS III like, 800MHz)
|
||||||
* https://www.linux-mips.org/wiki/Fuloong_2E
|
* https://www.linux-mips.org/wiki/Fuloong_2E
|
||||||
*
|
*
|
||||||
* Loongson 2e user manual:
|
* Loongson 2e manuals:
|
||||||
* http://www.loongsondeveloper.com/doc/Loongson2EUserGuide.pdf
|
* https://github.com/loongson-community/docs/tree/master/2E
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
@ -60,14 +60,7 @@
|
||||||
* PMON is not part of qemu and released with BSD license, anyone
|
* PMON is not part of qemu and released with BSD license, anyone
|
||||||
* who want to build a pmon binary please first git-clone the source
|
* who want to build a pmon binary please first git-clone the source
|
||||||
* from the git repository at:
|
* from the git repository at:
|
||||||
* http://www.loongson.cn/support/git/pmon
|
* https://github.com/loongson-community/pmon
|
||||||
* Then follow the "Compile Guide" available at:
|
|
||||||
* http://dev.lemote.com/code/pmon
|
|
||||||
*
|
|
||||||
* Notes:
|
|
||||||
* 1, don't use the source at http://dev.lemote.com/http_git/pmon.git
|
|
||||||
* 2, use "Bonito2edev" to replace "dir_corresponding_to_your_target_hardware"
|
|
||||||
* in the "Compile Guide".
|
|
||||||
*/
|
*/
|
||||||
#define FULOONG_BIOSNAME "pmon_2e.bin"
|
#define FULOONG_BIOSNAME "pmon_2e.bin"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue