<?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>87e4c6020eff05133e40ab8b7b0e37e6a2be37e4 - UPSTREAM: powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#87e4c6020eff05133e40ab8b7b0e37e6a2be37e4</link>
        <description>UPSTREAM: powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxCONFIG_8xx doesn&apos;t mean much outside of arch/powerpc/This patch renames it CONFIG_MPC8xx just like CONFIG_MPC85xx etc ...It also renames 8xx_immap.h to immap_8xx.h to be consistent withother file names.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;(cherry picked from commit ee1e600c13d16febd517ab7d0d2c243db174789b)Change-Id: I564708bb6517b699749e8a54c013d032f785e459Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Fri, 16 Mar 2018 16:20:41 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>53193a4f07c9e7a7d42493863712352cf16f1258 - powerpc, 8xx: Add support for MCR3000 board from CSSI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#53193a4f07c9e7a7d42493863712352cf16f1258</link>
        <description>powerpc, 8xx: Add support for MCR3000 board from CSSICS Systemes d&apos;Information (CSSI) manufactures two boards, named MCR3000and CMPC885 which are respectively based on MPC866 and MPC885 processors.This patch adds support for the first board.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Fri, 07 Jul 2017 08:16:42 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d - powerpc, 8xx: Migrate to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d</link>
        <description>powerpc, 8xx: Migrate to KconfigSigned-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Thu, 06 Jul 2017 08:33:21 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>debd1f3c336ae85915421f6da0d1cc90fc1d7a1a - powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#debd1f3c336ae85915421f6da0d1cc90fc1d7a1a</link>
        <description>powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/immap.c used to be common to several CPUs. It is nowonly linked to the 8xx, so this patch moves it intoarch/powerpc/cpu/mpc8xx/Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Thu, 06 Jul 2017 08:33:09 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>907208c452999427cb2f43450308045bf8b42958 - powerpc: Partialy restore core of mpc8xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#907208c452999427cb2f43450308045bf8b42958</link>
        <description>powerpc: Partialy restore core of mpc8xxCS Systemes d&apos;Information (CSSI) manufactures 8xx boards forcritical communication systems. Those boards have beenrunning U-Boot since 2010 and will have to be maintaineduntil at least 2027.commit 5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f(&quot;powerpc, 8xx: remove support for 8xx&quot;) orphaned those boardsby removing support for the mpc8xx CPU.This commit partially restores support for the 8xx, with thefollowing limitations:- Restores support for MPC866 and MPC885 only- Does not restore IDE, PCMCIA, I2C, USB- Does not restore examples- Does not restore POST- Does not restore Ethernet on SCC- Does not restore console on SCC- Does not restore bedbug and kgdb supportAs the 866 and 885 do not support the following features,they are not restored either:- VIDEO / LCD- RTC clockThe CPM uCODE patch is not restored either, because:- 866 and 885 already have support for I2C and SPI relocationwithout a uCODE patch- relocation of SMC, I2C or SPI is only needed for using SCCsfor Ethernet or QMCThe dynamic setup/calculation of clocks is removed, weexpect the target being use with the clock and PLPRCR registerdefined in the configuration.All the clock settings for 8xx prior to 866 is removed aswell as we now only support 866 and 885.This code is mature and addresses mature boards. Thereforeall code enclosed in &apos;#if 0/#endif&apos; and &apos;#if XX_DEBUG/#endif&apos;is unneeded.The following files are not restored by this patch:- arch/powerpc/cpu/mpc8xx/bedbug_860.c- arch/powerpc/cpu/mpc8xx/fec.h- arch/powerpc/cpu/mpc8xx/kgdb.S- arch/powerpc/cpu/mpc8xx/plprcr_write.S- arch/powerpc/cpu/mpc8xx/scc.c- arch/powerpc/cpu/mpc8xx/upatch.c- arch/powerpc/cpu/mpc8xx/video.c- arch/powerpc/include/asm/status_led.h- arch/powerpc/lib/ide.c- arch/powerpc/lib/ide.h- doc/README.MPC866- drivers/pcmcia/mpc8xx_pcmcia.c- drivers/rtc/mpc8xx.c- drivers/usb/gadget/mpc8xx_udc.c- drivers/video/mpc8xx_lcd.c- examples/standalone/test_burst.c- examples/standalone/test_burst.h- examples/standalone/test_burst_lib.S- examples/standalone/timer.c- include/mpc823_lcd.h- include/usb/mpc8xx_udc.h- post/cpu/mpc8xx/Makefile- post/cpu/mpc8xx/cache.c- post/cpu/mpc8xx/cache_8xx.S- post/cpu/mpc8xx/ether.c- post/cpu/mpc8xx/spr.c- post/cpu/mpc8xx/uart.c- post/cpu/mpc8xx/usb.c- post/cpu/mpc8xx/watchdog.cSome of the restored files are not located in a proper location.In order to keep traceability of the changes, they will bemoved to their correct location and moved to Kconfig in afollowup patch.This patch also declares CSSI as point of contact for the updateof the 8xx platform, as those boards are the only ones stillbeing maintained on the 8xx area. A later patch will addthose boards to the tree.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Thu, 06 Jul 2017 08:23:22 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#a26cd04920dc069fd6e91abb785426cf6c29f45f</link>
        <description>arch: Make board selection choices optionalBy making the board selections optional, every defconfig will includethe board selection when running savedefconfig so if a new board isadded to the top of the list of choices the former top&apos;s defconfig willstill be correct.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Tue, 12 May 2015 19:46:23 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>d19f6a60ec9a342a4dbb38396d354562b4ce3c5e - powerpc: remove cogent_8xx, cogent_mpc8260 board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#d19f6a60ec9a342a4dbb38396d354562b4ce3c5e</link>
        <description>powerpc: remove cogent_8xx, cogent_mpc8260 board supportThese boards are still non-generic boards.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Murray Jensen &lt;Murray.Jensen@csiro.au&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:18 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>af0e35149b4063bbc7453fbc1d7d623360bc91c8 - mpc8xx: remove ESTEEM192E board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#af0e35149b4063bbc7453fbc1d7d623360bc91c8</link>
        <description>mpc8xx: remove ESTEEM192E board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Conn Clark &lt;clark@esteem.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:17 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>5ec71100dcc7ad58f4b93241d811afa8d19c4c75 - mpc8xx: remove IP860 board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#5ec71100dcc7ad58f4b93241d811afa8d19c4c75</link>
        <description>mpc8xx: remove IP860 board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:16 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>ca620cd149f616950a647ea1e7c428d5e2df3efa - mpc8xx: remove IVMS8, IVML24 board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#ca620cd149f616950a647ea1e7c428d5e2df3efa</link>
        <description>mpc8xx: remove IVMS8, IVML24 board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:15 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>acc2372db020b9415142e93a1c30f57c1d3aa5c2 - mpc8xx: remove lwmon board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#acc2372db020b9415142e93a1c30f57c1d3aa5c2</link>
        <description>mpc8xx: remove lwmon board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:14 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>f017cd7f71fa98be4b3222a7c314ef000296c51a - mpc8xx: remove NETVIA board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#f017cd7f71fa98be4b3222a7c314ef000296c51a</link>
        <description>mpc8xx: remove NETVIA board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Pantelis Antoniou &lt;panto@intracom.gr&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:13 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>79cbecb81ba8ed05ca890587f6eead0555c90293 - mpc8xx: remove R360MPI board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#79cbecb81ba8ed05ca890587f6eead0555c90293</link>
        <description>mpc8xx: remove R360MPI board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:12 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>8737fc7529cf863549d8e5bd631a47008302086f - mpc8xx: remove RRvision board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#8737fc7529cf863549d8e5bd631a47008302086f</link>
        <description>mpc8xx: remove RRvision board supportThis board is still a non-generic board.Unused code in arch/powerpc/cpu/mpc8xx/video.c should be also deletedbecause CONFIG_VIDEO_ENCODER_AD7176, CONFIG_VIDEO_ENCODER_AD7177,CONFIG_VIDEO_ENCODER_AD7179 are not defined any more.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:11 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1 - mpc8xx: remove SPD823TS board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1</link>
        <description>mpc8xx: remove SPD823TS board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>4317d070db98281fe2f65da01398a6e05a423d70 - mpc8xx: remove KUP4X, KUP4K board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#4317d070db98281fe2f65da01398a6e05a423d70</link>
        <description>mpc8xx: remove KUP4X, KUP4K board supportThese boards are still non-generic boards.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Klaus Heydeck &lt;heydeck@kieback-peter.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:09 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>3c5b20f1b7c6687813d193033adddf0f93a3335d - mpc8xx: remove ELPT860 board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#3c5b20f1b7c6687813d193033adddf0f93a3335d</link>
        <description>mpc8xx: remove ELPT860 board supportThis board is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: The LEOX team &lt;team@leox.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>ceaf499b5050c439448d85473ec1f87a033f6248 - powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#ceaf499b5050c439448d85473ec1f87a033f6248</link>
        <description>powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 supportThese boards are still non-generic boards.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Heiko Schocher &lt;hs@denx.de&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:07 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>5d2a5ef712914fe1c3edfcde78134dc4dc83f461 - mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#5d2a5ef712914fe1c3edfcde78134dc4dc83f461</link>
        <description>mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 supportThese boards are still non-generic boards.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 14:26:06 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>36da51ebacdc549b9d034a9241b6d88b06a951c5 - powerpc: mpc8xx: remove hermes board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig#36da51ebacdc549b9d034a9241b6d88b06a951c5</link>
        <description>powerpc: mpc8xx: remove hermes board supportThis board sprinkles #ifdef(CONFIG_HERMES) over various global filessuch as include/common.h, common/board_r.c, common/cmd_bdinfo.c.Let&apos;s zap such an ill-behaved board.It has not been converted to generic board yet and mpc8xx is oldenough.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;Acked-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig</description>
        <pubDate>Fri, 21 Nov 2014 02:26:11 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
