index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pxa2xx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmstate: port pxa2xx_i2c device
Juan Quintela
2009-10-05
1
-28
/
+26
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-22
/
+22
*
Get rid of _t suffix
malc
2009-10-01
1
-22
/
+22
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+4
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-16
/
+16
*
kill drives_table
Gerd Hoffmann
2009-07-27
1
-8
/
+8
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-12
/
+12
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-2
/
+3
*
Add common BusState
Paul Brook
2009-05-23
1
-6
/
+5
*
PXA SSI qdev conversion
Paul Brook
2009-05-14
1
-60
/
+39
*
PXA2xx I2C slave qdev conversion
Paul Brook
2009-05-14
1
-13
/
+42
*
Follow coding conventions
Paul Brook
2009-05-10
1
-95
/
+95
*
graphical_console_init change (Stefano Stabellini)
aliguori
2009-01-16
1
-8
/
+4
*
PXA: Account for offset from page start in a subpage mapping.
balrog
2008-12-07
1
-1
/
+1
*
Don't wrap I2C registers addresses on PXA270.
balrog
2008-12-07
1
-4
/
+7
*
Fix RTC initial date computation
aurel32
2008-12-04
1
-1
/
+1
*
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-12-01
1
-29
/
+11
*
Resurrect the safe part of r5274
blueswir1
2008-10-02
1
-6
/
+6
*
Revert r5274 which breaks savevm/loadvm
blueswir1
2008-09-25
1
-6
/
+6
*
Add signed versions of save/load functions
blueswir1
2008-09-20
1
-6
/
+6
*
Fix i2c save/restore.
pbrook
2008-07-01
1
-3
/
+5
*
Move CPU save/load registration to common code.
pbrook
2008-06-30
1
-6
/
+0
*
8250: Customized base baudrate
aurel32
2008-05-04
1
-2
/
+4
*
Hush pointer target signedness warnings from gcc 4.
balrog
2008-04-22
1
-6
/
+6
*
Unify RTCs that use host time, fix M48t59 alarm.
balrog
2008-02-17
1
-16
/
+11
*
Initial PXA27x keypad support, by Armin Kuster.
balrog
2007-12-16
1
-0
/
+2
*
Add -drive parameter, by Laurent Vivier.
ths
2007-12-02
1
-4
/
+16
*
Break up vl.h.
pbrook
2007-11-17
1
-3
/
+11
*
Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...
balrog
2007-11-17
1
-3
/
+8
*
removed unused variables
bellard
2007-11-11
1
-5
/
+17
*
ARMv7 support.
pbrook
2007-11-11
1
-3
/
+5
*
added cpu_model parameter to cpu_init()
bellard
2007-11-10
1
-5
/
+14
*
Update TNF bit in I2C status register, original patch by Juergen Lock.
balrog
2007-07-27
1
-0
/
+2
*
Various reg offset shift typos.
balrog
2007-07-24
1
-3
/
+3
*
Spelling fix, by Stuart Brady.
ths
2007-07-12
1
-2
/
+2
*
Fix off-by-one memory region sizes.
pbrook
2007-06-03
1
-12
/
+12
*
Remove a local subpage IO hack, now that general subpage IO works.
balrog
2007-05-28
1
-40
/
+20
*
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
balrog
2007-05-24
1
-13
/
+302
*
Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.
balrog
2007-05-23
1
-1
/
+1
*
Implement the PXA2xx I2C master controller.
balrog
2007-05-23
1
-2
/
+245
*
Correct NAND erase block size. Misc fixes in Spitz code.
balrog
2007-05-12
1
-4
/
+4
*
Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...
balrog
2007-05-08
1
-1
/
+1
*
Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...
balrog
2007-05-08
1
-1
/
+3
*
Switch to qemu_ram_alloc() for memory allocation in PXA255/270.
balrog
2007-05-08
1
-2
/
+16
*
ARM946 CPU support.
pbrook
2007-05-08
1
-1
/
+1
*
Implement power state changes (IDLE and SLEEP) for PXA.
balrog
2007-05-01
1
-1
/
+2
*
Honour limited subset of --cpu values instead of ignoring.
balrog
2007-05-01
1
-3
/
+6
*
Remove the use of Linux / BSD specific asprintf call.
balrog
2007-04-30
1
-3
/
+2
*
Add remaining PXA2xx on-chip peripherals except I2C master.
balrog
2007-04-30
1
-0
/
+29
*
Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.
balrog
2007-04-30
1
-0
/
+1673