kernel-ark/arch/powerpc/boot
Grant Likely a5b6ad6691 [POWERPC] Fix mpc52xx fdt to use correct device_type for sound devices
This corrects the documented interface for mpc52xx device trees.
Sound devices should be using 'sound' for the device_type field, not
the type of sound interface.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-01-09 17:03:02 +11:00
..
dts
.gitignore
addnote.c
addRamDisk.c
crt0.S
div64.S
dummy.c
elf.h
flatdevtree_env.h
flatdevtree_misc.c
flatdevtree.c
flatdevtree.h
hack-coff.c
install.sh
io.h
main.c
Makefile
mktree.c
ns16550.c
of.c
ops.h
page.h
ppc_asm.h
README
rs6000.h
serial.c
simple_alloc.c
stdio.c
stdio.h
string.h
string.S
types.h
util.S
wrapper
zImage.coff.lds.S
zImage.lds.S

To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


	Peter