1. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  2. 5f4de78 board: freescale: drop CONFIG_DM_I2C undefs by Igor Opaniuk · 3 years, 10 months ago
  3. 964f232 dm: i2c: allow disabling driver model in SPL by Igor Opaniuk · 3 years, 10 months ago
  4. fcbb39d i2c: at91: fix crash when using 'i2c probe' by Eugen Hristev · 4 years ago
  5. f5989c1 i2c: i2c-gpio: Fix GPIO output by Harm Berntsen · 4 years ago
  6. e7c6fc6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 9 months ago
  7. 0d1fcf8 fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · 3 years, 10 months ago
  8. 6892a56 sunxi: support boot console on uart1 for sun8i by Tobias Schramm · 3 years, 10 months ago
  9. 5b1a9f1 sunxi: Remove dead ifdefs in sunxi-common.h by Samuel Holland · 3 years, 10 months ago
  10. 70bdefa sunxi: spl: Fix H616 clock initialization by Jernej Skrabec · 3 years, 10 months ago
  11. ef17382 Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years, 9 months ago
  12. e711c97 configs: enable CONFIG_MMC_PWRSEQ configuration by Jaehoon Chung · 3 years, 10 months ago
  13. 1490730 ARM: mach-meson: select MMC_PWRSEQ config by Jaehoon Chung · 3 years, 10 months ago
  14. c0674d4 mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseq by Jaehoon Chung · 3 years, 10 months ago
  15. f780e13 mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq by Jaehoon Chung · 3 years, 10 months ago
  16. 48ad827 mmc: pwrseq: add mmc-pwrseq file to provide a generic interface by Jaehoon Chung · 3 years, 10 months ago
  17. 1316062 mmc: mmc_spi: Document the 3 local functions by Bin Meng · 3 years, 10 months ago
  18. d3a2671 mmc: mmc_spi: Fix potential spec violation in receiving card response by Bin Meng · 3 years, 10 months ago
  19. 6b82a24 mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd() by Bin Meng · 3 years, 10 months ago
  20. ce387d9 mmc: mmc_spi: Print verbose debug output when crc16 check fails by Bin Meng · 3 years, 10 months ago
  21. a463bbe mmc: fix response timeout after switch command by Stefan Bosch · 3 years, 10 months ago
  22. 1f838f6 mmc: sdhci: skip cache invalidation if DMA is not used by Yuezhang.Mo@sony.com · 3 years, 11 months ago
  23. 8460b91 cmd: mmc: update the mmc command's usage about argument by Jaehoon Chung · 4 years ago
  24. 6b3431c mmc: initialize an err variable by Jaehoon Chung · 4 years ago
  25. ec97325 Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' by Tom Rini · 3 years, 9 months ago
  26. b891c79 net: tftp: Avoid sending extra ack on completion by Ramon Fried · 3 years, 10 months ago
  27. 4d3d7f2 Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years, 9 months ago
  28. 67a4188 video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible by Nicolas Saenz Julienne · 3 years, 11 months ago
  29. 3f24df6 configs: rpi4: Enable DM_DMA across all RPi4 configurations by Nicolas Saenz Julienne · 3 years, 11 months ago
  30. 248a8f0 mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
  31. 4033aa3 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 11 months ago
  32. 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
  33. 04feca3 dm: Introduce dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
  34. 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 11 months ago
  35. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 11 months ago
  36. 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 11 months ago
  37. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 11 months ago
  38. 038876b pci: pcie-brcmstb: Fix inbound window configurations by Nicolas Saenz Julienne · 3 years, 11 months ago
  39. 0c29186 rpi: Add identifier for the new CM4 by Nicolas Saenz Julienne · 3 years, 11 months ago
  40. 1296961 rpi: Add identifier for the new RPi400 by Nicolas Saenz Julienne · 3 years, 11 months ago
  41. 8c5ca98 rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE by Marek Szyprowski · 3 years, 10 months ago
  42. df10fe8 pci: brcmstb: Cleanup controller state before handover by Nicolas Saenz Julienne · 3 years, 11 months ago
  43. 9631625 usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 11 months ago
  44. 9fc32c2 config: Enable iProc RNG200 driver in RPi4 configs by Matthias Brugger · 4 years ago
  45. 769ed25 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · 3 years, 10 months ago
  46. a4fed79 spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · 3 years, 10 months ago
  47. 0622fe1 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · 3 years, 10 months ago
  48. fa11a44 spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · 3 years, 10 months ago
  49. 5180553 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · 3 years, 10 months ago
  50. 93d1557 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · 3 years, 10 months ago
  51. 23243c9 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · 3 years, 10 months ago
  52. 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 10 months ago
  53. 18988ec rng: Add iProc RNG200 driver by Matthias Brugger · 4 years ago
  54. c63c96d Merge branch '2021-02-16-assorted-improvements' by Tom Rini · 3 years, 10 months ago
  55. e068a48 configs: ls1028a: Enable the Ethernet switch driver in defconfig by Alex Marginean · 3 years, 10 months ago
  56. 44f8034 arm: dts: ls1028a: Add Ethernet switch node and dependencies by Alex Marginean · 3 years, 10 months ago
  57. 4ea74fd drivers: net: Add Felix DSA switch driver by Alex Marginean · 3 years, 10 months ago
  58. c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 10 months ago
  59. 8c089f7 net: phy: introduce fixed_phy_create for DSA CPU ports by Vladimir Oltean · 3 years, 10 months ago
  60. 312e15b net: phy: fixed: support speeds of 2500 and 10000 by Vladimir Oltean · 3 years, 10 months ago
  61. 40154e9 test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 10 months ago
  62. 84643c1 drivers: tee: sandbox: add rpc test ta emulation by Igor Opaniuk · 3 years, 10 months ago
  63. f9254f7 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 10 months ago
  64. d30807d drivers: tee: i2c trampoline driver by Jorge Ramirez-Ortiz · 3 years, 10 months ago
  65. 05a17e8 usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 10 months ago
  66. 8ee40d3 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · 3 years, 10 months ago
  67. e29d019 IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 10 months ago
  68. 75039f5 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 10 months ago
  69. 20a5c5e IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
  70. ba69b2c console: Set file and devices at one go by Andy Shevchenko · 3 years, 10 months ago
  71. f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 10 months ago
  72. 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
  73. 9433102 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
  74. 2066f39 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · 3 years, 10 months ago
  75. 952e7a8 stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · 3 years, 10 months ago
  76. 868f240 Prepare v2021.04-rc2 by Tom Rini · 3 years, 10 months ago
  77. adfac3a Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138' by Tom Rini · 3 years, 10 months ago
  78. b823daa image: Check for unit addresses in FITs by Simon Glass · 3 years, 10 months ago
  79. 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 10 months ago
  80. 244705b image: Add an option to do a full check of the FIT by Simon Glass · 3 years, 10 months ago
  81. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 10 months ago
  82. 5e942f7 test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 10 months ago
  83. 141f49a test: Add vboot_evil implementation by Simon Glass · 3 years, 10 months ago
  84. 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 10 months ago
  85. 56d2f60 fdt_region: Check for a single root node of the correct name by Simon Glass · 3 years, 10 months ago
  86. 3c0d7a2 configs: Resync with savedefconfig by Tom Rini · 3 years, 10 months ago
  87. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  88. 4f029f6 Merge branch '2021-02-14-remove-some-boards' by Tom Rini · 3 years, 10 months ago
  89. ef6d89f sh: Remove sh7763rdp board by Tom Rini · 3 years, 10 months ago
  90. c488578 sh: Remove sh7757lcr board by Tom Rini · 3 years, 10 months ago
  91. 9f485fc sh: Remove sh7753evb board by Tom Rini · 3 years, 10 months ago
  92. 2383c19 sh: Remove sh7752evb board by Tom Rini · 3 years, 10 months ago
  93. c37799c sh: Remove r7780mp board by Tom Rini · 3 years, 10 months ago
  94. e2d0528 sh: Remove MigoR board by Tom Rini · 3 years, 10 months ago
  95. 42630ab ppc: Remove MPC8641HPCN board by Tom Rini · 3 years, 10 months ago
  96. 5d0f609 ppc: Remove MPC8610HPCD board by Tom Rini · 3 years, 10 months ago
  97. ec98e61 ppc: Remove MPC8572DS board by Tom Rini · 3 years, 10 months ago
  98. 43b6a1c ppc: Remove MPC8544DS board by Tom Rini · 3 years, 10 months ago
  99. 99b014c arm: Remove db-88f6281-bp board by Tom Rini · 3 years, 10 months ago
  100. 48425b1 arm: Remove ls2080a_simu board by Tom Rini · 3 years, 10 months ago