mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-04 21:17:45 +01:00
Now that we have 3 boards for the MPC512x it turns out that they all use the very same fixed_sdram() code. This patch factors out this common code into cpu/mpc512x/fixed_sdram.c and adds a new header file, include/asm-ppc/mpc512x.h, with some macros, inline functions and prototype definitions specific to MPC512x systems. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com> |
||
|---|---|---|
| .. | ||
| asm-offsets.h | ||
| config.mk | ||
| cpu.c | ||
| cpu_init.c | ||
| diu.c | ||
| fixed_sdram.c | ||
| i2c.c | ||
| ide.c | ||
| iim.c | ||
| interrupts.c | ||
| iopin.c | ||
| Makefile | ||
| pci.c | ||
| serial.c | ||
| speed.c | ||
| start.S | ||
| traps.c | ||
| u-boot.lds | ||