<?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 uniphier_pro4_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>e3f24d4f2c4ce48f666ef6098e166521dde6f688 - Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#e3f24d4f2c4ce48f666ef6098e166521dde6f688</link>
        <description>Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdd the following options to drivers/misc/Kconfig:	SYS_I2C_EEPROM_ADDR	SYS_I2C_EEPROM_BUS	SYS_EEPROM_SIZE	SYS_EEPROM_PAGE_WRITE_BITS	SYS_EEPROM_PAGE_WRITE_DELAY_MS	SYS_I2C_EEPROM_ADDR_LEN	SYS_I2C_EEPROM_ADDR_OVERFLOWThis does not migrate any boards, but provides a foundations forthose who want/need these optionsSigned-off-by: Adam Ford &lt;aford173@gmail.com&gt;[trini: Migrate uniphier]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Sun, 13 Aug 2017 14:00:28 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e4adc8ed3c684f41a307fde275e683a391f2a7ce - Merge git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#e4adc8ed3c684f41a307fde275e683a391f2a7ce</link>
        <description>Merge git://git.denx.de/u-boot-uniphier- add {ofnode,dev}_read_resource_byname- provide DT probe hook to Denali NAND driver- update clk/reset driver- update DT- misc cleanups

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Fri, 01 Sep 2017 14:32:35 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b173c19663c5bbfba1cbfa66c58ddbab60634db4 - ARM: uniphier: move CONFIG_NAND to defconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#b173c19663c5bbfba1cbfa66c58ddbab60634db4</link>
        <description>ARM: uniphier: move CONFIG_NAND to defconfigThis imply was added when the option was moved by the moveconfig tool,but the intention is not clear.  Move it to defconfig.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Tue, 29 Aug 2017 06:41:32 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>e2f87de0f8338d368bb35cbdee07d97c8cd0323a - ARM: uniphier: enable CONFIG_NAND_DENALI_DT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#e2f87de0f8338d368bb35cbdee07d97c8cd0323a</link>
        <description>ARM: uniphier: enable CONFIG_NAND_DENALI_DTMigrate to the DT-based NAND init entry.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Sat, 26 Aug 2017 08:58:02 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_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/uniphier_pro4_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>8f1a80e99e4a838d1540cdb1d59ccc7785fe4618 - configs: Migrate CMD_NAND*</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#8f1a80e99e4a838d1540cdb1d59ccc7785fe4618</link>
        <description>configs: Migrate CMD_NAND*Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFSCMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into thedefconfig files.Tested-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Sat, 29 Jul 2017 01:31:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f19955a01482d118eac0fdaf530ec6e5b08cf414 - Merge git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#f19955a01482d118eac0fdaf530ec6e5b08cf414</link>
        <description>Merge git://git.denx.de/u-boot-uniphier

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Wed, 26 Jul 2017 15:29:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a3f54bc74fb20c98aefebd9ca9a250e2f3f9e538 - ARM: uniphier: enable CONFIG_CMD_FS_GENERIC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#a3f54bc74fb20c98aefebd9ca9a250e2f3f9e538</link>
        <description>ARM: uniphier: enable CONFIG_CMD_FS_GENERICEnable file system commands such as load, ls.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Thu, 13 Jul 2017 11:32:18 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>8728c97eff5bd95f58320f886ae305f17931a374 - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#8728c97eff5bd95f58320f886ae305f17931a374</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_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>d38de7cb03adf88e18c05d840c2528b7a5af2f9b - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#d38de7cb03adf88e18c05d840c2528b7a5af2f9b</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier  - Fix regressions caused by the previous reworks  - Add pin configuration support  - Re-work SPL code  - Update DRAM and PLL setup code  - Enable needed configs, disable unneeded configs

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Thu, 23 Feb 2017 15:12:41 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>2af94aafa50fc6c198379fe730f59f3df07184d0 - ARM: uniphier: enable CONFIG_CMD_CONFIG</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#2af94aafa50fc6c198379fe730f59f3df07184d0</link>
        <description>ARM: uniphier: enable CONFIG_CMD_CONFIGThis command is useful to see which config options are enabled onthe running U-Boot image.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Tue, 21 Feb 2017 06:09:11 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>c05a59d2947894350c0ea7a2507aee70b3e91d8b - ARM: uniphier: enable CONFIG_CMD_GPT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#c05a59d2947894350c0ea7a2507aee70b3e91d8b</link>
        <description>ARM: uniphier: enable CONFIG_CMD_GPTEnable CONFIG_CMD_GPT, keeping CONFIG_SPL_EFI_PARTITION because theSPL for UniPhier platform does not recognize any partitions.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Fri, 17 Feb 2017 07:17:55 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>6012c3b659d58ceac9b4e7f27900de6e3b09a6b4 - ARM: uniphier: disable CONFIG_SPL_DOS_PARTITION</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#6012c3b659d58ceac9b4e7f27900de6e3b09a6b4</link>
        <description>ARM: uniphier: disable CONFIG_SPL_DOS_PARTITIONThe SPL for UniPhier platform does not recognize any partitions.Do not compile unneeded features.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Fri, 17 Feb 2017 07:17:39 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8c6da1329f6afae318e70de97b32369ea53135 - ARM: uniphier: disable CONFIG_MTD_NOR_FLASH</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#5c8c6da1329f6afae318e70de97b32369ea53135</link>
        <description>ARM: uniphier: disable CONFIG_MTD_NOR_FLASHThis feature is seldom used these days on UniPhier boards.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Mon, 13 Feb 2017 01:29:55 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.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/uniphier_pro4_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/uniphier_pro4_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>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_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/uniphier_pro4_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>0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier  - Allow to disable SPL (mainly for ATF)  - Refactor SoC init code  - Update DRAM settings  - Add PXs3 SoC support (DT, pinctrl driver, SoC code)

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Sun, 22 Jan 2017 22:07:48 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>561ca649a8e3d459e95d23b903cd027096935278 - ARM: uniphier: make SPL optional for ARVv8 SoCs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#561ca649a8e3d459e95d23b903cd027096935278</link>
        <description>ARM: uniphier: make SPL optional for ARVv8 SoCsWe may want to run different firmware before running U-Boot.  Forexample, ARM Trusted Firmware runs before U-Boot, making U-Boota non-secure world boot loader.  In this case, the SoC might beinitialized there, which enables us to skip SPL entirely.This commit removes &quot;select SPL&quot; to make it configurable.  Thisalso enables the Multi SoC support for the UniPhier ARMv8 SoCs.(CONFIG_ARCH_UNIPHIER_V8_MULTI)  Thanks to the driver model andDevice Tree, the U-Boot proper part is now written in a generic way.The board/SoC parameters reside in DT.  The Multi SoC supportincreases the memory footprint a bit, but the U-Boot proper doesnot have strict memory constraint.  This will mitigate the per-SoC(sometimes per-board) defconfig burden.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Sat, 21 Jan 2017 09:05:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.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/uniphier_pro4_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/uniphier_pro4_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>e298c46ac37b2b66632bc562469b03cae070c240 - mmc: make MMC driver entries dependent on MMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig#e298c46ac37b2b66632bc562469b03cae070c240</link>
        <description>mmc: make MMC driver entries dependent on MMCCurrently, CONFIG_MMC is not related to any other options by&quot;depends on&quot; or &quot;select&quot;.  One of big advantages of using Kconfigis automatic dependency tracking, but the current state is lackingit.  As the first step, make the existing MMC driver entries dependon MMC.This commit was created by the following steps:[1] Run the following script:--------------------8&lt;--------------------rm -f tmp.txtfor d in $(find . -path &apos;./configs/*_defconfig&apos;)do        if grep -q -e &apos;CONFIG_MSM_SDHCI=y&apos; $d ||           grep -q -e &apos;CONFIG_ATMEL_SDHCI=y&apos; $d ||           grep -q -e &apos;CONFIG_ROCKCHIP_DWMMC=y&apos; $d ||           grep -q -e &apos;CONFIG_SH_SDHI=y&apos; $d ||           grep -q -e &apos;CONFIG_PIC32_SDHCI=y&apos; $d ||           grep -q -e &apos;CONFIG_ZYNQ_SDHCI=y&apos; $d ||           grep -q -e &apos;CONFIG_ROCKCHIP_SDHCI=y&apos; $d ||           grep -q -e &apos;CONFIG_MMC_UNIPHIER=y&apos; $d ||           grep -q -e &apos;CONFIG_SANDBOX_MMC=y&apos; $d        then                echo CONFIG_MMC=y &gt;&gt; $d                echo ${d#./configs/} &gt;&gt; tmp.txt        fidonetools/moveconfig.py -y -s -d tmp.txtrm tmp.txt--------------------8&lt;--------------------[2] surround MMC driver entries with &quot;if MMC&quot; and &quot;endif&quot;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 13:10:27 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
