1. 6f4d7aa x86: efi: Update efi_get_next_mem_desc() to avoid needing a map by Simon Glass · Tue Jan 04 03:51:11 2022 -0700
  2. 029f48e efi: Move exit_boot_services into a function by Simon Glass · Tue Jan 04 03:51:10 2022 -0700
  3. e4e5660 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · Mon Jan 03 14:07:37 2022 +0200
  4. 72d7883 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · Tue Jan 11 16:03:38 2022 +0100
  5. d17a679 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:55:41 2022 +0100
  6. 92c1c5c doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:49 2022 +0100
  7. cb3d6d6 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:48 2022 +0100
  8. a104e59 doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:47 2022 +0100
  9. 4b8c70c doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:46 2022 +0100
  10. 6750bb3 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:45 2022 +0100
  11. d869565 doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:44 2022 +0100
  12. 3df46be doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:43 2022 +0100
  13. efbbdf6 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:42 2022 +0100
  14. bb09146 arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculation by Pali Rohár · Wed Jan 12 18:32:08 2022 +0100
  15. bb1d677 arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout by Pali Rohár · Wed Jan 12 18:30:09 2022 +0100
  16. bbd7bda bloblist: Relicense to allow BSD-3-Clause by Simon Glass · Wed Jan 12 19:26:25 2022 -0700
  17. 49ae4ad bloblist: doc: Bring in the API documentation by Simon Glass · Wed Jan 12 19:26:24 2022 -0700
  18. 01fd56a bloblist: Add functions to obtain base address and size by Simon Glass · Wed Jan 12 19:26:23 2022 -0700
  19. c6fcb94 bloblist: Refactor Kconfig to support alloc or fixed by Simon Glass · Wed Jan 12 19:26:22 2022 -0700
  20. fd20df4 bloblist: Use explicit numbering for the tags by Simon Glass · Wed Jan 12 19:26:19 2022 -0700
  21. 0b6578a bloblist: Drop unused tags by Simon Glass · Wed Jan 12 19:26:18 2022 -0700
  22. 90c1a58 bloblist: Rename the SPL tag by Simon Glass · Wed Jan 12 19:26:17 2022 -0700
  23. 9341a3f bloblist: Put the magic number first by Simon Glass · Wed Jan 12 19:26:16 2022 -0700
  24. 65f8329 fdt: Drop SPL_BUILD macro by Simon Glass · Wed Jan 12 19:26:15 2022 -0700
  25. 10cfadb stddef: Avoid warning with clang with offsetof() by Simon Glass · Thu Jan 13 06:47:55 2022 -0700
  26. 011a1e0 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · Tue Jan 11 01:50:24 2022 +0100
  27. 3fe4478 pci: msc01: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · Fri Nov 26 11:42:44 2021 +0100
  28. a4529c0 pci: gt64120: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · Fri Nov 26 11:42:42 2021 +0100
  29. cd5d0b3 pci: Add standard PCI Config Address macros by Pali Rohár · Fri Nov 26 11:42:41 2021 +0100
  30. 3fd7aca mmc: unconditionally define mmc_deinit() by Heinrich Schuchardt · Sat Dec 18 10:53:48 2021 +0100
  31. 218dfa1 mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() by Sean Anderson · Tue Nov 23 15:03:45 2021 -0500
  32. 6dff7b7 mmc: fsl_esdhc_imx: fix voltage validation by Sean Anderson · Tue Nov 23 15:03:38 2021 -0500
  33. 33f8a8d Merge branch 'next' by Tom Rini · Mon Jan 10 14:01:57 2022 -0500
  34. 478eb75 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Sun Jan 09 07:56:31 2022 -0500
  35. 9fdb400 udoo: Adjust the SD card device numbering by Fabio Estevam · Sat Dec 18 18:10:23 2021 -0300
  36. dbe2d5a udoo_neo: Enable support for USB and storage by Peter Robinson · Tue Dec 21 12:32:49 2021 +0000
  37. 89e2806 udoo_neo: Fixes for booting from the mSD card by Peter Robinson · Tue Dec 21 12:32:47 2021 +0000
  38. 24b81ae configs: prepare khadas-vim3{l}_ab_android for AOSP support by Mattijs Korpershoek · Mon Nov 22 16:22:06 2021 +0100
  39. 7f834cb configs: add khadas-vim3{l}_android for AOSP support by Mattijs Korpershoek · Mon Nov 22 16:22:05 2021 +0100
  40. a65f835 configs: meson64_android: add board specific env settings by Mattijs Korpershoek · Mon Nov 22 16:22:04 2021 +0100
  41. 4f7e6ed arm: apple: Remove CONFIG_SYS_SDRAM_BASE by Mark Kettenis · Sun Nov 14 13:09:54 2021 +0100
  42. 8194cda vexpress64: Enable VIRTIO_NET network driver by Peter Hoyes · Thu Nov 11 09:26:03 2021 +0000
  43. 16fff30 vexpress64: Clean up BASE_FVP boot configuration by Peter Hoyes · Thu Nov 11 09:26:01 2021 +0000
  44. 3286037 vexpress64: Refactor header file to make it easier to add new FVPs by Peter Hoyes · Thu Nov 11 09:26:00 2021 +0000
  45. 82f5c54 board: stemmy: Increase boot image to 64 MB by Linus Walleij · Sat Nov 20 23:55:42 2021 +0100
  46. 46a63fe Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Fri Dec 31 07:28:36 2021 -0500
  47. 358ccea efi: Allow easy selection of serial-only operation by Simon Glass · Wed Dec 29 11:57:50 2021 -0700
  48. e523258 efi: Mention that efi_info_get() is only used in the stub by Simon Glass · Wed Dec 29 11:57:48 2021 -0700
  49. b13771f efi: Share struct efi_priv between the app and stub code by Simon Glass · Wed Dec 29 11:57:45 2021 -0700
  50. 3f36974 efi: Fix ll_boot_init() operation with the app by Simon Glass · Wed Dec 29 11:57:43 2021 -0700
  51. 26ae0c5 efi: Add comments to struct efi_priv by Simon Glass · Wed Dec 29 11:57:42 2021 -0700
  52. be34434 efi: Drop device_path from struct efi_priv by Simon Glass · Wed Dec 29 11:57:41 2021 -0700
  53. 2d4b33e efi: Locate all block devices in the app by Simon Glass · Wed Dec 29 11:57:36 2021 -0700
  54. fb3893e efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · Fri Dec 24 10:08:41 2021 +0200
  55. ef47688 efi: fix typo in description of struct efi_entry_hdr by Heinrich Schuchardt · Tue Dec 21 09:09:48 2021 +0100
  56. ac461ae Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · Tue Dec 28 11:28:31 2021 -0500
  57. c902198 Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Dec 28 07:59:43 2021 -0500
  58. 9c8268d Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · Fri Dec 17 18:08:47 2021 -0500
  59. f7c6985 Convert CONFIG_KIRKWOOD_GPIO to Kconfig by Tom Rini · Fri Dec 17 18:08:46 2021 -0500
  60. 43b9c29 Convert CONFIG_SYS_KWD_CONFIG to Kconfig by Tom Rini · Fri Dec 17 18:08:45 2021 -0500
  61. b7b337b Convert CONFIG_88F5182 et al to Kconfig by Tom Rini · Fri Dec 17 18:08:44 2021 -0500
  62. 28d45a3 Convert CONFIG_CPU_FREQ_HZ to Kconfig by Tom Rini · Fri Dec 17 18:08:42 2021 -0500
  63. e6fc8b4 Convert CONFIG_CPU_SH7751 to Kconfig by Tom Rini · Fri Dec 17 18:08:41 2021 -0500
  64. 72f2c14 Convert CONFIG_CPU_PXA27X to Kconfig by Tom Rini · Fri Dec 17 18:08:40 2021 -0500
  65. 2d6f219 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · Fri Dec 17 18:08:39 2021 -0500
  66. 247cac8 Convert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig by Tom Rini · Fri Dec 17 18:08:38 2021 -0500
  67. d327f61 ppc: mpc83xx: Remove unused CONFIG symbols by Tom Rini · Fri Dec 17 18:08:37 2021 -0500
  68. 5683860 Convert CONFIG_83XX_PCICLK to Kconfig by Tom Rini · Fri Dec 17 18:08:36 2021 -0500
  69. 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · Tue Dec 14 13:36:40 2021 -0500
  70. aea2a99 CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk() by Tom Rini · Tue Dec 14 13:36:39 2021 -0500
  71. 7afcd74 arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace by Tom Rini · Tue Dec 14 13:36:36 2021 -0500
  72. e33610c Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig by Tom Rini · Tue Dec 14 13:36:35 2021 -0500
  73. 8808627 Convert CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig by Tom Rini · Tue Dec 14 13:36:34 2021 -0500
  74. 15cd5be Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · Tue Dec 14 13:36:33 2021 -0500
  75. 7115a87 Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig by Tom Rini · Sun Dec 12 22:58:31 2021 -0500
  76. 9837245 Finish conversion CONFIG_SYS_NAND_SELF_INIT to Kconfig by Tom Rini · Sun Dec 12 22:12:36 2021 -0500
  77. 8f37ac4 Convert CONFIG_TEGRA_NAND to Kconfig by Tom Rini · Sun Dec 12 22:12:35 2021 -0500
  78. 0a25069 Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · Sun Dec 12 22:12:34 2021 -0500
  79. 5e653ca warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespace by Tom Rini · Sun Dec 12 22:12:33 2021 -0500
  80. 50e6f1b Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · Sun Dec 12 22:12:32 2021 -0500
  81. 89cdcab Finish CONFIG_VID et al conversion to Kconfig by Tom Rini · Sun Dec 12 22:12:31 2021 -0500
  82. e9269a0 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · Sun Dec 12 22:12:30 2021 -0500
  83. c2ac2f6 Convert CONFIG_SYS_MEMTEST_START et al to Kconfig by Tom Rini · Sun Dec 12 22:12:29 2021 -0500
  84. 3e6a35b Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig by Tom Rini · Sun Dec 12 22:12:28 2021 -0500
  85. af978a0 Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig by Tom Rini · Sun Dec 12 22:12:27 2021 -0500
  86. d03e14e Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig by Tom Rini · Sat Dec 11 14:55:54 2021 -0500
  87. 5df873f Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Tom Rini · Sat Dec 11 14:55:53 2021 -0500
  88. b113bca Remove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespace by Tom Rini · Sat Dec 11 14:55:52 2021 -0500
  89. d391d8b Convert CONFIG_CONS_INDEX et al to Kconfig by Tom Rini · Sat Dec 11 14:55:51 2021 -0500
  90. 05b419e Convert CONFIG_FSL_IFC to Kconfig by Tom Rini · Sat Dec 11 14:55:49 2021 -0500
  91. 119d2fb Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · Sat Dec 11 14:55:48 2021 -0500
  92. 3162fd3 arm: Drop unused tam3517-common.h by Tom Rini · Sat Dec 11 14:55:46 2021 -0500
  93. 3d1a508 x86: coreboot: Support getting a logo from virtio by Simon Glass · Fri Nov 19 13:24:06 2021 -0700
  94. 61f0958 video: Support virtio devices with the splash screen by Simon Glass · Fri Nov 19 13:24:05 2021 -0700
  95. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · Fri Nov 19 13:24:03 2021 -0700
  96. 8e5a8b6 video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · Fri Nov 19 13:24:01 2021 -0700
  97. 8dc32e7 video: Drop the uclass colour map by Simon Glass · Fri Nov 19 13:23:56 2021 -0700
  98. 599ac59 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · Fri Dec 24 10:08:41 2021 +0200
  99. c0aaa06 efi: fix typo in description of struct efi_entry_hdr by Heinrich Schuchardt · Tue Dec 21 09:09:48 2021 +0100
  100. 00ceeb0 rockchip: Kconfig: Enable SPL support for rk3568 by Nico Cheng · Tue Oct 26 10:42:19 2021 +0800