Sign in
qemu
/
qemu
/
fdc9c41a5a3f3dc6b849d381802ae1f22c5b23a9
/
hw
/
pxa2xx.c
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
f0ab24c
vmstate: port pxa2xx_pm
by Juan Quintela
· 14 years ago
d102d49
vmstate: port pxa2xx_mm
by Juan Quintela
· 14 years ago
ae1f90d
vmstate: port pxa2xx_cm
by Juan Quintela
· 14 years ago
9f5dfe2
vmstate: port pxa2xx_i2s
by Juan Quintela
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
8a23148
pxa2xx: port pxa2xx_rtc to using qdev/vmstate
by Andrzej Zaborowski
· 14 years ago
2115c01
pxa2xx_dma: port to qdev/vmstate
by Andrzej Zaborowski
· 14 years ago
797e954
pxa2xx_timer: switch to using qdev/vmstate
by Dmitry Eremin-Solenikov
· 14 years ago
e1f8c72
pxa2xx_pic: update to use qdev
by Dmitry Eremin-Solenikov
· 14 years ago
9dda246
Fix obvious mistake in pxa2xx i2s driver
by Vasily Khoruzhick
· 14 years ago
c8ba63f
pxa2xx: convert i2c master to use qdev/vmsd
by Dmitry Eremin-Solenikov
· 14 years ago
0bb5333
pxa2xx_gpio: switch to using qdev
by Dmitry Eremin-Solenikov
· 14 years ago
f69866e
pxa2xx: fix vmstate_pxa2xx_i2c
by Dmitry Eremin-Solenikov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
3ffd710
Use gcc warning flag -Wempty-body
by Blue Swirl
· 14 years ago
7d14768
pxa2xx: fix SSSR TFN logic
by Blue Swirl
· 14 years ago
603ff77
pxa2xx: remove useless checks
by Blue Swirl
· 14 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
61d3cf9
OHCI qdev conversion
by Paul Brook
· 15 years ago
a67ba3b
Revert "Compile usb-ohci only once"
by Paul Brook
· 15 years ago
6725f3f
Fix recent pxa270 serial breakage
by Lars Munch
· 15 years ago
f169840
Compile usb-ohci only once
by Blue Swirl
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
0211364
vmstate: port pxa2xx_i2c device
by Juan Quintela
· 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
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
074f2ff
qdev: move name+size into DeviceInfo (v2)
by Gerd Hoffmann
· 16 years ago
02e2da4
Add common BusState
by Paul Brook
· 16 years ago
a984a69
PXA SSI qdev conversion
by Paul Brook
· 16 years ago
e3b4253
PXA2xx I2C slave qdev conversion
by Paul Brook
· 16 years ago
bc24a22
Follow coding conventions
by Paul Brook
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
dc23e26
PXA: Account for offset from page start in a subpage mapping.
by balrog
· 16 years ago
ed00525
Don't wrap I2C registers addresses on PXA270.
by balrog
· 16 years ago
0cd2df7
Fix RTC initial date computation
by aurel32
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
b6c4f71
Resurrect the safe part of r5274
by blueswir1
· 16 years ago
2ca83a8
Revert r5274 which breaks savevm/loadvm
by blueswir1
· 16 years ago
67d8cec
Add signed versions of save/load functions
by blueswir1
· 16 years ago
c701b35
Fix i2c save/restore.
by pbrook
· 17 years ago
b3c7724
Move CPU save/load registration to common code.
by pbrook
· 17 years ago
b6cd0ea
8250: Customized base baudrate
by aurel32
· 17 years ago
a050e24
Hush pointer target signedness warnings from gcc 4.
by balrog
· 17 years ago
f650305
Unify RTCs that use host time, fix M48t59 alarm.
by balrog
· 17 years ago
31b87f2
Initial PXA27x keypad support, by Armin Kuster.
by balrog
· 17 years ago
e4bcb14
Add -drive parameter, by Laurent Vivier.
by ths
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
38641a5
Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap, max7310 and s3c gpios).
by balrog
· 17 years ago
fa58c15
removed unused variables
by bellard
· 17 years ago
9ee6e8b
ARMv7 support.
by pbrook
· 17 years ago
aaed909
added cpu_model parameter to cpu_init()
by bellard
· 17 years ago
59c0149
Update TNF bit in I2C status register, original patch by Juergen Lock.
by balrog
· 18 years ago
82d1797
Various reg offset shift typos.
by balrog
· 18 years ago
fe8f096
Spelling fix, by Stuart Brady.
by ths
· 18 years ago
187337f
Fix off-by-one memory region sizes.
by pbrook
· 18 years ago
2a16392
Remove a local subpage IO hack, now that general subpage IO works.
by balrog
· 18 years ago
aa941b9
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
by balrog
· 18 years ago
3f6c925
Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.
by balrog
· 18 years ago
3f58226
Implement the PXA2xx I2C master controller.
by balrog
· 18 years ago
a07dec2
Correct NAND erase block size. Misc fixes in Spitz code.
by balrog
· 18 years ago
3bdd58a
Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA27x additional timers.
by balrog
· 18 years ago
565d289
Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fatal typo in timer code.
by balrog
· 18 years ago
d95b2f8
Switch to qemu_ram_alloc() for memory allocation in PXA255/270.
by balrog
· 18 years ago
ce81986
ARM946 CPU support.
by pbrook
· 18 years ago
a90b731
Implement power state changes (IDLE and SLEEP) for PXA.
by balrog
· 18 years ago
4207117
Honour limited subset of --cpu values instead of ignoring.
by balrog
· 18 years ago
21bd785
Remove the use of Linux / BSD specific asprintf call.
by balrog
· 18 years ago
a171fe3
Add remaining PXA2xx on-chip peripherals except I2C master.
by balrog
· 18 years ago
c171313
Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.
by balrog
· 18 years ago