1. e5e04ea common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · 2 years, 5 months ago
  2. cebc816 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 5 months ago
  3. 12c9095 event: remove CONFIG_EVENT_DYNAMIC check in event_register() by Ovidiu Panait · 2 years, 5 months ago
  4. 4151f4f spl: Rework and tighten some dependencies by Tom Rini · 2 years, 5 months ago
  5. ab0c5f1 spl: Rework Kconfig to be more menu driven by Tom Rini · 2 years, 5 months ago
  6. ba787bb spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · 2 years, 5 months ago
  7. 103d1ae Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · 2 years, 5 months ago
  8. 5fc1d58 Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · 2 years, 5 months ago
  9. b4b9a00 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  10. a62b7f0 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · 2 years, 5 months ago
  11. 7f2c91e Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  12. 10f6e4d Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  13. 6600b35 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  14. 55cf860 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  15. 8b83b53 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 5 months ago
  16. 2378039 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 5 months ago
  17. f113d7d Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 5 months ago
  18. 6074a53 ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usage by Tom Rini · 2 years, 5 months ago
  19. 9b5f9ae Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  20. ca8a329 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · 2 years, 5 months ago
  21. 4a11e34 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · 2 years, 5 months ago
  22. bab1b35 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · 2 years, 5 months ago
  23. b35316f Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 5 months ago
  24. d498c67 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · 2 years, 5 months ago
  25. 167f699 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · 2 years, 5 months ago
  26. 622ecee fdt: Add U-Boot version to chosen node by Francesco Dolcini · 2 years, 5 months ago
  27. cc98014 spl: spl_nand: Fix bad block handling in fitImage by Michael Trimarchi · 2 years, 5 months ago
  28. 13ae36c board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r() by Ovidiu Panait · 2 years, 6 months ago
  29. cff2963 common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables by Rasmus Villemoes · 2 years, 6 months ago
  30. 11f32da spl: Force disable non-FIT loading for TI secure devices by Andrew Davis · 2 years, 6 months ago
  31. 6665ab1 spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT by Andrew Davis · 2 years, 6 months ago
  32. 20cd584 Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 5 months ago
  33. 3ae6cf5 bootmenu: factor out the user input handling by Masahisa Kojima · 2 years, 6 months ago
  34. 9ac4c2b fdt: don't set linux,phandle by John Keeping · 2 years, 6 months ago
  35. 7f67525 menu: menu_get_choice() return -ENOENT if menu item is empty by Masahisa Kojima · 2 years, 6 months ago
  36. c23bb03 menu: always show the menu regardless of the number of entry by Masahisa Kojima · 2 years, 6 months ago
  37. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  38. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 6 months ago
  39. 743ebe6 avb: Don't build in SPL by Simon Glass · 2 years, 6 months ago
  40. 3c0d5ea bloblist: Correct Kconfig dependencies by Simon Glass · 2 years, 6 months ago
  41. 5e847f7 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · 2 years, 6 months ago
  42. 8b2b125 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 2 years, 6 months ago
  43. d64a8fd hwconfig: Allow to compile it without env support by Pali Rohár · 2 years, 7 months ago
  44. 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 7 months ago
  45. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 6 months ago
  46. 0ccb0ac bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 6 months ago
  47. a57ad20 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 6 months ago
  48. 24c904f Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · 2 years, 7 months ago
  49. 5fa973e spl: allow boot from first bootable partition by Jérôme Carretero · 2 years, 7 months ago
  50. bdaeea1 malloc: Annotate allocator for valgrind by Sean Anderson · 2 years, 7 months ago
  51. 33ae8c5 Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago
  52. 8c9812a usb: storage: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
  53. 1d99e67 gpio: Enable hogging support in SPL by Eddie James · 2 years, 8 months ago
  54. 9d4e88c env: Move the doc comment to the code by Simon Glass · 2 years, 7 months ago
  55. 8e6c129 Add a default for TPL_TEXT_BASE by Simon Glass · 2 years, 8 months ago
  56. 59bffec Merge branch '2022-04-04-platform-updates' by Tom Rini · 2 years, 7 months ago
  57. 4de720e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 7 months ago
  58. 5907357 spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 3 months ago
  59. 12a3e1a arm: init: save previous bootloader data by Dzmitry Sankouski · 2 years, 8 months ago
  60. 8e1c9fe spl: Add semihosting boot method by Sean Anderson · 2 years, 7 months ago
  61. 15b4aed Convert CONFIG_CLOCKS to Kconfig by Tom Rini · 2 years, 7 months ago
  62. 2404a01 common: spl: fit_ram: allow to use image pre load by Philippe Reynes · 2 years, 7 months ago
  63. 60cc409 video: Drop CONFIG_LCD_BMP_RLE8 by Simon Glass · 3 years ago
  64. 1fa43ca video: Drop references to CONFIG_VIDEO et al by Simon Glass · 2 years, 9 months ago
  65. 814dd92 video: Drop cfg_console by Simon Glass · 2 years, 9 months ago
  66. 61b9c42 lcd: Remove LCD_TEST_PATTERN code by Tom Rini · 2 years, 7 months ago
  67. 16199a8 Convert CONFIG_PHY_RESET_DELAY to Kconfig by Tom Rini · 2 years, 7 months ago
  68. 29cc2b5 Convert CONFIG_RESET_PHY_R to Kconfig by Tom Rini · 2 years, 7 months ago
  69. b13114c spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS by Simon Glass · 2 years, 8 months ago
  70. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 8 months ago
  71. 42fdceb event: Convert misc_init_f() to use events by Simon Glass · 2 years, 8 months ago
  72. 5b896ed event: Add events for device probe/remove by Simon Glass · 2 years, 8 months ago
  73. 5a42190 event: Set up the event system on start-up by Simon Glass · 2 years, 8 months ago
  74. 87a5d1b event: Add basic support for events by Simon Glass · 2 years, 8 months ago
  75. 6d21dd3 Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig by Tom Rini · 2 years, 8 months ago
  76. 38c04d8 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 8 months ago
  77. 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 8 months ago
  78. eebcdb3 malloc_simple: Remove usage of unsupported %zx format string by Pali Rohár · 2 years, 9 months ago
  79. 36fee2f common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdparts() by Matthias Schiffer · 2 years, 9 months ago
  80. 96991e6 console: usb: kbd: Limit poll frequency to improve performance by Thomas Watson · 2 years, 8 months ago
  81. ce3e75d bloblist: Update to use conditional value by Simon Glass · 2 years, 9 months ago
  82. c1335e2 spl: ymodem: Fix buffer overflow during Image copy by Vignesh Raghavendra · 2 years, 9 months ago
  83. c592292 spl: add support for custom boot method names by Heiko Thiery · 2 years, 9 months ago
  84. 761a178 Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 9 months ago
  85. fc2b399 usb: gadget: Add CDC ACM function by Loic Poulain · 2 years, 11 months ago
  86. 99f844b tools: Pass the key blob around by Simon Glass · 3 years ago
  87. 98150e7 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 10 months ago
  88. 22eb152 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 10 months ago
  89. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  90. c10939d SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 9 months ago
  91. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 9 months ago
  92. 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 9 months ago
  93. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  94. ae435ae common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 10 months ago
  95. fd765b0 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 10 months ago
  96. 2fd81be common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 10 months ago
  97. 1b212bb common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 10 months ago
  98. 78fc039 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 10 months ago
  99. 485c90c common: remove bedbug debugger support by Ovidiu Panait · 2 years, 10 months ago
  100. 027b0e9 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 10 months ago