1. c488451 Merge branch '2021-08-02-numeric-input-cleanups' by Tom Rini · Mon Aug 02 13:32:20 2021 -0400
  2. 90877bb lib: Allow using 0x when a decimal value is requested by Simon Glass · Sat Jul 24 09:03:38 2021 -0600
  3. 6e0cd52 doc: Add a note about number representation by Simon Glass · Sat Jul 24 09:03:37 2021 -0600
  4. cfc9010 doc: Convert command-line info to rST by Simon Glass · Sat Jul 24 09:03:36 2021 -0600
  5. fe2622c lib: Move common digit-parsing code into a function by Simon Glass · Sat Jul 24 09:03:35 2021 -0600
  6. b9efdf5 lib: Add octal tests for simple_strtoul/l() by Simon Glass · Sat Jul 24 09:03:34 2021 -0600
  7. 238efc2 lib: Add tests for simple_strtoull() by Simon Glass · Sat Jul 24 09:03:33 2021 -0600
  8. 8be8eab lib: Drop unnecessary check for hex digit by Simon Glass · Sat Jul 24 09:03:32 2021 -0600
  9. f0722ed lib: Comment the base parameter with simple_strtoul/l() by Simon Glass · Sat Jul 24 09:03:31 2021 -0600
  10. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  11. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  12. b827f39 hash: Ensure verification hex pairs are terminated by Simon Glass · Sat Jul 24 09:03:28 2021 -0600
  13. 09bc71a Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Aug 02 08:54:23 2021 -0400
  14. 13c2be0 Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Aug 02 08:53:58 2021 -0400
  15. c04e337 efi_loader: typo cerificate by Heinrich Schuchardt · Mon Aug 02 08:21:12 2021 +0200
  16. bc2ed7f doc: add graphviz imagemagick as build dependencies by Heinrich Schuchardt · Sun Aug 01 23:29:20 2021 +0200
  17. e3abd4d doc: handle 'make htmldocs' warnings as errors by Heinrich Schuchardt · Sun Aug 01 22:11:39 2021 +0200
  18. ba9347e doc: add missing board/ti/index.rst by Heinrich Schuchardt · Sun Aug 01 22:09:44 2021 +0200
  19. 3358bb1 Merge tag 'dm-pull-1aug21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sun Aug 01 14:41:22 2021 -0400
  20. 4311832 dtoc: Support widening a bool value by Simon Glass · Wed Jul 28 19:23:11 2021 -0600
  21. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · Wed Jul 28 19:23:10 2021 -0600
  22. fd4078e dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · Wed Jul 28 19:23:09 2021 -0600
  23. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · Sat Jul 24 15:14:39 2021 -0600
  24. 520b47a moveconfig: Update to newer kconfiglib by Simon Glass · Wed Jul 21 21:35:53 2021 -0600
  25. 84168db doc: Fix up outdated moveconfig docs by Simon Glass · Wed Jul 21 21:35:52 2021 -0600
  26. 83cc72e doc: Add docs for the moveconfig tool by Simon Glass · Wed Jul 21 21:35:51 2021 -0600
  27. 9d1e681 doc: Move coccinelle into its own section by Simon Glass · Wed Jul 21 21:35:50 2021 -0600
  28. c3730d7 doc: Create an intro section for testing by Simon Glass · Wed Jul 21 21:35:49 2021 -0600
  29. 6bbdd0c patman: add warning for invalid tag by Patrick Delaunay · Thu Jul 22 16:51:42 2021 +0200
  30. eedc922 fdt: Show the type of devicetree with fdt addr by Simon Glass · Wed Jul 21 14:55:26 2021 -0600
  31. e4647a1 fdt: Tidy up the code a bit with fdt addr by Simon Glass · Wed Jul 21 14:55:25 2021 -0600
  32. 0021102 sandbox: tpm: Support extending a PCR multiple times by Simon Glass · Sun Jul 18 14:18:06 2021 -0600
  33. 05917ac sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB by Simon Glass · Sun Jul 18 14:18:05 2021 -0600
  34. 3220cb0 sandbox: tpm: Support storing device state in tpm2 by Simon Glass · Sun Jul 18 14:18:04 2021 -0600
  35. ca31f07 sandbox: tpm: Support nvdata in TPM2 by Simon Glass · Sun Jul 18 14:18:03 2021 -0600
  36. e39503c sandbox: tpm: Track whether the state is valid by Simon Glass · Sun Jul 18 14:18:02 2021 -0600
  37. 92594f1 sandbox: tpm: Finish comments for struct sandbox_tpm2 by Simon Glass · Sun Jul 18 14:18:01 2021 -0600
  38. 51c5066 sandbox: tpm: Correct handling of get-capability by Simon Glass · Sun Jul 18 14:18:00 2021 -0600
  39. f700496 sandbox: tpm: Support the define-space command by Simon Glass · Sun Jul 18 14:17:59 2021 -0600
  40. 689cde0 sandbox: tpm: Tidy up reading and writing of device state by Simon Glass · Sun Jul 18 14:17:58 2021 -0600
  41. df884ec sandbox: tpm: Split out common nvdata code by Simon Glass · Sun Jul 18 14:17:57 2021 -0600
  42. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · Fri Jul 16 15:44:12 2021 -0700
  43. bc856e4 doc: riscv: flashing SiFive boards by Heinrich Schuchardt · Wed Jul 28 10:52:53 2021 +0200
  44. 11df072 lib: disable CONFIG_SPL_HEXDUMP by default by Heinrich Schuchardt · Sat Jul 24 17:35:46 2021 +0200
  45. 62e90f7 video: buffer overrun in TrueType console by Heinrich Schuchardt · Sun Feb 28 21:42:51 2021 +0100
  46. cffaf7e Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sat Jul 31 20:51:24 2021 -0400
  47. 713d648 sunxi: decide the inclusion of SCP by SCP_ADDR existence by Icenowy Zheng · Thu Jul 22 14:30:03 2021 +0800
  48. 2a9c238 sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2 by Samuel Holland · Sun Apr 18 22:21:41 2021 -0500
  49. bc42abb sunxi: Select environment MMC based on boot device by Samuel Holland · Sun Apr 18 22:16:21 2021 -0500
  50. b7c1113 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Sat Jul 31 08:18:14 2021 -0400
  51. 856523a serial: a37xx: Do not call get_ref_clk() in _debug_uart_init() by Pali Rohár · Mon Jul 26 14:58:59 2021 +0200
  52. 00631fc serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART by Pali Rohár · Mon Jul 26 14:58:58 2021 +0200
  53. d0fd330 arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configs by Tony Dinh · Sun Jul 25 23:01:20 2021 -0700
  54. 4cd9477 arm: kirkwood: Dreamplug: Use Ethernet PHY name and address from device tree by Tony Dinh · Sun Jul 25 23:01:19 2021 -0700
  55. 917352b arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs by Tony Dinh · Sun Jul 25 23:01:18 2021 -0700
  56. 9eaf20b arm64: a37xx: pinctrl: Correct PWM pins definitions by Marek Behún · Fri Jul 23 19:57:11 2021 +0200
  57. 18d8ea9 kwbimage: Update help message about how to extract from an existing image by Pali Rohár · Fri Jul 23 11:14:35 2021 +0200
  58. 5ec2c58 kwbimage: Add support for extracting images via dumpimage tool by Pali Rohár · Fri Jul 23 11:14:34 2021 +0200
  59. 7135111 arm: mvebu: gdsys: Remove custom spl_board_init() by Pali Rohár · Fri Jul 23 11:14:33 2021 +0200
  60. 061ce2c arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · Fri Jul 23 11:14:32 2021 +0200
  61. 16bf703 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · Fri Jul 23 11:14:31 2021 +0200
  62. 2a28380 arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files by Pali Rohár · Fri Jul 23 11:14:30 2021 +0200
  63. cf97b82 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header by Pali Rohár · Fri Jul 23 11:14:29 2021 +0200
  64. bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · Fri Jul 23 11:14:28 2021 +0200
  65. 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · Fri Jul 23 11:14:27 2021 +0200
  66. da1be86 arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART by Pali Rohár · Fri Jul 23 11:14:26 2021 +0200
  67. a3a38e5 arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework by Pali Rohár · Fri Jul 23 11:14:25 2021 +0200
  68. a59971b arm: mvebu: Mark return_to_bootrom() as a noreturn function by Pali Rohár · Fri Jul 23 11:14:24 2021 +0200
  69. e4b1592 arm: mvebu: Fix return_to_bootrom() by Pali Rohár · Fri Jul 23 11:14:23 2021 +0200
  70. b572ac4 tools: kwboot: Fix checking image header version by Pali Rohár · Fri Jul 23 11:14:22 2021 +0200
  71. 1228116 tools: kwboot: Check for v1 header size by Pali Rohár · Fri Jul 23 11:14:21 2021 +0200
  72. 48615ba tools: kwboot: Cosmetic fix - add missing curly brackets by Pali Rohár · Fri Jul 23 11:14:20 2021 +0200
  73. 049cf91 tools: kwboot: Print trailing newline after terminal is terminated by Pali Rohár · Fri Jul 23 11:14:19 2021 +0200
  74. eafc969 tools: kwboot: Fix restoring terminal by Pali Rohár · Fri Jul 23 11:14:18 2021 +0200
  75. 8210ea0 tools: kwboot: Fix wrong parameter passed to read() by Pali Rohár · Fri Jul 23 11:14:17 2021 +0200
  76. 99534ec tools: dumpimage: Show error message when trying to extract data from kwbimage by Pali Rohár · Fri Jul 23 11:14:16 2021 +0200
  77. a265629 tools: dumpimage: Fix crashing when trying to extract data from kwbimage by Pali Rohár · Fri Jul 23 11:14:15 2021 +0200
  78. f01adfd tools: kwbimage: Mark all BootROM structures __packed by Pali Rohár · Fri Jul 23 11:14:14 2021 +0200
  79. 39f3896 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · Fri Jul 23 11:14:13 2021 +0200
  80. c0cfd1a tools: kwbimage: Add support for a new DATA_DELAY command by Pali Rohár · Fri Jul 23 11:14:12 2021 +0200
  81. fbe10ac tools: kwbimage: Add support for DATA command also for v1 images by Pali Rohár · Fri Jul 23 11:14:11 2021 +0200
  82. 1be2ad1 tools: kwbimage: Don't parse PAYLOAD keyword by Pali Rohár · Fri Jul 23 11:14:10 2021 +0200
  83. e0a6dc7 tools: kwbimage: Add support for more BINARY headers by Pali Rohár · Fri Jul 23 11:14:09 2021 +0200
  84. d79cbc9 tools: kwbimage: Fix calculating size of binary header by Pali Rohár · Fri Jul 23 11:14:08 2021 +0200
  85. 13b7040 tools: kwbimage: Change maximum number of arguments in binary header to 256 by Pali Rohár · Fri Jul 23 11:14:07 2021 +0200
  86. f8171a5 tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · Fri Jul 23 11:14:06 2021 +0200
  87. abf9a8d tools: kwbimage: Cosmetic fix - remove redundant space character by Marek Behún · Fri Jul 23 11:14:05 2021 +0200
  88. cd614ad tools: kwbimage: Print size of binary header in kwbimage_print_header() by Pali Rohár · Fri Jul 23 11:14:04 2021 +0200
  89. 48bc68c tools: kwbimage: Validate data checksum of v1 images by Pali Rohár · Fri Jul 23 11:14:03 2021 +0200
  90. fdb575a tools: kwbimage: Validate extended headers of v1 images by Pali Rohár · Fri Jul 23 11:14:02 2021 +0200
  91. 03345b9 tools: kwbimage: Fix check for v0 extended header checksum by Pali Rohár · Fri Jul 23 11:14:01 2021 +0200
  92. eba7819 tools: kwbimage: Don't crash when binary file name does not contain '/' by Pali Rohár · Fri Jul 23 11:14:00 2021 +0200
  93. 6f6f65e tools: kwbimage: Fix generation of SATA, SDIO and PCIe images by Pali Rohár · Fri Jul 23 11:13:59 2021 +0200
  94. 696dfa4 tools: kwbimage: Add constant for SDIO bootfrom by Marek Behún · Fri Jul 23 11:13:58 2021 +0200
  95. 0478515 tools: kwbimage: Align SPI and NAND images to 256 bytes by Pali Rohár · Fri Jul 23 11:13:57 2021 +0200
  96. cfb60a9 tools: kwbimage: Simplify aligning and calculating checksum by Pali Rohár · Fri Jul 23 11:13:56 2021 +0200
  97. 61a557b tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · Fri Jul 23 11:13:55 2021 +0200
  98. 064e83e mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2 by Stephan Gerhold · Tue Jul 06 16:54:36 2021 +0200
  99. ff9eb9d mmc: arm_pl180_mmci: Simplify code using mmc_of_parse() by Stephan Gerhold · Tue Jul 06 16:54:35 2021 +0200
  100. a16abe3 mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() by Stephan Gerhold · Tue Jul 06 16:54:34 2021 +0200