summaryrefslogtreecommitdiffstats
path: root/doc/README.mips
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-01-12 19:09:11 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-01-16 10:52:08 +0100
commit54b08efcf2f4ff532ce99c53f341a59c193331a5 (patch)
tree8f49e88e8811737ea11af17de757112e0aee9460 /doc/README.mips
parent3ed75b6f7415332f4f6c57b1d84ca720b803aed4 (diff)
downloadblackbird-obmc-uboot-54b08efcf2f4ff532ce99c53f341a59c193331a5.tar.gz
blackbird-obmc-uboot-54b08efcf2f4ff532ce99c53f341a59c193331a5.zip
README.mips: update known issues and TODOs
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'doc/README.mips')
-rw-r--r--doc/README.mips11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/README.mips b/doc/README.mips
index 85dea400c8..f4f770b99f 100644
--- a/doc/README.mips
+++ b/doc/README.mips
@@ -16,11 +16,6 @@ Toolchains
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 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
initialized in board specific assembler language before the cache 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
OpenPOWER on IntegriCloud