Statistics
| Branch: | Revision:

root / hw @ fcb4a419

Name Size
acpi.c 12.8 kB
adb.c 10.6 kB
adlib.c 7.6 kB
alpha_palcode.c 26.9 kB
apb_pci.c 7.4 kB
apic.c 26.6 kB
arm_boot.c 4.2 kB
arm_gic.c 15.3 kB
arm_pic.c 1 kB
arm_pic.h 568 Bytes
arm_sysctl.c 5.2 kB
arm_timer.c 10 kB
cdrom.c 4.2 kB
cirrus_vga.c 93.4 kB
cirrus_vga_rop.h 2.4 kB
cirrus_vga_rop2.h 7.9 kB
cs4231.c 4.5 kB
cuda.c 17.7 kB
dma.c 13.9 kB
ds1225y.c 3.5 kB
eepro100.c 53.1 kB
eeprom93xx.c 9.7 kB
eeprom93xx.h 1.3 kB
es1370.c 29.4 kB
esp.c 14.8 kB
fdc.c 58.2 kB
fmopl.c 35 kB
fmopl.h 6.5 kB
grackle_pci.c 5.2 kB
gt64xxx.c 19.4 kB
heathrow_pic.c 4.3 kB
i8254.c 12.8 kB
i8259.c 15.2 kB
ide.c 81.4 kB
integratorcp.c 14.2 kB
iommu.c 8.5 kB
irq.c 1.8 kB
irq.h 464 Bytes
isa_mmio.c 2.9 kB
lsi53c895a.c 51.8 kB
m48t59.c 16.4 kB
m48t59.h 447 Bytes
mc146818rtc.c 16.5 kB
mips_int.c 1.1 kB
mips_malta.c 22 kB
mips_pica61.c 5.3 kB
mips_r4k.c 7.3 kB
mips_timer.c 2.2 kB
ne2000.c 24 kB
openpic.c 27.8 kB
parallel.c 12.3 kB
pc.c 24.6 kB
pci.c 18.9 kB
pci_host.h 3 kB
pckbd.c 13 kB
pcnet.c 62.1 kB
pcspk.c 4.2 kB
pflash_cfi02.c 18.3 kB
piix_pci.c 11.1 kB
pl011.c 6 kB
pl050.c 3 kB
pl080.c 9.4 kB
pl110.c 10.1 kB
pl110_template.h 5.5 kB
pl181.c 12.5 kB
pl190.c 6.4 kB
ppc.c 31.5 kB
ppc405.h 4.6 kB
ppc405_uc.c 74.4 kB
ppc_chrp.c 19.9 kB
ppc_prep.c 19.7 kB
prep_pci.c 5.1 kB
ps2.c 17 kB
realview.c 4.3 kB
rtl8139.c 99.8 kB
sb16.c 35.7 kB
scsi-disk.c 16.9 kB
sd.c 41 kB
sd.h 2.9 kB
serial.c 12.3 kB
sh7750.c 20.5 kB
sh7750_regnames.c 3.1 kB
sh7750_regnames.h 127 Bytes
sh7750_regs.h 76.9 kB
shix.c 2.9 kB
slavio_intctl.c 10.8 kB
slavio_misc.c 6.7 kB
slavio_serial.c 16.9 kB
slavio_timer.c 7.9 kB
smbus.h 1.7 kB
smbus_eeprom.c 3 kB
smc91c111.c 18.9 kB
sparc32_dma.c 7.4 kB
sun4m.c 15.3 kB
sun4u.c 10.9 kB
tc58128.c 4.2 kB
tcx.c 9.4 kB
unin_pci.c 8.9 kB
usb-hid.c 16.3 kB
usb-hub.c 16.2 kB
usb-msd.c 15.1 kB
usb-ohci.c 36.1 kB
usb-uhci.c 24.1 kB
usb.c 6.5 kB
usb.h 7 kB
versatile_pci.c 3.6 kB
versatilepb.c 8.5 kB
vga.c 56.5 kB
vga_int.h 8.9 kB
vga_template.h 15.8 kB
vmmouse.c 7.3 kB
vmware_vga.c 33.1 kB

Latest revisions

# Date Author Comment
fcb4a419 04/17/2007 06:26 pm ths

Choose number of TLBs at runtime, by Herve Poussineau.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2693 c046a42c-6fe2-441c-8c8c-71466251a162

04f20795 04/17/2007 05:50 am j_mayer

Move PowerPC 405 specific definitions into a separate file
Preliminary code for -kernel option support for PowerPC 405 boards
Fix DBSR in case of PowerPC 405 chip reset
Add enums for PowerPC 405 clocks.
Fix IRQ numbers (IBM reversed bits numbering...)
Fix SPRG4-7 read access right...

80355292 04/17/2007 01:47 am ths

Support it_shift for mmapped pckbd.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2691 c046a42c-6fe2-441c-8c8c-71466251a162

8ecc7913 04/16/2007 11:09 pm j_mayer

Add callbacks to allow dynamic change of PowerPC clocks (to be improved)
Fix embedded PowerPC watchdog and timers
Fix PowerPC 405 SPR
Add generic PowerPC 405 core instanciation code + resets support.
Implement simple peripherals shared by most PowerPC 405 implementations...

ad6fe1d2 04/16/2007 08:23 pm ths

Acer Pica 61 machine, by Herve Poussineau.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2687 c046a42c-6fe2-441c-8c8c-71466251a162

2ca9d013 04/16/2007 08:21 pm ths

Memory-mapped interface for RTC, by Herve Poussineau.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2686 c046a42c-6fe2-441c-8c8c-71466251a162

b92bb99b 04/16/2007 08:20 pm ths

Memory-mapped interface for PS/2 controller, by Herve Poussineau.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2685 c046a42c-6fe2-441c-8c8c-71466251a162

0a032cbe 04/16/2007 11:56 am j_mayer

Add reset callbacks for PowerPC CPU.
Move cpu_ppc_init, cpu_ppc_close, cpu_ppc_reset and ppc_tlb_invalidate
into helper.c as they are to be called from outside of the translated code.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2682 c046a42c-6fe2-441c-8c8c-71466251a162

dd37a5e4 04/16/2007 10:41 am j_mayer

PREP and heathrow machines only support PowerPC CPU with a 6xx bus.
Mac99 machine may also support PowerPC 970 CPU.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2681 c046a42c-6fe2-441c-8c8c-71466251a162

d0dfae6e 04/16/2007 10:34 am j_mayer

Add bus model (or input pins) into PowerPC CPU flags.
Add PowerPC 970 bus and exceptions model.
Add code provision for PowerPC 970 instanciation.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2680 c046a42c-6fe2-441c-8c8c-71466251a162

View revisions

Also available in: Atom