pass the location of the m5 backdoor via the m5AlphaAccess variable
authorNathan Binkert <binkertn@umich.edu>
Tue, 28 Jun 2005 05:13:20 +0000 (01:13 -0400)
committerNathan Binkert <binkertn@umich.edu>
Tue, 28 Jun 2005 05:13:20 +0000 (01:13 -0400)
commit941db36a67baeff563ea0eb9d66dad0b41c51200
tree13f6b91fdac1bb38f03046a575bdd09491ec1eb2
parent0b01f186038e9226a3b15fe2dc910ba241b44867
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.
system/alpha/console/Makefile
system/alpha/console/console.c