summaryrefslogtreecommitdiffstats
path: root/hw/ppc405_boards.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* Delete write only variablesBlue Swirl2010-10-131-3/+2
* Check for errors during BIOS or kernel loadBlue Swirl2010-09-181-10/+13
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-9/+9
* ppc: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+0
* Compile pflash_cfi02 only onceBlue Swirl2010-03-291-3/+6
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-26/+26
* Get rid of _t suffixmalc2009-10-011-26/+26
* Compile loader only onceBlue Swirl2009-09-201-0/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-6/+6
* kill drives_tableGerd Hoffmann2009-07-271-17/+17
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Use relative path for biosPaul Brook2009-05-301-9/+20
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-2/+10
* Remove obsolete BIOS_SIZE from sysemu.hPaul Brook2009-05-191-1/+0
* Remove vga_ram_sizePaul Brook2009-05-131-2/+2
* Add named initializers.pbrook2009-04-111-3/+3
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* Remove more redundant ram size checks.pbrook2009-04-111-0/+1
* Yet more phys_ram_base elimination.pbrook2009-04-101-26/+26
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-14/+10
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* PPC405EP: fix fpga write functionaurel322008-12-111-3/+3
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+0
* Set default max_cpus to one.balrog2008-10-281-1/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-4/+4
* Use qemu-log.hblueswir12008-10-041-3/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-2/+2
* RAM usage information in machine definition.balrog2008-04-241-0/+2
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-2/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-2/+2
* Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog2008-04-161-6/+6
* Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog2008-04-161-3/+3
* Desambiguate pflash_register().balrog2007-12-101-9/+9
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-12/+17
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-2/+0
* Break up vl.h.pbrook2007-11-171-1/+7
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-8/+10
* New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer2007-10-051-2/+6
* Fix PowerPC 405 BIOS instanciation: is a 32 bits only target.j_mayer2007-10-031-5/+5
* Add flags to support PowerPC 405 bootinfos variations.j_mayer2007-09-261-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* Fix incorrect target_ulong use in hw devicesblueswir12007-06-081-2/+2
OpenPOWER on IntegriCloud