[POWERPC] QE: Add ability to upload QE firmware
authorTimur Tabi <timur@freescale.com>
Tue, 8 Jan 2008 16:30:58 +0000 (10:30 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 24 Jan 2008 01:34:06 +0000 (19:34 -0600)
commitbc556ba940085e46e0ab1b5ed7c31428dc86dd03
tree68d8aada0531c5d5070c3e7327de606894584971
parenta21e282a124f4679c040087ab73aa5b147d4275f
[POWERPC] QE: Add ability to upload QE firmware

Define the layout of a binary blob that contains a QE firmware and instructions
on how to upload it.  Add function qe_upload_firmware() to parse the blob
and perform the actual upload.  Fully define 'struct rsp' in immap_qe.h to
include the actual RISC Special Registers.  Added description of a new
QE firmware node to booting-without-of.txt.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Documentation/powerpc/00-INDEX
Documentation/powerpc/booting-without-of.txt
Documentation/powerpc/qe_firmware.txt [new file with mode: 0644]
arch/powerpc/platforms/Kconfig
arch/powerpc/sysdev/qe_lib/qe.c
include/asm-powerpc/immap_qe.h
include/asm-powerpc/qe.h