From 43d34baaa83103807e785b4d8a96a12d03cfaed6 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 22 Jul 2008 07:07:37 +0000 Subject: [PATCH] Add T1 and T2 CPUs git-svn-id: svn://coreboot.org/openbios/openbios-devel@215 f158a5a8-5612-0410-a976-696ce0be7e32 --- arch/sparc64/openbios.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/sparc64/openbios.c b/arch/sparc64/openbios.c index a8de2d3..7bed4c5 100644 --- a/arch/sparc64/openbios.c +++ b/arch/sparc64/openbios.c @@ -372,6 +372,14 @@ static const struct cpudef sparc_defs[] = { .iu_version = (0x3eULL << 48) | (0x22ULL << 32), .name = "SUNW,UltraSPARC-IIIi+", }, + { + .iu_version = (0x3eULL << 48) | (0x23ULL << 32), + .name = "SUNW,UltraSPARC-T1", + }, + { + .iu_version = (0x3eULL << 48) | (0x24ULL << 32), + .name = "SUNW,UltraSPARC-T2", + }, { .iu_version = (0x22ULL << 48) | (0x10ULL << 32), .name = "SUNW,UltraSPARC",