1. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · Thu Feb 25 17:22:35 2021 +0800
  2. 70b22cf cmd: Add a command to display the address map by Bin Meng · Thu Feb 25 17:22:34 2021 +0800
  3. e151403 lib: addr_map: Move address_map[] type to the header file by Bin Meng · Thu Feb 25 17:22:33 2021 +0800
  4. f1d10f9 include: Remove extern from addr_map.h by Bin Meng · Thu Feb 25 17:22:32 2021 +0800
  5. 1890c5d ppc: qemu: Enable driver model by Bin Meng · Thu Feb 25 17:22:31 2021 +0800
  6. 11f7a3f ppc: qemu: Enable OF_CONTROL by Bin Meng · Thu Feb 25 17:22:30 2021 +0800
  7. 0553db9 ppc: qemu: Drop board_early_init_f() by Bin Meng · Thu Feb 25 17:22:29 2021 +0800
  8. 7ac8054 ppc: qemu: Drop init_laws() and print_laws() by Bin Meng · Thu Feb 25 17:22:28 2021 +0800
  9. c39f340 ppc: mpc85xx: Wrap LAW related codes with CONFIG_FSL_LAW by Bin Meng · Thu Feb 25 17:22:27 2021 +0800
  10. 6c6e558 ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END by Bin Meng · Thu Feb 25 17:22:26 2021 +0800
  11. d863242 ppc: qemu: Support non-identity PCI bus address by Bin Meng · Thu Feb 25 17:22:25 2021 +0800
  12. d67d7d0 common: fdt_support: Support special case of PCI address in fdt_read_prop() by Bin Meng · Thu Feb 25 17:22:24 2021 +0800
  13. ff4a30b ppc: qemu: Update MAINTAINERS for correct email address by Bin Meng · Thu Feb 25 17:22:23 2021 +0800
  14. e39f8e0 pci: fsl_pci_init: Dynamically allocate the PCI regions by Bin Meng · Thu Feb 25 17:22:22 2021 +0800
  15. 284118a net: dsa: remove master santiy check by Michael Walle · Wed Feb 24 17:40:42 2021 +0100
  16. 340342a net: dsa: remove NULL check for priv and platform data by Michael Walle · Wed Feb 24 17:40:41 2021 +0100
  17. 785df8f net: dsa: probe master device by Michael Walle · Wed Feb 24 17:40:40 2021 +0100
  18. 322bbc6 net: dsa: return early if there is no master by Michael Walle · Wed Feb 24 17:40:39 2021 +0100
  19. 10e6305 board: ls1012aqds: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:23 2021 +0530
  20. 63aed45 board: lx2160a: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:22 2021 +0530
  21. 50ef1b1 board: ls1046ardb: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:21 2021 +0530
  22. 50a2828 board: ls1046aqds: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:20 2021 +0530
  23. dcc002b board: ls2080ardb: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:19 2021 +0530
  24. e54dbbd board: ls2080aqds: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:18 2021 +0530
  25. 3c98aaa board: ls1088a: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:17 2021 +0530
  26. 66773fd board: ls1043ardb: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:16 2021 +0530
  27. f9120f4 board: ls1028a: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:15 2021 +0530
  28. dcf94cc board: ls1021atwr: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:14 2021 +0530
  29. 2984765 board: ls1021aiot: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:13 2021 +0530
  30. d8764c4 board: ls1012ardb: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:12 2021 +0530
  31. a6927c3 board: ls1012afrdm: Update MAINTAINERS by Priyanka Jain · Fri Feb 19 17:50:11 2021 +0530
  32. 0741103 board: corenet_ds: MAINTAINERS: Remove redundant entries by Priyanka Jain · Fri Feb 19 17:50:10 2021 +0530
  33. 6d07298 configs: fsl: move via specific defines to Kconfig by Rajesh Bhagat · Mon Feb 15 09:46:14 2021 +0100
  34. 729f22f configs: fsl: move bootrom specific defines to Kconfig by Rajesh Bhagat · Thu Feb 11 13:28:49 2021 +0100
  35. c3301a2 arm: fsl: common: Improve NXP VID driver PMBus support by Stephen Carlson · Mon Feb 08 11:11:29 2021 +0100
  36. e77372e Azure/GitLab: Use buildman -T0 for binman, etc, test by Tom Rini · Thu Mar 04 16:59:00 2021 -0500
  37. c635d89 buildman: Support single-threaded operation by Simon Glass · Sat Jan 30 22:17:46 2021 -0700
  38. 482bac9 Nokia RX-51: Enable CONFIG_CMD_BOOTD by Pali Rohár · Wed Feb 24 01:27:29 2021 +0100
  39. 11f5c0c fs/squashfs: Fix compilation error by Pali Rohár · Wed Mar 03 10:52:36 2021 +0100
  40. 9cf15d8 Merge tag 'dm-pull-3mar21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Mar 03 22:53:53 2021 -0500
  41. 48ab3df serial: ns16550: Handle zero <clock-frequency> value by Bin Meng · Wed Feb 03 22:42:25 2021 +0800
  42. 01b792b serial: ns16550: Correct the base address type by Bin Meng · Wed Feb 03 21:22:40 2021 +0800
  43. 85f737b dts: Fix OF_LIVE dependency by Bin Meng · Wed Feb 03 21:20:03 2021 +0800
  44. c5e8b31 lib: Fix BINMAN_FDT dependency by Bin Meng · Wed Feb 03 21:20:02 2021 +0800
  45. 49b5e2e sandbox: host bind must close file descriptor by Heinrich Schuchardt · Wed Feb 03 00:21:56 2021 +0100
  46. 49d092f fix patman --limit-cc option by Bernhard Kirchen · Fri Jan 29 15:10:08 2021 +0100
  47. 051ddfb bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT by Simon Glass · Wed Feb 03 06:00:49 2021 -0700
  48. d6206a5 dm: core: Add DM_DEVICE_REMOVE condition to all exit paths by Simon Glass · Wed Feb 03 21:29:44 2021 -0700
  49. e07434b dm: core: Fix allocation of empty of-platdata by Simon Glass · Wed Feb 03 21:29:43 2021 -0700
  50. a30f24f Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Mar 03 10:10:34 2021 -0500
  51. 256dba0 board: gateworks: imx8mm: Add Gateworks Venice board support by Tim Harvey · Tue Mar 02 14:00:21 2021 -0800
  52. 5fe2ef0 arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kits by Tim Harvey · Tue Mar 02 14:00:20 2021 -0800
  53. 11dbe14 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Mar 03 07:54:55 2021 -0500
  54. 3d8f168 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · Sun Feb 28 12:50:49 2021 +0100
  55. bba0bba Nokia RX-51: Enable usbtty serial console by default by Pali Rohár · Sat Feb 20 11:50:15 2021 +0100
  56. 9157a8c Nokia RX-51: Move content of rx51.h to rx51.c by Pali Rohár · Sun Feb 07 14:50:15 2021 +0100
  57. feab804 Nokia RX-51: Remove function set_muxconf_regs() by Pali Rohár · Sun Feb 07 14:50:14 2021 +0100
  58. 8d4342f arm: omap3: Compile s_init() function only when it is used by Pali Rohár · Sun Feb 07 14:50:13 2021 +0100
  59. 9d085e2 arm: omap3: Compile lowlevel_init() function only when it is used by Pali Rohár · Sun Feb 07 14:50:12 2021 +0100
  60. e467000 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · Sun Feb 07 14:50:11 2021 +0100
  61. 858df84 usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint by Pali Rohár · Sun Feb 07 14:50:10 2021 +0100
  62. 067be3e usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand by Pali Rohár · Sun Feb 07 14:50:09 2021 +0100
  63. d0ee6e5 usb: musb: Fix receiving of bigger buffers by Pali Rohár · Sun Feb 07 14:50:08 2021 +0100
  64. 4540aae usb: musb: Fix transmission of bigger buffers by Pali Rohár · Sun Feb 07 14:50:07 2021 +0100
  65. 980d36d usb: musb: Read value of PERI_RXCSR to 16bit variable by Pali Rohár · Sun Feb 07 14:50:06 2021 +0100
  66. 4711218 usb: musb: Fix configuring FIFO for endpoints by Pali Rohár · Sun Feb 07 14:50:05 2021 +0100
  67. 41d6fa8 usb: musb: Always clear the data toggle bit when configuring ep by Pali Rohár · Sun Feb 07 14:50:04 2021 +0100
  68. 572250d usb: musb: Fix compilation of gadget code by Pali Rohár · Sun Feb 07 14:50:03 2021 +0100
  69. 29825e9 serial: usbtty: Send urb data in correct order by Pali Rohár · Sun Feb 07 14:50:02 2021 +0100
  70. 84567c3 serial: usbtty: Fix puts function by Pali Rohár · Sun Feb 07 14:50:01 2021 +0100
  71. 4432c4b Merge tag 'rpi-next-2021.04.2' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Tue Mar 02 16:46:16 2021 -0500
  72. b1607c8 configs: Resync with savedefconfig by Tom Rini · Tue Mar 02 09:36:23 2021 -0500
  73. 822dc4b configs: rpi4_32: Enable iProc RNG200 by Matthias Brugger · Fri Feb 26 11:48:01 2021 +0100
  74. d7abe4c rng: iproc_rng200: Enable support for RPi4 armv7 by Matthias Brugger · Fri Feb 26 11:48:00 2021 +0100
  75. b118312 MAINTAINERS: Update info for Raspberry Pi by Matthias Brugger · Fri Feb 26 11:23:16 2021 +0100
  76. 67565bd drivers: mmc: iproc_sdhci: enable HS200 mode by Bharat Gooty · Fri Feb 26 11:45:13 2021 +0530
  77. ced96dc configs: RPi2: Disable EFI Grub workaround by Matthias Brugger · Tue Feb 16 20:54:08 2021 +0100
  78. 607be3d Prepare v2021.04-rc3 by Tom Rini · Mon Mar 01 22:46:41 2021 -0500
  79. 1fe77fd ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y by Marek Vasut · Mon Mar 01 16:41:28 2021 +0100
  80. 8712391 log: convert pr_*() to logging by Heinrich Schuchardt · Mon Jan 04 08:02:55 2021 +0100
  81. 33d1eab fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · Tue Feb 09 18:33:37 2021 +0100
  82. e48aac0 ARM: imx: Do not hard-code MX8M MMU table DRAM entry offset by Marek Vasut · Sat Feb 27 14:59:00 2021 +0100
  83. 947d5b9 ARM: dts: imx8mq-evk: Remove u-boot,off-on-delay-us property by Fabio Estevam · Mon Feb 22 14:40:47 2021 -0300
  84. 452b025 tools: imx8mimage: Restore the original __ALIGN_MASK() macro by Fabio Estevam · Mon Feb 22 13:16:43 2021 -0300
  85. d1b8206 arm: dts: imx8mp-evk: Add FEC PHY reset timing by Ye Li · Thu Feb 18 22:33:48 2021 -0800
  86. dd39a6e imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit. by Adam Ford · Tue Feb 16 08:19:52 2021 -0600
  87. 86df5f8 doc: board: freescale: imx8mp_evk: update to newer versions and change ATF_LOAD_ADDR by Peter Bergin · Sun Feb 14 20:19:22 2021 +0100
  88. befffe7 ARM: imx: Add missing FEC ethernet quirk for MX8M by Marek Vasut · Thu Feb 25 22:02:26 2021 +0100
  89. ff9a58e mx6sabre: Fix boot failure by Ye Li · Sat Feb 20 18:25:45 2021 -0800
  90. e8801ac mmc: fsl_esdhc_imx: fix the DTOCV to 0xE by Haibo Chen · Fri Feb 19 11:25:32 2021 -0800
  91. 1f765d9 mx23evk: Add myself as maintainer by Fabio Estevam · Thu Feb 18 20:32:30 2021 -0300
  92. eaca381 mx23evk: Convert to driver model by Fabio Estevam · Thu Feb 18 20:32:29 2021 -0300
  93. f62cf92 mx23-evk: Import devicetree file from Linux by Fabio Estevam · Thu Feb 18 20:32:28 2021 -0300
  94. 4116c1d mx51evk: Add myself as maintainer by Fabio Estevam · Mon Feb 15 08:58:18 2021 -0300
  95. 6df20c9 mx51evk: Convert to driver model by Fabio Estevam · Mon Feb 15 08:58:17 2021 -0300
  96. 84bfab6 imx51-babbage: Import devicetree files from Linux by Fabio Estevam · Mon Feb 15 08:58:16 2021 -0300
  97. eaf8ccc mmc: fsl_esdhc_imx: Add a compatible for i.MX51 by Fabio Estevam · Mon Feb 15 08:58:15 2021 -0300
  98. 84cccc3 mx53loco: Add myself as maintainer by Fabio Estevam · Sat Feb 13 22:49:54 2021 -0300
  99. 8b07f80 ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin by Fabio Estevam · Sat Feb 13 22:49:53 2021 -0300
  100. 4eb2670 mx53loco: Convert to driver model by Fabio Estevam · Sat Feb 13 22:49:52 2021 -0300