<?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 evb-rv1108_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>25f7c6d4dfa402078c1b28c1c428eebf1e1cb876 - configs: rockchip: add image and build configure</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#25f7c6d4dfa402078c1b28c1c428eebf1e1cb876</link>
        <description>configs: rockchip: add image and build configureThey are coming from make.shSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I45ddc82241a9b0cad2633dc888566cbb407bd0b8

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Tue, 27 Apr 2021 02:24:39 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>1a7e81424ee175af3b9e449d74a1379bc78b46f5 - configs: rockchip: sync files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#1a7e81424ee175af3b9e449d74a1379bc78b46f5</link>
        <description>configs: rockchip: sync filesSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I8fbe3392fe792d3636fe6c23b57651f3aafc02ec

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Tue, 27 Apr 2021 02:02:41 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Mon, 02 Mar 2020 01:43:23 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>473221da5a5a767b650f97c0a6e63b0854c2221a - UPSTREAM: usb: gadget: Make g_dnl USB settings common</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#473221da5a5a767b650f97c0a6e63b0854c2221a</link>
        <description>UPSTREAM: usb: gadget: Make g_dnl USB settings commonThe g_dnl USB settings for the vendor ID, product ID and manufacturer areactually common settings that can and should be shared by all the gadgets.Make them common by renaming them, and convert all the users.Conflicts:	configs/cgtqmx6eval_defconfig	configs/dms-ba16-1g_defconfig	configs/evb-rk3036_defconfig	configs/evb-rk3229_defconfig	configs/evb-rv1108_defconfig	configs/fennec-rk3288_defconfig	configs/stih410-b2260_defconfigChange-Id: Ib855d37af9f539ef794a2519c75c027e67bd091cReviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Thu, 07 Sep 2017 06:58:08 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>b8dc613cbc483a8abfcf4203e4fa0e18f60b1d27 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#b8dc613cbc483a8abfcf4203e4fa0e18f60b1d27</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Tue, 19 Nov 2019 08:15:43 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>a05d66844581f3a7458f83fee6be7b19dd5627d3 - rockchip: rv1108: reduce u-boot.bin size below 512KB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#a05d66844581f3a7458f83fee6be7b19dd5627d3</link>
        <description>rockchip: rv1108: reduce u-boot.bin size below 512KBAccording to rkcommon.h, when back to bootrom from ddrinitializing, the next payload size is defined RK_MAX_BOOT_SIZE,which is 512KB.So we disable some cmd module here.Current u-boot-dtb.bin is 508KB.Change-Id: I1ff97907c19fd33f428627a6de66ec790514599aSigned-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Wed, 13 Nov 2019 07:52:20 +0000</pubDate>
        <dc:creator>Andy Yan &lt;andy.yan@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>e5f393836beb9bad70af6cfe5d1549c9d1e4f74f - driver: ram: rv1108: use common code to setup ddr parameter</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#e5f393836beb9bad70af6cfe5d1549c9d1e4f74f</link>
        <description>driver: ram: rv1108: use common code to setup ddr parameteruse rockchip_setup_ddr_param to setup ddr parameter.The dram_init() and dram_init_banksize() make use ofsdram common code.Change-Id: Icfc6cbef9fcc128e3a835184b46b89b9b22aab16Signed-off-by: Zhihuan He &lt;huan.he@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Wed, 06 Mar 2019 06:38:42 +0000</pubDate>
        <dc:creator>Zhihuan He &lt;huan.he@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>4cd861d04babddfd85cfe4f082aa568ff97f38e7 - arm64: dts: rockchip: rv1108: add u-boot,dm-pre-reloc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#4cd861d04babddfd85cfe4f082aa568ff97f38e7</link>
        <description>arm64: dts: rockchip: rv1108: add u-boot,dm-pre-relocThe uart, dmc and grf device add &quot;u-boot,dm-pre-reloc&quot;.Before relocated, u-boot will analyse dram capacity whichis need the device of &quot;u-boot,dm-pre-reloc&quot; attribute.Change-Id: I1d18b564b0c521b176a2293a03403139034ccc0bSigned-off-by: Zhihuan He &lt;huan.he@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Wed, 06 Mar 2019 06:28:59 +0000</pubDate>
        <dc:creator>Zhihuan He &lt;huan.he@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>2fea0d71b52d427eebfa5714e98716bdc8531cce - configs: rv1108: change the CONFIG_FASTBOOT_BUF_SIZE value</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#2fea0d71b52d427eebfa5714e98716bdc8531cce</link>
        <description>configs: rv1108: change the CONFIG_FASTBOOT_BUF_SIZE valueChange the CONFIG_FASTBOOT_BUF_SIZE value to 0x4000000.Change-Id: Ia591a0daba78330b9c407f6eb473751135fd8cdfSigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Thu, 28 Feb 2019 11:26:11 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>3ebdbc6a7caa052ce2b2959d9fc40f5116fa35c3 - rockchip: config: evb-rv1108: enable mmc and aosp image</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#3ebdbc6a7caa052ce2b2959d9fc40f5116fa35c3</link>
        <description>rockchip: config: evb-rv1108: enable mmc and aosp imageChange-Id: I464460f1386acfecadc7a116f11ef3b3bb66d3cbSigned-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Tue, 29 Jan 2019 09:20:00 +0000</pubDate>
        <dc:creator>Kever Yang &lt;kever.yang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>491dd3347b3f01fe45d4cb6a646edd7d65025d6e - rockchip: rv1108: tpl: Add RV1108 TPL_TINY_FRAMEWORK support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#491dd3347b3f01fe45d4cb6a646edd7d65025d6e</link>
        <description>rockchip: rv1108: tpl: Add RV1108 TPL_TINY_FRAMEWORK supportWe can init ddr in tiny tpl because of SRAM size limit.Change-Id: I2d914b7dc9c01399b418539f1b564f9cbbe1be5bSigned-off-by: Zhihuan He &lt;huan.he@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Tue, 28 Aug 2018 09:41:40 +0000</pubDate>
        <dc:creator>Zhihuan He &lt;huan.he@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>5b580fb9ec4d6e7cae16e3ec70cea56dee9b5453 - rockchip: rv1108: spl: disable SPL_LIBCOMMON/GENERIC configs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#5b580fb9ec4d6e7cae16e3ec70cea56dee9b5453</link>
        <description>rockchip: rv1108: spl: disable SPL_LIBCOMMON/GENERIC configsremove CONFIG_SPL_LIBCOMMON_SUPPORT and CONFIG_SPL_LIBGENERIC_SUPPORTdefconfig for reducing spl size.Change-Id: Ie7b1905c44976f8a62e2462acd455a6ec6bb8be7Signed-off-by: Zhihuan He &lt;huan.he@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Fri, 27 Jul 2018 09:05:55 +0000</pubDate>
        <dc:creator>Zhihuan He &lt;huan.he@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>3cf7b58c24548c63a248ac0ff65bbbca0358d05a - defconfig: rv1108: enable drm display drivers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#3cf7b58c24548c63a248ac0ff65bbbca0358d05a</link>
        <description>defconfig: rv1108: enable drm display driversChange-Id: Id01979462e9ea0cf8329e3afbcdf83c16ca4c1fcSigned-off-by: Sandy Huang &lt;hjc@rock-chips.com&gt;Signed-off-by: Nickey Yang &lt;nickey.yang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Sat, 09 Jun 2018 07:15:04 +0000</pubDate>
        <dc:creator>Nickey Yang &lt;nickey.yang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>d5d88d949f515f366e158b86f013516bdaccbdab - rockchip: rv1108: use RKIMG_BOOTCOMMAND</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#d5d88d949f515f366e158b86f013516bdaccbdab</link>
        <description>rockchip: rv1108: use RKIMG_BOOTCOMMANDBoot system by bootrkp or boot_androidChange-Id: Ieea7aa778ae14a08f7c40c48a88822058a2985f5Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Tue, 29 May 2018 02:58:41 +0000</pubDate>
        <dc:creator>Andy Yan &lt;andy.yan@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>9c629953c6415578cfbf5b51de0f8f0640b75d4b - defconfig: rockchip: rv1108: enable PMIC and regulator by default</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#9c629953c6415578cfbf5b51de0f8f0640b75d4b</link>
        <description>defconfig: rockchip: rv1108: enable PMIC and regulator by defaultChange-Id: I8c144c507efa9bf3608d70554ab0866faa309e99Signed-off-by: Elaine Zhang &lt;zhangqing@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Wed, 06 Jun 2018 09:03:21 +0000</pubDate>
        <dc:creator>Elaine Zhang &lt;zhangqing@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>52f7b21d4bf4e380d25ecb170591495f0f6f01b3 - rockchip: Add RV1108 SPL support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#52f7b21d4bf4e380d25ecb170591495f0f6f01b3</link>
        <description>rockchip: Add RV1108 SPL supportadd rv1108 spl support so we can load u-boot from SPLChange-Id: I9d36cd590a22d26a46dd84bc3ee0c761048f7b01Signed-off-by: Zhihuan He &lt;huan.he@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Thu, 01 Feb 2018 07:40:55 +0000</pubDate>
        <dc:creator>Zhihuan He &lt;huan.he@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>342662e935a8e42e7c353c2f1d495299345fbf14 - defconfig: rockchip: Clean the unused pinctrl config</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#342662e935a8e42e7c353c2f1d495299345fbf14</link>
        <description>defconfig: rockchip: Clean the unused pinctrl configIf we used the pinctrl-rockchip driver, these config is not needed,so remove them.Change-Id: I606b706dd7d45a947a9aeb32c0ca61d44cef0651Signed-off-by: David Wu &lt;david.wu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Wed, 31 Jan 2018 03:37:52 +0000</pubDate>
        <dc:creator>David Wu &lt;david.wu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>14464b32f69185c9e884f0fbe96a03a7504bd70d - UPSTREAM: cmd: Move CONFIG_RANDOM_UUID to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#14464b32f69185c9e884f0fbe96a03a7504bd70d</link>
        <description>UPSTREAM: cmd: Move CONFIG_RANDOM_UUID to KconfigCONFIG_RANDOM_UUID is used by the GPT command to generate random UUID whennone are provided.Move that option to Kconfig.Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Change-Id: Ie4c840fb583d1e5c95170e452ccbb04034926119Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 47738acceda5bae52b7c33ce912da6b52244c033)

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Thu, 24 Aug 2017 09:52:32 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>b4e776703f81c7d502d6eac6911110d52f17229d - rockchip: evb_rv1108: enable ROCKCHIP_SFC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#b4e776703f81c7d502d6eac6911110d52f17229d</link>
        <description>rockchip: evb_rv1108: enable ROCKCHIP_SFCThis enable Rockchip Serial Flash controller forSPI Nor divices.Change-Id: I5ee3a0697336be04b5619e4592a2c49de7099cf9Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Wed, 06 Dec 2017 01:56:29 +0000</pubDate>
        <dc:creator>Andy Yan &lt;andy.yan@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>cc14d0843e62574bdfe03dccd691d705cfbafbaf - rockchip: configs: enable DM_RESET config by default</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-rv1108_defconfig#cc14d0843e62574bdfe03dccd691d705cfbafbaf</link>
        <description>rockchip: configs: enable DM_RESET config by defaultChange-Id: Iff8e5ff45a1acc6255ca1ca41892c837891a9ac0Signed-off-by: Elaine Zhang &lt;zhangqing@rock-chips.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-rv1108_defconfig</description>
        <pubDate>Thu, 02 Nov 2017 07:18:51 +0000</pubDate>
        <dc:creator>Elaine Zhang &lt;zhangqing@rock-chips.com&gt;</dc:creator>
    </item>
</channel>
</rss>
