[GIT] Pull request: u-boot-dfu (23.01.2021)

Dear Marek,
Please find a set of DFU/Gadget related fixes and improvements. This is a first batch of them as I was not able to prepare the PR earlier (and yes I do apologize for the delay/lack of PRs sent earlier). More patches will be pulled in following PRs.
This set is not causing any CI issues: https://dev.azure.com/lukma633/U-Boot/_build/results?buildId=17&view=res...
The following changes since commit 184aa6504143b452132e28cd3ebecc7b941cdfa1:
Merge tag 'u-boot-rockchip-20210121' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2021-01-21 07:39:47 -0500)
are available in the Git repository at:
u-boot-denx-dfu/master
for you to fetch changes up to 737465042a6f6a3c31699f183ad2574c5d2f6c96:
usb: gadget: Do not export usbd_device_* arrays (2021-01-23 16:14:10 +0100)
---------------------------------------------------------------- Andy Shevchenko (3): f_rockusb: Use NULL instead of 0 for pointers f_rockusb: Avoid use-after-free in the global pointer variable f_fastboot: Avoid use-after-free in the global pointer variable
Eugeniu Rosca (5): cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needs cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needs cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needs cmd: bcb: Expose 'bcb_write_reboot_reason' to external callers cmd: bcb: Add support for processing const string literals in bcb_set()
Guillermo Rodriguez (1): dfu: Fix handling of UBI partitions in MTD backend
Jaehoon Chung (1): dfu: add 'SKIP' entity
Marek Szyprowski (5): cmd: usb_mass_storage: show device interface name dfu: mmc: use the default MMC device if entity specifies it as -1 dfu: add 'SCRIPT' entity dfu: add support for the dfu_alt_info reintialization from the flashed script thor: add support for the dfu_alt_info reintialization from the flashed script
Pali Rohár (1): usb: gadget: Do not export usbd_device_* arrays
Seung-Woo Kim (1): gadget: f_thor: fix wrong file size cast
Merge tag data/information: https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/-/tags/u-boot-dfu-23Jan2...
- dfu: Fix handling of UBI partitions in MTD backend - gadget: f_thor: fix wrong file size cast - Extend cmd: bcb - Fixes for fastboot and rockchip gadgets - dfu: Add SCRIPT and SKIP entities - dfu/thor: Add `dfu_alt_info` reinitialization from flashed script - u-boot: Reduce size of u-boot as usbd_device_* arrays are not exported
The repository on Gitlab (master branch): https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/-/commits/master
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de

On 1/23/21 8:11 PM, Lukasz Majewski wrote:
Dear Marek,
Hi,
Please find a set of DFU/Gadget related fixes and improvements. This is a first batch of them as I was not able to prepare the PR earlier (and yes I do apologize for the delay/lack of PRs sent earlier). More patches will be pulled in following PRs.
Pulled into usb/next , as I'm waiting for CI, thanks.
[...]
participants (2)
-
Lukasz Majewski
-
Marek Vasut