1
0
Fork 0
remarkable-uboot/arch/nios2/lib
Thomas Chou 21ff7344d1 nios2: convert cache flush to use dm cpu data
Convert cache flush to use dm cpu data.

The original cache flush functions are written in assembly
and use CONFIG_SYS_{I,D}CACHE_SIZE... macros. It is difficult
to convert to use cache configuration in dm cpu data which is
extracted from device tree.

The cacheflush.c of Linux nios2 arch uses cpuinfo structure,
which is very close to our dm cpu data. So we copy and modify
it to arch/nios2/lib/cache.c to replace the old cache.S.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2015-10-23 07:58:20 +08:00
..
Makefile nios2: Switch to generic timer 2015-10-23 07:28:50 +08:00
bootm.c nios2: convert cache flush to use dm cpu data 2015-10-23 07:58:20 +08:00
cache.c nios2: convert cache flush to use dm cpu data 2015-10-23 07:58:20 +08:00
libgcc.c Coding Style cleanup: replace leading SPACEs by TABs 2013-10-14 16:06:54 -04:00
longlong.h nios2: fix missing comment terminator from SPDX License commit 2013-09-06 11:03:42 +08:00