<?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 integratorcp_cm1136_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5abc1a4523a5509ce37bc3ec818b660a48f4eafd - common: Move CONFIG_BOOTARGS to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#5abc1a4523a5509ce37bc3ec818b660a48f4eafd</link>
        <description>common: Move CONFIG_BOOTARGS to KconfigAlso introduce CONFIG_USE_BOOTARGS option so we can control ifCONFIG_BOOTARGS defined at all.Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;[trini: Resync r8a779[56]_ulcb, various ls10xx targets]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 17:22:17 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>f40574e2d78c96a3818c4fa2379382d924866a6e - Kconfig: Migrate CONFIG_BAUDRATE</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#f40574e2d78c96a3818c4fa2379382d924866a6e</link>
        <description>Kconfig: Migrate CONFIG_BAUDRATEMove this in to Kconfig with a default of 115200.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;[trini: Run moveconfig.py, reword commit slightly]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Fri, 17 Mar 2017 19:34:53 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>8728c97eff5bd95f58320f886ae305f17931a374 - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#8728c97eff5bd95f58320f886ae305f17931a374</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Mon, 13 Mar 2017 17:48:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>e856bdcfb49291d30b19603fc101bea096c48196 - flash: complete CONFIG_SYS_NO_FLASH move with renaming</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#e856bdcfb49291d30b19603fc101bea096c48196</link>
        <description>flash: complete CONFIG_SYS_NO_FLASH move with renamingWe repeated partial moves for CONFIG_SYS_NO_FLASH, but this isnot completed. Finish this work by the tool.During this move, let&apos;s rename it to CONFIG_MTD_NOR_FLASH.Actually, we have more instances of &quot;#ifndef CONFIG_SYS_NO_FLASH&quot;than those of &quot;#ifdef CONFIG_SYS_NO_FLASH&quot;.  Flipping the logic willmake the code more readable.  Besides, negative meaning symbols donot fit in obj-$(CONFIG_...) style Makefiles.This commit was created as follows:[1] Edit &quot;default n&quot; to &quot;default y&quot; in the config entry in    common/Kconfig.[2] Run &quot;tools/moveconfig.py -y -r HEAD SYS_NO_FLASH&quot;[3] Rename the instances in defconfigs by the following:  find . -path &apos;./configs/*_defconfig&apos; | xargs sed -i \  -e &apos;/CONFIG_SYS_NO_FLASH=y/d&apos; \  -e &apos;s/# CONFIG_SYS_NO_FLASH is not set/CONFIG_MTD_NOR_FLASH=y/&apos;[4] Change the conditionals by the following:  find . -name &apos;*.[ch]&apos; | xargs sed -i \  -e &apos;s/ifndef CONFIG_SYS_NO_FLASH/ifdef CONFIG_MTD_NOR_FLASH/&apos; \  -e &apos;s/ifdef CONFIG_SYS_NO_FLASH/ifndef CONFIG_MTD_NOR_FLASH/&apos; \  -e &apos;s/!defined(CONFIG_SYS_NO_FLASH)/defined(CONFIG_MTD_NOR_FLASH)/&apos; \  -e &apos;s/defined(CONFIG_SYS_NO_FLASH)/!defined(CONFIG_MTD_NOR_FLASH)/&apos;[5] Modify the following manually  - Rename the rest of instances  - Remove the description from README  - Create the new Kconfig entry in drivers/mtd/Kconfig  - Remove the old Kconfig entry from common/Kconfig  - Remove the garbage comments from include/configs/*.hSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Sat, 11 Feb 2017 13:43:54 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>c27269953b94d19b3fc7a21a1c3e19985507b94d - mmc: complete unfinished move of CONFIG_MMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#c27269953b94d19b3fc7a21a1c3e19985507b94d</link>
        <description>mmc: complete unfinished move of CONFIG_MMCCommit 7a777f6d6f35 (&quot;mmc: Add generic Kconfig option&quot;) createda Kconfig entry for this option without any actual moves, thencommit 44c798799f66 (&quot;sunxi: Use Kconfig CONFIG_MMC&quot;) movedinstances only for SUNXI.We generally do not like such partial moves.  This kind of workis automated by tools/moveconfig.py, so it is pretty easy tocomplete this move.I am adding &quot;default ARM || PPC || SANDBOX&quot; (suggested by Tom).This shortens the configs and will ease new board porting.This commit was created as follows:[1] Edit Kconfig (remove the &quot;depends on&quot;, add the &quot;default&quot;,    copy the prompt and help message from Linux)[2] Run &apos;tools/moveconfig.py -y -s -r HEAD MMC&apos;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 13:10:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>8435179271106ec6fe9a9a5679b897755b1db8dd - common: Add DISPLAY_BOARDINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#8435179271106ec6fe9a9a5679b897755b1db8dd</link>
        <description>common: Add DISPLAY_BOARDINFOCreate a Kconfig entry for DISPLAY_BOARDINFO and make it be the defaultin certain architectures.  Migrate all config files.Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Wed, 12 Oct 2016 01:33:46 +0000</pubDate>
        <dc:creator>Lokesh Vutla &lt;lokeshvutla@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>19a9747535c105fa458d0c9929e6785cf56d1292 - common/Kconfig: Add DISPLAY_CPUINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#19a9747535c105fa458d0c9929e6785cf56d1292</link>
        <description>common/Kconfig: Add DISPLAY_CPUINFOCreate a Kconfig entry for DISPLAY_CPUINFO and make it be the defaultin certain architectures.  Migrate all config files.Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Sat, 08 Oct 2016 18:41:44 +0000</pubDate>
        <dc:creator>Lokesh Vutla &lt;lokeshvutla@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>78d1e1d0a157c8b48ea19be6170b992745d30f38 - configs: Re-sync almost all of cmd/Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#78d1e1d0a157c8b48ea19be6170b992745d30f38</link>
        <description>configs: Re-sync almost all of cmd/KconfigThis syncs up the current cmd/Kconfig and include/configs/ files with theonly exception being CMD_NAND.  Due to how we have used this historicallywe need to take further care here when converting.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Fri, 22 Apr 2016 20:41:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>adad96e60d0eb1bbc4d0b96c89decf385a426e42 - configs: Re-sync HUSH options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#adad96e60d0eb1bbc4d0b96c89decf385a426e42</link>
        <description>configs: Re-sync HUSH optionsMove all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files.  Removeall cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Fri, 22 Apr 2016 01:37:19 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>69e173eb57d1f4848f070c83456096ba5d2ba1b4 - Move CONFIG_OF_LIBFDT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#69e173eb57d1f4848f070c83456096ba5d2ba1b4</link>
        <description>Move CONFIG_OF_LIBFDT to KconfigMove this option to Kconfig and tidy up existing boards.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Tue, 23 Feb 2016 05:55:42 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>13a3972585af60ec367d209cedbd3601e0c77467 - Merge remote-tracking branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#13a3972585af60ec367d209cedbd3601e0c77467</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Wed, 14 Oct 2015 08:46:36 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>80df6913499a93bfa9529b6f0f8113bfe3b0d734 - Reorder defconfigs with &apos;savedefconfig&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#80df6913499a93bfa9529b6f0f8113bfe3b0d734</link>
        <description>Reorder defconfigs with &apos;savedefconfig&apos;Some boards&apos; defconfigs are disordered. Reorder them.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Mon, 28 Sep 2015 12:14:15 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>181bd9dc61d2da88b78f1c1138a685dae39354d6 - kconfig: add config option for shell prompt</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#181bd9dc61d2da88b78f1c1138a685dae39354d6</link>
        <description>kconfig: add config option for shell promptAdd option to set shell prompt string from menuconfig and migrateboards globally.The migration is done as follows:- Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the  entry moved to their defconfig files.- Boards that defined some kind of #ifdef logic which selects the  CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT  right before the #ifdef logic and were left alone.- This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus  CONFIG_SYS_PROMPT was removed from all &lt;soc&gt;_common.h and &lt;arch&gt;_common.h  files. This results in a streamlined default value across platforms, and  includes the following files: spear-common, sunxi-common, mv-common,  ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common.- Boards that relied on &lt;arch/soc&gt;_common.h values of CONFIG_SYS_PROMPT were  not updated in their respective defconfig files under the assumption that  since they did not explicitly define a value, they&apos;re fine with whatever  the default is.- On the other hand, boards that relied on a value defined in some  &lt;boards&gt;_common.h file such as woodburn_common, rpi-common,  bur_am335x_common, ls2085a_common, siemens_am33x_common, and  omap3_evm_common, had their values moved to the respective defconfig files.- The define V_PROMPT was removed, since it is not used anywhere except for  assigning a value for CONFIG_SYS_PROMPT.Cc: Tom Rini &lt;trini@konsulko.com&gt;Cc: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;Signed-off-by: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;[trini: Add spring, sniper, smartweb to conversion]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Mon, 03 Aug 2015 09:36:58 +0000</pubDate>
        <dc:creator>Nikita Kiryanov &lt;nikita@compulab.co.il&gt;</dc:creator>
    </item>
<item>
        <title>1254ff97abb7606ccd0d7bdcd9f22581c50fe535 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#1254ff97abb7606ccd0d7bdcd9f22581c50fe535</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Fri, 10 Jul 2015 07:21:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f43ba70d15e15a08c25b3d956c70addb6740737 - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#6f43ba70d15e15a08c25b3d956c70addb6740737</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Tue, 07 Jul 2015 09:38:44 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>ef0f2f57524ec85fb9058a23298f2c4995e0d950 - Move defaults from config_cmd_default.h to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#ef0f2f57524ec85fb9058a23298f2c4995e0d950</link>
        <description>Move defaults from config_cmd_default.h to KconfigThis sets the default commands Kconfig to matchinclude/config_cmd_default.h commands in the common/Kconfig and removesthem from include/configs.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Mon, 22 Jun 2015 21:15:30 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>563e53efaadd76def21612bcf9f0236d870b6e68 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#563e53efaadd76def21612bcf9f0236d870b6e68</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-netFixup include/configs/unipher.h to not set CONFIG_LIB_RANDSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Mon, 01 Jun 2015 20:47:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>6eed3786c68c8a49d2986ac4f9f6e3071b769d41 - net: Move the CMD_NET config to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#6eed3786c68c8a49d2986ac4f9f6e3071b769d41</link>
        <description>net: Move the CMD_NET config to defconfigsThis also selects CONFIG_NET for any CONFIG_CMD_NET board.Remove the imx default for CONFIG_NET.This moves the config that was defined by 60296a8 (commands: add morecommand entries in Kconfig).Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Sat, 30 May 2015 00:46:35 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>b939689c7b87773c44275a578ffc8674a867e39d - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#b939689c7b87773c44275a578ffc8674a867e39d</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Tue, 05 May 2015 08:09:06 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>9ef851f890c7ecb42bde06a55781b992224ef442 - ARM: integrator: split board select into AP/CP select and CM select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig#9ef851f890c7ecb42bde06a55781b992224ef442</link>
        <description>ARM: integrator: split board select into AP/CP select and CM selectSelect integrator boards by the combination of platform select (AP/CP)and core module select (CM720T, CM920T, ...).This allows us to remove CONFIG_SYS_EXTRA_OPTIONS and make Kconfigmuch cleaner.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig</description>
        <pubDate>Tue, 21 Apr 2015 12:59:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
