1. c859daa x86: sizeof-array-div error in lpc_common_early_init by Heinrich Schuchardt · 3 years, 9 months ago
  2. 21e8bbe Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
  3. c1f4a3c Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-boot by Tom Rini · 3 years, 9 months ago
  4. 0ddb48e configs: meson64: add fdtoverlay_addr_r by Neil Armstrong · 3 years, 10 months ago
  5. f22774c button: adc: fix treshold typo by Neil Armstrong · 3 years, 9 months ago
  6. 3a8621c Makefile: socfpga: Add target to generate hex output for combined spl and dtb by Dalon Westergreen · 3 years, 9 months ago
  7. 551645b configs: socfpga: Add defconfig for Agilex with VAB support by Siew Chin Lim · 3 years, 9 months ago
  8. 14b8a48 configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfig by Siew Chin Lim · 3 years, 9 months ago
  9. 851083e arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support by Siew Chin Lim · 3 years, 9 months ago
  10. d883450 arm: socfpga: cmd: Support 'vab' command by Siew Chin Lim · 3 years, 9 months ago
  11. 2492d59 arm: socfpga: soc64: Support Vendor Authorized Boot (VAB) by Siew Chin Lim · 3 years, 9 months ago
  12. 8a71416 arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64 by Siew Chin Lim · 3 years, 9 months ago
  13. 2db187f Merge tag 'efi-2021-04-rc3-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 9 months ago
  14. 76a2ce9 efi_loader: correct uboot_bin_env.its file format by Heinrich Schuchardt · 3 years, 9 months ago
  15. 6aa77ac lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 9 months ago
  16. e3fa74b lib/charset: utf8_get() should return error by Heinrich Schuchardt · 3 years, 9 months ago
  17. 91fb089 efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 9 months ago
  18. a9ff07b efi_loader: move codepage 437 table by Heinrich Schuchardt · 3 years, 9 months ago
  19. 39a9ab4 efi_loader: console size of vidconsole by Heinrich Schuchardt · 3 years, 9 months ago
  20. c73ffe1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 9 months ago
  21. e14fcf6 doc: Add a reST document for qemu-ppce500 by Bin Meng · 3 years, 9 months ago
  22. 2076d99 ppc: qemu: Move board directory from board/freescale to board/emulation by Bin Meng · 3 years, 9 months ago
  23. 5587638 ppc: qemu: Drop fixed_sdram() by Bin Meng · 3 years, 9 months ago
  24. 946663b ppc: qemu: Drop a custom env variable 'fdt_addr_r' by Bin Meng · 3 years, 9 months ago
  25. 8a804dc ppc: qemu: Delete the temporary FDT virtual-physical mapping after U-Boot is relocated by Bin Meng · 3 years, 9 months ago
  26. 92f5454 ppc: qemu: Enable RTC support via I2C by Bin Meng · 3 years, 9 months ago
  27. dc693ec ppc: qemu: Enable support for power off via GPIO by Bin Meng · 3 years, 9 months ago
  28. a0aba78 dm: sysreset: Add a Kconfig option for the 'reset' command by Bin Meng · 3 years, 9 months ago
  29. 051bd00 ppc: qemu: Enable GPIO support by Bin Meng · 3 years, 9 months ago
  30. 09fb76d gpio: mpc8xxx: Support controller register physical address beyond 32-bit by Bin Meng · 3 years, 9 months ago
  31. da047f5 ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio' by Bin Meng · 3 years, 9 months ago
  32. 7039578 ppc: qemu: Enable VirtIO BLK support by Bin Meng · 3 years, 9 months ago
  33. 90ea54b virtio: Fix VirtIO BLK driver dependency by Bin Meng · 3 years, 9 months ago
  34. c46215c ppc: qemu: Enable VirtIO NET support by Bin Meng · 3 years, 9 months ago
  35. c5ac2d5 cmd: Fix virtio command dependency by Bin Meng · 3 years, 9 months ago
  36. 8030f5e ppc: qemu: Drop CONFIG_OF_BOARD_SETUP by Bin Meng · 3 years, 9 months ago
  37. f9c9ffc ppc: qemu: Switch over to use DM ETH and PCI by Bin Meng · 3 years, 9 months ago
  38. 2b05a52 pci: mpc85xx: Support 64-bit bus and cpu address by Bin Meng · 3 years, 9 months ago
  39. 0798422 pci: mpc85xx: Support controller register physical address beyond 32-bit by Bin Meng · 3 years, 9 months ago
  40. 21cf67c pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAW by Bin Meng · 3 years, 9 months ago
  41. 285d1e2 ppc: qemu: Switch over to use DM serial by Bin Meng · 3 years, 9 months ago
  42. 276375c common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 9 months ago
  43. 39d49a8 ppc: io.h: Use addrmap_ translation APIs only in post-relocation phase by Bin Meng · 3 years, 9 months ago
  44. 0a5fee5 lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help by Bin Meng · 3 years, 9 months ago
  45. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 9 months ago
  46. 70b22cf cmd: Add a command to display the address map by Bin Meng · 3 years, 9 months ago
  47. e151403 lib: addr_map: Move address_map[] type to the header file by Bin Meng · 3 years, 9 months ago
  48. f1d10f9 include: Remove extern from addr_map.h by Bin Meng · 3 years, 9 months ago
  49. 1890c5d ppc: qemu: Enable driver model by Bin Meng · 3 years, 9 months ago
  50. 11f7a3f ppc: qemu: Enable OF_CONTROL by Bin Meng · 3 years, 9 months ago
  51. 0553db9 ppc: qemu: Drop board_early_init_f() by Bin Meng · 3 years, 9 months ago
  52. 7ac8054 ppc: qemu: Drop init_laws() and print_laws() by Bin Meng · 3 years, 9 months ago
  53. c39f340 ppc: mpc85xx: Wrap LAW related codes with CONFIG_FSL_LAW by Bin Meng · 3 years, 9 months ago
  54. 6c6e558 ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END by Bin Meng · 3 years, 9 months ago
  55. d863242 ppc: qemu: Support non-identity PCI bus address by Bin Meng · 3 years, 9 months ago
  56. d67d7d0 common: fdt_support: Support special case of PCI address in fdt_read_prop() by Bin Meng · 3 years, 9 months ago
  57. ff4a30b ppc: qemu: Update MAINTAINERS for correct email address by Bin Meng · 3 years, 9 months ago
  58. e39f8e0 pci: fsl_pci_init: Dynamically allocate the PCI regions by Bin Meng · 3 years, 9 months ago
  59. 284118a net: dsa: remove master santiy check by Michael Walle · 3 years, 9 months ago
  60. 340342a net: dsa: remove NULL check for priv and platform data by Michael Walle · 3 years, 9 months ago
  61. 785df8f net: dsa: probe master device by Michael Walle · 3 years, 9 months ago
  62. 322bbc6 net: dsa: return early if there is no master by Michael Walle · 3 years, 9 months ago
  63. 10e6305 board: ls1012aqds: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  64. 63aed45 board: lx2160a: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  65. 50ef1b1 board: ls1046ardb: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  66. 50a2828 board: ls1046aqds: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  67. dcc002b board: ls2080ardb: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  68. e54dbbd board: ls2080aqds: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  69. 3c98aaa board: ls1088a: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  70. 66773fd board: ls1043ardb: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  71. f9120f4 board: ls1028a: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  72. dcf94cc board: ls1021atwr: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  73. 2984765 board: ls1021aiot: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  74. d8764c4 board: ls1012ardb: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  75. a6927c3 board: ls1012afrdm: Update MAINTAINERS by Priyanka Jain · 3 years, 9 months ago
  76. 0741103 board: corenet_ds: MAINTAINERS: Remove redundant entries by Priyanka Jain · 3 years, 9 months ago
  77. 6d07298 configs: fsl: move via specific defines to Kconfig by Rajesh Bhagat · 3 years, 10 months ago
  78. 729f22f configs: fsl: move bootrom specific defines to Kconfig by Rajesh Bhagat · 3 years, 10 months ago
  79. c3301a2 arm: fsl: common: Improve NXP VID driver PMBus support by Stephen Carlson · 3 years, 10 months ago
  80. e77372e Azure/GitLab: Use buildman -T0 for binman, etc, test by Tom Rini · 3 years, 9 months ago
  81. c635d89 buildman: Support single-threaded operation by Simon Glass · 3 years, 10 months ago
  82. 482bac9 Nokia RX-51: Enable CONFIG_CMD_BOOTD by Pali Rohár · 3 years, 9 months ago
  83. 11f5c0c fs/squashfs: Fix compilation error by Pali Rohár · 3 years, 9 months ago
  84. 9cf15d8 Merge tag 'dm-pull-3mar21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 9 months ago
  85. 48ab3df serial: ns16550: Handle zero <clock-frequency> value by Bin Meng · 3 years, 10 months ago
  86. 01b792b serial: ns16550: Correct the base address type by Bin Meng · 3 years, 10 months ago
  87. 85f737b dts: Fix OF_LIVE dependency by Bin Meng · 3 years, 10 months ago
  88. c5e8b31 lib: Fix BINMAN_FDT dependency by Bin Meng · 3 years, 10 months ago
  89. 49b5e2e sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 10 months ago
  90. 49d092f fix patman --limit-cc option by Bernhard Kirchen · 3 years, 10 months ago
  91. 051ddfb bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT by Simon Glass · 3 years, 10 months ago
  92. d6206a5 dm: core: Add DM_DEVICE_REMOVE condition to all exit paths by Simon Glass · 3 years, 10 months ago
  93. e07434b dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 10 months ago
  94. a30f24f Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 9 months ago
  95. 256dba0 board: gateworks: imx8mm: Add Gateworks Venice board support by Tim Harvey · 3 years, 9 months ago
  96. 5fe2ef0 arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kits by Tim Harvey · 3 years, 9 months ago
  97. 11dbe14 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 9 months ago
  98. 3d8f168 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · 3 years, 9 months ago
  99. bba0bba Nokia RX-51: Enable usbtty serial console by default by Pali Rohár · 3 years, 9 months ago
  100. 9157a8c Nokia RX-51: Move content of rx51.h to rx51.c by Pali Rohár · 3 years, 10 months ago