qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...
@ 2007-11-14 19:41 Blue Swirl
  0 siblings, 0 replies; 20+ messages in thread
From: Blue Swirl @ 2007-11-14 19:41 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/11/14 19:41:26

Modified files:
	pc-bios        : README openbios-sparc32 openbios-sparc64 

Log message:
	Update OpenBIOS image to SVN revision 176. Changes:
	r172: Enable boot mode in the exception handler for both SuperSparc and TurboSparc
	r173: More CPU definitions
	r174: Add Sparc64 CPU identification
	r175: Add SPARCserver 600MP emulation
	r176: Update OHW interface to version 3.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/README?cvsroot=qemu&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&rev=1.12
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc64?cvsroot=qemu&rev=1.5

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...
@ 2007-12-11 19:33 Blue Swirl
  0 siblings, 0 replies; 20+ messages in thread
From: Blue Swirl @ 2007-12-11 19:33 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/12/11 19:33:21

Modified files:
	pc-bios        : README openbios-sparc32 openbios-sparc64 

Log message:
	Update OpenBIOS images to SVN revision 181. Changes:
	r177:
	Reset fixes:
	 * recalculate CRC to avoid error message and halt after reset
	 * fix bug that crashed SS10/SMP when reset
	r178: Remove unused variable
	r179: Improved Module ID generation
	r180: Add support for eccmemctl
	r181: Add support for SPARCstation 20 machine type

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/README?cvsroot=qemu&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&rev=1.13
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc64?cvsroot=qemu&rev=1.6

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...
@ 2007-08-11  8:16 Blue Swirl
  0 siblings, 0 replies; 20+ messages in thread
From: Blue Swirl @ 2007-08-11  8:16 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/08/11 08:16:01

Modified files:
	pc-bios        : README openbios-sparc32 openbios-sparc64 

Log message:
	r158: Fix wrong number of clean/saveable windows
	r159: Revert previous patch
	r160: Fix nvram size, arch_init hack
	r161: Fix Sparc64 insw and outsw
	r162: Fix read only location write attempt
	r163:
	Change virtual address below 4G
	Map first 16M of RAM
	Execute a kernel if loaded by Qemu
	r164: Make client interface 64 bits wide on Sparc64
	r165: NVRAM support (temporary location)
	r166: Fix mapping of a single byte area, fix reset and poweroff
	r167: Maximally align allocations
	r168: Enable all interrupt sources for NetBSD
	r169: Fix NetBSD property problems

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/README?cvsroot=qemu&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&rev=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc64?cvsroot=qemu&rev=1.4

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...
@ 2007-06-28  7:28 Blue Swirl
  2007-06-28 13:49 ` Johannes Schindelin
  0 siblings, 1 reply; 20+ messages in thread
From: Blue Swirl @ 2007-06-28  7:28 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/06/28 07:28:22

Modified files:
	pc-bios        : README openbios-sparc32 openbios-sparc64 

Log message:
	Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Changes:
	r150: Try to fix system reset for SMP and SS-10 cases
	r151: Fix obp_dumb_memalloc
	r152: Fix mapping more than 2G memory
	r153: Get a real memory allocator for Sparc, based on PPC ofmem
	r154: Update totavail when memory is allocated by dumb memory allocator
	r155: Fix pop_fstr_copy memory leaks
	- console one prevented Debian 3.1r1 from installing in console=prom mode
	- fixing this also needed the real malloc/free
	r156: Hack for building on CIFS directory
	r157: Allow boot start PC to be different from virtual location (boot mode)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/README?cvsroot=qemu&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&rev=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc64?cvsroot=qemu&rev=1.3

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...
@ 2007-04-16 17:41 Blue Swirl
  0 siblings, 0 replies; 20+ messages in thread
From: Blue Swirl @ 2007-04-16 17:41 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/04/16 17:41:15

Modified files:
	pc-bios        : README openbios-sparc32 openbios-sparc64 

Log message:
	Update OpenBIOS Sparc images to SVN 125

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/README?cvsroot=qemu&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&rev=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc64?cvsroot=qemu&rev=1.2

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...
@ 2007-04-15  6:38 Blue Swirl
  2007-04-15 12:42 ` Stefan Weil
  0 siblings, 1 reply; 20+ messages in thread
From: Blue Swirl @ 2007-04-15  6:38 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/04/15 06:38:29

Modified files:
	pc-bios        : README openbios-sparc32 
Added files:
	pc-bios        : openbios-sparc64 

Log message:
	Update OpenBIOS for Sparc32 and add a Sparc64 image

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/README?cvsroot=qemu&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&rev=1.4
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc64?cvsroot=qemu&rev=1.1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2007-12-11 19:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 19:41 [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s Blue Swirl
  -- strict thread matches above, loose matches on Subject: below --
2007-12-11 19:33 Blue Swirl
2007-08-11  8:16 Blue Swirl
2007-06-28  7:28 Blue Swirl
2007-06-28 13:49 ` Johannes Schindelin
2007-06-28 14:00   ` Blue Swirl
2007-06-28 14:08     ` Johannes Schindelin
2007-04-16 17:41 Blue Swirl
2007-04-15  6:38 Blue Swirl
2007-04-15 12:42 ` Stefan Weil
2007-04-15 15:03   ` Blue Swirl
2007-04-15 19:01     ` Paul Brook
2007-04-15 19:11       ` Blue Swirl
2007-04-15 19:20         ` Paul Brook
2007-04-15 19:37           ` Blue Swirl
2007-04-15 22:08             ` Daniel Jacobowitz
2007-04-16 15:01               ` Blue Swirl
2007-04-16 15:13                 ` Daniel Jacobowitz
2007-04-16 16:23                   ` Blue Swirl
2007-04-16 15:30                 ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).