1. 82c468a dm: test: Update Makefile conditions by Simon Glass · 4 years ago
  2. 1cadc76 dm: test: Sort the Makefile by Simon Glass · 4 years ago
  3. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years ago
  4. 08c3b88 dm: core: Avoid void * in the of-platdata structs by Simon Glass · 4 years ago
  5. 3c14083 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years ago
  6. 97136eb dtoc: Use a namedtuple for _links by Simon Glass · 4 years ago
  7. 26e408f dtoc: Extract inner loop from output_node() by Simon Glass · 4 years ago
  8. 8318754 binman: Support multiple images in the library by Simon Glass · 4 years ago
  9. f4f4123 binman: Add a way to read the ROM offset by Simon Glass · 4 years ago
  10. cdeb7b8 configs: Resync with savedefconfig by Tom Rini · 3 years, 11 months ago
  11. 5a4a891 MAINTAINERS, git-mailrc: Update sunxi maintainers by Andre Przywara · 4 years ago
  12. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 11 months ago
  13. 81a659e Prepare v2021.01-rc1 by Tom Rini · 4 years ago
  14. 4f1d307 Merge branch '2020-10-28-mux-driver-framework' by Tom Rini · 4 years ago
  15. 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years ago
  16. 05115ab cmd: Add a mux command by Pratyush Yadav · 4 years ago
  17. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years ago
  18. 4145fc1 Kconfig: Increase the pre-relocation memory by Pratyush Yadav · 4 years ago
  19. 35b8b92 drivers: mux: mmio-based syscon mux controller by Jean-Jacques Hiblot · 4 years ago
  20. 90a979d dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years ago
  21. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years ago
  22. 39dd7c1 Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  23. a45da8f Merge branch '2020-10-27-further-log-enhancements' by Tom Rini · 4 years ago
  24. 2a0cbf3 log: correct and check array size of log categories by Heinrich Schuchardt · 4 years ago
  25. 0eae552 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years ago
  26. 529441c efi_loader: Disable devices before handing over control by Ilias Apalodimas · 4 years ago
  27. 19763ea efi_loader: Sort header file ordering by Ilias Apalodimas · 4 years ago
  28. d3d6afa trace: conserve gd register on RISC-V by Heinrich Schuchardt · 4 years ago
  29. 87e9963 rtc: provide an emulated RTC by Heinrich Schuchardt · 4 years ago
  30. cbf0ffe Makefile: provide constant with seconds since epoch by Heinrich Schuchardt · 4 years ago
  31. 9201576 test: log: test message continuation by Heinrich Schuchardt · 4 years ago
  32. d094a07 log: allow for message continuation by Heinrich Schuchardt · 4 years ago
  33. 993a06b log: move processing_msg to global data by Heinrich Schuchardt · 4 years ago
  34. 986c980 nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV by Anatolij Gustschin · 4 years ago
  35. 43428c6 Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years ago
  36. 9dec5a0 nokia_rx51: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  37. 8c9940d eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years ago
  38. 2310620 sansa_fuze_plus: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  39. 8ea854a xfi3: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  40. beea005 mx23evk: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  41. 33923e7 at91sam9n12ek: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  42. d1a2a1d at91sam9: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  43. 12a3e60 picosam9g45: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  44. d63443a ls1021atwr: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  45. dac62ff ls1021aqds: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  46. 7490609 imx: mx7dsabresd: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  47. e1c35c9 imx: mx6sxsabresd: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  48. 54908d9 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years ago
  49. 7257455 riscv: fu540: dts: Correct reg size of clint node by Pragnesh Patel · 4 years ago
  50. 47d7e3b riscv: Move timer portions of SiFive CLINT to drivers/timer by Sean Anderson · 4 years ago
  51. 7dbebeb timer: Add _TIMER suffix to Andes PLMT Kconfig by Sean Anderson · 4 years ago
  52. 79b135f riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · 4 years ago
  53. 963911e riscv: k210: Reduce DMA block size by Sean Anderson · 4 years ago
  54. 32cef69 riscv: Only enable OF_BOARD_FIXUP for S-Mode by Sean Anderson · 4 years, 1 month ago
  55. 8bb7496 clk: kendryte: no need to check argument of free() by Heinrich Schuchardt · 4 years ago
  56. c99e87f Merge branch '2020-10-23-misc-changes' by Tom Rini · 4 years ago
  57. 16cc5ad power: regulator: add dummy helper by Peng Fan · 4 years ago
  58. 62ee957 phy: nop-phy: add clk bulk by Peng Fan · 4 years ago
  59. ef4f4f1 bootm: fix wrong conditions about images overlap by Jaehoon Chung · 4 years ago
  60. 2742275 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · 4 years ago
  61. f52e925 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · 4 years ago
  62. 3bc0db1 cmd: Add a 'misc' command to access miscellaneous devices by Bin Meng · 4 years ago
  63. 3c7bb89 cmd: Split out timer command from the sleep command by Bin Meng · 4 years ago
  64. 1606085 cmd: Rename CMD_MISC to CMD_SLEEP by Bin Meng · 4 years ago
  65. ae89702 Makefile: Fix u-boot-nodtb.bin target by Pali Rohár · 4 years ago
  66. 7a46274 i2c: i2c-gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years ago
  67. a3b3c1d power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · 4 years ago
  68. 2d69b08 power: regulator: gpio-regulator: protect count value by Patrick Delaunay · 4 years ago
  69. 86eeac7 post: remove redundant condition by Heinrich Schuchardt · 4 years, 2 months ago
  70. 001ab99 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 4 years ago
  71. 89a140a Merge branch '2020-10-23-revert-xen-changes' by Tom Rini · 4 years ago
  72. cc696f5 Revert "serial: serial_xen: print U-Boot banner and others" by Tom Rini · 4 years ago
  73. c3d3104 Revert "arch: arm/xen: add putc() for debugging" by Tom Rini · 4 years ago
  74. 2c48370 Revert "xen: add definitions for console_io" by Tom Rini · 4 years ago
  75. 467591b Revert "serial: serial_xen: add DEBUG_UART support" by Tom Rini · 4 years ago
  76. 78a8bca configs: ls1088a: enable CMD_MDIO by Ioana Ciornei · 4 years ago
  77. 4eecc6f armv8: layerscape: don't remove crypto node if just partially disabled by Michael Walle · 4 years ago
  78. 0267031 board/freescale/vid: enables writes to all commands for LTC3882 by Biwen Li · 4 years ago
  79. f3555bd board: freescale: vid.c: Initialize variable 'i2caddress' by Priyanka Singh · 4 years ago
  80. 66d00eb board: sl28: add board specific nvm command by Michael Walle · 4 years ago
  81. 4ceb5c6 board: kontron: add sl28 support by Michael Walle · 4 years ago
  82. 0205beb dm: pci: fsl: Correct the workaround of erratum A-007815 by Hou Zhiqiang · 4 years ago
  83. c760095 net: lx2160a.c: Update to set ECx_PMUX precedence by Razvan Ionut Cirjan · 4 years ago
  84. d5d6b54 gpio: mpc8xxx: support fsl-layerscape platform by hui.song · 4 years ago
  85. 52c7c1c configs: lx2160a: Enable OPTEE support by Ruchika Gupta · 4 years ago
  86. bcc6c57 cmd: optee_rpmb command for read/write of rpmb from optee by Ruchika Gupta · 4 years ago
  87. 2a5bbb1 pci: layerscape: add a way of specifying additional iommu mappings by Laurentiu Tudor · 4 years ago
  88. 284d062 pci: add a few ARI related defines by Laurentiu Tudor · 4 years ago
  89. f4cd963 pci: layerscape: move pci node search in a common function by Laurentiu Tudor · 4 years ago
  90. 1f46e67 pci: layerscape: move per-pci device fdt fixup in a function by Laurentiu Tudor · 4 years ago
  91. 2a70e4b configs: Enable NVME support for Layerscape platforms by Wasim Khan · 4 years, 1 month ago
  92. 18261b8 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years ago
  93. ae4fdd7 Merge branch '2020-10-22-misc-changes' by Tom Rini · 4 years ago
  94. dddfde5 rtc: move pcf8563 to Kconfig by Heiko Schocher · 4 years ago
  95. 0d67576 mmc: mtk-sd: change some dev_err into dev_dbg by Fabien Parent · 4 years ago
  96. 82e21b3 serial: serial_xen: add DEBUG_UART support by AKASHI Takahiro · 4 years ago
  97. 16389a7 xen: add definitions for console_io by AKASHI Takahiro · 4 years ago
  98. 3a51b2a arch: arm/xen: add putc() for debugging by AKASHI Takahiro · 4 years ago
  99. 18426bf serial: serial_xen: print U-Boot banner and others by AKASHI Takahiro · 4 years ago
  100. b2424cd cosmetic: reset: ast2500: Rename driver and configs by Chia-Wei, Wang · 4 years ago