1. 56e7257 lib: Fix BINMAN_FDT dependency by Bin Meng · 3 years, 9 months ago
  2. 297b8b3 sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 9 months ago
  3. 67637d4 fix patman --limit-cc option by Bernhard Kirchen · 3 years, 9 months ago
  4. 939b04e bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT by Simon Glass · 3 years, 9 months ago
  5. 15421b7 dm: core: Add DM_DEVICE_REMOVE condition to all exit paths by Simon Glass · 3 years, 9 months ago
  6. 24fd7e3 dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 9 months ago
  7. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago
  8. be04f1a gpio: Define the log category in the uclass by Simon Glass · 3 years, 9 months ago
  9. d638a18 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · 3 years, 9 months ago
  10. edab114 gpio: x86: Drop the deprecated methods in intel_gpio by Simon Glass · 3 years, 9 months ago
  11. 3d64774 gpio: Use an 'ops' variable everywhere by Simon Glass · 3 years, 9 months ago
  12. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 9 months ago
  13. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  14. e87e86f gpio: sandbox: Make sandbox_gpio_set_flags() set all flags by Simon Glass · 3 years, 9 months ago
  15. 0242aec gpio: sandbox: Fully separate pin value from output value by Simon Glass · 3 years, 9 months ago
  16. 1f212af gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 9 months ago
  17. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 9 months ago
  18. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 9 months ago
  19. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 9 months ago
  20. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  21. 4fe4067 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 9 months ago
  22. 5a9d863 Merge branch '2021-03-03-assorted-improvements' into next by Tom Rini · 3 years, 8 months ago
  23. 52ba373 Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 8 months ago
  24. 03bf843 board: gateworks: imx8mm: Add Gateworks Venice board support by Tim Harvey · 3 years, 8 months ago
  25. 5db93ab arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kits by Tim Harvey · 3 years, 8 months ago
  26. 23ab54e Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 8 months ago
  27. 5d23532 video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 8 months ago
  28. 795d605 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · 3 years, 8 months ago
  29. 57ac287 Nokia RX-51: Enable usbtty serial console by default by Pali Rohár · 3 years, 8 months ago
  30. 69b78cb Nokia RX-51: Move content of rx51.h to rx51.c by Pali Rohár · 3 years, 9 months ago
  31. b99e03d Nokia RX-51: Remove function set_muxconf_regs() by Pali Rohár · 3 years, 9 months ago
  32. 50ef385 arm: omap3: Compile s_init() function only when it is used by Pali Rohár · 3 years, 9 months ago
  33. 628680a arm: omap3: Compile lowlevel_init() function only when it is used by Pali Rohár · 3 years, 9 months ago
  34. 7f98575 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 9 months ago
  35. f2e81c1 usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint by Pali Rohár · 3 years, 9 months ago
  36. f1e8d20 usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand by Pali Rohár · 3 years, 9 months ago
  37. ff77bb3 usb: musb: Fix receiving of bigger buffers by Pali Rohár · 3 years, 9 months ago
  38. ea7125c usb: musb: Fix transmission of bigger buffers by Pali Rohár · 3 years, 9 months ago
  39. 7d7ae28 usb: musb: Read value of PERI_RXCSR to 16bit variable by Pali Rohár · 3 years, 9 months ago
  40. 10bc132 usb: musb: Fix configuring FIFO for endpoints by Pali Rohár · 3 years, 9 months ago
  41. a6f5e1b usb: musb: Always clear the data toggle bit when configuring ep by Pali Rohár · 3 years, 9 months ago
  42. 4cc53ef usb: musb: Fix compilation of gadget code by Pali Rohár · 3 years, 9 months ago
  43. 7f840c1 serial: usbtty: Send urb data in correct order by Pali Rohár · 3 years, 9 months ago
  44. d3fb8fe serial: usbtty: Fix puts function by Pali Rohár · 3 years, 9 months ago
  45. 78af81c Merge tag 'rpi-next-2021.04.2' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years, 8 months ago
  46. 63af92e tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 9 months ago
  47. 7785bc1 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 9 months ago
  48. 6719cbe tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 9 months ago
  49. eadcbc7 tpm: Add an implementation of define_space by Simon Glass · 3 years, 9 months ago
  50. 1bea7cc tpm: Reduce duplication in a few functions by Simon Glass · 3 years, 9 months ago
  51. b8eb921 tpm: Add a basic API implementation for TPMv2 by Simon Glass · 3 years, 9 months ago
  52. d6a885f tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 9 months ago
  53. bfe8fa2 tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 9 months ago
  54. 1a39ab8 tpm: Add debugging of request in tpm_sendrecv_command() by Simon Glass · 3 years, 9 months ago
  55. d5cb668 tpm: Use logging in the uclass by Simon Glass · 3 years, 9 months ago
  56. 13ad993 tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 9 months ago
  57. 185756e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · 3 years, 9 months ago
  58. 1c52fcc sandbox: Write out bloblist when exiting by Simon Glass · 3 years, 9 months ago
  59. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
  60. 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 9 months ago
  61. 869badc s5p4418_nanopi2: Drop dead code by Simon Glass · 3 years, 9 months ago
  62. 008ae72 doc: Add a note about producing 'md.b' output using hexdump by Simon Glass · 3 years, 9 months ago
  63. 671c454 doc: describe the md command by Simon Glass · 3 years, 9 months ago
  64. ef10804 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 9 months ago
  65. 1a9e75b spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 9 months ago
  66. 2740eda arm: remove set_dacr/get_dacr functions by Patrick Delaunay · 3 years, 9 months ago
  67. 8ca0f51 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 9 months ago
  68. cd3eadc arm: omap2: remove arm_init_domains by Patrick Delaunay · 3 years, 9 months ago
  69. 503eea4 arm: cp15: update DACR value to activate access control by Patrick Delaunay · 3 years, 9 months ago
  70. 9b39d24 arm: cosmetic: align TTB_SECT define value by Patrick Delaunay · 3 years, 9 months ago
  71. 342e1ab arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH by Patrick Delaunay · 3 years, 9 months ago
  72. aad8414 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · 3 years, 9 months ago
  73. 1419e5b stm32mp: update MMU config before the relocation by Patrick Delaunay · 3 years, 9 months ago
  74. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  75. 3394f39 Revert "lpc32xx: cpu: add support for soft reset" by Harald Seiler · 3 years, 10 months ago
  76. 10b86ef board: ns3: Remove superfluous reset logic by Harald Seiler · 3 years, 10 months ago
  77. 5075bf2 nds32: Remove dead reset_cpu() implementation by Harald Seiler · 3 years, 10 months ago
  78. 20ecfbe configs: Resync with savedefconfig by Tom Rini · 3 years, 8 months ago
  79. fae165b configs: rpi4_32: Enable iProc RNG200 by Matthias Brugger · 3 years, 8 months ago
  80. 3ac0523 rng: iproc_rng200: Enable support for RPi4 armv7 by Matthias Brugger · 3 years, 8 months ago
  81. 0267539 MAINTAINERS: Update info for Raspberry Pi by Matthias Brugger · 3 years, 8 months ago
  82. 76cffd5 drivers: mmc: iproc_sdhci: enable HS200 mode by Bharat Gooty · 3 years, 8 months ago
  83. 60a376b configs: RPi2: Disable EFI Grub workaround by Matthias Brugger · 3 years, 8 months ago
  84. 8bad34a pinctrl: at91-pio4: add support for slew-rate by Claudiu Beznea · 3 years, 9 months ago
  85. f031bb3 dt-bindings: pinctrl: at91-pio4: add slew-rate by Claudiu Beznea · 3 years, 9 months ago
  86. c5219c4 Prepare v2021.04-rc3 by Tom Rini · 3 years, 8 months ago
  87. 7034478 ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y by Marek Vasut · 3 years, 8 months ago
  88. e86ad66 log: convert pr_*() to logging by Heinrich Schuchardt · 3 years, 10 months ago
  89. 1afb9f2 fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 8 months ago
  90. 076dc92 ARM: imx: Do not hard-code MX8M MMU table DRAM entry offset by Marek Vasut · 3 years, 8 months ago
  91. 5d42ea5 ARM: dts: imx8mq-evk: Remove u-boot,off-on-delay-us property by Fabio Estevam · 3 years, 8 months ago
  92. 325bb40 tools: imx8mimage: Restore the original __ALIGN_MASK() macro by Fabio Estevam · 3 years, 8 months ago
  93. f19d1a9 arm: dts: imx8mp-evk: Add FEC PHY reset timing by Ye Li · 3 years, 8 months ago
  94. 5d9b166 imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit. by Adam Ford · 3 years, 8 months ago
  95. e8e2703 doc: board: freescale: imx8mp_evk: update to newer versions and change ATF_LOAD_ADDR by Peter Bergin · 3 years, 8 months ago
  96. fb4c338 ARM: imx: Add missing FEC ethernet quirk for MX8M by Marek Vasut · 3 years, 8 months ago
  97. aacf04f mx6sabre: Fix boot failure by Ye Li · 3 years, 8 months ago
  98. 0ba116a mmc: fsl_esdhc_imx: fix the DTOCV to 0xE by Haibo Chen · 3 years, 8 months ago
  99. b03df2d mx23evk: Add myself as maintainer by Fabio Estevam · 3 years, 8 months ago
  100. 23013aa mx23evk: Convert to driver model by Fabio Estevam · 3 years, 8 months ago