<?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 Makefile</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/drivers/usb/gadget/Makefile#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</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>09b32b41f240f8271fead1fe35dbb052c9e7da28 - UPSTREAM: spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#09b32b41f240f8271fead1fe35dbb052c9e7da28</link>
        <description>UPSTREAM: spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUThe symbol CONFIG_SPL_DFU_SUPPORT in SPL build has the samemeaning as CONFIG_DFU in regular U-Boot. Drop the _SUPPORTto allow for cleaner use in code.Conflicts:	arch/arm/mach-zynqmp/spl.c	common/Makefile	common/spl/Kconfig	common/spl/spl_ram.cChange-Id: I93f09d5953284d511df135e6e71c03c0552719a2Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Lukasz Majewski &lt;lukma@denx.de&gt;(cherry picked from commit 6536ca4d6676bf38e50784298e713edc30b9cde9)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Thu, 17 Jan 2019 19:43:02 +0000</pubDate>
        <dc:creator>Andrew F. Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>eccca8a35db09759f3c97ad60a3e831538391120 - UPSTREAM: Kconfig: rename CONFIG_SPL_USB_GADGET as CONFIG_SPL_USB_GADGET</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#eccca8a35db09759f3c97ad60a3e831538391120</link>
        <description>UPSTREAM: Kconfig: rename CONFIG_SPL_USB_GADGET as CONFIG_SPL_USB_GADGETThe SPL option for USB gadget should be named after the option for u-boot(CONFIG_USB_GADGET)Conflicts:	arch/arm/mach-imx/mx6/Kconfig	arch/arm/mach-imx/spl.c	configs/am335x_boneblack_vboot_defconfig	configs/am335x_evm_usbspl_defconfig	configs/am43xx_evm_defconfig	configs/am43xx_hs_evm_defconfig	configs/imx6q_logic_defconfig	configs/mx6memcal_defconfig	configs/mx6sabresd_defconfig	configs/pico-hobbit-imx6ul_defconfig	configs/pico-hobbit-imx7d_defconfig	configs/pico-imx6ul_defconfig	configs/pico-imx7d_defconfig	configs/pico-pi-imx6ul_defconfig	configs/pico-pi-imx7d_defconfig	drivers/MakefileChange-Id: I51305422f13cb7d743274f82c531000c0f93c144Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Thu, 10 Jan 2019 14:44:13 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>7a4b7544d78e017ef53d126bc443bb9713626586 - Revert &quot;usb: rockchip: add the rockusb gadget&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#7a4b7544d78e017ef53d126bc443bb9713626586</link>
        <description>Revert &quot;usb: rockchip: add the rockusb gadget&quot;Instead of using fastboot framework it is better to use ums frameworkto improve firmware upgrade speed. Will add a new rockusb driver next.This reverts commit c7cd0ba(&quot;usb: rockchip: add the rockusb gadget&quot;).Change-Id: Ie578ee94e247780d6f9b56156b0ccf737fa18cb9Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Wed, 25 Oct 2017 08:47:45 +0000</pubDate>
        <dc:creator>Frank Wang &lt;frank.wang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>c7cd0ba49a960f25f65b00de957671d05dbe0dd9 - usb: rockchip: add the rockusb gadget</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#c7cd0ba49a960f25f65b00de957671d05dbe0dd9</link>
        <description>usb: rockchip: add the rockusb gadgetthis patch implement rockusb protocol on the device side. this is based on USBdownload gadget infrastructure. the rockusb function implements the rd, wl, ridcommands. it can work with rkdeveloptoolSigned-off-by: Eddie Cai &lt;eddie.cai.linux@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Changes in v7:-noneChanges in v6:-move some data to f_rockusb structureChanges in v5:-fix build error when build non-rockchip board-fix checkpatch errorChanges in v4:-use enum instead of macro define-move some structure define and macro to f_rockusb.h-add some function comment as Simon required-address other comment from Simon-fix build error as Lukasz point outChanges in v3:-split the macro to f_rockusb.h-use ALLOC_CACHE_ALIGN_BUFFER to define cache safe struct inside the function.-fix checkpatch error

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Thu, 25 May 2017 08:50:31 +0000</pubDate>
        <dc:creator>Eddie Cai &lt;eddie.cai.linux@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6aee2ab68c362ace5a59f89a63abed82e0bf19e5 - Merge git://git.denx.de/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#6aee2ab68c362ace5a59f89a63abed82e0bf19e5</link>
        <description>Merge git://git.denx.de/u-boot-imxSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	configs/imx6qdl_icore_mmc_defconfig	configs/imx6qdl_icore_rqs_defconfig

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Fri, 01 Sep 2017 14:40:59 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a3774c1c3c28e4ed89a36383ca73970b809bae94 - spl: add serial download protocol (SDP) support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#a3774c1c3c28e4ed89a36383ca73970b809bae94</link>
        <description>spl: add serial download protocol (SDP) supportAdd USB serial download protocol support to SPL. If the SoC startedin recovery mode the SPL will immediately switch to SDP and wait forfurther downloads/commands from the host side.Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Wed, 16 Aug 2017 18:00:54 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>5661f08a71446ab0ffb5bcf595709027e68f10fa - usb: gadget: add SDP driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#5661f08a71446ab0ffb5bcf595709027e68f10fa</link>
        <description>usb: gadget: add SDP driverAdd SDP (Serial Downloader Protocol) implementation for U-Boot. Theprotocol is used in NXP SoC&apos;s boot ROM and allows to download programimages. Beside that, it can also be used to read/write registers anddownload complete Device Configuration Data (DCD) sets. This basicimplementation supports downloading images with the imx header formatreading and writing registers.Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Wed, 16 Aug 2017 18:00:51 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f - powerpc, 8xx: remove support for 8xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f</link>
        <description>powerpc, 8xx: remove support for 8xxThere was for long time no activity in the 8xx area.We need to go further and convert to Kconfig, but itturned out, nobody is interested anymore in 8xx,so remove it (with a heavy heart, knowing that I removehere the root of U-Boot).Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Wed, 07 Jun 2017 15:33:09 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&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/drivers/usb/gadget/Makefile#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/drivers/usb/gadget/Makefile</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>e94793c844a40606252f2e3f6428063e057b3fd2 - spl: add USB Gadget config option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#e94793c844a40606252f2e3f6428063e057b3fd2</link>
        <description>spl: add USB Gadget config optionIntroduce USB Gadget config option. This allows to combine Makefileentries for SPL_USBETH_SUPPORT and SPL_DFU_SUPPORT.Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Tested-by: Ravi Babu &lt;ravibabu@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Mon, 21 Nov 2016 18:58:53 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>5991703e88f320767d9390d64a6a9bd62560696b - spl: dfu: move DFU Kconfig to SPL Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#5991703e88f320767d9390d64a6a9bd62560696b</link>
        <description>spl: dfu: move DFU Kconfig to SPL KconfigThe DFU Kconfig menu entries should be part of the SPLKconfig file. Also avoid using the top level Makefile bymoving the config dependent build artifacts to the driver/and driver/usb/gadget/ Makfiles.With that, DFU can be built again in SPL ifCONFIG_SPL_DFU_SUPPORT is enabled.Fixes: 6ad6102246d8 (&quot;usb:gadget: Disallow DFU in SPL for now&quot;)Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Mon, 21 Nov 2016 18:58:52 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>6ad6102246d83ec1d39aeba83f66cf5faffd0f82 - usb:gadget: Disallow DFU in SPL for now</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#6ad6102246d83ec1d39aeba83f66cf5faffd0f82</link>
        <description>usb:gadget: Disallow DFU in SPL for nowPreviously, DFU was not built in for SPL and often disabled via the boardconfig.h file, in the SPL build.  By moving DFU to Kconfig we now need tomove this logic to the Makefile to continue to allow boards to fit withintheir SPL size limit (until gcc 6 is more widespread and unused strings willbe discarded).Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Tue, 27 Sep 2016 12:36:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>123b70177931a5aed92beca76bb622b2f4005be8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#123b70177931a5aed92beca76bb622b2f4005be8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usb

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Fri, 18 Dec 2015 02:46:04 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>e30824f439c81070d97cff3f9a31952b58eb9ad3 - usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#e30824f439c81070d97cff3f9a31952b58eb9ad3</link>
        <description>usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename theconfig option to make it less misleading. No functional change, justa mechanical change done using the following script:  git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \  while read line ; do    sed -i &quot;s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g&quot; $line ;  doneSigned-off-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Wed, 19 Aug 2015 21:27:26 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>be5e4bdcedbd3bf5f2717fc22356e825bca0fbcd - usb: s3c-otg: Rename sources to dwc2_*c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#be5e4bdcedbd3bf5f2717fc22356e825bca0fbcd</link>
        <description>usb: s3c-otg: Rename sources to dwc2_*cThe driver is actually for the Designware DWC2 controller.This patch renames the local source files to dwc2_*c andadjusts the Makefile to use the new names.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 01:34:46 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>620197670a69dd8bae11134324db296f68ae804b - usb: gadget: at91_udc: add at91_udc into U-Boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#620197670a69dd8bae11134324db296f68ae804b</link>
        <description>usb: gadget: at91_udc: add at91_udc into U-Bootadd U-Boot specific changes to the at91_udc linux driver,so it works with U-Boot.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Tue, 08 Sep 2015 09:52:51 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f4e050639241218987541f4729172e4e0e2ff31 - Merge git://git.denx.de/u-boot-usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#6f4e050639241218987541f4729172e4e0e2ff31</link>
        <description>Merge git://git.denx.de/u-boot-usb

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Fri, 24 Jul 2015 20:39:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d00bf7812181f53d6027610f35c1aa2018ce9fd3 - implement Fastboot via USB OTG on bcm28155_ap boards</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#d00bf7812181f53d6027610f35c1aa2018ce9fd3</link>
        <description>implement Fastboot via USB OTG on bcm28155_ap boardsSigned-off-by: Jiandong Zheng &lt;jdzheng@broadcom.com&gt;Signed-off-by: Steve Rae &lt;srae@broadcom.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Thu, 09 Jul 2015 21:26:40 +0000</pubDate>
        <dc:creator>Jiandong Zheng &lt;jdzheng@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>17da3c0c8cad2a40903c078d178cd663d73ccc7c - usb: Fastboot function config for better consistency with other functions</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile#17da3c0c8cad2a40903c078d178cd663d73ccc7c</link>
        <description>usb: Fastboot function config for better consistency with other functionsUSB download gadget functions such as thor and dfu have a separate config optionfor the USB gadget part of the code, independent from the command part.This switches the fastboot USB gadget to the same scheme, for betterconsistency.Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;Tested-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Makefile</description>
        <pubDate>Fri, 12 Jun 2015 17:56:59 +0000</pubDate>
        <dc:creator>Paul Kocialkowski &lt;contact@paulk.fr&gt;</dc:creator>
    </item>
</channel>
</rss>
