1. 04f41c2 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · Sun Sep 18 08:34:31 2022 -0400
  2. 5b46e79 watchdog: Further cleanup by Stefan Roese · Fri Sep 02 14:10:49 2022 +0200
  3. 75887a9 watchdog: Remove WATCHDOG_RESET macro by Stefan Roese · Fri Sep 02 14:10:48 2022 +0200
  4. 5b492ee watchdog: Get rid of ASSEMBLY hacks by Stefan Roese · Fri Sep 02 14:10:47 2022 +0200
  5. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  6. 9747363 cyclic: Introduce schedule() function by Stefan Roese · Fri Sep 02 14:10:45 2022 +0200
  7. cce2472 watchdog: Integrate watchdog triggering into the cyclic framework by Stefan Roese · Thu Aug 18 13:22:46 2022 +0200
  8. 440a77d configs: Resync with savedefconfig by Tom Rini · Fri Sep 16 16:06:46 2022 -0400
  9. 46b4569 Merge branch '2022-09-16-rationalize-the-block-interface' into next by Tom Rini · Fri Sep 16 15:35:47 2022 -0400
  10. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  11. 6a1b0d4 disk: Handle UCLASS_EFI_MEDIA in dev_print() by Simon Glass · Thu Aug 11 19:35:00 2022 -0600
  12. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  13. af38c91 efi: Correct assumption about if_type by Simon Glass · Thu Aug 11 19:34:58 2022 -0600
  14. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · Thu Aug 11 19:34:57 2022 -0600
  15. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · Thu Aug 11 19:34:56 2022 -0600
  16. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · Thu Aug 11 19:34:55 2022 -0600
  17. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · Thu Aug 11 19:34:54 2022 -0600
  18. 0cdb293 ide: Use a flag for an ATAPI device by Simon Glass · Thu Aug 11 19:34:53 2022 -0600
  19. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · Thu Aug 11 19:34:52 2022 -0600
  20. 0bfaf58 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · Thu Aug 11 19:34:51 2022 -0600
  21. eb91c54 blk: Drop unnecessary CONFIG_SPL_LEGACY_BLOCK in defconfigs by Simon Glass · Thu Aug 11 19:34:50 2022 -0600
  22. e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · Thu Aug 11 19:34:49 2022 -0600
  23. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:48 2022 -0600
  24. bfbd849 blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · Thu Aug 11 19:34:47 2022 -0600
  25. af9e847 cmd: Drop use of HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:46 2022 -0600
  26. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · Thu Aug 11 19:34:45 2022 -0600
  27. 37ee2f5 disk: Use Makefile to omit partition drivers by Simon Glass · Thu Aug 11 19:34:44 2022 -0600
  28. 2072baa sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig by Simon Glass · Thu Aug 11 19:34:43 2022 -0600
  29. 952c0fe ata: Fix an instance of SPL_SATA_SUPPORT by Simon Glass · Thu Aug 11 19:34:42 2022 -0600
  30. a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · Thu Aug 11 19:34:41 2022 -0600
  31. 537075b disk: Correct help for TPL_PARTITIONS by Simon Glass · Thu Aug 11 19:34:40 2022 -0600
  32. 76350a8 Merge branch '2022-09-15-TI-platform-updates' into next by Tom Rini · Thu Sep 15 17:02:52 2022 -0400
  33. 4c24171 Nokia RX-51: Add booting from UBI into test script by Pali Rohár · Thu Sep 15 20:59:48 2022 +0200
  34. 9322905 Nokia RX-51: Add comment describing kernel image type into test script by Pali Rohár · Sun Sep 04 03:29:05 2022 +0200
  35. a7bc3ae Nokia RX-51: Do not set useless ARCH= in test script by Pali Rohár · Sun Sep 04 03:29:04 2022 +0200
  36. ec761c9 Nokia RX-51: Fix documentation how to enable UBI support by Pali Rohár · Sun Sep 04 03:29:03 2022 +0200
  37. 4bd5460 Nokia RX-51: Call bootm in test script only when image is valid by Pali Rohár · Sun Sep 04 03:29:02 2022 +0200
  38. acf6ba8 Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script by Pali Rohár · Sun Sep 04 03:29:01 2022 +0200
  39. dbc6661 Nokia RX-51: Set default SYS_LOAD_ADDR to 0x80008000 by Pali Rohár · Sun Sep 04 03:29:00 2022 +0200
  40. a4001fd Nokia RX-51: Do not clear unknown memory in lowlevel_init.S by Pali Rohár · Sun Sep 04 03:28:59 2022 +0200
  41. 73dfc79 Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S by Pali Rohár · Sun Sep 04 03:28:58 2022 +0200
  42. eecf5b0 configs: Add configs for j721s2 High Security EVM by Jayesh Choudhary · Tue Aug 30 15:54:30 2022 +0530
  43. b8d8cd4 configs: Add configs for J7200 High Security EVM by Andrew Davis · Tue Aug 30 15:54:29 2022 +0530
  44. 158a819 brppt1: Update environment to support new boot concept by Bernhard Messerklinger · Thu Aug 25 08:54:04 2022 +0200
  45. bd8aa73 include: configs: brppt1: Fix commit 0ea4fc4dcf90 by Bernhard Messerklinger · Thu Aug 25 08:54:03 2022 +0200
  46. efcf542 brppt1: Cleanup device tree by Bernhard Messerklinger · Thu Aug 25 08:54:02 2022 +0200
  47. dc49023 brppt1: Fix SPL boot stage by Bernhard Messerklinger · Thu Aug 25 08:54:01 2022 +0200
  48. e830ef2 brppt1: Remove unused board variants by Bernhard Messerklinger · Thu Aug 25 08:54:00 2022 +0200
  49. ef26528 Merge branch '2022-09-15-general-improvements' into next by Tom Rini · Thu Sep 15 09:59:47 2022 -0400
  50. df5117a lib: rsa: fix padding_pss_verify by Heinrich Schuchardt · Wed Aug 31 21:13:40 2022 +0200
  51. 5d5efec cli: Reduce size of readline buffers in SPL by Sean Anderson · Tue Aug 30 16:40:37 2022 -0400
  52. f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · Tue Aug 30 14:09:14 2022 +0200
  53. 866dfea pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's name by Patrice Chotard · Tue Aug 30 14:09:13 2022 +0200
  54. eb8f3a7 gpio: Fix pin's status display for pin with GPIOF_UNUSED function by Patrice Chotard · Tue Aug 30 14:09:12 2022 +0200
  55. 8b1310e gpio: Allow to print pin's label even for pin with GPIOF_FUNC function by Patrice Chotard · Tue Aug 30 14:09:11 2022 +0200
  56. ba650ed virtio: pci: fix bug of virtio_pci_map_capability by Xiang W · Mon Aug 29 07:53:15 2022 +0800
  57. d34dab6 nvme: Fix multipage prp-list by Alexander Sowarka · Sun Aug 28 21:30:20 2022 +0200
  58. 10f7135 doc: cmd: loady: Document new configuration by Pali Rohár · Mon Aug 29 17:36:23 2022 +0200
  59. 5dc80cc xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · Sat Aug 27 16:37:55 2022 +0200
  60. 551e7a7 post: memory: Fix format strings by Sean Anderson · Tue Aug 23 15:10:39 2022 -0400
  61. 320c850 drivers: rng: optee_rng: register to CONFIG_OPTEE_SERVICE_DISCOVERY by Etienne Carriere · Tue Jul 26 16:21:43 2022 +0200
  62. 523a951 drivers: tee: optee: discover OP-TEE services by Etienne Carriere · Tue Jul 26 16:21:42 2022 +0200
  63. 7d26e74 drivers: tee: optee: remove unused probe local variable by Etienne Carriere · Tue Jul 26 16:21:41 2022 +0200
  64. 6624910 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · Tue Jun 14 16:12:00 2022 +0200
  65. cbd4509 misc: usb251xb: Support 8/16 bit device tree values by Stefan Herbrechtsmeier · Tue Jun 14 15:21:31 2022 +0200
  66. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  67. c20400a Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · Wed Feb 02 15:05:18 2022 -0500
  68. bf91d1d Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Wed Sep 14 12:31:44 2022 -0400
  69. f6e1b94 Merge branch '2022-09-14-refactor-ramdisk-code-again' into next by Tom Rini · Wed Sep 14 11:50:21 2022 -0400
  70. 7ae16bb image: Drop some other #ifdefs in image-board.c by Simon Glass · Sun Aug 28 12:32:53 2022 -0600
  71. 92c586f image: Correct indentation in select_ramdisk() by Simon Glass · Sun Aug 28 12:32:52 2022 -0600
  72. 973b893 image: Drop remaining FIT #ifdef by Simon Glass · Sun Aug 28 12:32:51 2022 -0600
  73. e832db2 image: Drop another #ifdef for FIT by Simon Glass · Sun Aug 28 12:32:50 2022 -0600
  74. f2d23de image: Drop one #ifdef for FIT by Simon Glass · Sun Aug 28 12:32:49 2022 -0600
  75. f50664f image: Drop #ifdefs for LEGACY_IMAGE_FORMAT by Simon Glass · Sun Aug 28 12:32:48 2022 -0600
  76. 664696f image: Track when ramdisk processing is completed by Simon Glass · Sun Aug 28 12:32:47 2022 -0600
  77. dc0aa04 image: Fix up ANDROID_BOOT_IMAGE ramdisk code by Simon Glass · Sun Aug 28 12:32:46 2022 -0600
  78. 5c5b112 Merge branch '2022-09-13-add-support-for-cyclic-function-execution' into next by Tom Rini · Wed Sep 14 08:57:39 2022 -0400
  79. 2e18844 test: unit test for eficonfig by Masahisa Kojima · Mon Sep 12 17:33:59 2022 +0900
  80. dfcf0e5 doc:eficonfig: add documentation for eficonfig command by Masahisa Kojima · Mon Sep 12 17:33:58 2022 +0900
  81. 3511024 doc:bootmenu: add description for UEFI boot support by Masahisa Kojima · Mon Sep 12 17:33:57 2022 +0900
  82. e875369 eficonfig: add "Change Boot Order" menu entry by Masahisa Kojima · Mon Sep 12 17:33:56 2022 +0900
  83. f648fa3 eficonfig: scan media device in eficonfig startup by Masahisa Kojima · Mon Sep 12 17:33:55 2022 +0900
  84. 767a9e6 bootmenu: add removable media entries by Masahisa Kojima · Mon Sep 12 17:33:54 2022 +0900
  85. 703ad32 eficonfig: add "Delete Boot Option" menu entry by Masahisa Kojima · Mon Sep 12 17:33:53 2022 +0900
  86. ffe6813 menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling by Masahisa Kojima · Mon Sep 12 17:33:52 2022 +0900
  87. bb052b9 eficonfig: add "Edit Boot Option" menu entry by Masahisa Kojima · Mon Sep 12 17:33:51 2022 +0900
  88. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · Mon Sep 12 17:33:50 2022 +0900
  89. 5be8f37 cyclic: Add a simple test by Stefan Roese · Fri Sep 02 13:57:54 2022 +0200
  90. 4736bec cyclic: Add documentation by Stefan Roese · Fri Sep 02 13:57:53 2022 +0200
  91. d64d7e3 mips: octeon_nic23: Add PCIe FLR fixup via cyclic infrastructure by Aaron Williams · Fri Sep 02 13:57:52 2022 +0200
  92. 2702b27 cyclic: Add 'cyclic list' and 'cyclic demo' commands by Stefan Roese · Fri Sep 02 13:57:51 2022 +0200
  93. 7513df3 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · Fri Sep 02 13:57:50 2022 +0200
  94. 9e79fbe cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET by Stefan Roese · Fri Sep 02 13:57:49 2022 +0200
  95. 036f89a cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · Fri Sep 02 13:57:48 2022 +0200
  96. 44a99a9 time: Import time_after64() and friends from Linux by Stefan Roese · Fri Sep 02 13:57:47 2022 +0200
  97. 833c904 Merge branch '2022-09-13-add-aspeed-spi-controller' into next by Tom Rini · Tue Sep 13 15:55:33 2022 -0400
  98. af7852c mtd: spi-nor-ids: Add Winbond W25Q512JVQ ID by Chin-Ting Kuo · Fri Aug 19 17:01:15 2022 +0800
  99. 2f2a7bc spi: aspeed: Clock frequency adjustment support by Chin-Ting Kuo · Fri Aug 19 17:01:14 2022 +0800
  100. 12f35e3 spi: aspeed: Support customized decoded address ranges by Chin-Ting Kuo · Fri Aug 19 17:01:13 2022 +0800