<?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>bdf790fabc8185112b3f699c8a25aab09c50239e - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/mpr2/Kconfig#bdf790fabc8185112b3f699c8a25aab09c50239e</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/board/mpr2/Kconfig</description>
        <pubDate>Mon, 17 Nov 2014 13:43:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>887363b5f0441b8ec22b586ac77df4bf5a1b09f1 - sh: consolidate CONFIG_SYS_CPU defines</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/mpr2/Kconfig#887363b5f0441b8ec22b586ac77df4bf5a1b09f1</link>
        <description>sh: consolidate CONFIG_SYS_CPU definesNow each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3,CONFIG_CPU_SH4, so let&apos;s move CONFIG_SYS_CPU definition toarch/sh/Kconfig.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/mpr2/Kconfig</description>
        <pubDate>Thu, 06 Nov 2014 06:55:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>42817eb85de1d7dec399c75dbd133ea6b5351a72 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/mpr2/Kconfig#42817eb85de1d7dec399c75dbd133ea6b5351a72</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/board/mpr2/Kconfig</description>
        <pubDate>Mon, 22 Sep 2014 13:51:01 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>461be2f96e4b87e5065208c6659a47dd0ad9e9f8 - kconfig: remove redundant &quot;string&quot; type in arch and board Kconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/mpr2/Kconfig#461be2f96e4b87e5065208c6659a47dd0ad9e9f8</link>
        <description>kconfig: remove redundant &quot;string&quot; type in arch and board KconfigsNow the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}are specified in arch/Kconfig.We can delete the ones in arch and board Kconfig files.This commit can be easily reproduced by the following command:find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e &apos;/config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ {    N    s/\n[[:space:]]*string//}&apos;Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/mpr2/Kconfig</description>
        <pubDate>Sat, 13 Sep 2014 18:01:49 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e82abaeb7f2a0833fccf90460c48b9f2100258f8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/mpr2/Kconfig#e82abaeb7f2a0833fccf90460c48b9f2100258f8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armConflicts:	boards.cfgSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/mpr2/Kconfig</description>
        <pubDate>Mon, 11 Aug 2014 08:21:03 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>dd84058d24ff54d6b32818ffe44aeb4bba2cfae6 - kconfig: add board Kconfig and defconfig files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/mpr2/Kconfig#dd84058d24ff54d6b32818ffe44aeb4bba2cfae6</link>
        <description>kconfig: add board Kconfig and defconfig filesThis commit adds: - arch/${ARCH}/Kconfig    provide a menu to select target boards - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig    set CONFIG macros to the appropriate values for each board - configs/${TARGET_BOARD}_defconfig    default setting of each board(This commit was automatically generated by a conversion scriptbased on boards.cfg)In Linux Kernel, defconfig files are located underarch/${ARCH}/configs/ directory.It works in Linux Kernel since ARCH is always given from thecommand line for cross compile.But in U-Boot, ARCH is not given from the command line.Which means we cannot know ARCH until the board configuration is done.That is why all the &quot;*_defconfig&quot; files should be gathered into asingle directory ./configs/.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/mpr2/Kconfig</description>
        <pubDate>Wed, 30 Jul 2014 05:08:14 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
