1. 1b02eb3 board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3 by Priyanka Singh · Thu Aug 19 12:37:31 2021 +0530
  2. aa44eb2 drivers: ddr: main.c: Fix Bad Shift operator issue by Priyanka Singh · Thu Aug 19 11:39:03 2021 +0530
  3. d94a038 drivers: ddr: fsl_ddr_gen4.c: Fix divide by zero issue by Priyanka Singh · Thu Aug 19 11:39:02 2021 +0530
  4. bc4ef9c drivers: ddr: util.c: Fix divide by zero issue by Priyanka Singh · Thu Aug 19 11:39:01 2021 +0530
  5. 33b1f47 Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Nov 07 23:00:29 2021 -0500
  6. 54fb1fa dfu: newline after updating by Heinrich Schuchardt · Fri Mar 05 18:36:37 2021 +0100
  7. 22fe66d ARM: renesas: reduce rcar3_salvator-x image size by Heinrich Schuchardt · Sat Aug 14 21:07:47 2021 +0200
  8. 4d1fee2 efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured Boot by Masahisa Kojima · Thu Nov 04 19:45:46 2021 +0900
  9. 04c26ff efi: Add video support to the app by Simon Glass · Wed Nov 03 21:09:10 2021 -0600
  10. 0a3e7b3 efi: Add a way to obtain boot services in the app by Simon Glass · Wed Nov 03 21:09:09 2021 -0600
  11. 86ed9c5 x86: Don't duplicate global_ptr in 64-bit EFI app by Simon Glass · Wed Nov 03 21:09:08 2021 -0600
  12. 49a643b efi: Create a 64-bit app by Simon Glass · Wed Nov 03 21:09:07 2021 -0600
  13. 359a89d x86: Create a 32/64-bit selection for the app by Simon Glass · Wed Nov 03 21:09:06 2021 -0600
  14. c03ecd7 efi: Drop the OF_EMBED warning for EFI by Simon Glass · Wed Nov 03 21:09:05 2021 -0600
  15. ebf8b06 efi: Enable DM_ETH for the app by Simon Glass · Wed Nov 03 21:09:04 2021 -0600
  16. daa53a2 efi: Add a script to build an image for testing on UEFI by Simon Glass · Wed Nov 03 21:09:03 2021 -0600
  17. 06ef6b6 efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand by Masahisa Kojima · Thu Nov 04 22:59:16 2021 +0900
  18. d420d8d efi_loader: use byteshift unaligned access helper by Masahisa Kojima · Wed Nov 03 11:04:09 2021 +0900
  19. f155bf5 efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · Tue Nov 02 09:55:01 2021 +0900
  20. 44acc5f doc: mmc rescan speed mode by Heinrich Schuchardt · Fri Nov 05 16:35:44 2021 +0100
  21. c9a1914 doc: Remove the obsolete README.AMCC-eval-boards-cleanup file by Thomas Huth · Tue Oct 26 08:13:04 2021 +0200
  22. 222d544 doc: Remove obsolete doc/README.nand-boot-ppc440 by Stefan Roese · Thu Oct 21 07:20:12 2021 +0200
  23. d239d36 Merge branch '2021-11-05-Kconfig-syncs' by Tom Rini · Fri Nov 05 15:38:46 2021 -0400
  24. 0254200 configs: Resync with savedefconfig by Tom Rini · Fri Nov 05 15:31:59 2021 +0000
  25. 36f4879 Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · Sat Oct 30 23:03:57 2021 -0400
  26. d24700f Convert CONFIG_SPL_DRIVERS_MISC et al to Kconfig by Tom Rini · Sat Oct 30 23:03:56 2021 -0400
  27. 1bd3b17 Convert CONFIG_BMP_16BPP to Kconfig by Tom Rini · Sat Oct 30 23:03:55 2021 -0400
  28. 5cd398a Convert CONFIG_OF_EMBED to Kconfig by Tom Rini · Sat Oct 30 23:03:54 2021 -0400
  29. ae6fd8e Convert CONFIG_MCFUART to Kconfig by Tom Rini · Sat Oct 30 23:03:53 2021 -0400
  30. 26a0095 Convert CONFIG_FEC_MXC to Kconfig by Tom Rini · Sat Oct 30 23:03:52 2021 -0400
  31. a34469d Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig by Tom Rini · Sat Oct 30 23:03:51 2021 -0400
  32. c25cc7a Convert CONFIG_SYS_TEXT_BASE to Kconfig by Tom Rini · Sat Oct 30 23:03:50 2021 -0400
  33. 2713651 Convert CONFIG_SYS_HZ to Kconfig by Tom Rini · Sat Oct 30 23:03:49 2021 -0400
  34. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · Sat Oct 30 23:03:48 2021 -0400
  35. dcd6294 fs: yaffs2: Finish Kconfig migration by Tom Rini · Tue Oct 19 21:10:14 2021 -0400
  36. 11b5cbc Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Nov 04 09:14:19 2021 -0400
  37. f97d676 sunxi: Use sysreset framework for poweroff/reset by Samuel Holland · Wed Nov 03 22:55:16 2021 -0500
  38. 01477b3 sunxi: Avoid duplicate reset_cpu with SYSRESET enabled by Samuel Holland · Wed Nov 03 22:55:15 2021 -0500
  39. 3a8713a watchdog: Automatically register device with sysreset by Samuel Holland · Wed Nov 03 22:55:14 2021 -0500
  40. 90722ba sysreset: watchdog: Move watchdog reference to plat data by Samuel Holland · Wed Nov 03 22:55:13 2021 -0500
  41. 83e32fa sysreset: Mark driver probe functions as static by Samuel Holland · Wed Nov 03 22:55:12 2021 -0500
  42. d9263d5 sysreset: Add uclass Kconfig dependency to drivers by Samuel Holland · Wed Nov 03 22:55:11 2021 -0500
  43. 7e7a7b6 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Nov 03 09:42:45 2021 -0400
  44. 5b1205d Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Wed Nov 03 09:42:22 2021 -0400
  45. f566d47 usb: mtu3: flush cache for the first GPD when allocate GPD ring by developer · Thu Oct 21 13:33:07 2021 +0800
  46. 058f67b arm: a37xx: pci: Program the data strobe for config read requests by Pali Rohár · Mon Nov 01 10:12:51 2021 +0100
  47. 2d760ed tools: kwboot: Do not send magic seq when changing baudrate back to 115200 by Pali Rohár · Mon Nov 01 14:00:02 2021 +0100
  48. 6303a23 tools: kwboot: Do not use stack when setting baudrate back to default value by Pali Rohár · Wed Oct 27 20:57:02 2021 +0200
  49. 15b16e5 tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr by Pali Rohár · Wed Oct 27 20:57:01 2021 +0200
  50. 9e624c9 tools: kwboot: Increase delay after changing baudrate in ARM code by Pali Rohár · Wed Oct 27 20:57:00 2021 +0200
  51. f2acbba tools: kwboot: Do not call tcdrain() after each sent packet by Pali Rohár · Wed Oct 27 20:56:59 2021 +0200
  52. 6daa561 tools: kwboot: Fix sending retry of last header packet by Pali Rohár · Wed Oct 27 20:56:58 2021 +0200
  53. 959e850 tools: kwboot: Resend first 3 xmodem retry packets immediately by Pali Rohár · Mon Oct 25 15:13:04 2021 +0200
  54. e665c6a tools: kwboot: Change retry loop from decreasing to increasing by Pali Rohár · Mon Oct 25 15:13:03 2021 +0200
  55. 6fa9709 tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr() by Pali Rohár · Mon Oct 25 15:13:02 2021 +0200
  56. 90eb900 tools: kwboot: Do not modify kwbimage header before increasing its size by Pali Rohár · Mon Oct 25 15:13:01 2021 +0200
  57. 085d9ce tools: kwboot: Simplify code for aligning image header by Pali Rohár · Mon Oct 25 15:13:00 2021 +0200
  58. ddee5d8 tools: kwboot: Show verbose message when waiting for baudrate change magic by Pali Rohár · Mon Oct 25 15:12:59 2021 +0200
  59. 71db362 tools: kwboot: Correctly set configuration of UART for BootROM messages by Pali Rohár · Mon Oct 25 15:12:58 2021 +0200
  60. f625a22 tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code by Pali Rohár · Mon Oct 25 15:12:57 2021 +0200
  61. aed39f2 tools: kwboot: Inject baudrate change back code after data part by Pali Rohár · Mon Oct 25 15:12:56 2021 +0200
  62. 0b659e5 tools: kwboot: Validate 4-byte image data checksum by Pali Rohár · Mon Oct 25 15:12:55 2021 +0200
  63. d877439 tools: kwboot: Reserve enough space for patching kwbimage in memory by Pali Rohár · Mon Oct 25 15:12:54 2021 +0200
  64. 40003a0 tools: kwboot: Fix initialization of tty device by Pali Rohár · Mon Oct 25 15:12:53 2021 +0200
  65. c1efca4 tools: kwboot: Initialize rfds to zero by Pali Rohár · Mon Oct 25 15:12:52 2021 +0200
  66. ac2ee55 pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · Fri Oct 22 16:22:15 2021 +0200
  67. 6f3e57a pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · Fri Oct 22 16:22:14 2021 +0200
  68. 7dc01fd pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · Fri Oct 22 16:22:13 2021 +0200
  69. 2f9b519 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · Fri Oct 22 16:22:12 2021 +0200
  70. b0877d1 pci: pci_mvebu: Remove unused functions by Pali Rohár · Fri Oct 22 16:22:11 2021 +0200
  71. 9e2274d pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · Fri Oct 22 16:22:10 2021 +0200
  72. 8922013 pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · Fri Oct 22 16:22:09 2021 +0200
  73. 35bce49 pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · Fri Oct 22 16:22:08 2021 +0200
  74. ed69872 Merge tag 'u-boot-amlogic-20211102' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Nov 02 08:56:42 2021 -0400
  75. 8c77882 Prepare v2022.01-rc1 by Tom Rini · Mon Nov 01 15:16:16 2021 -0400
  76. e25a03a configs: Resync with savedefconfig by Tom Rini · Mon Nov 01 12:19:22 2021 +0000
  77. 2cc823e Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Nov 01 08:14:45 2021 -0400
  78. c02ad50 x86: tangier: pinmux: Move error message to the caller by Andy Shevchenko · Wed Oct 27 17:23:38 2021 +0300
  79. 69d18a3 x86: tangier: pinmux: Move is_protected assignment closer to its user by Andy Shevchenko · Wed Oct 27 17:23:37 2021 +0300
  80. 3f11865 x86: edison: Don't take SD card detect pin into consideration by Andy Shevchenko · Wed Oct 27 14:28:10 2021 +0300
  81. 6b7655f x86: tangier: Enable support for SD/SDIO family in the pinmux driver by Andy Shevchenko · Wed Oct 27 14:28:09 2021 +0300
  82. 61646b75 x86: Fix i8254 ifdef include guard by Alistair Delva · Wed Oct 20 21:31:30 2021 +0000
  83. 6bd4448 x86: chromebook_coral: fix C block comment by Alistair Delva · Wed Oct 20 21:31:29 2021 +0000
  84. 041f927 x86: tangier: Replace Method() by Name() for _STA object by Andy Shevchenko · Wed Oct 20 15:51:18 2021 +0300
  85. bc14b93 pxe_utils: Clean up {bootm,zboot}_argv generation by Zhaofeng Li · Wed Oct 20 00:18:15 2021 -0700
  86. dbf84cc pxe_utils: Fix arguments to x86 zboot by Zhaofeng Li · Wed Oct 20 00:18:14 2021 -0700
  87. 74efc6e docs: uefi: Update stale U-Boot on EFI doc by Bin Meng · Mon Jun 21 10:12:32 2021 +0800
  88. c9023e0 Merge tag 'dm-pull-boo21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sun Oct 31 15:48:43 2021 -0400
  89. 9815434 bootstage: Add SPL support by Marek Vasut · Sat Oct 23 03:06:03 2021 +0200
  90. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · Fri Oct 22 19:07:04 2021 -0400
  91. adb431e env: Use static_assert() to check if default_environment is too large by Marek Behún · Fri Oct 22 15:47:25 2021 +0200
  92. 73d2534 env: Always use char for default_environment by Marek Behún · Fri Oct 22 15:47:24 2021 +0200
  93. a356beb board: freescale: various boards: Let env subsystem set gd->env_addr by Marek Behún · Fri Oct 22 15:47:23 2021 +0200
  94. 2121346 board: synquacer: developerbox: Don't set gd->env_addr to default_environment by Marek Behún · Fri Oct 22 15:47:22 2021 +0200
  95. c27f9a1 env: flash: Cosmetic fix by Marek Behún · Fri Oct 22 15:47:21 2021 +0200
  96. 7945006 env: flash: Let generic env_init() assign default environment by Marek Behún · Fri Oct 22 15:47:20 2021 +0200
  97. 6da2fbf env: nowhere: Cosmetic fix by Marek Behún · Fri Oct 22 15:47:19 2021 +0200
  98. 771ce72 env: nowhere: Let generic env_init() assign default environment by Marek Behún · Fri Oct 22 15:47:18 2021 +0200
  99. ef480b4 env: nvram: Cosmetic fix in env_nvram_init() by Marek Behún · Fri Oct 22 15:47:17 2021 +0200
  100. 6d7653c env: nvram: Let generic env_init() assign default environment by Marek Behún · Fri Oct 22 15:47:16 2021 +0200