<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /boot/trunk/arch/sparc64/loader/</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sat, 11 Apr 2026 06:14:22 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?isdir=1&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 10 Jul 2006 22:48:40 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1783 – Some 32-bit vs. 64-bit fixes.  Make the call to ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some 32-bit vs. 64-bit fixes.&lt;br /&gt;
&lt;br /&gt;
Make the call to OpenFirmware client interface architecture dependent.&lt;br /&gt;
For instance and contrary to my previous experience, the sparc64 version of&lt;br /&gt;
&apos;translate&apos; method would not work reliably unless the Address Mask bit in the&lt;br /&gt;
PSTATE register is cleared during duration of the call.&lt;br /&gt;
&lt;br /&gt;
sparc64 and ppc32 OpenFirmware seem to differ in details, for example, the above&lt;br /&gt;
mentioned method &apos;translate&apos; signals success by setting the first return value&lt;br /&gt;
to -1 on sparc64 while on ppc32 the value is/stays (???) zero.&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/ofw.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1783</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1783</guid></item>
<item><pubDate>Wed, 05 Jul 2006 15:53:21 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1782 – Fix ofw.c to support map and translate methods even on ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix ofw.c to support map and translate methods even on 64-bit platforms.&lt;/div&gt;~ /boot/trunk/arch/sparc64/loader/main.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1782</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1782</guid></item>
<item><pubDate>Tue, 04 Jul 2006 19:17:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1779 – Replace old __u?? types with respective C99 variants (e.g. uint32_t, ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/types.h&lt;br /&gt;~ /boot/trunk/generic/printf.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1779</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1779</guid></item>
<item><pubDate>Tue, 04 Jul 2006 17:00:05 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1778 – sparc64 is now booted by HelenOS boot loader.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;sparc64 is now booted by HelenOS boot loader.&lt;/div&gt;~ /boot/trunk/arch/sparc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/Makefile.inc&lt;br /&gt;~ /boot/trunk/arch/sparc64/silo/silo.conf&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1778</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1778</guid></item>
<item><pubDate>Tue, 04 Jul 2006 00:41:27 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1773 – Work on sparc64 boot loader (still inactive).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Work on sparc64 boot loader (still inactive).&lt;/div&gt;~ /boot/trunk/arch/sparc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/pack&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1773</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1773</guid></item>
<item><pubDate>Mon, 03 Jul 2006 21:46:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1771 – Cleanup OpenFirmware driver and prepare it for integration with sparc64 ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup OpenFirmware driver and prepare it for integration with sparc64 bootloader.&lt;br /&gt;
Start sparc64 boot loader (now inactive and unfunctional).&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/ofw.c&lt;br /&gt;+ /boot/trunk/arch/sparc64/loader &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader@1768)&lt;/i&gt;&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/Makefile&lt;br /&gt;x /boot/trunk/arch/sparc64/loader/msim.c&lt;br /&gt;x /boot/trunk/arch/sparc64/loader/msim.h&lt;br /&gt;+ /boot/trunk/arch/sparc64/loader/ofw.c &lt;i&gt;(copied from /boot/trunk/arch/ppc32/loader/ofw.c@1768)&lt;/i&gt;&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/pack&lt;br /&gt;x /boot/trunk/arch/sparc64/loader/regname.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/Makefile.inc&lt;br /&gt;~ /boot/trunk/genarch/ofw.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1771</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1771</guid></item>
<item><pubDate>Sun, 25 Jun 2006 23:33:26 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1764 – Cleanup boot infrastructure: ppc32 (and elsewhere).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup boot infrastructure: ppc32 (and elsewhere).&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/msim.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/mips32/Makefile.inc&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/printf.c&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/printf.h&lt;br /&gt;+ /boot/trunk/arch/ppc32/loader/types.h &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader/types.h@1763)&lt;/i&gt;&lt;br /&gt;~ /boot/trunk/arch/ppc32/Makefile.inc&lt;br /&gt;~ /boot/trunk/arch/ppc64/Makefile.inc&lt;br /&gt;+ /boot/trunk/genarch/ofw.c &lt;i&gt;(copied from /boot/trunk/arch/ppc32/loader/ofw.c@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/genarch/ofw.h &lt;i&gt;(copied from /boot/trunk/arch/ppc32/loader/ofw.h@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/generic/gentypes.h &lt;i&gt;(copied from /boot/trunk/generic/types.h@1763)&lt;/i&gt;&lt;br /&gt;x /boot/trunk/generic/types.h&lt;br /&gt;~ /boot/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1764</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1764</guid></item>
<item><pubDate>Sun, 25 Jun 2006 23:02:16 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1763 – Cleanup in the boot infrastructure. This commit tries to separate ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup in the boot infrastructure.&lt;br /&gt;
This commit tries to separate generic stuff from mips32 specific stuff.&lt;br /&gt;
Other architectures will follow.&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/msim.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/msim.h&lt;br /&gt;x /boot/trunk/arch/mips32/loader/printf.c&lt;br /&gt;x /boot/trunk/arch/mips32/loader/printf.h&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/types.h &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader/printf.h@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/genarch&lt;br /&gt;+ /boot/trunk/generic&lt;br /&gt;+ /boot/trunk/generic/printf.c &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader/printf.c@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/generic/printf.h &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader/printf.h@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/generic/stdarg.h&lt;br /&gt;+ /boot/trunk/generic/types.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1763</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1763</guid></item>
<item><pubDate>Sun, 18 Jun 2006 23:40:44 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1748 – bugfix</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;bugfix&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/pack&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1748</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1748</guid></item>
<item><pubDate>Sun, 18 Jun 2006 23:38:15 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1747 – mips32 binary format choice</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;mips32 binary format choice&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/pack&lt;br /&gt;~ /boot/trunk/arch/mips32/Makefile.inc&lt;br /&gt;~ /boot/trunk/boot.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1747</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1747</guid></item>
<item><pubDate>Sun, 18 Jun 2006 23:06:00 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1744 – use stack in unmapped segment</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;use stack in unmapped segment&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/boot.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1744</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1744</guid></item>
<item><pubDate>Sat, 10 Jun 2006 13:04:11 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1685 – mips piggybacker</title><description>&lt;div&gt;&lt;strong&gt;decky – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;mips piggybacker&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/main.h&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/Makefile&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/pack&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/printf.h&lt;br /&gt;x /boot/trunk/arch/mips32/loader/_link.ld&lt;br /&gt;~ /boot/trunk/arch/mips32/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1685</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1685</guid></item>
<item><pubDate>Wed, 15 Mar 2006 16:12:22 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1018 – boot loader for msim</title><description>&lt;div&gt;&lt;strong&gt;decky – 16 file(s) modified&lt;/strong&gt;&lt;br/&gt;boot loader for msim&lt;/div&gt;+ /boot/trunk/arch/mips32&lt;br /&gt;+ /boot/trunk/arch/mips32/loader&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/asm.h&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/asm.S&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/boot.S&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/main.c&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/main.h&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/Makefile&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/msim.c&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/msim.h&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/printf.c&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/printf.h&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/regname.h&lt;br /&gt;+ /boot/trunk/arch/mips32/loader/_link.ld&lt;br /&gt;+ /boot/trunk/arch/mips32/Makefile.inc&lt;br /&gt;~ /boot/trunk/boot.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1018</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fsparc64%2Floader%2F&amp;isdir=1&amp;rev=1018</guid></item>
</channel></rss>