Statistics
| Branch: | Revision:

root / hw / microblaze_boot.h @ 43997225

History | View | Annotate | Download (331 Bytes)

# Date Author Comment
ee118507 03/14/2012 11:20 pm Andreas Färber

microblaze hw/: Don't use CPUState

Scripted conversion:
for file in hw/microblaze_*.[hc] hw/petalogix_ml605_mmu.c hw/petalogix_s3adsp1800_mmu.c; do
sed -i "s/CPUState/CPUMBState/g" $file
done

Signed-off-by: Andreas Färber <>
Acked-by: Anthony Liguori <>

d94e7434 03/06/2012 12:00 am Peter A. G. Crosthwaite

microblaze: factored out common boot code

factored out the copy-pasted common boot code from the two microblaze platforms
into a dedicated microblaze bootloader (microblaze_boot.o).

Signed-off-by: Peter A. G. Crosthwaite <>...