<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9438a86a - MIPS: Octeon: Add support for accessing the boot vector.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/cavium-octeon/executive/Makefile#9438a86a</link>
        <description>MIPS: Octeon: Add support for accessing the boot vector.Used by the Octeon watchdog driver to get the address of thefirmware boot vector.Signed-off-by: Steven J. Hill &lt;steven.hill@cavium.com&gt;Acked-by: David Daney &lt;david.daney@cavium.com&gt;Cc: linux-mips@linux-mips.orgCc: linux-watchdog@vger.kernel.orgPatchwork: https://patchwork.linux-mips.org/patch/17206/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/cavium-octeon/executive/Makefile</description>
        <pubDate>Tue, 29 Aug 2017 15:40:31 +0000</pubDate>
        <dc:creator>Steven J. Hill &lt;steven.hill@cavium.com&gt;</dc:creator>
    </item>
<item>
        <title>af866496 - MIPS: Octeon: Move some Ethernet support files out of staging.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/cavium-octeon/executive/Makefile#af866496</link>
        <description>MIPS: Octeon: Move some Ethernet support files out of staging.Signed-off-by: David Daney &lt;david.daney@cavium.com&gt;Cc: linux-mips@linux-mips.orgCc: netdev@vger.kernel.orgCc: devel@driverdev.osuosl.orgAcked-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;Patchwork: https://patchwork.linux-mips.org/patch/2942/Patchwork: https://patchwork.linux-mips.org/patch/3012/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/cavium-octeon/executive/Makefile</description>
        <pubDate>Tue, 22 Nov 2011 14:47:00 +0000</pubDate>
        <dc:creator>David Daney &lt;david.daney@cavium.com&gt;</dc:creator>
    </item>
<item>
        <title>1ec0e739 - MIPS: Octeon: Determine if helper needs to be built</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/cavium-octeon/executive/Makefile#1ec0e739</link>
        <description>MIPS: Octeon: Determine if helper needs to be builtThis patch adds an config switch to determine if we need to build someworkaround helper files.The staging driver octeon-ethernet references some symbols which are onlybuilt when PCI is enabled. The new config switch enables these symbols inbothe cases.Signed-off-by: Andreas Bie&#223;mann &lt;biessmann@corscience.de&gt;To: linux-kernel@vger.kernel.orgCc: Andreas Bie&#223;mann &lt;biessmann@corscience.de&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/1543/Acked-by: David Daney &lt;ddaney@caviumnetworks.com&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/cavium-octeon/executive/Makefile</description>
        <pubDate>Wed, 11 Aug 2010 16:49:53 +0000</pubDate>
        <dc:creator>Andreas Bie&#223;mann &lt;biessmann@corscience.de&gt;</dc:creator>
    </item>
<item>
        <title>e8635b48 - MIPS: Add Cavium OCTEON PCI support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/cavium-octeon/executive/Makefile#e8635b48</link>
        <description>MIPS: Add Cavium OCTEON PCI support.This patch adds support for PCI and PCIe to the base Cavium OCTEONprocessor support.Signed-off-by: David Daney &lt;ddaney@caviumnetworks.com&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/cavium-octeon/executive/Makefile</description>
        <pubDate>Fri, 24 Apr 2009 00:44:38 +0000</pubDate>
        <dc:creator>David Daney &lt;ddaney@caviumnetworks.com&gt;</dc:creator>
    </item>
<item>
        <title>58f07778 - MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon/executive and asm/octeon.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/cavium-octeon/executive/Makefile#58f07778</link>
        <description>MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon/executive and asm/octeon.These files are used to coordinate resource sharing between all ofthe programs running on the OCTEON SOC.  The OCTEON processor has manyCPU cores (current parts have up to 16, but more are possible).  Italso has a variety of on-chip hardware blocks for things like networkacceleration, encryption and RAID.One typical configuration is to run Linux on several of the CPU cores,and other dedicated applications on the other cores.Resource allocation between the various programs running on the system(Linux kernel and other dedicated applications) needs to becoordinated.  The code we use to do this we call the &apos;executive&apos;.  Allof this resource allocation and sharing code is gathered together inthe executive directory.Included in the patch set are the following files:cvmx-bootmem.c and cvmx-sysinfo.c -- Coordinate memory allocation.All memory used by the Linux kernel is obtained here at boot time.cvmx-l2c.c -- Coordinates operations on the shared level 2 cache.octeon-model.c  -- Probes chip capabilities and version.The corresponding headers are in asm/octeon.Signed-off-by: Tomaso Paoletti &lt;tpaoletti@caviumnetworks.com&gt;Signed-off-by: David Daney &lt;ddaney@caviumnetworks.com&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt; create mode 100644 arch/mips/cavium-octeon/executive/Makefile create mode 100644 arch/mips/cavium-octeon/executive/cvmx-bootmem.c create mode 100644 arch/mips/cavium-octeon/executive/cvmx-l2c.c create mode 100644 arch/mips/cavium-octeon/executive/cvmx-sysinfo.c create mode 100644 arch/mips/cavium-octeon/executive/octeon-model.c create mode 100644 arch/mips/include/asm/octeon/cvmx-asm.h create mode 100644 arch/mips/include/asm/octeon/cvmx-bootinfo.h create mode 100644 arch/mips/include/asm/octeon/cvmx-bootmem.h create mode 100644 arch/mips/include/asm/octeon/cvmx-l2c.h create mode 100644 arch/mips/include/asm/octeon/cvmx-packet.h create mode 100644 arch/mips/include/asm/octeon/cvmx-spinlock.h create mode 100644 arch/mips/include/asm/octeon/cvmx-sysinfo.h create mode 100644 arch/mips/include/asm/octeon/cvmx.h create mode 100644 arch/mips/include/asm/octeon/octeon-feature.h create mode 100644 arch/mips/include/asm/octeon/octeon-model.h

            List of files:
            /linux-6.15/arch/mips/cavium-octeon/executive/Makefile</description>
        <pubDate>Tue, 23 Dec 2008 23:22:14 +0000</pubDate>
        <dc:creator>David Daney &lt;ddaney@caviumnetworks.com&gt;</dc:creator>
    </item>
</channel>
</rss>
