1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  2. 7a01882 common: Kconfig.boot: Add FIT_PRINT config option by Ravik Hasija · 3 years, 8 months ago
  3. 86c372a x86: spl: Add a function to find the text base by Simon Glass · 3 years, 8 months ago
  4. 9129f2f dfu: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 3 years, 9 months ago
  5. 9c3808d avb: AVB_VERIFY depends on MMC by Heinrich Schuchardt · 3 years, 8 months ago
  6. e088f0c autoboot: fix illegal memory access when stop key and delay key are empty by Yuezhang.Mo@sony.com · 3 years, 8 months ago
  7. 02d7a53 bloblist: Add missing tag names by Simon Glass · 3 years, 8 months ago
  8. 9fe0646 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 8 months ago
  9. 09d9ba9 spl: Add functions for next and previous phase by Simon Glass · 3 years, 8 months ago
  10. 76c78a5 common: fit-sig: Fix error message in fit_config_verify_sig() by Alexandru Gagniuc · 3 years, 9 months ago
  11. 4d145f2 bootcount: allow to use this feature on TPL by Philippe Reynes · 3 years, 10 months ago
  12. c0b417b sunxi: support loading with SPL > 32KB by Andre Przywara · 3 years, 9 months ago
  13. 4472609 sunxi: Introduce common symbol for H6 like SoCs by Jernej Skrabec · 3 years, 9 months ago
  14. 93af80f image-fit: Fix FIT_CIPHER linking by Joel Stanley · 3 years, 10 months ago
  15. 52e7772 common: Makefile: drop duplicated line by Peng Fan · 3 years, 9 months ago
  16. 449efce console: cosmetics: remove #if 0 by Patrick Delaunay · 3 years, 10 months ago
  17. 7cf5b40 common: always compile fixup_cmdtable() by Heinrich Schuchardt · 3 years, 10 months ago
  18. c61b2bf common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · 3 years, 10 months ago
  19. d2e64d2 cli_readline: Only insert printable chars by Steve Bennett · 3 years, 10 months ago
  20. 652b504 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · 3 years, 10 months ago
  21. 70c2525 IOMUX: Stop dropped consoles by Andy Shevchenko · 3 years, 9 months ago
  22. 420782c IOMUX: Drop indentation level by removing redundant 'else' by Andy Shevchenko · 3 years, 9 months ago
  23. c939e1c IOMUX: Refactor iomux_doenv() in order to increase readability by Andy Shevchenko · 3 years, 9 months ago
  24. 1f8e698 IOMUX: Preserve console list if realloc() fails by Andy Shevchenko · 3 years, 9 months ago
  25. 3232487 console: rename search_device() to console_search_dev() by Andy Shevchenko · 3 years, 9 months ago
  26. 95aaf40 console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 3 years, 9 months ago
  27. 41f668b console: Introduce console_start() and console_stop() by Andy Shevchenko · 3 years, 9 months ago
  28. a17b38c console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 3 years, 9 months ago
  29. 1e99371 console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 3 years, 9 months ago
  30. 45375ad console: add function console_devices_set by Patrick Delaunay · 3 years, 9 months ago
  31. c04f856 console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 3 years, 9 months ago
  32. 2a7c9ab spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF by Ovidiu Panait · 3 years, 10 months ago
  33. 130845b common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 3 years, 10 months ago
  34. c65abc7 common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 3 years, 10 months ago
  35. ce41e73 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 3 years, 10 months ago
  36. 0154858 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 3 years, 10 months ago
  37. eb2825b common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 3 years, 10 months ago
  38. 42d0d42 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 3 years, 10 months ago
  39. b9f6d0f common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 3 years, 10 months ago
  40. c343e8c common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 3 years, 10 months ago
  41. 7addd3c common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 3 years, 10 months ago
  42. fb504b2 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 3 years, 10 months ago
  43. 51c5a2c common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 3 years, 10 months ago
  44. 19b18da common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 3 years, 10 months ago
  45. 3671668 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 3 years, 10 months ago
  46. 4b9a121 common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 3 years, 10 months ago
  47. 8e8d45e common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 3 years, 10 months ago
  48. 4e81920 common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 3 years, 10 months ago
  49. c698b99 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · 3 years, 10 months ago
  50. bf80edb console: allow to record console output before ready by Patrick Delaunay · 3 years, 10 months ago
  51. 93cdb52 console: remove duplicated test on gd value by Patrick Delaunay · 3 years, 10 months ago
  52. dd50013 log: use console puts to output trace before LOG init by Patrick Delaunay · 3 years, 10 months ago
  53. f0e90e0 log: don't build the trace buffer when log is not ready by Patrick Delaunay · 3 years, 10 months ago
  54. ea1a9ec image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · 3 years, 9 months ago
  55. ee6726b Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 9 months ago
  56. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 9 months ago
  57. 6d29509 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
  58. d71be19 Merge branch 'next' by Tom Rini · 3 years, 9 months ago
  59. bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 9 months ago
  60. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 3 years, 9 months ago
  61. d8ab0fe image: support board_fit_config_name_match by Sebastian Reichel · 3 years, 9 months ago
  62. f14e6ee image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 9 months ago
  63. d91a652 common: usb_storage: Fix code indentation by Michal Simek · 3 years, 10 months ago
  64. 9883df1 Common:fdt: Check for error return value by Hongwei Zhang · 3 years, 10 months ago
  65. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  66. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  67. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  68. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  69. 03f1f78 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · 4 years ago
  70. 51bb338 bootm: Support string substitution in bootargs by Simon Glass · 3 years, 11 months ago
  71. 1a62d64 cli: Support macro processing with a fixed-size buffer by Simon Glass · 3 years, 11 months ago
  72. 4448fe8 bootm: Allow updating the bootargs in a buffer by Simon Glass · 3 years, 11 months ago
  73. b3c0167 bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 3 years, 11 months ago
  74. b6386f3 bootm: Split out bootargs environment reading / writing by Simon Glass · 3 years, 11 months ago
  75. 6cd92b1 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · 3 years, 11 months ago
  76. d9477a0 bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 3 years, 11 months ago
  77. 4dcb815 bootm: Rename fixup_silent_linux() by Simon Glass · 3 years, 11 months ago
  78. 4ae4264 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 3 years, 11 months ago
  79. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 3 years, 11 months ago
  80. 7b86682 spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 3 years, 10 months ago
  81. 553825c spl: atf: remove helper structure from common header by Michael Walle · 3 years, 10 months ago
  82. d2cb0c8 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 3 years, 10 months ago
  83. 37c218a spl: atf: move storage for bl31_params into function by Michael Walle · 3 years, 10 months ago
  84. c74cd8b efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 3 years, 10 months ago
  85. 96ec4b1 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 3 years, 10 months ago
  86. 50efdf2 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 3 years, 10 months ago
  87. 7d5b1bf spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years ago
  88. 48aee0a cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years ago
  89. 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 3 years, 11 months ago
  90. 6a457bb common: fit: add missing newline by Michael Walle · 3 years, 10 months ago
  91. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 3 years, 11 months ago
  92. b73d61a x86: zimage: Add a little more logging by Simon Glass · 3 years, 11 months ago
  93. 96d0aa9 x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · 3 years, 11 months ago
  94. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 11 months ago
  95. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
  96. 40455a6 log: Add filter flag to match greater than a log level by Sean Anderson · 4 years ago
  97. fe3b1a2 log: Add filter flag to deny on match by Sean Anderson · 4 years ago
  98. a02f84e log: Add function to create a filter with flags by Sean Anderson · 4 years ago
  99. 3102c1d log: Expose some helper functions by Sean Anderson · 4 years ago
  100. 4338140 log: Add additional const qualifier to arrays by Sean Anderson · 4 years ago