[POWERPC] Start arch/powerpc/boot code reorganization
authorMark A. Greer <mgreer@mvista.com>
Tue, 19 Sep 2006 04:05:08 +0000 (14:05 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Sep 2006 05:09:58 +0000 (15:09 +1000)
commitb2c5f61920eeee9c4e78698de4fde4586fe5ae79
tree53927c324413786b34db4f0e79cd0aa436d3f930
parenta4dc7ff08915a2035aa6d6decc53fa1deaa410bb
[POWERPC] Start arch/powerpc/boot code reorganization

This abstracts the operations used in the bootwrapper, and defines
the operations needed for the bootwrapper to run on an OF platform.

The operations have been divided up into platform ops (platform_ops),
firmware ops (fw_ops), device tree ops (dt_ops), and console ops
(console_ops).

The proper operations will be hooked up at runtime to provide the
functionality that you need.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/flatdevtree.h [new file with mode: 0644]
arch/powerpc/boot/main.c
arch/powerpc/boot/of.c [new file with mode: 0644]
arch/powerpc/boot/ops.h [new file with mode: 0644]
arch/powerpc/boot/prom.c [deleted file]
arch/powerpc/boot/prom.h [deleted file]
arch/powerpc/boot/stdio.c
arch/powerpc/boot/stdio.h
arch/powerpc/boot/types.h [new file with mode: 0644]