1. 31d63b8 efi_loader: reformat efi_disk_add_dev() by Heinrich Schuchardt · Fri Oct 07 11:03:01 2022 +0200
  2. 8adf8d8 efi_loader: simplify efi_set_load_options() by Heinrich Schuchardt · Fri Oct 07 16:21:28 2022 +0200
  3. 64304a1 efi_driver: use efi_close_protocol by Heinrich Schuchardt · Fri Oct 07 16:12:54 2022 +0200
  4. 5e39433 efi_loader: internal CloseProtocol by Heinrich Schuchardt · Fri Oct 07 15:18:15 2022 +0200
  5. d8dc3cb efi_loader: CloseProtocol in efi_fmp_find by Heinrich Schuchardt · Fri Oct 07 15:29:52 2022 +0200
  6. 1100d15 efi_loader: CloseProtocol in tcg2_measure_gpt_data by Heinrich Schuchardt · Fri Oct 07 14:28:18 2022 +0200
  7. adbbe1c efi_driver: fix efi_uc_stop() by Heinrich Schuchardt · Fri Oct 07 23:53:38 2022 +0200
  8. 9df31c2 efi_loader: don't export efi_remove_all_protocols by Heinrich Schuchardt · Fri Oct 07 16:55:29 2022 +0200
  9. 217cb20 efi_loader: printf code in efi_disk_get_device_name() by Heinrich Schuchardt · Fri Oct 07 12:55:16 2022 +0200
  10. 2c6206d doc: describe usage of virt-make-fs for testing by Heinrich Schuchardt · Sat Oct 08 01:19:22 2022 +0200
  11. 9b97d12 doc: add python3-filelock python3-pytest-xdist by Heinrich Schuchardt · Sat Oct 08 00:46:35 2022 +0200
  12. 056ebd6 doc: man-page for cls by Heinrich Schuchardt · Fri Oct 07 20:51:35 2022 +0200
  13. f519da3 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · Fri Oct 07 20:36:12 2022 +0200
  14. c1f49a2 Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · Mon Oct 10 08:17:08 2022 -0400
  15. d23a58d mtd: Update the function name to 'rfree' by Fabio Estevam · Fri Oct 07 11:35:53 2022 -0300
  16. fd6e13e mtd: mxs_nand: Support EDO mode for imx8mn architecture by Michael Trimarchi · Tue Aug 30 16:48:47 2022 +0200
  17. 8a6bbc5 mtd: mxs_nand: get the clock with the right name by Dario Binacchi · Tue Sep 27 11:56:33 2022 +0200
  18. cb49d10 mtd: mxs_nand: don't get the gpmi_apbh_dma clock by Dario Binacchi · Tue Sep 27 11:47:29 2022 +0200
  19. 6740662 imx: gpmi: Add register needed to control nand bus timing by Michael Trimarchi · Tue Aug 30 16:47:51 2022 +0200
  20. 252e54e clk: imx: clk-imx8mn add gpmi nand clocks by Michael Trimarchi · Tue Aug 30 16:45:20 2022 +0200
  21. 29c56cf clk: imx: gate2 support shared counter and relative clock functions by Michael Trimarchi · Tue Aug 30 16:41:38 2022 +0200
  22. b32e24f dm: clk: add missing stub when CONFIG_CLK is deactivated by Dario Binacchi · Tue Sep 27 19:18:19 2022 +0200
  23. bdd58e2 mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to Kconfig by Roger Quadros · Wed Sep 28 14:42:35 2022 +0300
  24. c86fcca Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Oct 07 11:51:05 2022 -0400
  25. b765c96 Merge branch '2022-10-07-riscv-toolchain-update' by Tom Rini · Fri Oct 07 11:25:05 2022 -0400
  26. aebe878 Merge branch '2022-10-06-assorted-platform-and-board-updates' by Tom Rini · Fri Oct 07 11:23:19 2022 -0400
  27. 43e1f93 riscv: Fix build against binutils 2.38 by Alexandre Ghiti · Mon Oct 03 18:07:54 2022 +0200
  28. 8c7fd87 buildman: differentiate between riscv32, riscv64 by Heinrich Schuchardt · Mon Oct 03 18:07:53 2022 +0200
  29. 3282915 docker: install riscv32 toolchain by Heinrich Schuchardt · Mon Oct 03 18:07:52 2022 +0200
  30. 686b6e2 clk: nuvoton: Add support for NPCM845 by Jim Liu · Tue Sep 27 16:45:16 2022 +0800
  31. 147c000 arm: nuvoton: Add support for Nuvoton NPCM845 BMC by Jim Liu · Tue Sep 27 16:45:15 2022 +0800
  32. 1eb6191 net: ti: am65-cpsw-nuss: Enable MDIO manual mode by Ravi Gunasekaran · Thu Sep 22 15:21:24 2022 +0530
  33. 40cea49 net: ti: cpsw-mdio: Add workaround for errata i2329 by Ravi Gunasekaran · Thu Sep 22 15:21:23 2022 +0530
  34. e6b4239 dma: ti: k3-udma: Fix 'SZ_64K’ undeclared error by Dhruva Gole · Tue Sep 20 10:56:02 2022 +0530
  35. fbddaee armv8: cache_v8: Fix pgtables setup when MMU is already enabled by Pali Rohár · Wed Sep 14 13:37:46 2022 +0200
  36. dd029cf common/board_f: drop ifdefs around header includes by Ovidiu Panait · Tue Sep 13 21:31:29 2022 +0300
  37. bbce5f3 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · Tue Sep 13 21:31:28 2022 +0300
  38. fefffcf common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · Tue Sep 13 21:31:27 2022 +0300
  39. b1030eb common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · Tue Sep 13 21:31:26 2022 +0300
  40. 84a549f board: developerbox: move mem_map setup later by Jassi Brar · Mon Sep 12 12:05:29 2022 -0500
  41. 88abf7a board: developerbox: use identity mapping for >4GB by Jassi Brar · Mon Sep 12 12:05:15 2022 -0500
  42. 03027a5 gpio: ftgpio010: Add support for Faraday Technology FTGPIO010 by Sergei Antonov · Mon Sep 12 13:09:15 2022 +0300
  43. 3e2c20f cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · Thu Oct 06 16:08:44 2022 +0300
  44. 8ac0ebe efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · Thu Oct 06 16:08:46 2022 +0300
  45. da8119d MAINTAINERS: get rid of the optee variables entry by Ilias Apalodimas · Thu Oct 06 11:41:24 2022 +0300
  46. da620cf efi_driver: move event registration to driver by Heinrich Schuchardt · Thu Oct 06 07:29:41 2022 +0200
  47. 03964c5 efi_selftest: rename event_notify by Heinrich Schuchardt · Thu Oct 06 07:28:19 2022 +0200
  48. 6c5fd21 efi_driver: add init function to EFI block driver by Heinrich Schuchardt · Wed Oct 05 11:28:47 2022 +0200
  49. ff1d50b efi_driver: provide driver binding protocol to bind function by Heinrich Schuchardt · Tue Oct 04 19:12:59 2022 +0200
  50. 35679a9 efi_driver: reformat efi_block_device.c by Heinrich Schuchardt · Tue Oct 04 18:53:34 2022 +0200
  51. b5aeef7 doc: documentation of EFI driver binding protocol by Heinrich Schuchardt · Tue Oct 04 18:28:24 2022 +0200
  52. cc00eb4 efi_driver: carve out function to create block device by Heinrich Schuchardt · Tue Oct 04 16:19:30 2022 +0200
  53. d16463a cmd: simplify command efidebug by Heinrich Schuchardt · Tue Oct 04 15:31:17 2022 +0200
  54. 8a7112e efi_driver: simplify efi_uc_stop(), call efi_free_pool() by Heinrich Schuchardt · Tue Oct 04 12:50:51 2022 +0200
  55. 3f712db efi_driver: fix error handling by Heinrich Schuchardt · Mon Oct 03 10:35:35 2022 +0200
  56. 34f3462 efi_loader: function to unlink udevice and handle by Heinrich Schuchardt · Mon Oct 03 09:47:51 2022 +0200
  57. 4c18acf test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · Sat Oct 01 20:55:14 2022 +0200
  58. e29fbb3 efi_loader: efi_dp_part_node check dp_alloc return value by Heinrich Schuchardt · Thu Oct 06 13:36:02 2022 +0200
  59. 412f9ec cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · Thu Oct 06 06:48:02 2022 +0200
  60. db9361b cmd: simplify do_env_set_efi() by Heinrich Schuchardt · Thu Oct 06 06:52:51 2022 +0200
  61. 8acc3d9 efi: Add string conversion helper by Paul Barker · Wed Oct 05 13:18:35 2022 +0100
  62. be68ef5 doc: typo 'it it' in doc/develop/package/index.rst by Heinrich Schuchardt · Tue Oct 04 22:02:46 2022 +0200
  63. 9aaf70e regmap: fix range checks by Heinrich Schuchardt · Thu Sep 29 22:27:06 2022 +0000
  64. 3a01e2e Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Oct 06 08:44:23 2022 -0400
  65. 918adca arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programming by Pali Rohár · Thu Sep 22 13:43:46 2022 +0200
  66. 2662d2c arm: mvebu: Add support for specifying VHV_Enable GPIO by Pali Rohár · Thu Sep 22 13:43:45 2022 +0200
  67. 666252d arm: mvebu: Add support for programming LD0 and LD1 eFuse by Pali Rohár · Thu Sep 22 13:43:44 2022 +0200
  68. bd758d4 timer: orion-timer: Only init timer once by Stefan Roese · Wed Sep 21 08:26:42 2022 +0200
  69. 4024823 arm: mvebu: Remove timer.c by Stefan Roese · Wed Sep 21 08:26:41 2022 +0200
  70. 55f9e49 tools: kwbimage: Verify maximal kwbimage header size by Pali Rohár · Sun Sep 18 18:39:18 2022 +0200
  71. 03085ca mtd: nand: pxa3xx: simplify ECC hardware parameters by Chris Packham · Thu Aug 25 16:59:49 2022 +1200
  72. 75e1bde board/km: remove kirkwood boards by Holger Brunck · Mon Aug 15 08:35:11 2022 +0200
  73. 9411630 Merge branch 'next' by Tom Rini · Mon Oct 03 15:39:46 2022 -0400
  74. d6e4e90 Prepare v2022.10 by Tom Rini · Mon Oct 03 15:25:32 2022 -0400
  75. 9a8b542 imx8mn-ddr4-evk-u-boot: Fix broken boot by Fabio Estevam · Mon Oct 03 11:02:03 2022 -0300
  76. 16379f0 imx8mn-venice-u-boot: Fix broken boot by Fabio Estevam · Mon Oct 03 11:01:15 2022 -0300
  77. 3dcd9fd Merge branch '2022-09-29-dm-core-support-multiple-device-trees-in-ofnode' into next by Tom Rini · Fri Sep 30 15:52:10 2022 -0400
  78. 5c33b52 Merge tag 'efi-2022-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Sep 30 08:30:38 2022 -0400
  79. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  80. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  81. eda440b vbe: Allow test to run with live/flat tree by Simon Glass · Tue Sep 06 20:27:31 2022 -0600
  82. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · Tue Sep 06 20:27:30 2022 -0600
  83. dad9751 dm: core: Create a function to get a live tree in a test by Simon Glass · Tue Sep 06 20:27:29 2022 -0600
  84. c63ffd7 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · Tue Sep 06 20:27:28 2022 -0600
  85. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  86. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  87. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · Tue Sep 06 20:27:25 2022 -0600
  88. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  89. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · Tue Sep 06 20:27:23 2022 -0600
  90. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · Tue Sep 06 20:27:22 2022 -0600
  91. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · Tue Sep 06 20:27:21 2022 -0600
  92. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · Tue Sep 06 20:27:20 2022 -0600
  93. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · Tue Sep 06 20:27:19 2022 -0600
  94. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · Tue Sep 06 20:27:18 2022 -0600
  95. a0ace87 efi_loader: fix efi_initrd_deregister() by Heinrich Schuchardt · Fri Sep 30 01:55:02 2022 +0200
  96. f5c26c9 efi_selftest: prefix test functions with efi_st_ by Heinrich Schuchardt · Thu Sep 22 15:16:30 2022 +0200
  97. aa5ffb3 doc: improve description of autostart by Heinrich Schuchardt · Sat Sep 10 09:16:37 2022 +0200
  98. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  99. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · Tue Sep 06 20:27:16 2022 -0600
  100. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · Tue Sep 06 20:27:15 2022 -0600