<?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 mx6ull_14x14_evk_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1490eb89f4697b02cfb8f826d2f5eaf37edcbd47 - UPSTREAM: Convert CONFIG_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#1490eb89f4697b02cfb8f826d2f5eaf37edcbd47</link>
        <description>UPSTREAM: Convert CONFIG_SPI to KconfigThis converts the following to Kconfig:   CONFIG_SPIThis partly involves updating code that assumes that CONFIG_SPI impliesthings that are specific to the MPC8xx SPI driver.  For now, just updatethe CONFIG tests.  This also involves reworking the default forCONFIG_SYS_DEF_EEPROM_ADDR so that we don&apos;t set it when we cannot make areasonable default, as it does not cause any compile failures.Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;(cherry picked from commit f1b1f77060beadbfe9f42a3be00019bd025afbd6)Change-Id: Ie9f15ada869105eb407f41d4df7eecbaa916b940Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Sun, 15 Apr 2018 17:51:26 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb</link>
        <description>configs: Resync with savedefconfigRsync all defconfig files using moveconfig.pySigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Mon, 28 Aug 2017 11:16:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1fdafb2e3dfecdc4129a8062ad25b1adb32b0efb - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mmc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#1fdafb2e3dfecdc4129a8062ad25b1adb32b0efb</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mmc

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Fri, 18 Aug 2017 22:24:36 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>2088747743a38f7d074aa034809874c1f17e218a - dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#2088747743a38f7d074aa034809874c1f17e218a</link>
        <description>dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPSNow that the driver supports it, move these boards over to use drivermodel fully for MMC.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Sat, 29 Jul 2017 17:35:29 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#88663126a009d0c354d832e005a5b3b511e5c7fb</link>
        <description>configs: Resync with savedefconfigRsync all defconfig files using moveconfig.pySigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 23:58:53 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>2be296538e2e9d2893dc495b3fc8f9f6acb1454c - Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#2be296538e2e9d2893dc495b3fc8f9f6acb1454c</link>
        <description>Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_MMC   CONFIG_ENV_IS_IN_NAND   CONFIG_ENV_IS_IN_UBI   CONFIG_ENV_IS_NOWHEREIn fact this already exists for sunxi as a &apos;choice&apos; config. However notall the choices are available in Kconfig yet so we cannot use that. Itwould lead to more than one option being set.In addition, one purpose of this series is to allow the environment to bestored in more than one place. So the existing choice is converted to anormal config allowing each option to be set independently.There are not many opportunities for Kconfig updates to reduce the size ofthis patch. This was tested with   ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMCAnd then manual updates.  This is because for CHAIN_OF_TRUST boards theycan only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logicnow.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:39 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d67547dd9c7a527dfda1967010e703a22441ff - Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#a5d67547dd9c7a527dfda1967010e703a22441ff</link>
        <description>Convert CONFIG_BOARD_EARLY_INIT_F to KconfigThis converts the following to Kconfig:   CONFIG_BOARD_EARLY_INIT_FSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Mon, 23 Jan 2017 20:31:20 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#e5ec48152ad13ada83c541cdf7f47d5867c506db</link>
        <description>Kconfig: Migrate BOARD_LATE_INIT to a selectThis option should not really be user selectable.  Note that on PowerPCwe currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so beconditional on that.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt; (for UniPhier)

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Mon, 23 Jan 2017 00:43:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>3788b451e32bc925c4a63a882acc9c3b4ee895be - config: Move CONFIG_BOARD_LATE_INIT to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#3788b451e32bc925c4a63a882acc9c3b4ee895be</link>
        <description>config: Move CONFIG_BOARD_LATE_INIT to defconfigsCc: Tom Rini &lt;trini@konsulko.com&gt;Signed-off-by: Jagan Teki &lt;jagan@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Sat, 21 Jan 2017 10:48:33 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>79493609c5300be6cc555ab8bd38971360b381f6 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#79493609c5300be6cc555ab8bd38971360b381f6</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Thu, 13 Oct 2016 00:48:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>252788b4eda852e0195e1903e55480b4bf4fea9d - dm: mmc: Enable DM_MMC_OPS by default with DM_MMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#252788b4eda852e0195e1903e55480b4bf4fea9d</link>
        <description>dm: mmc: Enable DM_MMC_OPS by default with DM_MMCThese two options go together and it is best to do the conversion in onestep. So enable DM_MMC_OPS by default if DM_MMC is enabled.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Sat, 01 Oct 2016 20:43:19 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>896a74f615d6ffcbbcbec1505b19ed3280fe7873 - dm: blk: Enable CONFIG_BLK if DM_MMC is enabled</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#896a74f615d6ffcbbcbec1505b19ed3280fe7873</link>
        <description>dm: blk: Enable CONFIG_BLK if DM_MMC is enabledTo speed up conversion to CONFIG_BLK, enable it by default when DM_MMC isenabled.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Sat, 01 Oct 2016 20:43:18 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f5fd45ff64e28a73499548358e3d1ceda0de7daf - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#f5fd45ff64e28a73499548358e3d1ceda0de7daf</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Sat, 08 Oct 2016 02:02:10 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>55a42b33f2e9b9f6330396fc6d89878a5deacc75 - arm: imx: add i.MX6ULL 14x14 EVK board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig#55a42b33f2e9b9f6330396fc6d89878a5deacc75</link>
        <description>arm: imx: add i.MX6ULL 14x14 EVK board supportAdd i.MX6ULL EVK board support:Add device tree file, which is copied from NXP Linux.Enabled DM_MMC, DM_GPIO, DM_I2C, DM_SPI, PINCTRL, DM_REGULATOR.The uart iomux settings are still keeped in board file.Boot Log:U-Boot 2016.09-rc1-00366-gbb419ef-dirty (Aug 11 2016 - 13:08:58 +0800)CPU:   Freescale i.MX6ULL rev1.0 at 396MHzCPU:   Commercial temperature grade (0C to 95C) at 15CReset cause: PORModel: Freescale i.MX6 ULL 14x14 EVK BoardBoard: MX6ULL 14x14 EVKDRAM:  512 MiBMMC:   initialized IMX pinctrl driverFSL_SDHC: 0, FSL_SDHC: 1In:    serialOut:   serialErr:   serialNet:   CPU Net Initialization FailedNo ethernet found.Hit any key to stop autoboot:  0=&gt; mmc dev 1switch to partitions #0, OKmmc1 is current deviceSigned-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mx6ull_14x14_evk_defconfig</description>
        <pubDate>Thu, 11 Aug 2016 06:02:57 +0000</pubDate>
        <dc:creator>Peng Fan &lt;van.freenix@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
