<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a2cb31086f68cc0db95d4373e6dbdb612954f445 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig#a2cb31086f68cc0db95d4373e6dbdb612954f445</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig</description>
        <pubDate>Wed, 30 Nov 2016 19:08:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>af3971f81ac0fc344461cf86af682ecf1ebe18a8 - MIPS: make inclusion of ROM exception vectors configurable</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig#af3971f81ac0fc344461cf86af682ecf1ebe18a8</link>
        <description>MIPS: make inclusion of ROM exception vectors configurableThis adds a compile time option to include code for staticexception vectors. Static exception vectors are only needed,when the U-Boot entry point is equal to the CPU reset exceptionvector address. For instance this is the case when U-Boot isused as ROM in Qemu or booted from parallel NOR flash. WhenU-Boot is booted from RAM (e.g. loaded there by SPL), theexception vectors need to be setup dynamically, which is donein follow-up commits.Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig</description>
        <pubDate>Sun, 14 Feb 2016 17:52:57 +0000</pubDate>
        <dc:creator>Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d2427caf54a08ec80e8bfa5ef2c0b4377da55bab - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig#d2427caf54a08ec80e8bfa5ef2c0b4377da55bab</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig</description>
        <pubDate>Mon, 01 Feb 2016 21:58:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>44da3a176c5bd48b7ed257454e3e551c956adb30 - board: Add Microchip PIC32MZ[DA]-Starter-Kit board.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig#44da3a176c5bd48b7ed257454e3e551c956adb30</link>
        <description>board: Add Microchip PIC32MZ[DA]-Starter-Kit board.This adds support for Microchip PIC32MZ[DA] StarterKit boardbased on a PIC32MZ[DA] family of microcontroller.Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig</description>
        <pubDate>Thu, 28 Jan 2016 10:00:17 +0000</pubDate>
        <dc:creator>Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>be961fa15bcb01c5a50c184e3dcc3ab0379edddb - MIPS: Add support for Microchip PIC32MZ[DA] SoC family.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig#be961fa15bcb01c5a50c184e3dcc3ab0379edddb</link>
        <description>MIPS: Add support for Microchip PIC32MZ[DA] SoC family.Add Microchip PIC32MZ[DA] SoC family support.Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig</description>
        <pubDate>Thu, 28 Jan 2016 10:00:16 +0000</pubDate>
        <dc:creator>Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>32c1a6eef8b467bb776f989caf0480fce6218598 - MIPS: initial infrastructure for Microchip PIC32 architecture</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig#32c1a6eef8b467bb776f989caf0480fce6218598</link>
        <description>MIPS: initial infrastructure for Microchip PIC32 architectureCreate initial directory, Kconfigs needed for PIC32 architecturesupport. Also add PIC32 specific register definition required for drivers.Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/mach-pic32/Kconfig</description>
        <pubDate>Thu, 28 Jan 2016 10:00:10 +0000</pubDate>
        <dc:creator>Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;</dc:creator>
    </item>
</channel>
</rss>
