u-boot-brain/arch/powerpc/cpu/mpc8xx
Christophe Leroy 08dd988be5 powerpc, 8xx: fix missing function declarations.
Add missing .h and add missing declarations in .h
Declare local functions as static.  Make interrupt_init_cpu function
signatures consistent with how decrementer_count is declared.

Based on warnings reported by 'make C=2'

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[trini: drop cpu_init_f as 8xx/83xx are different from the rest, rework
interrupt_init_cpu/decrementer_count]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-07-23 09:23:29 -04:00
..
cache.c powerpc, 8xx: Move cache function into C files 2017-07-22 22:22:50 -04:00
config.mk powerpc: Partialy restore core of mpc8xx 2017-07-08 15:55:26 -04:00
cpu_init.c powerpc, timer: Does 8xx specific actions in 8xx cpu_init 2017-07-22 22:22:48 -04:00
cpu.c powerpc, 8xx: Simplifying check_CPU() 2017-07-22 22:22:50 -04:00
fdt.c powerpc, 8xx: Properly set CPM frequency in the device tree 2017-07-08 15:55:37 -04:00
immap.c powerpc, 8xx: fix missing function declarations. 2017-07-23 09:23:29 -04:00
interrupts.c powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks 2017-07-08 15:55:34 -04:00
Kconfig powerpc, 8xx: Add support for MCR3000 board from CSSI 2017-07-08 15:56:06 -04:00
Makefile powerpc, 8xx: Move cache function into C files 2017-07-22 22:22:50 -04:00
reginfo.c powerpc: Remove unneccessary #ifdefs in reginfo 2017-07-22 22:22:49 -04:00
speed.c powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() 2017-07-22 22:22:47 -04:00
start.S powerpc: move get_pvr() and get_svr() into C 2017-07-22 22:22:51 -04:00
traps.c powerpc, 8xx: fix missing function declarations. 2017-07-23 09:23:29 -04:00