<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in XLP</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a2aef24a - Update several more URLs</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#a2aef24a</link>
        <description>Update several more URLs- Primarily http -&gt; https- Primarily FreeBSD project URLs

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Sun, 29 Oct 2017 08:17:03 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84db023e - Assume a big-endian default on MIPS and drop the &quot;eb&quot; suffix from MACHINE_ARCH.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#84db023e</link>
        <description>Assume a big-endian default on MIPS and drop the &quot;eb&quot; suffix from MACHINE_ARCH.This makes our naming scheme more closely match other systems and theexpectations of much third-party software.  MIPS builds which are little-endianshould require and exhibit no changes.  Big-endian TARGET_ARCHes must bechanged:	From:		To:	mipseb		mips	mipsn32eb	mipsn32	mips64eb	mips64An entry has been added to UPDATING and some foot-shooting protection (completewith warnings which should become errors in the near future) to the top-levelbase system Makefile.

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Thu, 29 Mar 2012 02:54:35 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>379663d7 - o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#379663d7</link>
        <description>o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern   required for the ABI the kernel is being built for.   XXX This is implemented in a kind-of nasty way that involves including source       files, but it&apos;s still an improvement.o) Retire ISA_* options since they&apos;re unused and were always wrong.

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Mon, 12 Mar 2012 21:25:32 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c82deda3 - Rearrange XLP configuration files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#c82deda3</link>
        <description>Rearrange XLP configuration files.Create std.XLP for configuration options, which is included by theconf files. The files XLP, XLPN32 and XLP64 will have mostly ABI relatedoptions.Also move uart and pci to mips/nlm/std.xlp since all XLP configurationsneeds these devices.Obtained from:	prabhath at netlogicmicro com (intial version)

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Fri, 18 Nov 2011 11:18:59 +0000</pubDate>
        <dc:creator>Jayachandran C. &lt;jchandra@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85dac049 - Keep FDT options commented until dtc is build by default for mips</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#85dac049</link>
        <description>Keep FDT options commented until dtc is build by default for mipsOtherwise automated builds will fail for XLP and XLP64

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Wed, 19 Oct 2011 14:38:01 +0000</pubDate>
        <dc:creator>Jayachandran C. &lt;jchandra@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8291dd8a - Support for booting XLP using FDT.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#8291dd8a</link>
        <description>Support for booting XLP using FDT.- update xlp_machdep.c to read arguments from FDT if FDT support is  compiled in.- define rmi_uart_bus_space, and use it as fdtbus_bs_tag- update conf files for FDT support- add default dts file xlp-basic.dts

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Tue, 18 Oct 2011 08:10:23 +0000</pubDate>
        <dc:creator>Jayachandran C. &lt;jchandra@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd4c8d64 - MIPS XLP platform code update.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#cd4c8d64</link>
        <description>MIPS XLP platform code update.* Update the hardware access register definitions and functions to bring  them in line with other Netlogic software.* Update the platform bus to use PCI even for on-chip devices. Add a dummy  PCI driver to ignore on-chip devices which do not need driver.* Provide memory and IRQ resource allocation code for on-chip devices  which cannot get it from PCI config.* add support for on-chip PCI and USB interfaces.* update conf files, enable pci and retain old MAXCPU until we can support  &gt;32 cpus.Approved by:	re(kib), jmallett

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Mon, 05 Sep 2011 10:45:29 +0000</pubDate>
        <dc:creator>Jayachandran C. &lt;jchandra@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>786ef92b - Bump MAXCPU for amd64, ia64 and XLP mips appropriately.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#786ef92b</link>
        <description>Bump MAXCPU for amd64, ia64 and XLP mips appropriately.From now on, default values for FreeBSD will be 64 maxiumum supportedCPUs on amd64 and ia64 and 128 for XLP. All the other architecturesseem already capped appropriately (with the exception of sparc64 whichneeds further support on jalapeno flavour).Bump __FreeBSD_version in order to reflect KBI/KPI brekage introducedduring the infrastructure cleanup for supporting MAXCPU &gt; 32. Thiscovers cpumask_t retiral too.The switch is considered completed at the present time, so for whateverbug you may experience that is reconducible to that area, please reportimmediately.Requested by:	marcel, jchandraTested by:	pluknet, sbrunoApproved by:	re (kib)

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Tue, 19 Jul 2011 13:00:30 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae78a2ad - MIPS changes for Netlogic XLP support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/mips/conf/XLP#ae78a2ad</link>
        <description>MIPS changes for Netlogic XLP support.This patch adds support for the Netlogic XLP mips64 processors inthe common MIPS code. The changes are :- Add CPU_NLM processor type- Add cases for CPU_NLM, mostly were CPU_RMI is used.- Update cache flush changes for CPU_NLM- Add kernel build configuration files for xLP.In collaboration with: Prabhath Raman &lt;prabhathpr at netlogicmicro com&gt;Approved by:	bz(re), jmallett, imp(mips)

            List of files:
            /freebsd-12.1/sys/mips/conf/XLP</description>
        <pubDate>Sat, 16 Jul 2011 20:31:29 +0000</pubDate>
        <dc:creator>Jayachandran C. &lt;jchandra@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
