1. 70bdefa sunxi: spl: Fix H616 clock initialization by Jernej Skrabec · Mon Feb 01 18:25:57 2021 +0100
  2. ef17382 Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Fri Feb 19 11:56:14 2021 -0500
  3. e711c97 configs: enable CONFIG_MMC_PWRSEQ configuration by Jaehoon Chung · Tue Feb 16 10:16:56 2021 +0900
  4. 1490730 ARM: mach-meson: select MMC_PWRSEQ config by Jaehoon Chung · Tue Feb 16 10:16:55 2021 +0900
  5. c0674d4 mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseq by Jaehoon Chung · Tue Feb 16 10:16:54 2021 +0900
  6. f780e13 mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq by Jaehoon Chung · Tue Feb 16 10:16:53 2021 +0900
  7. 48ad827 mmc: pwrseq: add mmc-pwrseq file to provide a generic interface by Jaehoon Chung · Tue Feb 16 10:16:52 2021 +0900
  8. 1316062 mmc: mmc_spi: Document the 3 local functions by Bin Meng · Tue Feb 02 10:48:48 2021 +0800
  9. d3a2671 mmc: mmc_spi: Fix potential spec violation in receiving card response by Bin Meng · Tue Feb 02 10:48:47 2021 +0800
  10. 6b82a24 mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd() by Bin Meng · Tue Feb 02 10:48:46 2021 +0800
  11. ce387d9 mmc: mmc_spi: Print verbose debug output when crc16 check fails by Bin Meng · Tue Feb 02 10:32:48 2021 +0800
  12. a463bbe mmc: fix response timeout after switch command by Stefan Bosch · Sat Jan 23 13:37:41 2021 +0100
  13. 1f838f6 mmc: sdhci: skip cache invalidation if DMA is not used by Yuezhang.Mo@sony.com · Thu Jan 14 05:46:50 2021 +0000
  14. 8460b91 cmd: mmc: update the mmc command's usage about argument by Jaehoon Chung · Wed Dec 16 07:24:50 2020 +0900
  15. 6b3431c mmc: initialize an err variable by Jaehoon Chung · Fri Dec 04 06:36:00 2020 +0900
  16. ec97325 Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' by Tom Rini · Thu Feb 18 12:02:11 2021 -0500
  17. b891c79 net: tftp: Avoid sending extra ack on completion by Ramon Fried · Wed Feb 03 21:28:59 2021 +0200
  18. 4d3d7f2 Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Thu Feb 18 08:06:26 2021 -0500
  19. 67a4188 video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible by Nicolas Saenz Julienne · Tue Jan 12 13:55:31 2021 +0100
  20. 3f24df6 configs: rpi4: Enable DM_DMA across all RPi4 configurations by Nicolas Saenz Julienne · Tue Jan 12 13:55:30 2021 +0100
  21. 248a8f0 mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · Tue Jan 12 13:55:29 2021 +0100
  22. 4033aa3 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · Tue Jan 12 13:55:28 2021 +0100
  23. 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · Tue Jan 12 13:55:27 2021 +0100
  24. 04feca3 dm: Introduce dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · Tue Jan 12 13:55:26 2021 +0100
  25. 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · Tue Jan 12 13:55:25 2021 +0100
  26. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · Tue Jan 12 13:55:24 2021 +0100
  27. 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · Tue Jan 12 13:55:23 2021 +0100
  28. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · Tue Jan 12 13:55:22 2021 +0100
  29. 038876b pci: pcie-brcmstb: Fix inbound window configurations by Nicolas Saenz Julienne · Tue Jan 12 13:55:21 2021 +0100
  30. 0c29186 rpi: Add identifier for the new CM4 by Nicolas Saenz Julienne · Tue Jan 12 13:55:20 2021 +0100
  31. 1296961 rpi: Add identifier for the new RPi400 by Nicolas Saenz Julienne · Tue Jan 12 13:55:19 2021 +0100
  32. 8c5ca98 rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE by Marek Szyprowski · Mon Feb 01 12:16:33 2021 +0100
  33. df10fe8 pci: brcmstb: Cleanup controller state before handover by Nicolas Saenz Julienne · Thu Jan 14 16:49:01 2021 +0100
  34. 9631625 usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · Thu Jan 14 16:49:00 2021 +0100
  35. 9fc32c2 config: Enable iProc RNG200 driver in RPi4 configs by Matthias Brugger · Tue Dec 15 10:49:24 2020 +0100
  36. 769ed25 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · Wed Jan 20 10:46:56 2021 -0600
  37. a4fed79 spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · Wed Jan 20 10:46:55 2021 -0600
  38. 0622fe1 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · Wed Jan 20 10:46:54 2021 -0600
  39. fa11a44 spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · Wed Jan 20 10:46:53 2021 -0600
  40. 5180553 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · Wed Jan 20 10:46:52 2021 -0600
  41. 93d1557 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · Wed Jan 20 10:46:51 2021 -0600
  42. 23243c9 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · Wed Jan 20 10:46:50 2021 -0600
  43. 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · Wed Jan 20 10:46:49 2021 -0600
  44. 18988ec rng: Add iProc RNG200 driver by Matthias Brugger · Tue Dec 15 10:49:23 2020 +0100
  45. c63c96d Merge branch '2021-02-16-assorted-improvements' by Tom Rini · Tue Feb 16 15:14:34 2021 -0500
  46. e068a48 configs: ls1028a: Enable the Ethernet switch driver in defconfig by Alex Marginean · Mon Jan 25 14:23:57 2021 +0200
  47. 44f8034 arm: dts: ls1028a: Add Ethernet switch node and dependencies by Alex Marginean · Mon Jan 25 14:23:56 2021 +0200
  48. 4ea74fd drivers: net: Add Felix DSA switch driver by Alex Marginean · Mon Jan 25 14:23:55 2021 +0200
  49. c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · Mon Jan 25 14:23:53 2021 +0200
  50. 8c089f7 net: phy: introduce fixed_phy_create for DSA CPU ports by Vladimir Oltean · Mon Jan 25 14:23:52 2021 +0200
  51. 312e15b net: phy: fixed: support speeds of 2500 and 10000 by Vladimir Oltean · Mon Jan 25 14:23:51 2021 +0200
  52. 40154e9 test: dm: tee: extend with RPC test by Igor Opaniuk · Mon Jan 25 14:28:43 2021 +0200
  53. 84643c1 drivers: tee: sandbox: add rpc test ta emulation by Igor Opaniuk · Mon Jan 25 14:28:42 2021 +0200
  54. f9254f7 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · Mon Jan 25 14:28:41 2021 +0200
  55. d30807d drivers: tee: i2c trampoline driver by Jorge Ramirez-Ortiz · Mon Jan 25 14:28:40 2021 +0200
  56. 05a17e8 usb: kbd: destroy device after console is stopped by Andy Shevchenko · Thu Feb 11 17:09:44 2021 +0200
  57. 8ee40d3 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · Thu Feb 11 17:09:43 2021 +0200
  58. e29d019 IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · Thu Feb 11 17:09:42 2021 +0200
  59. 75039f5 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · Thu Feb 11 17:09:41 2021 +0200
  60. 20a5c5e IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:40 2021 +0200
  61. ba69b2c console: Set file and devices at one go by Andy Shevchenko · Thu Feb 11 17:09:39 2021 +0200
  62. f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · Thu Feb 11 17:09:38 2021 +0200
  63. 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:37 2021 +0200
  64. 9433102 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:36 2021 +0200
  65. 2066f39 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · Thu Feb 11 17:09:35 2021 +0200
  66. 952e7a8 stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · Thu Feb 11 17:09:34 2021 +0200
  67. 868f240 Prepare v2021.04-rc2 by Tom Rini · Mon Feb 15 22:34:56 2021 -0500
  68. adfac3a Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138' by Tom Rini · Mon Feb 15 19:19:56 2021 -0500
  69. b823daa image: Check for unit addresses in FITs by Simon Glass · Mon Feb 15 17:08:12 2021 -0700
  70. 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · Mon Feb 15 17:08:11 2021 -0700
  71. 244705b image: Add an option to do a full check of the FIT by Simon Glass · Mon Feb 15 17:08:10 2021 -0700
  72. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · Mon Feb 15 17:08:09 2021 -0700
  73. 5e942f7 test: Add tests for the 'evil' vboot attacks by Simon Glass · Mon Feb 15 17:08:08 2021 -0700
  74. 141f49a test: Add vboot_evil implementation by Simon Glass · Mon Feb 15 17:08:07 2021 -0700
  75. 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · Mon Feb 15 17:08:06 2021 -0700
  76. 56d2f60 fdt_region: Check for a single root node of the correct name by Simon Glass · Mon Feb 15 17:08:05 2021 -0700
  77. 3c0d7a2 configs: Resync with savedefconfig by Tom Rini · Mon Feb 15 13:34:30 2021 -0500
  78. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  79. 4f029f6 Merge branch '2021-02-14-remove-some-boards' by Tom Rini · Mon Feb 15 08:15:42 2021 -0500
  80. ef6d89f sh: Remove sh7763rdp board by Tom Rini · Wed Feb 10 12:51:26 2021 -0500
  81. c488578 sh: Remove sh7757lcr board by Tom Rini · Wed Feb 10 12:51:25 2021 -0500
  82. 9f485fc sh: Remove sh7753evb board by Tom Rini · Wed Feb 10 12:51:24 2021 -0500
  83. 2383c19 sh: Remove sh7752evb board by Tom Rini · Wed Feb 10 12:51:23 2021 -0500
  84. c37799c sh: Remove r7780mp board by Tom Rini · Wed Feb 10 12:51:22 2021 -0500
  85. e2d0528 sh: Remove MigoR board by Tom Rini · Wed Feb 10 12:51:21 2021 -0500
  86. 42630ab ppc: Remove MPC8641HPCN board by Tom Rini · Tue Feb 09 21:42:54 2021 -0500
  87. 5d0f609 ppc: Remove MPC8610HPCD board by Tom Rini · Tue Feb 09 21:42:53 2021 -0500
  88. ec98e61 ppc: Remove MPC8572DS board by Tom Rini · Tue Feb 09 21:42:52 2021 -0500
  89. 43b6a1c ppc: Remove MPC8544DS board by Tom Rini · Tue Feb 09 21:42:51 2021 -0500
  90. 99b014c arm: Remove db-88f6281-bp board by Tom Rini · Tue Feb 09 08:03:16 2021 -0500
  91. 48425b1 arm: Remove ls2080a_simu board by Tom Rini · Tue Feb 09 08:03:10 2021 -0500
  92. b58ba76 arm: Remove mx35pdk board by Tom Rini · Tue Feb 09 08:03:02 2021 -0500
  93. 893757e arm: Remove apx4devkit board by Tom Rini · Tue Feb 09 08:02:59 2021 -0500
  94. dd46bae Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" by Tom Rini · Sun Feb 14 14:08:17 2021 -0500
  95. 2809c87 Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Feb 14 09:27:46 2021 -0500
  96. b7ff766 buildman: 'Thread' object has no attribute 'isAlive' by Heinrich Schuchardt · Thu Feb 11 12:03:22 2021 +0100
  97. 812f6e0 efi_loader: fix get_last_capsule() by Heinrich Schuchardt · Tue Feb 09 20:20:34 2021 +0100
  98. 76b708a efi_loader: '.' and '..' are directories by Heinrich Schuchardt · Tue Feb 09 17:45:33 2021 +0100
  99. 4e472d8 efi_loader: don't load beyond VirtualSize by Asherah Connor · Tue Feb 09 06:19:48 2021 +0000
  100. 6701b0d Merge tag 'u-boot-atmel-fixes-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Fri Feb 12 09:09:10 2021 -0500