<?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 geekbox_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/geekbox_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/geekbox_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>342662e935a8e42e7c353c2f1d495299345fbf14 - defconfig: rockchip: Clean the unused pinctrl config</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_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/geekbox_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>5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_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/geekbox_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>c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_defconfig#c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip

            List of files:
            /rk3399_rockchip-uboot/configs/geekbox_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 14:40:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d6d26e7641addd2f447f29498ef1986fb5a4dc57 - rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boards</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_defconfig#d6d26e7641addd2f447f29498ef1986fb5a4dc57</link>
        <description>rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boardsThe default 1kb pre-reloc malloc pool is not enough for dmcore to enable the dm-pre-reloc device drivers.Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/geekbox_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 13:10:13 +0000</pubDate>
        <dc:creator>Andy Yan &lt;andy.yan@rock-chips.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/geekbox_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/geekbox_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>fb82fe385173fdf7b55e50e4f343ae37a41cdbaa - configs: Resync defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_defconfig#fb82fe385173fdf7b55e50e4f343ae37a41cdbaa</link>
        <description>configs: Resync defconfigsSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/geekbox_defconfig</description>
        <pubDate>Mon, 19 Jun 2017 13:47:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>156d64fa55e9914b144c5e83f2a9e13d1223a4d3 - Merge git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_defconfig#156d64fa55e9914b144c5e83f2a9e13d1223a4d3</link>
        <description>Merge git://git.denx.de/u-boot-rockchipHere is additional rk3368 and rk3399 support, rv1108 support,refactoring HDMI video (brought in from Anatolij&apos;s tree to resolveconflicts), some mkimage fixes and a few other things.

            List of files:
            /rk3399_rockchip-uboot/configs/geekbox_defconfig</description>
        <pubDate>Thu, 08 Jun 2017 16:14:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>54c57ae051152095063650d8590008ec1ef7cff9 - rockchip: rk3368: Add initial support for RK3368 based GeekBox</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/geekbox_defconfig#54c57ae051152095063650d8590008ec1ef7cff9</link>
        <description>rockchip: rk3368: Add initial support for RK3368 based GeekBoxThe GeekBox is a TV box from GeekBuying, based on an MXM3 module.The module can be used with base boards such as the GeekBox Landingship.This adds basic support to chain-load U-Boot from Rockchip&apos;s miniloader.Signed-off-by: Andreas F&#228;rber &lt;afaerber@suse.de&gt;Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/geekbox_defconfig</description>
        <pubDate>Mon, 15 May 2017 09:54:26 +0000</pubDate>
        <dc:creator>Andreas F&#228;rber &lt;afaerber@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
