1. 9c71be9 net: Improve documentation for string_to_ip() by Joe Hershberger · Fri Sep 13 19:29:41 2019 -0500
  2. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · Fri Sep 13 19:21:16 2019 -0500
  3. 5ace6ff lib: crypto: add pkcs7 message parser by AKASHI Takahiro · Wed Nov 13 09:45:01 2019 +0900
  4. 4214284 lib: crypto: add rsa public key parser by AKASHI Takahiro · Wed Nov 13 09:44:59 2019 +0900
  5. cbb1007 lib: crypto: add public key utility by AKASHI Takahiro · Wed Nov 13 09:44:58 2019 +0900
  6. 5492364 lib: add oid registry utility by AKASHI Takahiro · Wed Nov 13 09:44:57 2019 +0900
  7. f702526 cmd: add asn1_compiler by AKASHI Takahiro · Wed Nov 13 09:44:53 2019 +0900
  8. 9825d55 linux/time.h: include vsprintf.h by AKASHI Takahiro · Wed Nov 13 09:44:52 2019 +0900
  9. 0037a3d include: kernel.h: include printk.h by AKASHI Takahiro · Wed Nov 13 09:44:51 2019 +0900
  10. 80a75bc lib: add mktime64() for linux compatibility by AKASHI Takahiro · Wed Nov 13 09:44:50 2019 +0900
  11. 80eb59a rtc.h: add struct udevice declaration by AKASHI Takahiro · Wed Nov 13 09:44:48 2019 +0900
  12. ceed4b4 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · Mon Nov 25 09:07:36 2019 +0100
  13. a100f9f rockchip: allow loading larger kernels by Ben Wolsieffer · Tue Dec 03 00:40:05 2019 -0500
  14. 617fd79 cmd: nand/sf: isolate legacy code by Miquel Raynal · Fri Oct 25 19:39:29 2019 +0200
  15. 400cfcd configs: move CONFIG_MTD in defconfigs when set in arch includes by Miquel Raynal · Thu Oct 03 19:50:16 2019 +0200
  16. 2e35dbb mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · Thu Oct 03 19:50:05 2019 +0200
  17. a903be4 mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · Thu Oct 03 19:50:04 2019 +0200
  18. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  19. 862f505 ARM: MediaTek: add basic support for MT8518 boards by developer · Thu Nov 07 19:28:44 2019 +0800
  20. 5817d5c clk: mediatek: add driver for MT8518 by developer · Thu Nov 07 19:28:41 2019 +0800
  21. 6d7e459 ARM: omapl138_lcdk: Allow early init to start instruction cache by Adam Ford · Sun Nov 10 10:17:58 2019 -0600
  22. 0b0342f Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · Tue Nov 26 17:32:43 2019 -0500
  23. 84e35db Convert CONFIG_PHY_CORTINA to Kconfig by Tom Rini · Tue Nov 26 17:32:42 2019 -0500
  24. dcda76e bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC by Lihua Zhao · Fri Nov 15 00:21:17 2019 -0800
  25. 9ca7490 Merge branch '2019-12-02-master-imports' by Tom Rini · Mon Dec 02 22:05:35 2019 -0500
  26. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · Thu Nov 14 12:57:50 2019 -0700
  27. 8e50a0e common: Drop get_endaddr() by Simon Glass · Thu Nov 14 12:57:49 2019 -0700
  28. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · Thu Nov 14 12:57:48 2019 -0700
  29. 18afe10 common: Move pci_init_board() out of common.h by Simon Glass · Thu Nov 14 12:57:47 2019 -0700
  30. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  31. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  32. 320a5d4 common: Drop board_show_dram() by Simon Glass · Thu Nov 14 12:57:44 2019 -0700
  33. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  34. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  35. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  36. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  37. 1ba89d7 common: Drop checkicache() and checkdcache() by Simon Glass · Thu Nov 14 12:57:38 2019 -0700
  38. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  39. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · Thu Nov 14 12:57:36 2019 -0700
  40. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  41. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · Thu Nov 14 12:57:34 2019 -0700
  42. 08c5591 common: Drop cpu_init() by Simon Glass · Thu Nov 14 12:57:33 2019 -0700
  43. 33d1e70 common: Move some CPU functions out of common.h by Simon Glass · Thu Nov 14 12:57:32 2019 -0700
  44. caefa32 common: Move mii_init() function out of common.h by Simon Glass · Thu Nov 14 12:57:31 2019 -0700
  45. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  46. 2e3b8a2 common: Move timer_get_us() function out of common.h by Simon Glass · Thu Nov 14 12:57:29 2019 -0700
  47. 77f80e6 common: Move wait_ticks functions out of common.h by Simon Glass · Thu Nov 14 12:57:27 2019 -0700
  48. 45c7890 common: Move some time functions out of common.h by Simon Glass · Thu Nov 14 12:57:26 2019 -0700
  49. e1aba1e common: Add a new lz4.h header file by Simon Glass · Thu Nov 14 12:57:25 2019 -0700
  50. 3673618 common: Move serial functions out of common.h by Simon Glass · Thu Nov 14 12:57:24 2019 -0700
  51. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · Thu Nov 14 12:57:23 2019 -0700
  52. 23fe449 serial: usb: Correct the usbtty_...() prototypes by Simon Glass · Thu Nov 14 12:57:22 2019 -0700
  53. 15595db common: Move env_get_ip() to net.h by Simon Glass · Thu Nov 14 12:57:21 2019 -0700
  54. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  55. 16ff570 common: Move sorting functions to their own header file by Simon Glass · Thu Nov 14 12:57:19 2019 -0700
  56. 6853b16 common: Move bootcount functions to their header file by Simon Glass · Thu Nov 14 12:57:18 2019 -0700
  57. c11c19f spl: bootcount: Move code out of header file by Simon Glass · Thu Nov 14 12:57:17 2019 -0700
  58. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  59. c2226bf crc: Fix code style with crc functions by Simon Glass · Thu Nov 14 12:57:15 2019 -0700
  60. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  61. ecd1f81 common: Move random-number functions into their own header by Simon Glass · Thu Nov 14 12:57:13 2019 -0700
  62. 9ea8f9f status_led: Tidy up the code style by Simon Glass · Thu Nov 14 12:57:12 2019 -0700
  63. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · Thu Nov 14 12:57:11 2019 -0700
  64. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  65. 970b61e common: Move older CPU functions to their own header by Simon Glass · Thu Nov 14 12:57:09 2019 -0700
  66. 6616774 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Mon Dec 02 10:53:34 2019 -0500
  67. 95ee2ae Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Mon Dec 02 10:53:07 2019 -0500
  68. 2f9e494 MIPS: remove Micronas VCT boards by Daniel Schwierzeck · Fri Oct 18 15:13:26 2019 +0200
  69. de2eaee Merge git://git.denx.de/u-boot-usb by Tom Rini · Thu Nov 28 07:34:21 2019 -0500
  70. e709951 include/configs: ls1012a: add pfe stop command by Biwen Li · Fri Nov 15 15:10:14 2019 +0800
  71. cabe55c armv8: ls1043aqds: modify the qspi_bootcmd definition by Wen He · Thu Nov 14 15:08:15 2019 +0800
  72. 7f3da7b armv8: ls1028a: Add environment variables to facilitate the boot by Yuantian Tang · Mon Nov 04 15:10:45 2019 +0800
  73. 11ad8cb stm32mp1: board: add spi nand support by Patrick Delaunay · Mon Oct 14 09:28:11 2019 +0200
  74. 093f6e1 stm32mp1: activate SET_DFU_ALT_INFO by Patrick Delaunay · Mon Oct 14 09:28:09 2019 +0200
  75. 8c6e613 ARM: dts: stm32: DT alignment with kernel v5.4-rc4 by Patrick Delaunay · Wed Nov 06 16:16:33 2019 +0100
  76. c5c9069 ARM: dts: stm32: DT alignment with kernel v5.3 by Patrick Delaunay · Wed Nov 06 16:16:32 2019 +0100
  77. 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
  78. 809a220 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · Sat Nov 23 18:15:22 2019 +0100
  79. 2c68dee ARM: bcm283x: Move BCM283x_BASE to a global variable by Matthias Brugger · Tue Nov 19 16:01:03 2019 +0100
  80. 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
  81. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  82. 43e7b34 power: fan53555: add support for Silergy SYR82X and SYR83X by Vasily Khoruzhick · Sat Nov 16 11:32:03 2019 -0800
  83. 5cd7ece env: Finish migration of common ENV options by Tom Rini · Mon Nov 18 20:02:10 2019 -0500
  84. 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
  85. c22d9e3 efi_loader: remove unused function efi_dp_from_dev() by Heinrich Schuchardt · Sun Nov 10 02:16:33 2019 +0100
  86. 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
  87. 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
  88. 0ae07f6 rockchip: dts: tinker: Add tinker-s board support by Michael Trimarchi · Fri Nov 15 22:07:24 2019 +0100
  89. 62d952f rockchip: rk3308: Add support for ROC-RK3308-CC board by Andy Yan · Thu Nov 14 11:23:02 2019 +0800
  90. 771788f board: rockchip: Add rk3308 evb support by Andy Yan · Thu Nov 14 11:21:15 2019 +0800
  91. afa7160 rockchip: clk: Add clk driver for rk3308 by Finley Xiao · Thu Nov 14 11:21:13 2019 +0800
  92. b5e1630 arm: rockchip: Add RK3308 SOC support by Andy Yan · Thu Nov 14 11:21:12 2019 +0800
  93. da2f45a rockchip: rk3399: split rockpro64 out of evb_rk3399 by Vasily Khoruzhick · Sat Nov 09 11:24:50 2019 -0800
  94. 45bda03 rockchip: usb: Migrate to use ofnode by Kever Yang · Wed Oct 16 17:13:31 2019 +0800
  95. be19fb2 rockchip: add px30-evb board by Heiko Stuebner · Tue Jul 16 22:19:43 2019 +0200
  96. ba1033d rockchip: clk: add px30 clock driver by Kever Yang · Thu Jul 11 10:42:16 2019 +0200
  97. aff82aa rockchip: add core px30 headers by Heiko Stuebner · Tue Jul 16 22:17:13 2019 +0200
  98. 1c9bb9b tests: add OP-TEE test suite by Heiko Stuebner · Wed Oct 23 16:46:41 2019 +0200
  99. b1a4fa0 image: fdt: copy possible optee nodes to a loaded devicetree by Heiko Stuebner · Wed Oct 23 16:46:40 2019 +0200
  100. 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