u-boot-brain/arch/mips/mach-mtmips/mt7628
Weijie Gao 02cd449f0b mips: mtmips: rewrite lowlevel codes of mt7628
This patch rewrites the mtmips architecture with the following changes:

1. Move MT7628 soc parts into a subfolder.
2. Lock parts of D-Cache as temporary stack.
3. Reimplement DDR initialization in C language.
4. Reimplement DDR calibration in a clear logic.
5. Add full support for auto size detection for DDR1 and DDR2.
6. Use accurate CPU clock depending on the input xtal frequency for timer
   and delay functions.

Note:

print_cpuinfo() has incompatible parts with MT7620 so it's moved into
mt7628 subfolder.

Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
2020-04-27 20:29:33 +02:00
..
ddr.c mips: mtmips: rewrite lowlevel codes of mt7628 2020-04-27 20:29:33 +02:00
init.c mips: mtmips: rewrite lowlevel codes of mt7628 2020-04-27 20:29:33 +02:00
lowlevel_init.S mips: mtmips: rewrite lowlevel codes of mt7628 2020-04-27 20:29:33 +02:00
Makefile mips: mtmips: rewrite lowlevel codes of mt7628 2020-04-27 20:29:33 +02:00
mt7628.h mips: mtmips: rewrite lowlevel codes of mt7628 2020-04-27 20:29:33 +02:00