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