summaryrefslogtreecommitdiff
path: root/hw/ppc405_boards.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-14/+10
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2008-12-11PPC405EP: fix fpga write functionaurel321-3/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+0
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-10-04Use qemu-log.hblueswir11-3/+1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-24RAM usage information in machine definition.balrog1-0/+2
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-2/+2
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-16Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog1-6/+6
2008-04-16Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog1-3/+3
2007-12-10Desambiguate pflash_register().balrog1-9/+9
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-12/+17
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-2/+0
2007-11-17Break up vl.h.pbrook1-1/+7
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-8/+10
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer1-2/+6
2007-10-03Fix PowerPC 405 BIOS instanciation: is a 32 bits only target.j_mayer1-5/+5
2007-09-26Add flags to support PowerPC 405 bootinfos variations.j_mayer1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-2/+2
2007-04-24Evaluation boards for PowerPC 405EP.j_mayer1-0/+630