Difference between revisions of "Loongson Todo List"
From LinuxMIPS
m (→gdb) |
|||
| (17 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Loongson]] | ||
== Kernel == | == Kernel == | ||
| − | * | + | * Please refer to [http://dev.lemote.com/code/linux-loongson-community/wiki/WikiStart#TODO the TODO list on lemote.com] |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== Bootloader == | == Bootloader == | ||
| + | Currently, [[PMON 2000]] is used. Lemote makes the source for their PMON 2000 changes available. | ||
| + | |||
| + | === Coreboot === | ||
| + | * http://www.coreboot.org/pipermail/coreboot/2008-March/032625.html | ||
| + | |||
=== GRUB === | === GRUB === | ||
| + | * http://www.mail-archive.com/grub-devel@gnu.org/msg13436.html | ||
| + | * http://www.mail-archive.com/gnewsense-dev@nongnu.org/msg01564.html | ||
| + | |||
| + | === U-Boot === | ||
| + | Lemote was working on U-Boot support, but I think they stopped. Existing work is [http://dev.lemote.com/code/U-boot here]. | ||
== Toolchain == | == Toolchain == | ||
=== GDB === | === GDB === | ||
* [http://www.gnu.org/software/gdb/news/reversible.html reverse debugging] | * [http://www.gnu.org/software/gdb/news/reversible.html reverse debugging] | ||
| + | |||
| + | == Virtualization == | ||
| + | * [http://www.linux-kvm.org KVM] porting | ||
| + | * [http://www.xen.org XEN] porting | ||
| + | * [http://wiki.openvz.org OpenVZ] porting | ||
| + | * [http://linux-vserver.org Linux-VServer] porting | ||
| + | |||
| + | == Xorg == | ||
| + | === xf86-video-siliconmotion === | ||
| + | * [http://bugs.freedesktop.org/show_bug.cgi?id=21622 System hangs completely after a while if Depth 16 is used] | ||
| + | |||
| + | == Application == | ||
| + | === xulrunner === | ||
| + | * [http://old.nabble.com/R_MIPS_TLS_GD-reloc-overflow-when-linking-%3E%3Dxulrunner-1.9.1.5-td26755056.html relocation truncated to fit: R_MIPS_TLS_GD against...] | ||
| + | * <s>[https://bugzilla.mozilla.org/show_bug.cgi?id=482759 N32 ABI support]</s> | ||
| + | |||
| + | === firefox === | ||
| + | * [http://www.lemote.com/bbs/viewthread.php?tid=26687&extra=page%3D2 nanojit] | ||
| + | * source and binary of Firefox 3.7alpha with JIT for Loongson available from [http://dev.lemote.com/code/firefox-3.7-loongson-jit] | ||
| + | |||
| + | === thunderbird === | ||
| + | (Called icedove in Debian GNU/Linux) | ||
| + | * [https://bugzilla.mozilla.org/show_bug.cgi?id=434501 xpcom assembly should be built as position independent] | ||
| + | * source and binary of Thunderbird 3 with JIT for Loongson also available from [http://dev.lemote.com/code/firefox-3.7-loongson-jit] | ||
| + | |||
| + | === chromium === | ||
| + | |||
| + | === pixman === | ||
| + | * http://dev.lemote.com/code/Pixman.Loongson/wiki/WikiStart | ||
Latest revision as of 11:05, 25 December 2010
Contents |
[edit] Kernel
- Please refer to the TODO list on lemote.com
[edit] Bootloader
Currently, PMON 2000 is used. Lemote makes the source for their PMON 2000 changes available.
[edit] Coreboot
[edit] GRUB
- http://www.mail-archive.com/grub-devel@gnu.org/msg13436.html
- http://www.mail-archive.com/gnewsense-dev@nongnu.org/msg01564.html
[edit] U-Boot
Lemote was working on U-Boot support, but I think they stopped. Existing work is here.
[edit] Toolchain
[edit] GDB
[edit] Virtualization
- KVM porting
- XEN porting
- OpenVZ porting
- Linux-VServer porting
[edit] Xorg
[edit] xf86-video-siliconmotion
[edit] Application
[edit] xulrunner
[edit] firefox
[edit] thunderbird
(Called icedove in Debian GNU/Linux)
- xpcom assembly should be built as position independent
- source and binary of Thunderbird 3 with JIT for Loongson also available from [2]