<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in locore32.S</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>71625ec9ad2a9bc8c09784fbd23b759830e0ee5f - sys: Remove $FreeBSD$: one-line .c comment pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</link>
        <description>sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Wed, 16 Aug 2023 19:54:24 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e69ae1c97e26811a15e0428a1e4e70f74e0c9f4 - Merge ^/head r343712 through r343806.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#8e69ae1c97e26811a15e0428a1e4e70f74e0c9f4</link>
        <description>Merge ^/head r343712 through r343806.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Tue, 05 Feb 2019 20:50:46 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>617404825192eaa3137a7d587b8551d732962808 - powerpc64: Add a trap stack area</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#617404825192eaa3137a7d587b8551d732962808</link>
        <description>powerpc64: Add a trap stack areaCurrently, the trap code switches to the the temporary stack in the dbtrapsection. It works in most cases, but in the beginning of the execution, thetemp stack is being used, as starting in the powerpc_init() code.In this current scenario, the stack is being overwritten, which causes thereturn of breakpoint() to take abnormal execution.This current patchset create a small stack to use by the dbtrap: codepathavoiding the corruption of the temporary stack.PR:		224872Submitted by:	breno.leitao_gmail.comReviewed by:	jhibbitsDifferential Revision:	https://reviews.freebsd.org/D14484

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Mon, 04 Feb 2019 17:02:03 +0100</pubDate>
        <dc:creator>Leandro Lupori &lt;luporl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Sun, 09 Dec 2018 12:39:45 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f69e36d87c720d1f5c52a5751a23388d3219da5 - powerpc: Don&apos;t include KERNBASE in genassym, it&apos;s unnecessary</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#8f69e36d87c720d1f5c52a5751a23388d3219da5</link>
        <description>powerpc: Don&apos;t include KERNBASE in genassym, it&apos;s unnecessaryA related future change, which changes KERNBASE for Book-E for some reasoncauses a &quot;KERNBASE redefined&quot; error with assym.inc, even though it only changedthe value of KERNBASE and nothing else.  Since machine/vmparam.h is alreadyincluded in booke/locore.S, and the requisite guards are already in place forproperly handling KERNBASE in vmparam.h, just remove it from genassym, andinclude vmparam.h in the AIM locore files.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Wed, 28 Nov 2018 17:00:52 +0100</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc2a8776a2f9945f22301cd92ec6d3ac1f817028 - Rename assym.s to assym.inc</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#fc2a8776a2f9945f22301cd92ec6d3ac1f817028</link>
        <description>Rename assym.s to assym.incassym is only to be included by other .s files, and should neveractually be assembled by itself.Reviewed by:	imp, bdrewery (earlier)Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D14180

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Tue, 20 Mar 2018 18:58:51 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47f69f4f2be372ec6fd3e646ca8087dc2dadd503 - Use the cookie now set by loader to determine whether the value passed to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#47f69f4f2be372ec6fd3e646ca8087dc2dadd503</link>
        <description>Use the cookie now set by loader to determine whether the value passed toPowerPC kernels in r6 is actually metadata from loader(8) or gibberishleft in r6, which is not required to be anything under thePAPR/ePAPR/CHRP/OF standards, by another boot loader.Note that, as a result, systems need a new boot loader to boot PPC kernelsafter this revision without ending up at a mountroot prompt. New bootloaders are backwards compatible and can boot older kernels.Reviewed by:	jhibbitsMFC after:	2 months

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Sun, 26 Nov 2017 04:53:20 +0100</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>009e81b16465ea457c0e63fd49fe77f47cc27a5a - MFH @r294567</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#009e81b16465ea457c0e63fd49fe77f47cc27a5a</link>
        <description>MFH @r294567

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Fri, 22 Jan 2016 16:11:40 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e60680024afe8ec84ded577e77965e9a44595f2b - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#e60680024afe8ec84ded577e77965e9a44595f2b</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Tue, 12 Jan 2016 02:23:45 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89d3f0ea4e8855563263f5d05289538d9ce0e3de - Merge ^/head r293430 through r293685.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#89d3f0ea4e8855563263f5d05289538d9ce0e3de</link>
        <description>Merge ^/head r293430 through r293685.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Mon, 11 Jan 2016 20:36:44 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca496abd5a671f3bc8dc55ad8cb511c309f523f7 - Remove dead code and dead comments, most notably the implemenation of the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#ca496abd5a671f3bc8dc55ad8cb511c309f523f7</link>
        <description>Remove dead code and dead comments, most notably the implemenation of thenow-obsolete setfault(). No NetBSD code exists in the AIM locore files, soupdate the copyrights there.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Sun, 10 Jan 2016 19:00:01 +0100</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6e746bfb086d563bf0ad454a33ecbcab8836dbf - MFH: r278968-r280640</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#e6e746bfb086d563bf0ad454a33ecbcab8836dbf</link>
        <description>MFH: r278968-r280640Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Wed, 25 Mar 2015 23:35:08 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c14aafed63f79923e6a3cc30f0069ece46d36fd7 - Merge r278538 through r280226.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#c14aafed63f79923e6a3cc30f0069ece46d36fd7</link>
        <description>Merge r278538 through r280226.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Wed, 18 Mar 2015 19:33:44 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7426d572424bb2295c93022ac10e51abf9ae9d88 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#7426d572424bb2295c93022ac10e51abf9ae9d88</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Sun, 15 Mar 2015 11:58:47 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6404f697a01c9b274232db3c1bba19c75163df6e - Merging ^/head r279596 through r279758.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#6404f697a01c9b274232db3c1bba19c75163df6e</link>
        <description>Merging ^/head r279596 through r279758.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Sun, 08 Mar 2015 00:01:27 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c845fde2ea859dbae250d08f27a99475aa71a2f - Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#5c845fde2ea859dbae250d08f27a99475aa71a2f</link>
        <description>Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentexecutables. The goal here, not yet accomplished, is to let the e500 kernelrun under QEMU by setting KERNBASE to something that fits in low memory andthen having the kernel relocate itself at runtime.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Sat, 07 Mar 2015 21:14:46 +0100</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8fee543ec64428c4a06901c5b2d2a065029837a - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#d8fee543ec64428c4a06901c5b2d2a065029837a</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Thu, 12 Feb 2015 16:34:16 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53f2fbcab4ca497c4bed5e5728534468e2b9e992 - MFH: r278202,r278205-r278590</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#53f2fbcab4ca497c4bed5e5728534468e2b9e992</link>
        <description>MFH: r278202,r278205-r278590Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Wed, 11 Feb 2015 19:59:46 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93466fc60f4ef88cfc6f9ea3c89d87de4ff0f4fc - Merge ^/head r278351 through r278498.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/powerpc/aim/locore32.S#93466fc60f4ef88cfc6f9ea3c89d87de4ff0f4fc</link>
        <description>Merge ^/head r278351 through r278498.

            List of files:
            /freebsd/sys/powerpc/aim/locore32.S</description>
        <pubDate>Tue, 10 Feb 2015 08:56:14 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
