1. 52ff04a mmc: initialize an err variable by Jaehoon Chung · 3 years, 11 months ago
  2. 2dddc1b net: tftp: Avoid sending extra ack on completion by Ramon Fried · 3 years, 9 months ago
  3. 56f1bcc Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years, 8 months ago
  4. 0059ef0 video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible by Nicolas Saenz Julienne · 3 years, 9 months ago
  5. 74a9f68 configs: rpi4: Enable DM_DMA across all RPi4 configurations by Nicolas Saenz Julienne · 3 years, 9 months ago
  6. c89c96d mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 9 months ago
  7. 1a47455 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 9 months ago
  8. 30b20e6 dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 9 months ago
  9. 2a15a25 dm: Introduce dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 9 months ago
  10. e880187 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 9 months ago
  11. 4abf68d dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 9 months ago
  12. 283628c dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 9 months ago
  13. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 9 months ago
  14. c709243 pci: pcie-brcmstb: Fix inbound window configurations by Nicolas Saenz Julienne · 3 years, 9 months ago
  15. 561bce3 rpi: Add identifier for the new CM4 by Nicolas Saenz Julienne · 3 years, 9 months ago
  16. f10f536 rpi: Add identifier for the new RPi400 by Nicolas Saenz Julienne · 3 years, 9 months ago
  17. 6b3d18c rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE by Marek Szyprowski · 3 years, 9 months ago
  18. 85f3fdd pci: brcmstb: Cleanup controller state before handover by Nicolas Saenz Julienne · 3 years, 9 months ago
  19. e3bbc1f usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 9 months ago
  20. 1613cf5 config: Enable iProc RNG200 driver in RPi4 configs by Matthias Brugger · 3 years, 10 months ago
  21. 537f001 rng: Add iProc RNG200 driver by Matthias Brugger · 3 years, 10 months ago
  22. 496f494 Merge branch '2021-02-16-assorted-improvements' by Tom Rini · 3 years, 8 months ago
  23. d003434 configs: ls1028a: Enable the Ethernet switch driver in defconfig by Alex Marginean · 3 years, 9 months ago WIP/2021-02-16-assorted-improvements-v1
  24. cc32fd9 arm: dts: ls1028a: Add Ethernet switch node and dependencies by Alex Marginean · 3 years, 9 months ago
  25. 71a2d1e drivers: net: Add Felix DSA switch driver by Alex Marginean · 3 years, 9 months ago
  26. fc054d5 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 9 months ago
  27. d0781c9 net: phy: introduce fixed_phy_create for DSA CPU ports by Vladimir Oltean · 3 years, 9 months ago
  28. 56a5588 net: phy: fixed: support speeds of 2500 and 10000 by Vladimir Oltean · 3 years, 9 months ago
  29. 9d1215b test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 9 months ago
  30. 592b98b drivers: tee: sandbox: add rpc test ta emulation by Igor Opaniuk · 3 years, 9 months ago
  31. f4a60b0 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 9 months ago
  32. 4e96356 drivers: tee: i2c trampoline driver by Jorge Ramirez-Ortiz · 3 years, 9 months ago
  33. eb5fd9e usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 8 months ago
  34. 694cd56 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · 3 years, 8 months ago
  35. 400797c IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 8 months ago
  36. b672c16 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 8 months ago
  37. 658d6c5 IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 8 months ago
  38. 09d8f07 console: Set file and devices at one go by Andy Shevchenko · 3 years, 8 months ago
  39. 20a7d35 console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 8 months ago
  40. 7b9ca3f console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 8 months ago
  41. d9b0ac9 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · 3 years, 8 months ago
  42. 99cb2b9 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · 3 years, 8 months ago
  43. c090e8f stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · 3 years, 8 months ago
  44. 767582c Prepare v2021.04-rc2 by Tom Rini · 3 years, 8 months ago v2021.04-rc2
  45. b6f4c75 Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138' by Tom Rini · 3 years, 8 months ago
  46. 3f04db8 image: Check for unit addresses in FITs by Simon Glass · 3 years, 8 months ago
  47. 124c255 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 8 months ago
  48. 6f3c2d8 image: Add an option to do a full check of the FIT by Simon Glass · 3 years, 8 months ago
  49. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 8 months ago
  50. d5f3aad test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 8 months ago
  51. fafafac test: Add vboot_evil implementation by Simon Glass · 3 years, 8 months ago
  52. 79af75f fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 8 months ago
  53. 8a7d4cf fdt_region: Check for a single root node of the correct name by Simon Glass · 3 years, 8 months ago
  54. 6144438 configs: Resync with savedefconfig by Tom Rini · 3 years, 8 months ago
  55. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  56. 76b7936 Merge branch '2021-02-14-remove-some-boards' by Tom Rini · 3 years, 8 months ago
  57. 73effc2 sh: Remove sh7763rdp board by Tom Rini · 3 years, 8 months ago
  58. f0debb2 sh: Remove sh7757lcr board by Tom Rini · 3 years, 8 months ago
  59. 0c3cd24 sh: Remove sh7753evb board by Tom Rini · 3 years, 8 months ago
  60. da43d96 sh: Remove sh7752evb board by Tom Rini · 3 years, 8 months ago
  61. 215386e sh: Remove r7780mp board by Tom Rini · 3 years, 8 months ago
  62. 5617351 sh: Remove MigoR board by Tom Rini · 3 years, 8 months ago
  63. 865acad ppc: Remove MPC8641HPCN board by Tom Rini · 3 years, 8 months ago
  64. 41bacbe ppc: Remove MPC8610HPCD board by Tom Rini · 3 years, 8 months ago
  65. 2dce449 ppc: Remove MPC8572DS board by Tom Rini · 3 years, 8 months ago
  66. 2339777 ppc: Remove MPC8544DS board by Tom Rini · 3 years, 8 months ago
  67. 2292431 arm: Remove db-88f6281-bp board by Tom Rini · 3 years, 8 months ago
  68. 2ce7b65 arm: Remove ls2080a_simu board by Tom Rini · 3 years, 8 months ago
  69. a1361f4 arm: Remove mx35pdk board by Tom Rini · 3 years, 8 months ago
  70. 8444860 arm: Remove apx4devkit board by Tom Rini · 3 years, 8 months ago
  71. e31350c Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" by Tom Rini · 3 years, 8 months ago
  72. a6ba595 Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 8 months ago WIP/14Feb2021
  73. fd434f4 buildman: 'Thread' object has no attribute 'isAlive' by Heinrich Schuchardt · 3 years, 8 months ago
  74. 15bbcaf efi_loader: fix get_last_capsule() by Heinrich Schuchardt · 3 years, 8 months ago
  75. 841f7a4 efi_loader: '.' and '..' are directories by Heinrich Schuchardt · 3 years, 8 months ago
  76. 9d30a94 efi_loader: don't load beyond VirtualSize by Asherah Connor · 3 years, 8 months ago
  77. 7c82e12 Merge tag 'u-boot-atmel-fixes-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 8 months ago WIP/12Feb2021
  78. 65bde1c clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()" by Eugen Hristev · 3 years, 9 months ago
  79. 5dc68b0 ARM: dts: at91: sama7g5ek: enable pull-up for serial debug line by Eugen Hristev · 3 years, 9 months ago
  80. 80c7e4c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 8 months ago WIP/11Feb2021
  81. db8fb2f usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 8 months ago
  82. cec8042 usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx() by Stefan Roese · 3 years, 9 months ago
  83. 5a5024f usb: xhci-pci: Check for errors from dm_pci_map_bar() by Pali Rohár · 3 years, 9 months ago
  84. eb885c9 dt-bindings: usb: mtk-xhci: add optional properies to disable ports by Chunfeng Yun · 3 years, 10 months ago
  85. 04232f7 usb: xhci-mtk: support option to disable ports by Chunfeng Yun · 3 years, 10 months ago
  86. c7182c0 Merge tag 'u-boot-amlogic-20210210' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 8 months ago WIP/10Feb2021
  87. 8bc7801 board: amlogic: odroid: add runtime detection of the N2/N2+/C4/HC4 variants by Marek Szyprowski · 3 years, 9 months ago
  88. 4547551 phy: Add Amlogic AXG MIPI PCIe Analog PHY driver by Neil Armstrong · 3 years, 10 months ago
  89. 7ef1950 phy: Add Amlogic AXG MIPI D-PHY driver by Neil Armstrong · 3 years, 10 months ago
  90. f8da8a8 generic-phy: add configure op by Neil Armstrong · 3 years, 10 months ago
  91. afef205 phy: dphy: Add configuration helpers by Neil Armstrong · 3 years, 10 months ago
  92. 8398d95 Merge tag 'u-boot-stm32-20210209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 8 months ago WIP/09Feb2021
  93. f050e3f arm: dts: stm32mp15: alignment with v5.11-rc2 by Patrick Delaunay · 3 years, 9 months ago
  94. 2220c2e ARM: dts: stm32: Fix cosmetic typo: use 'kHz' as kilohertz abbreviation by Fabrice GIRARDOT · 3 years, 9 months ago
  95. 789d764 clk: stm32mp1: add support of I2C6_K by Patrick Delaunay · 3 years, 9 months ago
  96. 4363aac pinctrl: stm32: bind only the enabled GPIO subnode by Patrick Delaunay · 3 years, 9 months ago
  97. 1da4269 pinctrl: stm32: correct management pin display of OTYPE by Patrick Delaunay · 3 years, 9 months ago
  98. ca5cc31 pinctrl: stmfx: Use PINNAME_SIZE for pin's name size by Patrice Chotard · 3 years, 9 months ago
  99. 54f5bf3 pinctrl: stmfx: Fix pin configuration issue by Patrice Chotard · 3 years, 9 months ago
  100. 8c005c7 configs: stm32mp1: enable the fastboot oem command bootbus by Patrick Delaunay · 4 years, 1 month ago