1. 90592ed dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · 5 years ago
  2. 217f964 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · 5 years ago
  3. 91aab82 efi_loader: define all known warning status codes by Heinrich Schuchardt · 5 years ago
  4. 196f66d efi_loader: Add guidcpy function by Sughosh Ganu · 5 years ago
  5. ce77d30 part: efi: comment for GPT_HEADER_SIGNATURE_UBOOT by Heinrich Schuchardt · 5 years ago
  6. 6246741 efi_loader: export efi_install_fdt() by Heinrich Schuchardt · 5 years ago
  7. ffb9059 efi_loader: carve out efi_run_image() by Heinrich Schuchardt · 5 years ago
  8. 6fbb8ac efi_loader: pass address to efi_install_fdt() by Heinrich Schuchardt · 5 years ago
  9. 0c476f7 include: pe.h: add signature-related definitions by AKASHI Takahiro · 5 years ago
  10. 1a6b0f1 Merge branch 'next' by Tom Rini · 5 years ago
  11. 4719046 include/u-boot/crc.h: pull 'uint' definition on musl targets by Sergei Trofimovich · 5 years ago
  12. 9057f13 include: fix 'ulong' definition on musl targets by Sergei Trofimovich · 5 years ago
  13. 4a5af53 Merge tag 'u-boot-rockchip-20191231' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  14. 2b19962 rockchip: rk3328: add COUNTER_FREQUENCY definition by Kever Yang · 5 years ago
  15. 86a1750 Merge tag 'u-boot-imx-20191228' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  16. b93a1b7 omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW by Patrik Dahlström · 5 years ago
  17. 21b135a imx8m_evk: Remove unneeded earlycon string by Fabio Estevam · 5 years ago
  18. 6dddd88 mx51evk: Fix U-Boot corruption after saving the environment by Fabio Estevam · 5 years ago
  19. c68bb1c mx6sxsabresd: Adjust the mmcdev after DM conversion by Fabio Estevam · 5 years ago
  20. 038626e rockchip: rk3308: allow loading larger kernel Image by Andy Yan · 5 years ago
  21. 41e63db armv8: ls1028ardb: enable DisplayPort Power support by Wen He · 5 years ago
  22. 11e1a57 armv8: fsl-layerscape: Increase mmc read size for secure-boot headers by Udit Agarwal · 5 years ago
  23. ae6d852 drivers/fsl-mc: Support DPSPARSER object and apply spb command by Florinel Iordache · 5 years ago
  24. 4a0fbfc ppc/kmeter1: remove unused define by Holger Brunck · 5 years ago
  25. b3d5f19 board/km: remove CONFIG_KM_BOARD_NAME by Holger Brunck · 5 years ago
  26. ac4eb2c ppc/km: convert KM_DEF_NETDEV to Kconfig by Holger Brunck · 5 years ago
  27. 0f5d065 ppc/km/tegr1: support second localbus clock signal by Holger Brunck · 5 years ago
  28. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 5 years ago
  29. 069ddc7 misc: i2c_eeprom: add size query by Robert Beckett · 5 years ago
  30. 5f8e41a i2c: add support for offset overflow in to address by Robert Beckett · 5 years ago
  31. 124602a x86: Add chromebook_coral by Simon Glass · 5 years ago
  32. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
  33. 4c8243d x86: Move qemu CPU fixup function into its own file by Simon Glass · 5 years ago
  34. a104b64 mtd: spi: Export spi_flash_std_probe() by Simon Glass · 5 years ago
  35. 2d2e860 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 5 years ago
  36. 564a4a0 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 5 years ago
  37. 466c785 x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
  38. ff418d9 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 5 years ago
  39. 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
  40. 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
  41. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  42. 68e35a7 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  43. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
  44. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  45. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  46. 127f92a arm: ti: dra7: move BOOTP_DNS2 and PHY_TI in defconfig by Grygorii Strashko · 5 years ago
  47. 0288d2e common: remove duplicate typedef for uchar by Heinrich Schuchardt · 5 years ago
  48. e9358ea Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  49. e105b61 spl: opensbi: specify main hart as preferred boot hart by Lukas Auer · 5 years ago
  50. c3027d0 riscv: ax25-ae350: add SPL configuration by Rick Chen · 5 years ago
  51. 4b4a605 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 5 years ago
  52. 3934989 dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  53. b18fb7e dma: Introduce dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  54. cf64055 net: mdio-uclass: add dm_eth_phy_connect helper function by Alex Marginean · 5 years ago
  55. 6b3089e net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity by Alex Marginean · 5 years ago
  56. 1fd5416 include: phy: add data field for private driver data by Alex Marginean · 5 years ago
  57. 5219f68 include: phy: define XFI and USXGMII interface types by Alex Marginean · 5 years ago
  58. a5efed6 dt-bindings: phy: dp83867: Add documentation for disabling clock output by Grygorii Strashko · 5 years ago
  59. 9c71be9 net: Improve documentation for string_to_ip() by Joe Hershberger · 5 years ago
  60. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  61. c9b214c linux/types.h: fix typo unchar by Heinrich Schuchardt · 5 years ago
  62. 7bc5b5e Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  63. 5ace6ff lib: crypto: add pkcs7 message parser by AKASHI Takahiro · 5 years ago
  64. 4214284 lib: crypto: add rsa public key parser by AKASHI Takahiro · 5 years ago
  65. cbb1007 lib: crypto: add public key utility by AKASHI Takahiro · 5 years ago
  66. 5492364 lib: add oid registry utility by AKASHI Takahiro · 5 years ago
  67. f702526 cmd: add asn1_compiler by AKASHI Takahiro · 5 years ago
  68. 9825d55 linux/time.h: include vsprintf.h by AKASHI Takahiro · 5 years ago
  69. 0037a3d include: kernel.h: include printk.h by AKASHI Takahiro · 5 years ago
  70. 80a75bc lib: add mktime64() for linux compatibility by AKASHI Takahiro · 5 years ago
  71. 80eb59a rtc.h: add struct udevice declaration by AKASHI Takahiro · 5 years ago
  72. ceed4b4 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · 5 years ago
  73. 1bfd6f4 imx: imx8qxp_mek: increase buffer sizes and args number by Anatolij Gustschin · 5 years ago
  74. 8312e8c ARM: imx: vining2000: Convert to ethernet DM by Marek Vasut · 5 years ago
  75. 970d51a ARM: imx: vining2000: Convert to SPL framework by Marek Vasut · 5 years ago
  76. 80b9578 common: fdt_support: add support for setting usable memory by Igor Opaniuk · 5 years ago
  77. 48d81f9 warp7: Fix U-Boot corruption after saving the environment by Fabio Estevam · 5 years ago
  78. a100f9f rockchip: allow loading larger kernels by Ben Wolsieffer · 5 years ago
  79. 617fd79 cmd: nand/sf: isolate legacy code by Miquel Raynal · 5 years ago
  80. 400cfcd configs: move CONFIG_MTD in defconfigs when set in arch includes by Miquel Raynal · 5 years ago
  81. 2e35dbb mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · 5 years ago
  82. a903be4 mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  83. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  84. 862f505 ARM: MediaTek: add basic support for MT8518 boards by developer · 5 years ago
  85. 5817d5c clk: mediatek: add driver for MT8518 by developer · 5 years ago
  86. 6d7e459 ARM: omapl138_lcdk: Allow early init to start instruction cache by Adam Ford · 5 years ago
  87. 0b0342f Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · 5 years ago
  88. 84e35db Convert CONFIG_PHY_CORTINA to Kconfig by Tom Rini · 5 years ago
  89. dcda76e bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC by Lihua Zhao · 5 years ago
  90. 9ca7490 Merge branch '2019-12-02-master-imports' by Tom Rini · 5 years ago
  91. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago
  92. 8e50a0e common: Drop get_endaddr() by Simon Glass · 5 years ago
  93. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · 5 years ago
  94. 18afe10 common: Move pci_init_board() out of common.h by Simon Glass · 5 years ago
  95. a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  96. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  97. 320a5d4 common: Drop board_show_dram() by Simon Glass · 5 years ago
  98. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  99. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  100. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago