]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: add ability to upload QE firmware
authorTimur Tabi <timur@freescale.com>
Mon, 7 Jan 2008 19:31:19 +0000 (13:31 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 9 Jan 2008 22:28:12 +0000 (16:28 -0600)
commitb8ec2385038c094b07ec5b49336289a46b6e9cc6
treececfa15b2de1ed5be9716c81df2da7a2a4b34b63
parentb009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
85xx: 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.  Add command-line command "qe fw" to take a firmware
blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
'struct rsp' in immap_qe.h to include the actual RISC Special Registers.

Signed-off-by: Timur Tabi <timur@freescale.com>
common/fdt_support.c
cpu/mpc85xx/fdt.c
drivers/qe/qe.c
drivers/qe/qe.h
include/asm-ppc/immap_qe.h
include/fdt_support.h