Sign in
qemu
/
qemu
/
e92a2d9cb3d8f589c9fe5d2eacc83d8dddea0e16
/
hw
/
arm
/
palm.c
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
12b1672
hw/arm: Clean up includes
by Peter Maydell
· 9 years ago
e264d29
Use DEFINE_MACHINE() to register all machines
by Eduardo Habkost
· 9 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 9 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
3ef9622
machine: Conversion of QEMUMachineInitArgs to MachineState
by Marcel Apfelbaum
· 11 years ago
1ca8334
palm: Don't enforce loading ROM or kernel for qtest
by Andreas Färber
· 12 years ago
dacecf5
hw/arm: Tidy up conditional calls to arm_load_kernel
by Peter Maydell
· 11 years ago
c165473
hw: Clean up bogus default boot order
by Markus Armbruster
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
bd2be15
arm: fix location of some include files
by Peter Maydell
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
da229ef
console: rework DisplaySurface handling [vga emu side]
by Gerd Hoffmann
· 12 years ago
5301821
hw: move boards and other isolated files to hw/ARCH
by Paolo Bonzini
· 12 years ago
[Renamed from hw/palm.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
e4ada29
Make default boot order machine specific
by Avik Sil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
5f072e1
create struct for machine initialization arguments
by Eduardo Habkost
· 12 years ago
3aaa8df
arm_boot: Pass ARMCPU to arm_load_kernel()
by Andreas Färber
· 13 years ago
f1eea06
palm: Rename omap_mpu_state_s variable
by Andreas Färber
· 13 years ago
5f4ef08
omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s
by Andreas Färber
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
ced52fa
palm: convert to memory API
by Avi Kivity
· 13 years ago
4b3fedf
omap1: convert to memory API (part I)
by Avi Kivity
· 14 years ago
77831c2
hw/omap_gpio.c: Convert to qdev
by Juha Riihimäki
· 14 years ago
2e55e84
Add bootindex for option roms.
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
e03c22a
arm: fix arm kernel boot for non zero start addr
by Lars Munch
· 15 years ago
22ed1d34
arm: remove dead assignments, spotted by clang analyzer
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
ca20cf3
Compile loader only once
by Blue Swirl
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
22d83b1
Push AUD_init down to devices
by Paul Brook
· 16 years ago
bc24a22
Follow coding conventions
by Paul Brook
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
a0b753d
Remove more redundant ram size checks.
by pbrook
· 16 years ago
dcac967
Use load_image_targphys and avoid phys_ram_base.
by pbrook
· 16 years ago
7b5d76d
DisplayAllocator interface (Stefano Stabellini)
by aliguori
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
7d957bd
DisplayState interface change (Stefano Stabellini)
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
3d878ca
Set default max_cpus to one.
by balrog
· 16 years ago
b209700
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
by aliguori
· 16 years ago
4b32e16
machine struct - use C99 initializers (Jes Sorensen)
by aliguori
· 16 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
00f82b8
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
c38b6e2
Fill in touchscreen calibration values from a Palm T|E.
by balrog
· 17 years ago
7fb4fdc
RAM usage information in machine definition.
by balrog
· 17 years ago
0387544
Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready.
by aurel32
· 17 years ago
967032c
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
827df9f
Add basic OMAP2 chip support.
by balrog
· 17 years ago
f93eb9f
Move the excess of arm_load_kernel() parameters into a struct.
by balrog
· 17 years ago
b881c2c
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
by blueswir1
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
d8f699c
Zeroing ITR shouldn't ack irq zero.
by balrog
· 17 years ago
7fc42b4
The PINT/DAV pin is active low in the chip spec, not inverted on the board.
by balrog
· 17 years ago
6ac0e82
Set boot sequence from command line (Dan Kenigsberg).
by balrog
· 17 years ago
b50a656
Add a qemu_irq_invert() shortcut for inverting a signal.
by balrog
· 17 years ago
3efda49
Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).
by balrog
· 17 years ago
d951f6f
Implement OMAP MicroWire controller.
by balrog
· 17 years ago
6433014
Add OMAP Shared GPIO module.
by balrog
· 17 years ago
8e129e0
Handle MMC card insertion/removal/readonly signals.
by balrog
· 17 years ago
38a34e1
Add PalmT|E matrix keypad connected to OMAP GPIOs.
by balrog
· 17 years ago
c3d2689
Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.
by balrog
· 18 years ago