1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. afaf0c2 fastboot: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:30:45 2024 -0600
  4. ce8c8b4 Merge tag 'u-boot-dfu-20240419' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Fri Apr 19 07:28:24 2024 -0600
  5. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  6. a0ae790 fastboot: introduce 'oem board' subcommand by Alexey Romanov · Thu Apr 18 13:01:29 2024 +0300
  7. 5e38486 fastboot: Update help text with respect to CMDLINE by Tom Rini · Wed Apr 10 20:00:32 2024 -0600
  8. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  9. 39465c1 fastboot: Remove dependencies on CMDLINE by Simon Glass · Thu Dec 14 21:19:06 2023 -0700
  10. ae4eb81 fastboot: Change fastboot_buf_addr to an address by Simon Glass · Thu Dec 14 21:19:04 2023 -0700
  11. e64262d fastboot: add oem console command support by Ion Agorria · Fri Jan 05 09:22:11 2024 +0200
  12. 99fc645 fastboot: implement "getvar all" by Ion Agorria · Fri Jan 05 09:22:07 2024 +0200
  13. 1c38703 fastboot: multiresponse support by Ion Agorria · Fri Jan 05 09:22:06 2024 +0200
  14. acb2281 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · Fri Nov 10 05:59:55 2023 +0000
  15. 927e210 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · Fri Nov 10 05:59:54 2023 +0000
  16. dff6817 fastboot: Depend on CMDLINE by Tom Rini · Thu Oct 26 14:31:30 2023 -0400
  17. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  18. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  19. 02482ee Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · Fri Jul 14 13:24:50 2023 +0200
  20. 8b24d14 lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small number by Mattijs Korpershoek · Fri Jul 07 10:13:34 2023 +0200
  21. 89e8b31 fastboot: Only call the bootm command if it is enabled by Samuel Holland · Mon Feb 20 00:14:58 2023 -0600
  22. 0788290 net: share fastboot boot handle logic between transports by Dmitrii Merkurev · Wed Apr 12 19:49:31 2023 +0100
  23. 308252d net: add fastboot TCP support by Dmitrii Merkurev · Wed Apr 12 19:49:30 2023 +0100
  24. 4ae6e43 drivers: fastboot: zImage flashing is not supported for v3, v4 by Safae Ouajih · Mon Feb 06 00:50:16 2023 +0100
  25. 88ad0c1 android: boot: replace android_image_check_header by Safae Ouajih · Mon Feb 06 00:50:05 2023 +0100
  26. 8656e38 android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0 by Safae Ouajih · Mon Feb 06 00:50:03 2023 +0100
  27. 06799593 Correct SPL uses of FASTBOOT_FLASH_NAND by Simon Glass · Sun Feb 05 17:54:13 2023 -0700
  28. 091a071 Correct SPL uses of FASTBOOT_FLASH_MMC by Simon Glass · Sun Feb 05 17:54:12 2023 -0700
  29. 8b0d42c Correct SPL use of FASTBOOT_MMC_USER_SUPPORT by Simon Glass · Sun Feb 05 15:39:56 2023 -0700
  30. 3eaba079 Correct SPL uses of FASTBOOT_FLASH by Simon Glass · Sun Feb 05 15:39:53 2023 -0700
  31. 421bec0 fastboot: Add OEM run command by Sean Anderson · Fri Dec 16 13:20:16 2022 -0500
  32. f82f9e4 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · Thu Dec 15 10:15:50 2022 +0100
  33. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  34. 80478f4 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · Thu Dec 16 11:26:38 2021 +0100
  35. 52cf76d fastboot: fix fastboot_set_reboot_flag() by Roman Stratiienko · Sun May 09 01:25:24 2021 +0300
  36. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  37. 7fd97aa net: fastboot: make UDP port net: configurable by Christian Gmeiner · Thu Jan 13 08:40:06 2022 +0100
  38. 04a5b0f fastboot: fix partition name truncation in environment lookup by Matthias Schiffer · Fri Jul 30 14:23:54 2021 +0200
  39. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  40. ff6c0e3 Fix flashing of eMMC user area with Fastboot by Oleh Kravchenko · Wed May 19 13:31:31 2021 +0300
  41. 8c73f85 Fix flash and erase of eMMC Boot2 with Fastboot by Oleh Kravchenko · Sat May 15 00:06:21 2021 +0300
  42. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  43. cb29fe8 fastboot: Fix possible buffer overrun by Sean Anderson · Thu Mar 11 00:15:44 2021 -0500
  44. 3a99448 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · Wed Feb 10 09:29:03 2021 +0100
  45. c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · Fri Feb 05 09:39:00 2021 -0500
  46. c83e384 fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name by Sean Anderson · Fri Feb 05 09:38:59 2021 -0500
  47. 7ea25da fastboot: Remove mmcpart argument from raw_part_get_info_by_name by Sean Anderson · Fri Feb 05 09:38:58 2021 -0500
  48. 330bf50 fastboot: reinit partition after storing GPT or MBR by Roman Stratiienko · Wed Jan 27 17:40:16 2021 +0200
  49. 67af29a fastboot: add command to select the eMMC boot configuration by Patrick Delaunay · Wed Jan 27 14:46:49 2021 +0100
  50. 6168770 fastboot: add command to select the default emmc hwpart for boot by Patrick Delaunay · Wed Jan 27 14:46:48 2021 +0100
  51. 2579b0e fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 by Patrick Delaunay · Wed Jan 27 14:46:47 2021 +0100
  52. 8b0a29a fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT by Patrick Delaunay · Wed Jan 27 14:46:46 2021 +0100
  53. 13240bc fastboot: Implement generic fastboot_set_reboot_flag by Roman Kovalivskyi · Tue Jan 26 22:54:56 2021 +0200
  54. 5663b4f Revert "fastboot: Add default fastboot_set_reboot_flag implementation" by Roman Kovalivskyi · Tue Jan 26 22:54:55 2021 +0200
  55. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · Wed Dec 23 13:55:10 2020 +0100
  56. f867428 fastboot: getvar: fix partition-size return value by Gary Bisson · Thu Aug 27 10:51:14 2020 +0200
  57. 21882dd fastboot: Add default fastboot_set_reboot_flag implementation by Roman Kovalivskyi · Tue Jul 28 23:35:34 2020 +0300
  58. b30b97b fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · Tue Jul 28 23:35:33 2020 +0300
  59. 1bb1342 fastboot: Extend fastboot_set_reboot_flag with reboot reason by Roman Kovalivskyi · Tue Jul 28 23:35:32 2020 +0300
  60. 859e6a8 fastboot: Support defining raw partitions without a partition table by Filip Brozovic · Mon Jun 29 13:14:37 2020 +0200
  61. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  62. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  63. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  64. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  65. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  66. 6a10556 fastboot: mt85xx: add command to flash/erase emmc hwpart by developer · Thu Jan 16 16:11:42 2020 +0800
  67. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  68. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  69. 38bf80b fastboot: rockchip: Fix rk3328 default mmc device by Jagan Teki · Tue Nov 19 13:56:19 2019 +0530
  70. 04aae03 fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV] by Jagan Teki · Tue Nov 19 13:56:18 2019 +0530
  71. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  72. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  73. ac21e74 fastboot: Remove "bootloader-version" variable by Sam Protsenko · Wed Jul 03 19:34:07 2019 +0300
  74. 0d74825 fastboot: getvar: Add "is-userspace" variable by Sam Protsenko · Wed Jul 03 19:00:22 2019 +0300
  75. 8856317 fastboot: Remove "slot-suffixes" variable by Sam Protsenko · Tue Jun 18 17:55:25 2019 +0300
  76. 73dac9b fastboot: Check if partition really exist in getvar_has_slot() by Igor Opaniuk · Thu Jun 13 21:11:09 2019 +0300
  77. 6646bbd fastboot: getvar: Refactor fastboot_*_get_part_info() usage by Sam Protsenko · Thu Jun 13 21:11:08 2019 +0300
  78. 0fb37ee fastboot: Use const qualifier for char *part_name by Sam Protsenko · Thu Jun 13 21:11:07 2019 +0300
  79. fd7467e fastboot: Fix slot names reported by getvar by Sam Protsenko · Thu Jun 13 00:49:45 2019 +0300
  80. fb614d4 fastboot: add support for 'getvar platform' by Eugeniu Rosca · Tue Apr 09 21:11:40 2019 +0200
  81. 50f1223 fastboot: Replace literal 32 with PART_NAME_LEN by Alex Kiernan · Tue Apr 09 05:30:05 2019 +0000
  82. 8eba90b fastboot: Improve error reporting on 'getvar partition-{size, type}' by Eugeniu Rosca · Thu Mar 28 14:31:33 2019 +0100
  83. 2ef97cf fastboot: getvar: correct/rename "has_slot" to "has-slot" by Eugeniu Rosca · Tue Mar 26 17:46:14 2019 +0100
  84. 2577bb9 fastboot: common: fix default fastboot_boot on 64-bit by Neil Armstrong · Wed Feb 20 11:36:12 2019 +0100
  85. d6e53c7 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · Fri Oct 26 09:02:52 2018 +0200
  86. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · Tue Sep 25 16:40:23 2018 +0200
  87. e80d294 usb: fastboot: Convert USB f_fastboot to shared fastboot by Alex Kiernan · Tue May 29 15:30:55 2018 +0000
  88. c86cde9 fastboot: Add support for 'oem format' command by Alex Kiernan · Tue May 29 15:30:54 2018 +0000
  89. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · Tue May 29 15:30:53 2018 +0000
  90. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · Tue May 29 15:30:52 2018 +0000
  91. dc40585 fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to Kconfig by Alex Kiernan · Tue May 29 15:30:51 2018 +0000
  92. 32c2194 fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · Tue May 29 15:30:48 2018 +0000
  93. 5512c43 fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag by Alex Kiernan · Tue May 29 15:30:46 2018 +0000
  94. d0f91f0 fastboot: Fix parameter types in _fb_nand_write by Alex Kiernan · Tue May 29 15:30:45 2018 +0000
  95. 2281b06 fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · Tue May 29 15:30:44 2018 +0000
  96. 82fe3f2 fastboot: Add missing newlines by Alex Kiernan · Tue May 29 15:30:43 2018 +0000
  97. 8cb1eab fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · Tue May 29 15:30:42 2018 +0000
  98. ed6a4144 fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · Tue May 29 15:30:41 2018 +0000
  99. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · Tue May 29 15:30:40 2018 +0000
  100. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · Tue May 29 15:30:39 2018 +0000