powerpc: Merge in the ppc64 version of the prom code.
This brings in the ppc64 version of prom_init.c, prom.c and btext.c
and makes them work for ppc32. This also brings in the new calling
convention, where the first entry to the kernel (with r5 != 0) goes
to the prom_init code, which then restarts from the beginning (with
r5 == 0) after it has done its stuff.
For now this also brings in the ppc32 version of setup.c. It also
merges lmb.h.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Showing
arch/powerpc/kernel/btext.c
0 → 100644
This diff is collapsed.
arch/powerpc/kernel/prom.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
arch/powerpc/kernel/setup.c
0 → 100644
This diff is collapsed.
include/asm-powerpc/iommu.h
0 → 100644
include/asm-powerpc/lmb.h
0 → 100644
include/asm-powerpc/prom.h
0 → 100644
include/asm-powerpc/rtas.h
0 → 100644
Please register or sign in to comment