1. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  2. 16ff570 common: Move sorting functions to their own header file by Simon Glass · Thu Nov 14 12:57:19 2019 -0700
  3. 6853b16 common: Move bootcount functions to their header file by Simon Glass · Thu Nov 14 12:57:18 2019 -0700
  4. c11c19f spl: bootcount: Move code out of header file by Simon Glass · Thu Nov 14 12:57:17 2019 -0700
  5. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  6. c2226bf crc: Fix code style with crc functions by Simon Glass · Thu Nov 14 12:57:15 2019 -0700
  7. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  8. ecd1f81 common: Move random-number functions into their own header by Simon Glass · Thu Nov 14 12:57:13 2019 -0700
  9. 9ea8f9f status_led: Tidy up the code style by Simon Glass · Thu Nov 14 12:57:12 2019 -0700
  10. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · Thu Nov 14 12:57:11 2019 -0700
  11. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  12. 970b61e common: Move older CPU functions to their own header by Simon Glass · Thu Nov 14 12:57:09 2019 -0700
  13. de2eaee Merge git://git.denx.de/u-boot-usb by Tom Rini · Thu Nov 28 07:34:21 2019 -0500
  14. 11ad8cb stm32mp1: board: add spi nand support by Patrick Delaunay · Mon Oct 14 09:28:11 2019 +0200
  15. 093f6e1 stm32mp1: activate SET_DFU_ALT_INFO by Patrick Delaunay · Mon Oct 14 09:28:09 2019 +0200
  16. 8c6e613 ARM: dts: stm32: DT alignment with kernel v5.4-rc4 by Patrick Delaunay · Wed Nov 06 16:16:33 2019 +0100
  17. c5c9069 ARM: dts: stm32: DT alignment with kernel v5.3 by Patrick Delaunay · Wed Nov 06 16:16:32 2019 +0100
  18. c05deb5 Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot by Tom Rini · Mon Nov 25 12:56:27 2019 -0500
  19. 809a220 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · Sat Nov 23 18:15:22 2019 +0100
  20. 2c68dee ARM: bcm283x: Move BCM283x_BASE to a global variable by Matthias Brugger · Tue Nov 19 16:01:03 2019 +0100
  21. 5db181d Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sat Nov 23 20:50:11 2019 -0500
  22. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  23. 43e7b34 power: fan53555: add support for Silergy SYR82X and SYR83X by Vasily Khoruzhick · Sat Nov 16 11:32:03 2019 -0800
  24. 5cd7ece env: Finish migration of common ENV options by Tom Rini · Mon Nov 18 20:02:10 2019 -0500
  25. f4bdf1b env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · Mon Nov 18 20:02:07 2019 -0500
  26. c22d9e3 efi_loader: remove unused function efi_dp_from_dev() by Heinrich Schuchardt · Sun Nov 10 02:16:33 2019 +0100
  27. 2972384 Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Nov 17 21:15:57 2019 -0500
  28. 8a9ebe3 Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm by Tom Rini · Sun Nov 17 21:15:23 2019 -0500
  29. 0ae07f6 rockchip: dts: tinker: Add tinker-s board support by Michael Trimarchi · Fri Nov 15 22:07:24 2019 +0100
  30. 62d952f rockchip: rk3308: Add support for ROC-RK3308-CC board by Andy Yan · Thu Nov 14 11:23:02 2019 +0800
  31. 771788f board: rockchip: Add rk3308 evb support by Andy Yan · Thu Nov 14 11:21:15 2019 +0800
  32. afa7160 rockchip: clk: Add clk driver for rk3308 by Finley Xiao · Thu Nov 14 11:21:13 2019 +0800
  33. b5e1630 arm: rockchip: Add RK3308 SOC support by Andy Yan · Thu Nov 14 11:21:12 2019 +0800
  34. da2f45a rockchip: rk3399: split rockpro64 out of evb_rk3399 by Vasily Khoruzhick · Sat Nov 09 11:24:50 2019 -0800
  35. 45bda03 rockchip: usb: Migrate to use ofnode by Kever Yang · Wed Oct 16 17:13:31 2019 +0800
  36. be19fb2 rockchip: add px30-evb board by Heiko Stuebner · Tue Jul 16 22:19:43 2019 +0200
  37. ba1033d rockchip: clk: add px30 clock driver by Kever Yang · Thu Jul 11 10:42:16 2019 +0200
  38. aff82aa rockchip: add core px30 headers by Heiko Stuebner · Tue Jul 16 22:17:13 2019 +0200
  39. 1c9bb9b tests: add OP-TEE test suite by Heiko Stuebner · Wed Oct 23 16:46:41 2019 +0200
  40. b1a4fa0 image: fdt: copy possible optee nodes to a loaded devicetree by Heiko Stuebner · Wed Oct 23 16:46:40 2019 +0200
  41. 754302f fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory() by Heiko Stuebner · Wed Oct 23 16:46:39 2019 +0200
  42. 49723ac fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory() by Heiko Stuebner · Wed Oct 23 16:46:38 2019 +0200
  43. ee284f9 pinctrol: dm: remove the function pinctrl_decode_pin_config by Patrick Delaunay · Wed Oct 23 15:44:36 2019 +0200
  44. 0f675d9 efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · Thu Nov 07 08:05:17 2019 +0100
  45. 4bb26a4 defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT by Tom Rini · Sun Nov 10 11:28:03 2019 -0500
  46. d183ee7 pfla02: Migrate CONFIG_ENV_IS_IN_SPI_FLASH to defconfig by Tom Rini · Sat Nov 09 17:49:20 2019 -0500
  47. 254f578 evb-rk3128: Migrate CONFIG_ENV_IS_IN_MMC to defconfig by Tom Rini · Sat Nov 09 17:33:49 2019 -0500
  48. 6899af9 Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Nov 12 07:18:23 2019 -0500
  49. 99792e2 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Nov 11 14:19:32 2019 -0500
  50. 27e555e Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Mon Nov 11 14:19:04 2019 -0500
  51. abe4408 rockchip: config: update CONFIG_SPL_MAX_SIZE for 64bit CPUs by Kever Yang · Fri Oct 18 15:54:16 2019 +0800
  52. d6b3e83 power: pmic: rk809: support rk809 pmic by Joseph Chen · Thu Sep 26 15:45:07 2019 +0800
  53. 4a1ae18 power: pmic: rk817: support rk817 pmic by Joseph Chen · Thu Sep 26 15:44:55 2019 +0800
  54. 1d9077e power: pmic: rk805: support rk805 pmic by Elaine Zhang · Thu Sep 26 15:43:55 2019 +0800
  55. 04e5a43 power: pmic: rk816: support rk816 pmic by Elaine Zhang · Thu Sep 26 15:43:54 2019 +0800
  56. bb51132 dm: regulator: support regulator more state by Joseph Chen · Thu Sep 26 15:43:52 2019 +0800
  57. a59f612 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Nov 08 14:05:07 2019 -0500
  58. 01ed2a1 Merge branch '2019-11-07-master-imports' by Tom Rini · Fri Nov 08 07:27:45 2019 -0500
  59. d2dd2f7 freescale/powerpc: Rename the config CONFIG_SECURE_BOOT name by Udit Agarwal · Thu Nov 07 16:11:39 2019 +0000
  60. 22ec238 freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name by Udit Agarwal · Thu Nov 07 16:11:32 2019 +0000
  61. 7085d07 armv8: lx2160a: add icid setup for platform devices by Laurentiu Tudor · Fri Oct 18 09:01:55 2019 +0000
  62. a36bb3c power: pmic: tps65941: Add support for tps65941 family of PMICs by Keerthy · Thu Oct 24 15:00:50 2019 +0530
  63. fda68e4 misc: k3_avs: Add j721e support by Keerthy · Thu Oct 24 15:00:49 2019 +0530
  64. 887dde5 misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0 by Tero Kristo · Thu Oct 24 15:00:46 2019 +0530
  65. 1c4a2c4 arm: add initial support for the Phytium Durian Board by liu hao · Thu Oct 31 07:51:08 2019 +0000
  66. b5a044e linux err: make ERR_PTR/PTR_ERR architecture specific by Simon Goldschmidt · Tue Oct 22 21:29:47 2019 +0200
  67. 615e3b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Thu Nov 07 07:25:14 2019 -0500
  68. 851bddd usb: composite: add BOS descriptor support to composite framework by T Karthik Reddy · Mon Oct 14 14:52:50 2019 +0200
  69. 828da47 usb: udc: Introduce ->udc_set_speed() method by Sherry Sun · Tue Oct 01 17:26:32 2019 +0530
  70. cb39a96 usb: gadget: Add match_ep() op to usb_gadget_ops by Vignesh Raghavendra · Tue Oct 01 17:26:31 2019 +0530
  71. e959b3b bitmaps: import for_each_set_bit() macro by Vignesh Raghavendra · Tue Oct 01 17:26:30 2019 +0530
  72. 0e3ec36 list: import list_first_entry_or_null() by Vignesh Raghavendra · Tue Oct 01 17:26:29 2019 +0530
  73. 7593603 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Wed Nov 06 07:11:02 2019 -0500
  74. a95b2c4 Merge tag 'mmc-2019-11-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Nov 06 07:10:16 2019 -0500
  75. 84cdae2 mpc85xx, socrates: add DM PCI support by Heiko Schocher · Wed Oct 16 05:55:54 2019 +0200
  76. 08ce372 mpc85xx, socrates: enable DM serial by Heiko Schocher · Wed Oct 16 05:55:53 2019 +0200
  77. f707b40 mpc85xx, socrates: enable DM I2C by Heiko Schocher · Wed Oct 16 05:55:52 2019 +0200
  78. ff10993 mpc85xx, socrates: disable VIDEO by Heiko Schocher · Wed Oct 16 05:55:51 2019 +0200
  79. 66daf32 mpc85xx, socrates: add DM support by Heiko Schocher · Wed Oct 16 05:55:49 2019 +0200
  80. 27b9b72 mpc85xx, socrates: suppress unknown flash warning by Heiko Schocher · Wed Oct 16 05:55:46 2019 +0200
  81. e5f2b22 imx: imx8mm-evk: enable ethernet by Peng Fan · Tue Oct 22 03:30:04 2019 +0000
  82. a181afe imx: add i.MX8MN DDR4 board support by Peng Fan · Mon Sep 16 03:09:55 2019 +0000
  83. d4487ba imx: add dtsi for i.MX8MN by Peng Fan · Mon Sep 16 03:09:52 2019 +0000
  84. 7be85a7 tools: imx8mimage: add ROM VERSION by Peng Fan · Mon Sep 16 03:09:39 2019 +0000
  85. f3bcc83 mmc: fsl_esdhc: always check write protect state by Yangbo Lu · Thu Oct 31 18:54:25 2019 +0800
  86. 63267b4 mmc: fsl_esdhc: fix voltage validation by Yangbo Lu · Thu Oct 31 18:54:21 2019 +0800
  87. 89117ac fdt: Add INT32_MAX to kernel.h for libfdt by Simon Glass · Sun Oct 27 09:47:39 2019 -0600
  88. a3ec535 Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Nov 04 12:57:41 2019 -0500
  89. 752b309 Merge branch '2019-11-04-ti-imports' by Tom Rini · Mon Nov 04 12:57:34 2019 -0500
  90. 133dd1c net: ti: cpsw: convert to use dev/ofnode api by Grygorii Strashko · Thu Sep 19 11:16:42 2019 +0300
  91. 6fc5ae1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Sun Nov 03 19:28:54 2019 -0500
  92. c5540137 nand: mxs_nand: add API for switching different BCH layouts by Igor Opaniuk · Sun Nov 03 16:49:43 2019 +0100
  93. dafcd99 imx: support i.MX8QM ROM 7720 a1 board by Oliver Graute · Fri Sep 20 07:08:41 2019 +0000
  94. 6443d5d board/BuR/brppt2: initial commit by Hannes Schmelzer · Wed Jul 17 14:29:53 2019 +0200
  95. 128f189 imx8qxp: mek: add secure boot script by Peng Fan · Wed Sep 25 08:11:19 2019 +0000
  96. 46f9cfb imx8qm: mek: add secure boot script by Peng Fan · Wed Sep 25 08:11:17 2019 +0000
  97. f193093 dt-bindings: import usb pd by Peng Fan · Wed Oct 16 10:24:28 2019 +0000
  98. d5c9613 opos6uldev: migrate to DM_VIDEO by Sébastien Szymanski · Mon Oct 21 15:33:03 2019 +0200
  99. 5444fdf imx6ul: opos6ul: migrate to DM_ETH by Sébastien Szymanski · Mon Oct 21 15:33:02 2019 +0200
  100. 02548cf imx: update i.MX8MQ device trees by Patrick Wildt · Mon Oct 14 13:19:00 2019 +0200