1. 0082b2e moveconfig: Allow querying board configuration by Simon Glass · 3 years ago
  2. bb57be7 moveconfig: Allow adding unit tests by Simon Glass · 3 years ago
  3. 0559a74 moveconfig: Sort the options by Simon Glass · 3 years ago
  4. f931c2f moveconfig: Read the database in a separate function by Simon Glass · 3 years ago
  5. 93c0a9e moveconfig: Correct operation of the 'imply' feature by Simon Glass · 3 years ago
  6. d189603 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 3 years ago
  7. 8724dfc Makefile: Add a pylint checker to the build by Simon Glass · 3 years ago
  8. 964192e tools: Add init files for Python tools by Simon Glass · 3 years ago
  9. fc568d8 patman: Update the list of modules by Simon Glass · 3 years ago
  10. 0d92539 dtoc: Fix up a code comment that confuses pylint by Simon Glass · 3 years ago
  11. 890d848 .gitignore: Ignore any html coverage directory by Simon Glass · 3 years ago
  12. 135d994 pci: iproc: Set all 24 bits of PCI class code by Pali Rohár · 2 years, 11 months ago
  13. 7002657 Merge branch '2022-01-24-assorted-fixes-and-updates' by Tom Rini · 2 years, 10 months ago
  14. 1e6f996 cmd: Add Kconfig option for multiprocessor cmds by Ashok Reddy Soma · 2 years, 10 months ago
  15. 5a3b8dc mkimage: struct stat.st_size may not be long by Heinrich Schuchardt · 2 years, 11 months ago
  16. 61f9b29 MAINTAINERS: Update e-mail in Xen maintainership by Anastasiia Lukianenko · 2 years, 10 months ago
  17. 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 11 months ago
  18. c8654a5 mkimage: Drop unused OPT_STRING constant by Jan Kiszka · 2 years, 11 months ago
  19. 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 11 months ago
  20. d657035 misc: mark write buffer const by John Keeping · 2 years, 11 months ago
  21. a522870 tools/fitimage: make sure dumpimage still works when "@" are detected by Stefan Eichenberger · 2 years, 11 months ago
  22. 49760ec tools/fitimage: remove redundant format check by Stefan Eichenberger · 2 years, 11 months ago
  23. 7c20cc5 vexpress64: semi_defconfig: disable CRC32 support by Andre Przywara · 2 years, 10 months ago
  24. 9fa5fc1 Merge tag 'u-boot-stm32-20220124' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 2 years, 10 months ago
  25. df29081 configs: stm32mp15: Enable OF_BOARD flag by Patrice Chotard · 2 years, 10 months ago
  26. f5b8571 stm32prog: add partition name in treat_partition_list error messages by Patrick Delaunay · 2 years, 10 months ago
  27. 520e299 board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivated by Patrick Delaunay · 2 years, 11 months ago
  28. 890c55c stm32mp: fix board_get_alt_info_mmc() by Heinrich Schuchardt · 2 years, 11 months ago
  29. 7d2757f ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12 by Marek Vasut · 2 years, 11 months ago
  30. 8b08dfb ARM: dts: stm32: Synchronize DHCOR DTs with Linux 5.15.12 by Marek Vasut · 2 years, 11 months ago
  31. 37868aa arm: dts: stm32mp15: alignment with v5.16 by Patrick Delaunay · 3 years ago
  32. 951edb4 stm32mp: correct the dependency for bootcount configs by Patrick Delaunay · 3 years ago
  33. 3cbff2a stm32mp: remove the bootcount activation by Patrick Delaunay · 3 years ago
  34. acb4169 ARM: dts: stm32: Add DFU support for DHCOR recovery by Marek Vasut · 3 years ago
  35. 2f7aae0 arm: stm32mp: Fix USB boot device report by Marek Vasut · 3 years ago
  36. 93de0cc Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 2 years, 10 months ago
  37. 5a7affe arm: dts: rz-g2-beacon-u-boot: Enable pinmux for QSPI by Adam Ford · 2 years, 11 months ago
  38. 9ef026b arm: rmobile: rzg2_beacon: Migrate reset to SYSRESET_PSCI by Adam Ford · 3 years ago
  39. 9d12de6 Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  40. 6f67684 Merge branch '2022-01-21-Kconfig-migrations' by Tom Rini · 2 years, 10 months ago
  41. eb56096 Convert CONFIG_AT91_EFLASH to Kconfig by Patrick Delaunay · 2 years, 11 months ago
  42. 1576abf configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig by Patrick Delaunay · 2 years, 11 months ago
  43. edfad17 mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean by Patrick Delaunay · 2 years, 11 months ago
  44. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 11 months ago
  45. 3364863 cmd: Fix up warnings in flash.c by Patrick Delaunay · 2 years, 11 months ago
  46. 99426c8 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 11 months ago
  47. 297fc20 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 3 years ago
  48. 1c38374 Convert CONFIG_BOOTP_SERVERIP to Kconfig by Simon Glass · 3 years ago
  49. 65831d9 Convert CONFIG_TIMESTAMP to Kconfig by Simon Glass · 3 years ago
  50. e0eb4ef Convert CONFIG_UDP_CHECKSUM to Kconfig by Simon Glass · 3 years ago
  51. cc041b6 Convert CONFIG_KEEP_SERVERADDR to Kconfig by Simon Glass · 3 years ago
  52. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  53. b75b076 Merge tag 'u-boot-amlogic-20220120' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 2 years, 10 months ago
  54. 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  55. 5a690c7 arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCE by Pali Rohár · 2 years, 10 months ago
  56. dcf92a5 phy: marvell: Remove unused function comphy_update_map() by Pali Rohár · 2 years, 10 months ago
  57. 951b982 arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt() by Pali Rohár · 2 years, 10 months ago
  58. e3833f6 drivers: octeon: get rid of Unicode in code by Heinrich Schuchardt · 2 years, 10 months ago
  59. 3a7bbd8 arm: mvebu: spl: Fix 100 column exceeds by Marek Behún · 2 years, 11 months ago
  60. 556eab6 arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible by Marek Behún · 2 years, 11 months ago
  61. 031d172 arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t by Marek Behún · 2 years, 11 months ago
  62. 46c871a arm: mvebu: spl: Print srcaddr in error message by Marek Behún · 2 years, 11 months ago
  63. 8242056 arm: mvebu: Check for kwbimage data checksum by Pali Rohár · 2 years, 11 months ago
  64. f47349a SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 11 months ago
  65. a157e12 arm: mvebu: Check that kwbimage blockid matches boot mode by Pali Rohár · 2 years, 11 months ago
  66. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
  67. eb7e1fc arm: mvebu: Check that kwbimage offset and blocksize are valid by Pali Rohár · 2 years, 11 months ago
  68. ed9bcb9 pci: pci_mvebu: Add support for Kirkwood PCIe controllers by Pali Rohár · 2 years, 11 months ago
  69. cbda3e2 arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blob by Pali Rohár · 2 years, 11 months ago
  70. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 10 months ago
  71. a96d6b5 board: amlogic: vim3: configure serial# from ethaddr by Mattijs Korpershoek · 2 years, 10 months ago
  72. 500373b configs: meson64_android: define raw parts for bootloader by Mattijs Korpershoek · 2 years, 11 months ago
  73. 825bcd9 configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR for android by Mattijs Korpershoek · 2 years, 11 months ago
  74. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  75. 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 10 months ago
  76. d833980 doc: samsung: axy17lte: Fix underlines by Tom Rini · 2 years, 10 months ago
  77. 4f67158 doc: printf() codes by Heinrich Schuchardt · 2 years, 10 months ago
  78. 2b9a227 doc: fix description of build dependencies for Alpine Linux by Heinrich Schuchardt · 2 years, 11 months ago
  79. cde8bae lib/crypto: Enable more algorithms in cert verification by Ilias Apalodimas · 2 years, 10 months ago
  80. d2a7d12 efi_loader: printing TCG2 protocol GUID by Heinrich Schuchardt · 2 years, 10 months ago
  81. 513bb3d efi_selftest: implement printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
  82. 1bebcb6 cmd: printenv: simplify printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
  83. 282249d efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
  84. a4628b4 cmd: efidebug: simplify printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
  85. d2e0aa3 test: add test for %pUs by Heinrich Schuchardt · 2 years, 10 months ago
  86. ce33bcd sandbox: imply PARTITION_TYPE_GUID by Heinrich Schuchardt · 2 years, 10 months ago
  87. 79f29c8 disk: simplify part_print_efi() by Heinrich Schuchardt · 2 years, 10 months ago
  88. c7ea52c lib: printf code %pUs for GUID text representation by Heinrich Schuchardt · 2 years, 10 months ago
  89. 0a13b79 lib: compile uuid_guid_get_str if CONFIG_LIB_UUID=y by Heinrich Schuchardt · 2 years, 10 months ago
  90. 0ce829f firmware: zynqmp: Do not report error if node is already configured by Michal Simek · 2 years, 11 months ago
  91. 957b248 firmware: zynqmp: Move loading message to debug by Michal Simek · 2 years, 11 months ago
  92. 4384889 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 2 years, 10 months ago
  93. 85593af arm64: zynqmp: Change firmware dependency by Michal Simek · 2 years, 11 months ago
  94. afab9b3 arm64: xilinx: dts: Add dma properties to fix dtbs_check warnings by Shravya Kumbham · 2 years, 11 months ago
  95. 690dec0 arm64: zynqmp: Update USB node handle from dwc3 to usb by Manish Narani · 2 years, 11 months ago
  96. ae89fd8 arm64: zynqmp: Change compatible strings for cadence uart by Michal Simek · 2 years, 11 months ago
  97. 7ff76b4 Merge branch '2022-01-18-platform-updates' by Tom Rini · 2 years, 10 months ago
  98. dc01e2a miiphy.h: Remove CONFIG_DM_xxx guards by Tom Rini · 2 years, 10 months ago
  99. d9c87e3 clk: ast2600: Revise MII interface delay by Dylan Hung · 3 years ago
  100. 12c942f configs: ast2600: enable DM_MDIO and MDIO driver by Dylan Hung · 3 years ago