<?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 Sinlinx_SinA33_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_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>2646d32f70f8e7bd99f76e81c4d8d892857f481a - UPSTREAM: sunxi: provide default USB gadget setup</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#2646d32f70f8e7bd99f76e81c4d8d892857f481a</link>
        <description>UPSTREAM: sunxi: provide default USB gadget setupAll the Allwinner boards use the same manufacturer, VID and PID for thegadgets. Make them the defaults to remove some boilerplate from ourdefconfigs.Change-Id: I53d0e6d45a60645af4b8c0a16afb81e4db97b9f6Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&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 e02687bda96cc8ed942e14b558796d3043d24b23)

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Tue, 12 Sep 2017 17:41:15 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.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/Sinlinx_SinA33_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/Sinlinx_SinA33_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>48f6232e5897ff1002f2a5a929425da1968ac487 - Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#48f6232e5897ff1002f2a5a929425da1968ac487</link>
        <description>Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs- Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it&apos;s  not strictly part of fastboot.- Add some defaults for the fastboot buffer location and size- Migrate all options listed in cmd/fastboot/Kconfig- Cleanup the READMESigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Fri, 25 Aug 2017 21:50:27 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<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/Sinlinx_SinA33_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/Sinlinx_SinA33_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>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_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/Sinlinx_SinA33_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>b07d044d5bfa8c440b172eb3f8a9d537f82e21b6 - Merge git://git.denx.de/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#b07d044d5bfa8c440b172eb3f8a9d537f82e21b6</link>
        <description>Merge git://git.denx.de/u-boot-sunxi

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Sat, 03 Jun 2017 22:04:54 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5a6ff3cfb56e2f93b88a272e8b70acb2a60ead68 - sunxi: Use uart0 as console for Sinlinx SinA33</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#5a6ff3cfb56e2f93b88a272e8b70acb2a60ead68</link>
        <description>sunxi: Use uart0 as console for Sinlinx SinA33On the A33, uart0 is muxed on the PB pins. On SBCs these pins may beavailable for use. Such is the case on the Sinlinx SinA33.Set CONS_INDEX=1 to use uart0 as the console, matching the device tree.Fixes: 7095f8641863 (&quot;sunxi: Convert CONS_INDEX to Kconfig&quot;)Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Sun, 07 May 2017 07:51:17 +0000</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wens@csie.org&gt;</dc:creator>
    </item>
<item>
        <title>b331cd6204ffdc568cd6c06bd18e72aa9bc61f22 - cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#b331cd6204ffdc568cd6c06bd18e72aa9bc61f22</link>
        <description>cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTWe convert CONFIG_PARTITION_UUIDS to Kconfig first.  But in order to cleanlyupdate all of the config files we must also update CMD_PART and CMD_GPT to alsobe in Kconfig in order to avoid complex logic elsewhere to update all of theconfig files.Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:42 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>1acc0087876229d7ade1b23aaecbccf63de8a615 - disk: convert CONFIG_ISO_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#1acc0087876229d7ade1b23aaecbccf63de8a615</link>
        <description>disk: convert CONFIG_ISO_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:38 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>b0cf733933c3bc1b4ab353e16affabc60f863db5 - disk: convert CONFIG_DOS_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#b0cf733933c3bc1b4ab353e16affabc60f863db5</link>
        <description>disk: convert CONFIG_DOS_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:37 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>2d221489df021393654805536be7effcb9d39702 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#2d221489df021393654805536be7effcb9d39702</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Tue, 29 Nov 2016 15:28:28 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c2cbd164ea5b5f564fcf03447c7bf9ec4a9f5699 - Merge branch &apos;master&apos; of http://git.denx.de/u-boot-mmc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#c2cbd164ea5b5f564fcf03447c7bf9ec4a9f5699</link>
        <description>Merge branch &apos;master&apos; of http://git.denx.de/u-boot-mmc

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Thu, 17 Nov 2016 16:46:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>91f839d2d30e489c2d6bf0deafb65b01d416b715 - sunxi: sina33: Enable the LCD</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#91f839d2d30e489c2d6bf0deafb65b01d416b715</link>
        <description>sunxi: sina33: Enable the LCDThe SinA33 comes with an optional 7&quot; display. Enable it in theconfiguration.Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Fri, 04 Nov 2016 15:18:11 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>53c37f625d3ef7d36eeb78a80e099cf9b3c93d66 - sunxi: sina33: Enable the eMMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#53c37f625d3ef7d36eeb78a80e099cf9b3c93d66</link>
        <description>sunxi: sina33: Enable the eMMCThe SinA33 has an 4GB Toshiba eMMC connected to the MMC2 controller.Enable it.Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Fri, 04 Nov 2016 15:18:10 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>6828e602b722d1137d17ca0d25a451c7743c2770 - dfu: Migrate to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#6828e602b722d1137d17ca0d25a451c7743c2770</link>
        <description>dfu: Migrate to KconfigIntroduce a hidden USB_FUNCTION_DFU Kconfig option and select it forCMD_DFU (as we must have the DFU command enabled to do anything DFU).Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and addoptions for all of the back end choices that DFU can make use of.Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Mon, 19 Sep 2016 17:31:30 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b58d3512442357cb023bce69f55c08b9fd21beaa - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#b58d3512442357cb023bce69f55c08b9fd21beaa</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-sunxi

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Sun, 18 Sep 2016 16:11:50 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ca7628a91136364235de8fb4bd699944b981c504 - sunxi: Enable USB gadget support for Sinlinx SinA33</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#ca7628a91136364235de8fb4bd699944b981c504</link>
        <description>sunxi: Enable USB gadget support for Sinlinx SinA33Sinlinx SinA33 has a USB OTG port, but VBUS is controlled manually froma jumper pad.Enable OTG in gadget mode, as well as the download gadget and relatedfunctions.Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Wed, 14 Sep 2016 02:26:36 +0000</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wens@csie.org&gt;</dc:creator>
    </item>
<item>
        <title>28de49be5708bcd3e409e4512676defe792127d6 - sunxi: Enable USB host support for Sinlinx SinA33</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#28de49be5708bcd3e409e4512676defe792127d6</link>
        <description>sunxi: Enable USB host support for Sinlinx SinA33Sinlinx SinA33 has 1 USB host port. Enable EHCI_HCD support for it.Also enable USB mass storage support so we can access USB sticks.Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Wed, 14 Sep 2016 02:26:35 +0000</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wens@csie.org&gt;</dc:creator>
    </item>
<item>
        <title>01cf4a1af23130d554c3f5a4a6e44bc9ce19d2a9 - sunxi: Add mmc0 card detect pin for Sinlinx SinA33</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig#01cf4a1af23130d554c3f5a4a6e44bc9ce19d2a9</link>
        <description>sunxi: Add mmc0 card detect pin for Sinlinx SinA33Sinlinx SinA33 uses PB4 for mmc0 card detect.Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig</description>
        <pubDate>Wed, 14 Sep 2016 02:26:34 +0000</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wens@csie.org&gt;</dc:creator>
    </item>
</channel>
</rss>
