1. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  2. 3dd5d4a post: Move CONFIG_SYS_POST to CFG_SYS_POST by Tom Rini · 2 years ago
  3. 0d5392d global: Migrate CONFIG_RAMDISK_ADDR to CFG by Tom Rini · 2 years ago
  4. fb52b94 global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 2 years ago
  5. 4e3c8a6 global: Migrate CONFIG_FEC_MXC_PHYADDR to CFG by Tom Rini · 2 years ago
  6. c9edebe global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG by Tom Rini · 2 years ago
  7. ae91ed8 global: Migrate CONFIG_BOARDDIR to CFG by Tom Rini · 2 years ago
  8. b73cd90 Convert CONFIG_MONITOR_IS_IN_RAM to Kconfig by Tom Rini · 2 years ago
  9. 6fb86c1 Convert CONFIG_FLASH_SPANSION_S29WS_N et al to Kconfig by Tom Rini · 2 years ago
  10. bd34b76 fec_mxc: Remove CONFIG_FEC_FIXED_SPEED support by Tom Rini · 2 years ago
  11. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  12. 8b5dd10 Prepare v2023.01-rc4 by Tom Rini · 2 years ago
  13. 6ccf76e doc: update Sphinx requirements for certifi by Heinrich Schuchardt · 2 years ago
  14. c53cec6 efi: adjust ebbr to v2.1 in conformance profile by Vincent Stehlé · 2 years ago
  15. 4322898 doc: fix typos by Maxim Cournoyer · 2 years ago
  16. 41c7e4a cmd: pxe: support INITRD and FDT selection with FIT by Patrick Delaunay · 2 years, 1 month ago
  17. 67c3aa2 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  18. 8eaa3c7 post: Migrate to Kconfig by Tom Rini · 2 years ago
  19. ea79bb7 sandbox: Rework how SDL is enabled / disabled by Tom Rini · 2 years ago
  20. a910c68 Convert CONFIG_HWCONFIG to Kconfig by Tom Rini · 2 years ago
  21. 66fa77a Convert CONFIG_FSL_IIM to Kconfig by Tom Rini · 2 years ago
  22. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  23. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  24. b421349 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years, 1 month ago
  25. 66c6feb Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig by Tom Rini · 2 years, 1 month ago
  26. ca8f571 Prepare v2023.01-rc3 by Tom Rini · 2 years ago
  27. ce2f0c6 doc: man-page for the sound command by Heinrich Schuchardt · 2 years ago
  28. 0746842 doc: eficonfig: add description for UEFI Secure Boot Configuration by Masahisa Kojima · 2 years ago
  29. 6f8e38e doc: board: typo GIUD Microchip MPFS Icicle Kit doc by Heinrich Schuchardt · 2 years ago
  30. d8fcaa2 doc: board: j721e_evm: Fix code-block type and indents by Andrew Davis · 2 years, 1 month ago
  31. 4bb0645 doc: board: j721e_evm: Add DM firmware steps by Andrew Davis · 2 years, 1 month ago
  32. 2dbb7a4 doc: cmd: wget: add documentation by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  33. 79cc9be buildman: Convert documentation to rST by Simon Glass · 2 years, 1 month ago
  34. 8527b02 doc: in cmp man-page replace 'tuples' by 'values' by Heinrich Schuchardt · 2 years ago
  35. b4be383 Prepare v2023.01-rc2 by Tom Rini · 2 years ago
  36. 2776f2b Nokia RX-51: Document debugging options and compile command by Pali Rohár · 2 years ago
  37. d27f73e doc: fix build with sphinx 5.0 and later. by Quentin Schulz · 2 years, 1 month ago
  38. 50cd4ce doc: add man-page for cmp command by Heinrich Schuchardt · 2 years, 1 month ago
  39. da0ae24 Documentation: man-page for command bootd by Heinrich Schuchardt · 2 years, 1 month ago
  40. 8bda02a Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 1 month ago
  41. ac164de Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig by Tom Rini · 2 years, 1 month ago
  42. fb577aa fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · 2 years, 1 month ago
  43. 66ad4af Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et al by Tom Rini · 2 years, 1 month ago
  44. d5efa3c imx: imx8qxp: imx8qxp_mek switch to binman by Oliver Graute · 2 years, 1 month ago
  45. 51039ce imx: imx8qm: cgtqmx8: switch to binman by Oliver Graute · 2 years, 1 month ago
  46. 3e0bf76 imx: imx8qm-rom7720: switch to binman by Oliver Graute · 2 years, 1 month ago
  47. 63479bd dm: Add documentation for host command and implementation by Simon Glass · 2 years, 1 month ago
  48. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · 2 years, 1 month ago
  49. fb998c2 test: Allow showing basic information about tests by Simon Glass · 2 years, 1 month ago
  50. 3814e89 test: doc: Add documentation for ut command by Simon Glass · 2 years, 1 month ago
  51. ef933ba Prepare v2023.01-rc1 by Tom Rini · 2 years, 1 month ago
  52. f9302d1 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 1 month ago
  53. df71c31 Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb by Pali Rohár · 2 years, 1 month ago
  54. a36008f Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 1 month ago
  55. 2eaffba docs: Add a basic security document by Tom Rini · 2 years, 1 month ago
  56. 6314cf6 doc: update sbi command example by Heinrich Schuchardt · 2 years, 1 month ago
  57. 7de097f usb: ohci: Use a flexible array member for portstatus by Samuel Holland · 2 years, 1 month ago
  58. b08b857 FWU: doc: Add documentation for the FWU feature by Sughosh Ganu · 2 years, 1 month ago
  59. c067638 mkeficapsule: Add support for setting OEM flags in capsule header by Sughosh Ganu · 2 years, 1 month ago
  60. b39405d mkeficapsule: Add support for generating empty capsules by Sughosh Ganu · 2 years, 1 month ago
  61. 0f951fd FWU: cmd: Add a command to read FWU metadata by Sughosh Ganu · 2 years, 1 month ago
  62. b152b42 dt/bindings: Add bindings for GPT based FWU Metadata storage device by Sughosh Ganu · 2 years, 1 month ago
  63. a42f11f image: Allow loading a FIT image for a particular phase by Simon Glass · 2 years, 1 month ago
  64. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · 2 years, 1 month ago
  65. 1f1614b test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  66. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  67. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
  68. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  69. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 2 months ago
  70. 1a4e702 video: Drop VCXK video controller by Simon Glass · 2 years, 2 months ago
  71. 9e972c3 video: Add commands to list and change fonts by Simon Glass · 2 years, 2 months ago
  72. 050bb64 dm: doc: Fix serial howto u-boot,dm-pre-reloc typo by Michal Suchanek · 2 years, 2 months ago
  73. c6794bf dt/bindings: memory: Add bindings for TI GPMC driver by Roger Quadros · 2 years, 1 month ago
  74. b562878 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 1 month ago
  75. 62baa61 Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 1 month ago
  76. ce66f19 watchdog: introduce a u-boot,autostart property by Rasmus Villemoes · 2 years, 2 months ago
  77. c93350b input: Remove legacy KEYBOARD option by Tom Rini · 2 years, 2 months ago
  78. 3048ecd imx: kontron-sl-mx8mm: Add support for Kontron Electronics SoM SL i.MX8MM OSM-S by Frieder Schrempf · 2 years, 3 months ago
  79. 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years, 2 months ago
  80. e6a211c dm: core: Update docs about oftree_from_fdt() by Simon Glass · 2 years, 2 months ago
  81. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · 2 years, 2 months ago
  82. 0e10b6a doc: cmd: temperature: add documentation by Robert Marko · 2 years, 3 months ago
  83. f841bb8 cmd: xxd: add new command by Roger Knecht · 2 years, 3 months ago
  84. 11827c4 cmd: cat: add new command by Roger Knecht · 2 years, 3 months ago
  85. 6acf1b9 cmd: pxe: add alias devicetree-overlay for fdtoverlays by Edoardo Tomelleri · 2 years, 2 months ago
  86. 2c6206d doc: describe usage of virt-make-fs for testing by Heinrich Schuchardt · 2 years, 2 months ago
  87. 9b97d12 doc: add python3-filelock python3-pytest-xdist by Heinrich Schuchardt · 2 years, 2 months ago
  88. 056ebd6 doc: man-page for cls by Heinrich Schuchardt · 2 years, 2 months ago
  89. c86fcca Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 2 months ago
  90. b1030eb common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years, 3 months ago
  91. b5aeef7 doc: documentation of EFI driver binding protocol by Heinrich Schuchardt · 2 years, 2 months ago
  92. be68ef5 doc: typo 'it it' in doc/develop/package/index.rst by Heinrich Schuchardt · 2 years, 2 months ago
  93. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  94. d6e4e90 Prepare v2022.10 by Tom Rini · 2 years, 2 months ago
  95. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
  96. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · 2 years, 3 months ago
  97. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 3 months ago
  98. aa5ffb3 doc: improve description of autostart by Heinrich Schuchardt · 2 years, 3 months ago
  99. 3ba7675 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 3 months ago
  100. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago