Sign in
qemu
/
qemu
/
52ef093aceddbe43dcc2cb4190e2178036dac60b
/
hw
/
ppc405_uc.c
d715ea9
PPC: 405: Fix ppc405ep initialization
by Alexander Graf
· 13 years ago
e2684c0
ppc hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
fc0b2c0
PPC: 405: Use proper CPU reset
by Alexander Graf
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
52ce55a
ppc405: Pass in address_space_mem to ppc405{cr, ep}_init
by Richard Henderson
· 13 years ago
39186d8
serial: Add MemoryRegion parameter to serial_mm_init
by Richard Henderson
· 13 years ago
2ff0c7c
serial: Remove ioregister parameter from serial_mm_init
by Richard Henderson
· 13 years ago
fb50cfe
serial: Use enum device_endian in serial_mm_init parameter
by Richard Henderson
· 13 years ago
b6dcbe0
ppc4xx_sdram: convert to memory API
by Avi Kivity
· 13 years ago
9074e0e
ppc405_uc: convert to memory API
by Avi Kivity
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
db663d0
ppc405_uc: use specific endian ld/st_phys
by Alexander Graf
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
4508d81
ppc405_uc: fix a buffer overflow
by Blue Swirl
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
49a2942
Delete write only variables
by Blue Swirl
· 14 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
9fad3eb
ppc: add missing 'break', spotted by clang analyzer
by Blue Swirl
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
73b0196
PPC: Make DCR uint32_t
by Alexander Graf
· 15 years ago
d84bda4
PPC: rename cpu_ppc_reset to cpu_reset for consistency
by Blue Swirl
· 15 years ago
e439413
PPC: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
90e189e
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
by Blue Swirl
· 15 years ago
802670e
PPC: clean up ppc405
by Blue Swirl
· 15 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
5c130f6
Yet more phys_ram_base elimination.
by pbrook
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
80e8bd2
target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()
by aurel32
· 16 years ago
61b2440
target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx_devs.c
by aurel32
· 16 years ago
3b3fb32
Use qemu-log.h
by blueswir1
· 16 years ago
b6cd0ea
8250: Customized base baudrate
by aurel32
· 17 years ago
923e5e3
qemu ppc uic: Order IRQ bit number as described in the UIC documentation.
by aurel32
· 17 years ago
aae9366
More PowerPC debug print fixes - hardware emulation pass.
by j_mayer
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
ef397e8
Temporary hack to avoid Qemu crash at PowerPC reset time.
by j_mayer
· 17 years ago
b068d6a
PowerPC target optimisations: make intensive use of always_inline.
by j_mayer
· 17 years ago
008ff9d
Share devices that might be useful for all PowerPC 40x & 440 implementations
by j_mayer
· 17 years ago
1cc8e6f
We must reset the PowerPC CPU _after_ registering it, as hardware reset
by j_mayer
· 17 years ago
b48d7d6
Compilation fix (forgotten patch).
by j_mayer
· 17 years ago
b8d3f5d
Add flags to support PowerPC 405 bootinfos variations.
by j_mayer
· 17 years ago
be58fc7
Always keep the bootinfo structure in the first 16 MB,
by j_mayer
· 17 years ago
3608160
Coding style fixes in PowerPC related code (no functional change):
by j_mayer
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
71db710
Fix incorrect target_ulong use in hw devices
by blueswir1
· 18 years ago
9c02f1a
PowerPC 405 microcontrollers fixes and improvments:
by j_mayer
· 18 years ago
04f2079
Move PowerPC 405 specific definitions into a separate file
by j_mayer
· 18 years ago
8ecc791
Add callbacks to allow dynamic change of PowerPC clocks (to be improved)
by j_mayer
· 18 years ago