Lines Matching +full:mips32 +full:- +full:linux
2 Notes for the MIPS architecture port of U-Boot
5 ----------
11 Embedded Debian -- Cross-development toolchains
17 ------------
23 incoherency in most cases, unless the code gets loaded after U-Boot
24 re-initializes the cache. The more common uImage 'bootm' command does
31 * Note that Linux users need to kill dcache_disable() in do_bootelf_exec()
32 or override do_bootelf_exec() not to disable I-/D-caches, because most
33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
36 -----
38 * Probe CPU types, I-/D-cache and TLB size etc. automatically
50 code is run -- that is, initialize the DRAM in lowlevel_init().
52 * centralize/share more CPU code of MIPS32, MIPS64 and XBurst