瀏覽代碼

README.mips: update known issues and TODOs

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Daniel Schwierzeck 12 年之前
父節點
當前提交
54b08efcf2
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      doc/README.mips

+ 6 - 5
doc/README.mips

@@ -16,11 +16,6 @@ Toolchains
 Known Issues
 Known Issues
 ------------
 ------------
 
 
-  * Little endian build problem
-
-    If use non-ELDK toolchains, -EB will be set to CPPFLAGS. Therefore all
-    objects will be generated in big-endian format.
-
   * Cache incoherency issue caused by do_bootelf_exec() at cmd_elf.c
   * Cache incoherency issue caused by do_bootelf_exec() at cmd_elf.c
 
 
     Cache will be disabled before entering the loaded ELF image without
     Cache will be disabled before entering the loaded ELF image without
@@ -55,3 +50,9 @@ TODOs
   * Due to cache initialization issues, the DRAM on board must be
   * Due to cache initialization issues, the DRAM on board must be
     initialized in board specific assembler language before the cache init
     initialized in board specific assembler language before the cache init
     code is run -- that is, initialize the DRAM in lowlevel_init().
     code is run -- that is, initialize the DRAM in lowlevel_init().
+
+  * get rid of CONFIG_MANUAL_RELOC
+
+  * centralize/share more CPU code of MIPS32, MIPS64 and XBurst
+
+  * support Qemu Malta