gem5/system/alpha
Nathan Binkert 941db36a67 pass the location of the m5 backdoor via the m5AlphaAccess variable
only compile one console

console/Makefile:
    Now that the location of the m5 backdoor is passed into the
    console via the m5AlphaAccess variable, we only need to
    compile one console, and don't need to define TLASER or TSUNAMI
console/console.c:
    Don't hardcode the location of the AlphaAccess structure, but
    rely on m5 to pass in the correct value.
    Setup "volatile struct AlphaAccess *m5AlphaAccess" for use and
    get rid of the hardcoded usage.
2005-06-28 01:13:20 -04:00
..
console pass the location of the m5 backdoor via the m5AlphaAccess variable 2005-06-28 01:13:20 -04:00
h Add tlaser.h, required by platform.S 2005-06-27 17:58:44 -04:00
palcode Major system code cleanup and formatting 2005-06-27 17:25:54 -04:00