gem5/dev
Gabe Black 2939a7089a byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. The new file uses LittleEndianGuest and BigEndianGuest namespaces to allow selecting the appropriate functions.
arch/alpha/alpha_linux_process.cc:
arch/alpha/alpha_tru64_process.cc:
    Added the endianness namespace. This may change.
cpu/exec_context.hh:
    Changed the include path for byteswap, and forced LittleEndianness for lack of a better solution.
cpu/o3/alpha_cpu.hh:
    Forced LittleEndianness, for lack of a better solution.
cpu/o3/alpha_cpu_impl.hh:
    Cleared away some commented out code.
cpu/o3/fetch_impl.hh:
    Changed the include patch for byteswap, and forced LittleEndianness for lack of a better solution.
cpu/simple/cpu.cc:
    Added an include for byteswap.hh, and fixed the SimpleCPU to LittleEndian. This cpu only does alpha, so that's fine.
dev/disk_image.cc:
    Changed the include path of byteswap.hh
kern/freebsd/freebsd_system.cc:
kern/linux/linux_system.cc:
    Added an include for byteswap.hh, and forced LittleEndianness for lack of a better solution.
sim/system.cc:
    Forced LittleEndianness for lack of a better solution.

--HG--
extra : convert_revision : b95d3e1265a825e04bd77622a3ac09fbac6bd206
2006-02-03 00:16:44 -05:00
..
alpha_access.h Don't hard code the location of m5AlphaAccess. Instead, move the 2005-06-28 12:42:15 -04:00
alpha_console.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
alpha_console.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
baddev.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
baddev.hh Many files: 2005-06-05 05:16:00 -04:00
disk_image.cc byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. The new file uses LittleEndianGuest and BigEndianGuest namespaces to allow selecting the appropriate functions. 2006-02-03 00:16:44 -05:00
disk_image.hh Many files: 2005-06-05 05:16:00 -04:00
etherbus.cc Many files: 2005-06-05 05:16:00 -04:00
etherbus.hh Many files: 2005-06-05 05:16:00 -04:00
etherdump.cc Fix the EtherDump parameters 2005-09-17 10:47:16 -04:00
etherdump.hh Many files: 2005-06-05 05:16:00 -04:00
etherint.cc Many files: 2005-06-05 05:16:00 -04:00
etherint.hh Many files: 2005-06-05 05:16:00 -04:00
etherlink.cc Update random come to always have explict min/max 2005-11-11 18:41:45 -05:00
etherlink.hh Add ability to slightly perturb latency of ethernet/memory 2005-11-02 14:47:37 -05:00
etherpkt.cc Add the capability to iterate through the packets in a pktfifo, 2005-11-25 11:22:41 -05:00
etherpkt.hh Add the capability to iterate through the packets in a pktfifo, 2005-11-25 11:22:41 -05:00
ethertap.cc Lots of fixes to serialization and naming of various device 2005-08-23 11:45:52 -04:00
ethertap.hh fixes for gcc 4.0 2005-09-12 03:01:43 -04:00
ide_atareg.h Fixes for cygwin compile. 2005-06-30 00:42:27 -04:00
ide_ctrl.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
ide_ctrl.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
ide_disk.cc Fix IDE disk UDMA mode support mask to actually reflect support for 2005-09-24 15:22:28 -04:00
ide_disk.hh Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
ide_wdcreg.h Fix doxgyen comments 2005-06-04 23:56:53 -04:00
io_device.cc Many files: 2005-06-05 05:16:00 -04:00
io_device.hh Many files: 2005-06-05 05:16:00 -04:00
isa_fake.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
isa_fake.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
ns_gige.cc Virtualize sinic 2005-11-25 13:33:36 -05:00
ns_gige.hh Virtualize sinic 2005-11-25 13:33:36 -05:00
ns_gige_reg.h Virtualize sinic 2005-11-25 13:33:36 -05:00
pciconfigall.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
pciconfigall.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
pcidev.cc Add a bunch of functions to manage the BAR addresses. This 2005-11-21 00:38:53 -05:00
pcidev.hh Add a bunch of functions to manage the BAR addresses. This 2005-11-21 00:38:53 -05:00
pcireg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pitreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pktfifo.cc Many files: 2005-06-05 05:16:00 -04:00
pktfifo.hh Virtualized SINIC fixes 2005-11-28 18:40:58 -05:00
platform.cc Many files: 2005-06-05 05:16:00 -04:00
platform.hh Many files: 2005-06-05 05:16:00 -04:00
rtcreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
simconsole.cc Many files: 2005-06-05 05:16:00 -04:00
simconsole.hh Many files: 2005-06-05 05:16:00 -04:00
simple_disk.cc Many files: 2005-06-05 05:16:00 -04:00
simple_disk.hh Many files: 2005-06-05 05:16:00 -04:00
sinic.cc Virtualized SINIC fixes 2005-11-28 18:40:58 -05:00
sinic.hh Virtualize sinic 2005-11-25 13:33:36 -05:00
sinicreg.hh Virtualize sinic 2005-11-25 13:33:36 -05:00
tsunami.cc Fix minor doxygen issues. 2005-06-05 08:08:29 -04:00
tsunami.hh Fix minor doxygen issues. 2005-06-05 08:08:29 -04:00
tsunami_cchip.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_cchip.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_io.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_io.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_pchip.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_pchip.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunamireg.h Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 2005-08-15 17:17:17 -04:00
uart.cc Many files: 2005-06-05 05:16:00 -04:00
uart.hh Many files: 2005-06-05 05:16:00 -04:00
uart8250.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
uart8250.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00