j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: Sun Feb 3 17:50:11 2013 New Revision: 1098 URL: http://tracker.coreboot.org/trac/openbios/changeset/1098
Log: SPARC32: microSPARC-II identification
For the microSPARC-II = Fujitsu MB86904 = Sun STP1012PGA, PSR.IMPL=0 and PSR.VERS=4.
This CPU model is used as default by QEMU when emulating a SparcStation-4 or SparcStation-5.
Signed-off-by: Olivier DANET odanet@caramail.com Signed-off-by: Blue Swirl blauwirbel@gmail.com
Modified: trunk/openbios-devel/arch/sparc32/openbios.c
Modified: trunk/openbios-devel/arch/sparc32/openbios.c ============================================================================== --- trunk/openbios-devel/arch/sparc32/openbios.c Thu Jan 31 22:37:13 2013 (r1097) +++ trunk/openbios-devel/arch/sparc32/openbios.c Sun Feb 3 17:50:11 2013 (r1098) @@ -244,9 +244,9 @@ .iu_version = 0x04 << 24, /* Impl 0, ver 4 */ .name = "FMI,MB86904", .psr_impl = 0, - .psr_vers = 5, + .psr_vers = 4, .impl = 0, - .vers = 5, + .vers = 4, .dcache_line_size = 0x10, .dcache_lines = 0x200, .dcache_assoc = 1,