
The following changes since commit 8308a28af821d6498186b3dd7463db9874cd2daf:
Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-02-05 09:39:31 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to adb5daf0905a190375e46d59f1244b13c3cdc640:
fastboot: reinit partition after storing GPT or MBR (2021-02-07 19:22:55 +0100)
---------------------------------------------------------------- Heinrich Schuchardt (1): dfu: dfu_sf: use correct print code
Patrick Delaunay (4): fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 fastboot: add command to select the default emmc hwpart for boot fastboot: add command to select the eMMC boot configuration
Roman Kovalivskyi (2): Revert "fastboot: Add default fastboot_set_reboot_flag implementation" fastboot: Implement generic fastboot_set_reboot_flag
Roman Stratiienko (1): fastboot: reinit partition after storing GPT or MBR
configs/mt8512_bm1_emmc_defconfig | 3 ++- configs/mt8518_ap1_emmc_defconfig | 3 ++- configs/pumpkin_defconfig | 3 ++- doc/android/fastboot.rst | 3 +++ drivers/dfu/dfu_sf.c | 2 +- drivers/fastboot/Kconfig | 72 +++++++++++++++++++++++++++++++++++++++++++++++++----------------------- drivers/fastboot/Makefile | 1 - drivers/fastboot/fb_bcb_impl.c | 43 ------------------------------------------- drivers/fastboot/fb_command.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/fastboot/fb_common.c | 16 +++++++++++++++- drivers/fastboot/fb_mmc.c | 54 ++++++++++++++++++++++++++++++++++++------------------ include/fastboot.h | 15 ++++++--------- 12 files changed, 188 insertions(+), 99 deletions(-) delete mode 100644 drivers/fastboot/fb_bcb_impl.c

On Sun, Feb 07, 2021 at 09:10:43PM +0100, Marek Vasut wrote:
The following changes since commit 8308a28af821d6498186b3dd7463db9874cd2daf:
Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-02-05 09:39:31 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to adb5daf0905a190375e46d59f1244b13c3cdc640:
fastboot: reinit partition after storing GPT or MBR (2021-02-07 19:22:55 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini