<?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 liteboard_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ecad7051b07b11fb17196ce45ed0cbe2f1c3234e - configs: Migrate all of the existing USB symbols, except fastboot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_defconfig#ecad7051b07b11fb17196ce45ed0cbe2f1c3234e</link>
        <description>configs: Migrate all of the existing USB symbols, except fastbootThis syncs all of the currently Kconfig&apos;d symbols out of the headers andinto the defconfig files.  This has two exceptions, first am335x_evmneeds to be converted to DM in SPL and then it can stop undef&apos;ingCONFIG_DM_USB.  Leaving this as-is results in a build failure, andwithout work, run time failure.  The other case is am43xx_evm.h and inturn am43xx_evm_usbhost_boot.  The problem here is that we need DWC3 USBhost mode in SPL, but still desire to have gadget mode in U-Boot proper.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Fri, 25 Aug 2017 21:50:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_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/liteboard_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>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_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/liteboard_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>6e7adf7037c76f081b149685fa5e978e2ddf2a22 - 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/liteboard_defconfig#6e7adf7037c76f081b149685fa5e978e2ddf2a22</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Mon, 07 Aug 2017 21:37:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>3146f0c017df2231d03dff09cee31f7bd63db3e5 - Move PHYLIB to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_defconfig#3146f0c017df2231d03dff09cee31f7bd63db3e5</link>
        <description>Move PHYLIB to KconfigSigned-off-by: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 00:19:59 +0000</pubDate>
        <dc:creator>Alexandru Gagniuc &lt;alex.g@adaptrum.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/liteboard_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/liteboard_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>39632b4a01210e329333d787d828157dcd2c7328 - 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/liteboard_defconfig#39632b4a01210e329333d787d828157dcd2c7328</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Tue, 18 Jul 2017 12:42:48 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>552a848e4f75e224515269a84a1155c84b762bc7 - imx: reorganize IMX code as other SOCs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_defconfig#552a848e4f75e224515269a84a1155c84b762bc7</link>
        <description>imx: reorganize IMX code as other SOCsChange is consistent with other SOCs and it is in preparationfor adding SOMs. SOC&apos;s related files are moved from cpu/ tomach-imx/&lt;SOC&gt;.This change is also coherent with the structure in kernel.Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;CC: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;CC: Akshay Bhat &lt;akshaybhat@timesys.com&gt;CC: Ken Lin &lt;Ken.Lin@advantech.com.tw&gt;CC: Marek Vasut &lt;marek.vasut@gmail.com&gt;CC: Heiko Schocher &lt;hs@denx.de&gt;CC: &quot;S&#233;bastien Szymanski&quot; &lt;sebastien.szymanski@armadeus.com&gt;CC: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;CC: Stefan Roese &lt;sr@denx.de&gt;CC: Patrick Bruenn &lt;p.bruenn@beckhoff.com&gt;CC: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;CC: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;CC: Otavio Salvador &lt;otavio@ossystems.com.br&gt;CC: &quot;Eric B&#233;nard&quot; &lt;eric@eukrea.com&gt;CC: Jagan Teki &lt;jagan@amarulasolutions.com&gt;CC: Ye Li &lt;ye.li@nxp.com&gt;CC: Peng Fan &lt;peng.fan@nxp.com&gt;CC: Adrian Alonso &lt;adrian.alonso@nxp.com&gt;CC: Alison Wang &lt;b18965@freescale.com&gt;CC: Tim Harvey &lt;tharvey@gateworks.com&gt;CC: Martin Donnelly &lt;martin.donnelly@ge.com&gt;CC: Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;CC: Lukasz Majewski &lt;lukma@denx.de&gt;CC: Adam Ford &lt;aford173@gmail.com&gt;CC: &quot;Albert ARIBAUD (3ADEV)&quot; &lt;albert.aribaud@3adev.fr&gt;CC: Boris Brezillon &lt;boris.brezillon@free-electrons.com&gt;CC: Soeren Moch &lt;smoch@web.de&gt;CC: Richard Hu &lt;richard.hu@technexion.com&gt;CC: Wig Cheng &lt;wig.cheng@technexion.com&gt;CC: Vanessa Maegima &lt;vanessa.maegima@nxp.com&gt;CC: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;CC: Stefan Agner &lt;stefan.agner@toradex.com&gt;CC: Markus Niebel &lt;Markus.Niebel@tq-group.com&gt;CC: Breno Lima &lt;breno.lima@nxp.com&gt;CC: Francesco Montefoschi &lt;francesco.montefoschi@udoo.org&gt;CC: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;CC: Scott Wood &lt;oss@buserror.net&gt;CC: Joe Hershberger &lt;joe.hershberger@ni.com&gt;CC: Anatolij Gustschin &lt;agust@denx.de&gt;CC: Simon Glass &lt;sjg@chromium.org&gt;CC: &quot;Andrew F. Davis&quot; &lt;afd@ti.com&gt;CC: &quot;&#321;ukasz Majewski&quot; &lt;l.majewski@samsung.com&gt;CC: Patrice Chotard &lt;patrice.chotard@st.com&gt;CC: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;CC: Hans de Goede &lt;hdegoede@redhat.com&gt;CC: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;CC: Stephen Warren &lt;swarren@nvidia.com&gt;CC: Andre Przywara &lt;andre.przywara@arm.com&gt;CC: &quot;&#193;lvaro Fern&#225;ndez Rojas&quot; &lt;noltari@gmail.com&gt;CC: York Sun &lt;york.sun@nxp.com&gt;CC: Xiaoliang Yang &lt;xiaoliang.yang@nxp.com&gt;CC: Chen-Yu Tsai &lt;wens@csie.org&gt;CC: George McCollister &lt;george.mccollister@gmail.com&gt;CC: Sven Ebenfeld &lt;sven.ebenfeld@gmail.com&gt;CC: Filip Brozovic &lt;fbrozovic@gmail.com&gt;CC: Petr Kulhavy &lt;brain@jikos.cz&gt;CC: Eric Nelson &lt;eric@nelint.com&gt;CC: Bai Ping &lt;ping.bai@nxp.com&gt;CC: Anson Huang &lt;Anson.Huang@nxp.com&gt;CC: Sanchayan Maity &lt;maitysanchayan@gmail.com&gt;CC: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;CC: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;CC: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;CC: Alexander Graf &lt;agraf@suse.de&gt;CC: u-boot@lists.denx.deReviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;Reviewed-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Thu, 29 Jun 2017 08:16:06 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 - Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_defconfig#64d6ac5bc4a9bf8839e516959b35150ac8a0eb84</link>
        <description>Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigMigrate the rest of the users of CONFIG_USB_EHCI_HCD over to Kconfig.For a few SoCs, imply or default y this if USB is enabled.  In somecases we had not already migrated to CONFIG_USB so do that as well.Cc: Marek Vasut &lt;marex@denx.de&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Sat, 13 May 2017 02:33:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&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/liteboard_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/liteboard_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/liteboard_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/liteboard_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/liteboard_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/liteboard_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>8ea05705a70135a94419b0d243666c1b51fe1f8d - 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/liteboard_defconfig#8ea05705a70135a94419b0d243666c1b51fe1f8d</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imxMigrate CONFIG_ARCH_USE_MEMSET/MEMCPY with this merge.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Sun, 18 Dec 2016 18:54:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c9e40e65e1dcf19f518fa3811bb6de2bf407360f - board/liteboard: Add support for liteBoard</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/liteboard_defconfig#c9e40e65e1dcf19f518fa3811bb6de2bf407360f</link>
        <description>board/liteboard: Add support for liteBoardliteBoard is a development board which uses liteSOM as its base.Hardware specification: * liteSOM (i.MX6UL, DRAM, eMMC) * Ethernet PHY (id 0) * USB host (usb_otg1) * MicroSD slot (uSDHC1)Signed-off-by: Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/liteboard_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 15:46:33 +0000</pubDate>
        <dc:creator>Marcin Niestroj &lt;m.niestroj@grinn-global.com&gt;</dc:creator>
    </item>
</channel>
</rss>
