mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-04 04:57:47 +01:00
Previously, non-e500 architectures only unlocked their data cache which was used as early RAM when booting to Linux using the "bootm" command. This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined to unlock their data cache during U-Boot's initialization. This improves U-Boot performance and provides a common cache state when booting to different OSes. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |
||
|---|---|---|
| .. | ||
| bat_rw.c | ||
| board.c | ||
| bootm.c | ||
| cache.c | ||
| config.mk | ||
| extable.c | ||
| interrupts.c | ||
| kgdb.c | ||
| Makefile | ||
| ppccache.S | ||
| ppcstring.S | ||
| ticks.S | ||
| time.c | ||