1. 97de393 rockchip: Fix spl mmc boot device ofpath by Jagan Teki · 4 years, 5 months ago
  2. ab80137 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 5 months ago
  3. 0d6a3e2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 5 months ago
  4. 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 5 months ago
  5. 03d4c29 cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · 4 years, 5 months ago
  6. 924e346 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · 4 years, 5 months ago
  7. 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 5 months ago
  8. c685f8b cbfs: Record the start address in cbfs_priv by Simon Glass · 4 years, 5 months ago
  9. e82ab51 cbfs: Use void * for the position pointers by Simon Glass · 4 years, 5 months ago
  10. 9dc2355 cbfs: Unify the two header loaders by Simon Glass · 4 years, 5 months ago
  11. a2c528f cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · 4 years, 5 months ago
  12. 54e1925 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · 4 years, 5 months ago
  13. c7bef7c cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · 4 years, 5 months ago
  14. 381e113 cbfs: Use bool type for whether initialised by Simon Glass · 4 years, 5 months ago
  15. 45637db cbfs: Use ulong consistently by Simon Glass · 4 years, 5 months ago
  16. ea38ee9 cbfs: Rename the result variable by Simon Glass · 4 years, 5 months ago
  17. 30cf2ba cbfs: drop file_cbfs_result declaration by Christian Gmeiner · 4 years, 5 months ago
  18. 53942b9 x86: coreboot: add SMBIOS cbmem entry parsing by Christian Gmeiner · 4 years, 5 months ago
  19. d9e7efe x86: apl: Use devicetree for FSP-S configuration by Bernhard Messerklinger · 4 years, 5 months ago
  20. 1fa6305 x86: apl: Use devicetree for FSP-M configuration by Bernhard Messerklinger · 4 years, 5 months ago
  21. 832fee8 x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled by Bernhard Messerklinger · 4 years, 5 months ago
  22. b032db2 x86: mtrr: Drop the mask display when changing an mtrr by Simon Glass · 4 years, 6 months ago
  23. df9ebbe arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236 by Luka Kovacic · 4 years, 5 months ago
  24. 8678776 arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500 by Jakov Petrina · 4 years, 5 months ago
  25. 0700093 arm: mvebu: ds414: define CONFIG_SYS_U_BOOT_OFFS by Ezra Buehler · 4 years, 5 months ago
  26. a1a61b0 arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0 by Ezra Buehler · 4 years, 5 months ago
  27. 0ab24c3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 5 months ago
  28. 32a8f80 configs: Resync with savedefconfig by Tom Rini · 4 years, 5 months ago
  29. 4ef196c sifive: fix palmer's email address by Pragnesh Patel · 4 years, 6 months ago
  30. 7e249bc riscv: Move all SMP related SBI calls to SBI_v01 by Atish Patra · 4 years, 6 months ago
  31. 8c48bb2 Prepare v2020.07-rc3 by Tom Rini · 4 years, 5 months ago v2020.07-rc3
  32. 60c7fac Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 5 months ago WIP/25May2020
  33. 71f70cf Merge branch '2020-05-25-misc-fixes' by Tom Rini · 4 years, 5 months ago
  34. efc0644 sandbox: move compression option to Kconfig by Michael Walle · 4 years, 5 months ago
  35. 2843444 cmd: zip: fix implicit declaration warning by Michael Walle · 4 years, 5 months ago
  36. eff5a54 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 5 months ago
  37. 56c311b cmd: unzip: automatically select CONFIG_GZIP by Michael Walle · 4 years, 5 months ago
  38. 3ec4699 env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig by Marek Vasut · 4 years, 5 months ago
  39. 2aca880 tools/env/fw_env.h: remove env.h by Romain Naour · 4 years, 5 months ago
  40. 35e3991 Convert CONFIG_CMD_MMC to Kconfig by Tom Rini · 4 years, 5 months ago
  41. 64b69f8 phy: Fix possible NULL pointer deference by Vignesh Raghavendra · 4 years, 5 months ago
  42. f4c1f70 MAINTAINERS: add dfu.h and dfu.rst to DFU by Heinrich Schuchardt · 4 years, 5 months ago
  43. d181191 doc: dfu: describe more DFU function by Heinrich Schuchardt · 4 years, 5 months ago
  44. 3547e69 doc: dfu: fix typos in README.dfu by Heinrich Schuchardt · 4 years, 5 months ago
  45. f39c845 doc: dfu: add DFU to HTML documentation by Heinrich Schuchardt · 4 years, 5 months ago
  46. 378fc83 doc: dfu: describe eMMC partition number parameter by Heinrich Schuchardt · 4 years, 5 months ago
  47. 51028db MAINTAINERS: add doc/driver-model/ to DRIVER MODEL by Heinrich Schuchardt · 4 years, 5 months ago
  48. b4b2619 armv8: cache_v8: fix mmu_set_region_dcache_behaviour by Peng Fan · 4 years, 5 months ago
  49. 9c5fef5 Merge git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 5 months ago WIP/22May2020
  50. 5b6b2c6 Merge branch 'net' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 5 months ago
  51. df4c483 net: ks8851: Add Kconfig entries by Marek Vasut · 4 years, 7 months ago
  52. 1d476de net: ks8851: Add DM support by Marek Vasut · 4 years, 7 months ago
  53. 9c9f3fc net: ks8851: Receive one packet per recv call by Marek Vasut · 4 years, 7 months ago
  54. f725912 net: ks8851: Split non-DM specific bits from common code by Marek Vasut · 4 years, 7 months ago
  55. b7c6ae2 net: ks8851: Pass around driver private data by Marek Vasut · 4 years, 7 months ago
  56. 8ec27b0 net: ks8851: Checkpatch cleanup by Marek Vasut · 4 years, 7 months ago
  57. eb69d8b net: ks8851: Clean up chip ID readout by Marek Vasut · 4 years, 7 months ago
  58. 63f22f5 net: ks8851: Remove type_frame_head by Marek Vasut · 4 years, 7 months ago
  59. b043597 net: ks8851: Trim down struct ks_net by Marek Vasut · 4 years, 7 months ago
  60. 6a45731 net: ks8851: Use 16bit RXQCR access by Marek Vasut · 4 years, 7 months ago
  61. 8b41a16 net: ks8851: Remove RXQCR cache by Marek Vasut · 4 years, 7 months ago
  62. e3b54cd net: ks8851: Replace malloc()+memset() with calloc() by Marek Vasut · 4 years, 7 months ago
  63. f53c2dc Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 5 months ago
  64. a9f793a Merge tag 'imx8qxp-fixes' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  65. 2fdb5cd Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  66. 74ce1f8 Merge tag 'uniphier-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 5 months ago
  67. 2cff87f eth/r8152: fix typo in register name by Hayes Wang · 4 years, 5 months ago
  68. 58221d7 usb: dwc3: fix NULL pointer issue by Chunfeng Yun · 4 years, 5 months ago
  69. 94ed661 usb: ehci-omap: Add Support for DM_USB and OF_CONTROL by Adam Ford · 4 years, 5 months ago
  70. 33863f7 rockchip: rk3328: rock64 - fix gen3 SPL hang by Kurt Miller · 4 years, 5 months ago
  71. 5e50f87 defconfig: veyron: no need for CONFIG_SPL_PINCTRL_FULL by Urja Rannikko · 4 years, 5 months ago
  72. e68a843 rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATA by Urja Rannikko · 4 years, 5 months ago
  73. fffdf72 rockchip: veyron: move board_early_init_f to _r (after reloc) by Urja Rannikko · 4 years, 5 months ago
  74. 353ad95 rockchip: spl: veyron speedy boots from SPI by Urja Rannikko · 4 years, 5 months ago
  75. 69cd0c4 tools: value checks in rkcommon_check_params() by Heinrich Schuchardt · 4 years, 5 months ago
  76. 0672e98 rockchip: Enable PCIe/M.2 on rock960 board by Jagan Teki · 4 years, 5 months ago
  77. 765a12d rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2 by Jagan Teki · 4 years, 5 months ago
  78. 89f2fa0 pci: Add Rockchip PCIe PHY controller driver by Jagan Teki · 4 years, 5 months ago
  79. 99d5906 pci: Add Rockchip PCIe controller driver by Jagan Teki · 4 years, 5 months ago
  80. 912f633 clk: rk3399: Enable/Disable the PCIEPHY clk by Jagan Teki · 4 years, 5 months ago
  81. 30d09a2 clk: rk3399: Add enable/disable clks by Jagan Teki · 4 years, 5 months ago
  82. 1266ef1 rockpro64: Enable HDMI output on rockpro64 board by Andrius Štikonas · 4 years, 6 months ago
  83. 4e7413a thermal: imx_scu_thermal: prevent boot hang with zero pdata by Anatolij Gustschin · 4 years, 5 months ago
  84. 74e8fb0 cpu: imx8: use intended cpu-thermal device when getting temp value by Anatolij Gustschin · 4 years, 5 months ago
  85. 6936554 cpu: imx8: fix type and rate detection by Anatolij Gustschin · 4 years, 5 months ago
  86. 5c606ca rockchip: rk3399: enable spl-fifo-mode for sdmmc by Deepak Das · 4 years, 6 months ago
  87. 6393357 board: puma: use dtb given on the commandline instead of using u-boot.dtb by Heiko Stuebner · 4 years, 6 months ago
  88. 6cbe904 ARM: uniphier: remove board_eth_init() by Masahiro Yamada · 4 years, 5 months ago
  89. 6717e15 ARM: uniphier: delete or replace <common.h> includes by Masahiro Yamada · 4 years, 5 months ago
  90. 1e15188 ARM: uniphier: drop #include <log.h> again by Masahiro Yamada · 4 years, 5 months ago
  91. e9d3b23 ARM: uniphier: drop #include <init.h> again from umc-pxs2.c by Masahiro Yamada · 4 years, 5 months ago
  92. e6396fc ARM: uniphier: remove #include <net.h> again from micro-support-card.c by Masahiro Yamada · 4 years, 5 months ago
  93. f49049a ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c by Masahiro Yamada · 4 years, 5 months ago
  94. 1c193c0 mtd: rawnand: denali: deassert write protect pin by Masahiro Yamada · 4 years, 6 months ago
  95. 1517126 ARM: uniphier: select DM_ETH by Masahiro Yamada · 4 years, 6 months ago
  96. 7a27043 mtd: rawnand: denali: configure SPARE_AREA_SKIP_BYTES only for denali_spl by Masahiro Yamada · 4 years, 6 months ago
  97. 2fa581b Merge git://git.denx.de/u-boot-sh by Tom Rini · 4 years, 5 months ago WIP/21May2020
  98. 0a87e05 efi_loader: check device path is not installed twice by Heinrich Schuchardt · 4 years, 5 months ago
  99. bf3bcef efi_loader: device path for SATA devices by Heinrich Schuchardt · 4 years, 5 months ago
  100. 19ecced efi_loader: device path for virtio block devices by Heinrich Schuchardt · 4 years, 5 months ago