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