1. 4a37134 system-arm: Split the VExpress_GEM5_V1 base dts by Andreas Sandberg · 7 years ago
  2. 6f84c91 dev-arm: Add a VirtIO MMIO device to VExpress_GEM5_V1 by Andreas Sandberg · 8 years ago
  3. 525ce65 system-arm: Update gem5 timer interrupt specification by Andreas Sandberg · 7 years ago
  4. 463a4bb system-arm: change system/arm/aarch64_bootloader/boot.S copyright by Jose Marinho · 8 years ago
  5. a288c94 arm, config: Add an example ARM big.LITTLE(tm) configuration script by Gabor Dozsa · 9 years ago
  6. a46f77e arm: Update dts to work with the new HDLCD driver by Andreas Sandberg · 9 years ago
  7. 826e004 arm: Ship Linux device trees with gem5 by Andreas Sandberg · 9 years ago
  8. dc8018a style: remove trailing whitespace by Steve Reinhardt · 9 years ago
  9. 47326f5 arm: Bootloader fix for v8 over 16 cores by Karthik Sangaiah · 10 years ago
  10. 612f8f0 arm: Add support for ARMv8 (AArch64 & AArch32) by ARM gem5 Developers · 11 years ago
  11. 25c1933 ARM: Fix issue with with way MPIDR is read to include affinity levels. by Matt Evans · 13 years ago
  12. 91b737e ARM: Add support for Versatile Express extended memory map by Ali Saidi · 13 years ago
  13. f738005 ARM: Boot loader changes that make it more flexible about load and I/O addrs by Prakash Ramrakhyani · 14 years ago
  14. dfd4f6a Cleanup system directory to fit into modern M5 tree by Nathan Binkert · 14 years ago
  15. 99e7e5e copyright: update copyright on alpha system files by Nathan Binkert · 14 years ago
  16. 10253f8 Fix bug in MDT BITMAP to allow more than 2GB of memory. by Geoffrey Blake · 17 years ago
  17. e527d4b fix Makefile for new source tree by Ali Saidi · 19 years ago
  18. 4d1f6a8 update our copyrights to the new format by Ali Saidi · 19 years ago
  19. 5dc260b put panic instructions in palcode rather than looping on mchecks. by Ali Saidi · 19 years ago
  20. 576196c Add m5op to the build process by Ali Saidi · 19 years ago
  21. a50e054 change from bootStrap* to using the cpuStack array for setting up by Ali Saidi · 19 years ago
  22. c3d47c1 Fix console to work on all systems. by Nathan Binkert · 20 years ago
  23. be14bc0 Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/alpha-system by Benjamin Nash · 20 years ago
  24. fa1512e changes by Miguel Serrano · 20 years ago
  25. 8bd19cf Merge m5read@m5.eecs.umich.edu:/bk/alpha-system by Benjamin Nash · 20 years ago
  26. 5da70b9 New console terminal block structure, fix kernel stack pointer. by Benjamin Nash · 20 years ago
  27. e61899c Add missing TSUNAMI ipi code. by Nathan Binkert · 20 years ago
  28. fce2978 console code cleanup by Nathan Binkert · 20 years ago
  29. 941db36 pass the location of the m5 backdoor via the m5AlphaAccess variable by Nathan Binkert · 20 years ago
  30. 0b01f18 Add tlaser.h, required by platform.S by Nathan Binkert · 20 years ago
  31. 55e3b9f Major system code cleanup and formatting remove unused code by Nathan Binkert · 20 years ago
  32. 8cefbc9 HP copyrights by Ali Saidi · 20 years ago
  33. d60a6c8 removed tlaserreg.h, rewrote necessary parts deleted simos.h deleted tlaserreg.h by Ali Saidi · 20 years ago
  34. 5821f37 Add support for tsunami with 64 processors and fix some console bugs by Ali Saidi · 20 years ago
  35. 99a522f do a better job of always locking printf. We used to only lock on by Ali Saidi · 20 years ago
  36. 66b8003 Makefile cleanup, no seperate middle preprocessing steps anymore by Ali Saidi · 20 years ago
  37. 8d14812 cleanup makefile and fix platform bug introduced in last commit by Ali Saidi · 20 years ago
  38. 8cfbcbd update platform code to use PALTemp Whami register to get cpu id by Ali Saidi · 20 years ago
  39. 8b1db1c Fix from Adam: Strip the kseg off the physical address in the RPB structure. by Ali Saidi · 20 years ago
  40. 1940fcd changes to make smp work in linux by Ali Saidi · 21 years ago
  41. 29c5218 changed to generate tlaser and tsunami console code at different by Ali Saidi · 21 years ago
  42. ae3ba61 changed the code not to use r11 (specifically) and r8,r9 for good by Ali Saidi · 21 years ago
  43. ad63f2e Copy variables over one at a time rather than copying 4 bytes at a by Ali Saidi · 21 years ago
  44. ea03f8e Rather than using a loop to calculate the interrupt vector, use the ctlz instruction. by Ali Saidi · 21 years ago
  45. 120825c Added ALPHA_ACCESS_BASE to get rid of machine_defs.h by Ali Saidi · 21 years ago
  46. 0d184b3 erik and I made the the same modification... merged. by Ali Saidi · 21 years ago
  47. 496c48d Major clean up of alpha system files. by Ali Saidi · 21 years ago
  48. 30d0b3a Setup makefile to compile the 3 flavors of palcode for each platform. by Erik Hallnor · 21 years ago
  49. c5d815d Deleted a whole bunch of files that we didn't nede in the header directory by Ali Saidi · 21 years ago
  50. 8810fb7 Merge zeep.eecs.umich.edu:/m5/Bitkeeper/alpha-system by Ali Saidi · 21 years ago
  51. 31ac4ce console code now builds on zizzer by Ali Saidi · 21 years ago
  52. f33cf07 Add copy implementations to palcode. by Erik Hallnor · 21 years ago
  53. b582b50 palcode updated to deal with interrupts correctly by Ali Saidi · 21 years ago
  54. ce9b1a1 added some comments to palcode and zeroed system type in HWPRB (m5 will fill in) by Ali Saidi · 21 years ago
  55. 8283dbc Change addressing in interrupt code to meet physical addressing requirements by Andrew Schultz · 21 years ago
  56. 941530d Fixed device I/O interrupt handling by Andrew Schultz · 21 years ago
  57. 76461ae Fix improper shift for loading address by Andrew Schultz · 21 years ago
  58. 4d3d5d7 Fix the sys_int_20 handler for doing low priority device interrupts. by Andrew Schultz · 21 years ago
  59. 5d3149b Added platfrom_m5 - Our hacked up tsunami palcode and modified palcode by Ali Saidi · 21 years ago
  60. ae7e8a4 makefiles updated to make use of cross compile tools by Ali Saidi · 21 years ago
  61. edd7e46 Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/alpha-system by Ali Saidi · 21 years ago
  62. d23ad6c Added support for OPEN_CONSOLE and CLOSE_CONSOLE; fixed PUTS bug by Ali Saidi · 21 years ago
  63. fbe8ff0 Implement GetChar() by Nathan Binkert · 21 years ago
  64. d7fba97 The palcode will now build by simply typing make in this directory. by Ali Saidi · 21 years ago
  65. f6bfca0 Implement support for more console environment variables. There by Nathan Binkert · 21 years ago
  66. 492fa2a Get the console code to compile correctly by Nathan Binkert · 21 years ago
  67. b8612cb Import changeset by Lisa Hsu · 21 years ago
  68. e91a6b7 ARM: Add code for a simple bootloader for MP boot. by Ali Saidi · 14 years ago