Add support for tsunami with 64 processors and fix some console bugs
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 6 Dec 2004 16:44:22 +0000 (11:44 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 6 Dec 2004 16:44:22 +0000 (11:44 -0500)
commit5821f37cb6f1875f5912adc37a01139a159e697c
treef05941554025e5e72c0dda80e41095ea91359655
parent99a522fb8b04a30d2114a19642be9a7acd78b425
Add support for tsunami with 64 processors and fix some console bugs
I steped on while doing it

console/console.c:
    Allocate more HWRPB pages so we have room for 64 percpu_rpbs
    Fix writing of Console Relocation Block virtual addresses so that
    if they are outside of the first page, which they will be with more
    than 8 processors, the correct adress is written
palcode/Makefile:
    Update makefile for tsunami with 64 processors
palcode/platform_m5.S:
    Add support for tsunami with 64 processors
system/alpha/console/console.c
system/alpha/palcode/Makefile
system/alpha/palcode/platform_m5.S