1. 8766b78 doc: man-page for tftpput by Heinrich Schuchardt · Sat Sep 03 13:31:04 2022 +0200
  2. 7d289f1 cmd: correct short text for tftpboot by Heinrich Schuchardt · Sun Sep 04 09:08:11 2022 +0200
  3. 107b3a4 cmd: fix tftpput command by Heinrich Schuchardt · Sat Sep 03 12:21:09 2022 +0000
  4. e07c1f2 Merge tag 'u-boot-stm32-20220907' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Thu Sep 08 08:33:41 2022 -0400
  5. 5cd0418 Merge tag 'fsl-qoriq-2022-9-7' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Wed Sep 07 08:39:12 2022 -0400
  6. ffe3cd5 Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Sep 07 08:38:44 2022 -0400
  7. 9a2c773 net: fm: Add support for FIT firmware by Sean Anderson · Wed Sep 07 13:44:55 2022 +0800
  8. 4b2c94f net: Convert fit verification to use fit_get_data_* by Sean Anderson · Tue Aug 16 11:16:06 2022 -0400
  9. b89d61a cmd: fpga: Convert to use fit_get_data_node by Sean Anderson · Tue Aug 16 11:16:05 2022 -0400
  10. 255eb90 ARMv8/sec_firmware: Convert to use fit_get_data_conf_prop by Sean Anderson · Tue Aug 16 11:16:04 2022 -0400
  11. 080d3a0 image: fit: Add some helpers for getting data by Sean Anderson · Tue Aug 16 11:16:03 2022 -0400
  12. e75a6b7 ARMv8/sec_firmware: Remove SEC_FIRMWARE_FIT_CNF_NAME by Sean Anderson · Tue Aug 16 11:16:02 2022 -0400
  13. 78cc13c board: freescale: p1_p2_rdb_pc: Calculate offsets for eSDHC boot sector by Pali Rohár · Mon Aug 01 14:50:12 2022 +0200
  14. 62edbf3 board: freescale: p1_p2_rdb_pc: Delete watchdog max6370 node in load_default mode by Pali Rohár · Mon Aug 01 15:35:43 2022 +0200
  15. 6037f90 board: freescale: p1_p2_rdb_pc: Add env commands norlowerboot, norupperboot, sd2boot and defboot by Pali Rohár · Mon Apr 25 16:50:43 2022 +0200
  16. d3dcd8e ARM: dts: stm32mp15: remove hwlocks from pinctrl by Etienne Carriere · Mon Sep 05 11:15:28 2022 +0200
  17. c37f201 ARM: stm32: Switch DHSOM to FMC2 EBI driver by Marek Vasut · Tue Aug 23 19:27:08 2022 +0200
  18. 733fa0d Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Tue Sep 06 09:01:39 2022 -0400
  19. b732a43 Merge tag 'fsl-qoriq-2022-9-6' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Tue Sep 06 08:59:51 2022 -0400
  20. a6ee45d configs: stih410-b2260: Fix SYS_HZ_CLOCK value by Patrice Chotard · Thu Aug 25 09:14:57 2022 +0200
  21. 4e47df0 configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-disco by Patrice Chotard · Wed Aug 24 15:44:40 2022 +0200
  22. eb42a15 ARM: dts: stm32: Fix display-timings settings for stm32f746-disco by Patrice Chotard · Wed Aug 24 15:42:37 2022 +0200
  23. 4a1b083 clk: stm32mp: handle ck_usbo_48m clock provided by USBPHYC by Patrick Delaunay · Tue Apr 26 14:37:49 2022 +0200
  24. 77c3005 phy: stm32-usbphyc: usbphyc is a clock provider of ck_usbo_48m clock by Patrick Delaunay · Tue Apr 26 14:37:48 2022 +0200
  25. b6db7e8 phy: stm32-usbphyc: add counter of PLL consumer by Patrick Delaunay · Tue Apr 26 14:37:47 2022 +0200
  26. 7c10482 board: stm32mp1: remove test on CONFIG_DM_REGULATOR by Patrick Delaunay · Mon Jun 20 12:36:10 2022 +0200
  27. 14704dc stm32mp: simplify the STM32MP15x package parsing code by Patrick Delaunay · Mon Jun 20 09:50:01 2022 +0200
  28. 779f652 board: freescale: p1_p2_rdb_pc: Turn off watchdog before reset by Pali Rohár · Mon Aug 01 15:31:46 2022 +0200
  29. c13f4fb board: freescale: p1_p2_rdb_pc: Avoid usage of CPLD's system reset register by Pali Rohár · Mon Aug 01 15:31:45 2022 +0200
  30. 3730e16 board: freescale: p1_p2_rdb_pc: Add workaround for non-working watchdog by Pali Rohár · Mon Aug 01 15:31:44 2022 +0200
  31. fecba2e board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop by Pali Rohár · Mon Aug 01 15:31:43 2022 +0200
  32. f718707 RISC-V: enable CONFIG_SYSRESET_SBI by default by Heinrich Schuchardt · Mon Sep 05 16:40:49 2022 +0200
  33. c8ed628 cmd/sbi: format KVM version by Heinrich Schuchardt · Sun Aug 14 21:57:14 2022 +0200
  34. ebe3b23 riscv: dts: sifive: Synchronize FU740 and Unmatched DT by Icenowy Zheng · Thu Aug 25 16:11:19 2022 +0800
  35. 13d7170 dt-bindings: clock: sifive: sync FU740 PRCI clock binding header by Icenowy Zheng · Thu Aug 25 16:11:18 2022 +0800
  36. 25b798e net: enetc: Fix use after free issue in fsl_enetc.c by Siarhei Yasinski · Wed Aug 31 10:57:37 2022 +0000
  37. a072a6c ddr: fsl: Make bank_addr_bits reflect actual bits by Sean Anderson · Tue Aug 30 17:01:07 2022 -0400
  38. 0db746c ddr: fsl: Reduce the size of interactive options by Sean Anderson · Tue Aug 30 16:54:39 2022 -0400
  39. 1bd31cf board: sl28: remove COUNTER_FREQUENCY_REAL by Michael Walle · Tue Aug 23 11:30:18 2022 +0200
  40. 9b14606 board: sl28: support dynamic prompts by Michael Walle · Tue Aug 23 11:30:17 2022 +0200
  41. 511313e board: sl28: add user friendly names for the boot sources by Michael Walle · Tue Aug 23 11:30:16 2022 +0200
  42. bf9c73c board: sl28: implement additional bootsources by Michael Walle · Tue Aug 23 11:30:15 2022 +0200
  43. b073820 armv8: layerscape: spl: mark OCRAM as non-secure by Michael Walle · Tue Aug 23 11:30:14 2022 +0200
  44. 43a8d6a Prepare v2022.10-rc4 by Tom Rini · Mon Sep 05 20:32:56 2022 -0400
  45. d084835 configs: Resync with savedefconfig by Tom Rini · Mon Sep 05 20:32:14 2022 -0400
  46. f781746 riscv: dts: Sync important Unmatched pmic and qspi0 changes from Linux by Jessica Clarke · Fri Aug 12 18:50:03 2022 +0100
  47. 61abc75 Merge tag 'u-boot-rockchip-20220905' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Sep 04 22:35:40 2022 -0400
  48. 8478944 clk: rockchip: rk3399: Fix Unknown clock 77 on mmc@fe310000 by Michal Suchanek · Sun Aug 21 09:17:24 2022 +0200
  49. 9c5217d rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flash by Quentin Schulz · Fri Sep 02 15:10:55 2022 +0200
  50. 12df9cf rockchip: allow to build SPI images even without HAS_ROM option by Quentin Schulz · Fri Sep 02 15:10:54 2022 +0200
  51. 326809e rockchip: simplify binman image dependencies addition to INPUTS by Quentin Schulz · Fri Sep 02 15:10:53 2022 +0200
  52. d9ffa5e rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards by Quentin Schulz · Fri Sep 02 15:10:52 2022 +0200
  53. 8c9b9fe rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM by Quentin Schulz · Fri Sep 02 15:10:51 2022 +0200
  54. bdb7316 rockchip: remove binman temporary files when cleaning by Quentin Schulz · Fri Sep 02 15:10:50 2022 +0200
  55. 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · Fri Sep 02 15:10:49 2022 +0200
  56. 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · Fri Sep 02 15:10:48 2022 +0200
  57. a52dfbd rockchip: rk3399: sync spl_boot_devices_tbl and boot_devices node paths by Quentin Schulz · Fri Jul 15 17:15:52 2022 +0200
  58. 4592c64 rockchip: rk3399: fix incorrect boot-device in u-boot, spl-boot-device by Quentin Schulz · Fri Jul 15 17:15:51 2022 +0200
  59. 1cfd080 rockchip: rk3308: fix same-as-spl boot order by John Keeping · Thu Jul 14 15:18:37 2022 +0100
  60. 63e31db rockchip: rk3308: fix rockchip_dnl_key_pressed() on roc-cc by John Keeping · Thu Jul 14 15:09:12 2022 +0100
  61. f2da9d6 rockchip: rk3399: boot_devices: fix eMMC node name by Quentin Schulz · Mon Jul 11 16:15:33 2022 +0200
  62. 29cbb30 ram: rk3399: Conduct memory training at 400MHz by Lee Jones · Thu Aug 11 08:58:48 2022 +0100
  63. 9e33401 ram: rk3399: Fix faulty frequency change reports by Lee Jones · Thu Aug 11 08:58:47 2022 +0100
  64. d3cb513 ram: rk3399: Fix .set_rate_index() error handling by Lee Jones · Thu Aug 11 08:58:46 2022 +0100
  65. f6a9929 drivers: ram: rockchip: Fix dram channels calculation for rk3399 by Han Pengfei · Sun May 15 14:11:59 2022 +0800
  66. 05b9493 arm: dts: rockchip: rk3288: rename mmc nodenames by Johan Jonker · Mon May 02 11:42:22 2022 +0200
  67. 5cdc6f9 Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Sat Sep 03 14:55:37 2022 -0400
  68. 35144d2 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sat Sep 03 14:55:24 2022 -0400
  69. 96b3544 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sat Sep 03 14:55:13 2022 -0400
  70. 3564b8e tpm: Allow committing non-volatile data by Simon Glass · Tue Aug 30 21:05:38 2022 -0600
  71. 3f7a73a tpm: Implement state command for Cr50 by Simon Glass · Tue Aug 30 21:05:37 2022 -0600
  72. 11a075c tpm: Allow reporting the internal state by Simon Glass · Tue Aug 30 21:05:36 2022 -0600
  73. bddfcea tpm: sandbox: Allow init of TPM in a different phase by Simon Glass · Tue Aug 30 21:05:35 2022 -0600
  74. 5252cac tpm: Correct the define-space command in TPMv2 by Simon Glass · Tue Aug 30 21:05:34 2022 -0600
  75. 9523a4e tpm: Correct the permissions command in TPMv1 by Simon Glass · Tue Aug 30 21:05:33 2022 -0600
  76. 4927f47 tpm: Require a digest source when extending the PCR by Simon Glass · Tue Aug 30 21:05:32 2022 -0600
  77. d51abe4 Merge tag 'efi-2022-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Sep 03 07:44:22 2022 -0400
  78. 67aa4be efi_loader: fix display of NVMe EUI-64 by Heinrich Schuchardt · Wed Feb 23 09:06:24 2022 +0100
  79. e3b7c9b efi: ECPT add EBBRv2.0 conformance profile by Jose Marinho · Fri Dec 17 12:55:05 2021 +0000
  80. ff72cb3 efi: Create ECPT table by Jose Marinho · Thu Dec 23 14:51:07 2021 +0000
  81. 04598e5 efi_selftest: on sandbox use host specific assembly by Heinrich Schuchardt · Fri Sep 02 02:46:37 2022 +0200
  82. 068dc9c efi_loader: support CTRL+\ - CTRL+_ by Heinrich Schuchardt · Fri Sep 02 00:49:12 2022 +0200
  83. b6697c2 efi_loader: compliance Simple Text Input Ex Protocol by Heinrich Schuchardt · Thu Sep 01 23:30:09 2022 +0200
  84. 6507164 efi_loader: printing UEFI revision in helloworld.efi by Heinrich Schuchardt · Thu Sep 01 22:23:47 2022 +0200
  85. cebcc63 Merge tag 'efi-2022-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Sep 02 09:09:47 2022 -0400
  86. 64b3169 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · Mon Aug 22 09:18:31 2022 +0800
  87. 431ded6 renesas: Fix RPC-IF compatible values by Geert Uytterhoeven · Tue Mar 29 14:19:09 2022 +0200
  88. af90acf ARM: renesas: Propagate RPC-IF enablement to subsequent software by Geert Uytterhoeven · Tue Mar 29 14:19:08 2022 +0200
  89. 6bf8365 ARM: dts: rmobile: Fix RPC-IF device node names by Geert Uytterhoeven · Tue Mar 29 14:19:07 2022 +0200
  90. d2c153f binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · Thu Sep 01 17:51:43 2022 +0200
  91. 94c3ff6 binman: btool: futility: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:42 2022 +0200
  92. 853c514 binman: btool: fiptool: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:41 2022 +0200
  93. 3264c35 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · Thu Sep 01 17:51:40 2022 +0200
  94. 21811f6 binman: btool: mkimage: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:39 2022 +0200
  95. 29d45ac binman: btool: lz4: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:38 2022 +0200
  96. bbfc137 binman: bintool: move version check implementation into bintool class by Quentin Schulz · Thu Sep 01 17:51:37 2022 +0200
  97. ca87ebf binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · Wed Aug 31 17:55:14 2022 +0200
  98. 02b1979 dt/bindings: Add bindings for FWU Metadata mtd storage by Sughosh Ganu · Fri Jul 22 12:43:15 2022 -0500
  99. 247572f github: Update PR template for new "Patches" content by Tom Rini · Mon Aug 29 12:59:35 2022 -0400
  100. 0b1f013 doc: process, sending_patches: Update and correct the old "Patches" content by Tom Rini · Mon Aug 29 12:59:34 2022 -0400