Get the console code to compile correctly
authorNathan Binkert <binkertn@umich.edu>
Fri, 14 Nov 2003 17:32:52 +0000 (12:32 -0500)
committerNathan Binkert <binkertn@umich.edu>
Fri, 14 Nov 2003 17:32:52 +0000 (12:32 -0500)
commit492fa2ae5ee7ef9c3f3601ac611ebc9a43ff83eb
tree4ab3911ab8d1e6fac6b1261c6bb7cc7c5caf1048
parentb8612cbda3625e27f109469a1f5416237c97fb41
Get the console code to compile correctly
Add support for some thigns that M5 needs
Make this better support Tru64 v5.1

console/Makefile:
    I couldn't figure out the old build system since I was missing
    a bunch of tools at the time, so I kinda rewrote it.
console/console.c:
    Get the includes right, and make things compile
    little bit of cleanup along the way
console/paljtokern.s:
    formatting junk
console/printf.c:
    Formatting
    get const right
h/lib.h:
    fiddle with the includes that we need
console/console.c:
    Get the BOOTDEVICE_NAME right
    Add a bit of support for grabbing console environment variables
system/alpha/console/Makefile
system/alpha/console/console.c
system/alpha/console/paljtokern.s
system/alpha/console/paljtoslave.tmp [deleted file]
system/alpha/console/printf.c
system/alpha/h/lib.h
system/alpha/h/machine_defs.h [new file with mode: 0644]