1. 85c5065 common: Makefile: drop duplicated line by Peng Fan · 4 years ago
  2. 127dde8 console: cosmetics: remove #if 0 by Patrick Delaunay · 4 years ago
  3. 0ba04f0 common: always compile fixup_cmdtable() by Heinrich Schuchardt · 4 years ago
  4. ba87da4 common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · 4 years ago
  5. 4ed1363 cli_readline: Only insert printable chars by Steve Bennett · 4 years ago
  6. 8b7bf53 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · 4 years ago
  7. cb96e22 IOMUX: Stop dropped consoles by Andy Shevchenko · 4 years ago
  8. 32e8598 IOMUX: Drop indentation level by removing redundant 'else' by Andy Shevchenko · 4 years ago
  9. c9d642b IOMUX: Refactor iomux_doenv() in order to increase readability by Andy Shevchenko · 4 years ago
  10. 07fb8b1 IOMUX: Preserve console list if realloc() fails by Andy Shevchenko · 4 years ago
  11. cfaed7f console: rename search_device() to console_search_dev() by Andy Shevchenko · 4 years ago
  12. bdb0d4c console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 4 years ago
  13. 2bce021 console: Introduce console_start() and console_stop() by Andy Shevchenko · 4 years ago
  14. 4e8d61f console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 4 years ago
  15. c20847f console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 4 years ago
  16. 7c5f6ed console: add function console_devices_set by Patrick Delaunay · 4 years ago
  17. 4b0b56f console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 4 years ago
  18. f97049f spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF by Ovidiu Panait · 4 years ago
  19. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
  20. 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
  21. 4119ea43 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 4 years ago
  22. 036f0f1 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 4 years ago
  23. b5738e6 common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 4 years ago
  24. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
  25. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago
  26. a45c6e1 common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 4 years ago
  27. dc8b624 common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 4 years ago
  28. c14c0f9 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 4 years ago
  29. e83322f common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 4 years ago
  30. b6225b5 common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 4 years ago
  31. 941e6e6 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 4 years ago
  32. 525a2ec common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 4 years ago
  33. 85a31ac common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 4 years ago
  34. 6b165af common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 4 years ago
  35. 03593f3 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · 4 years ago
  36. ca734c6 console: allow to record console output before ready by Patrick Delaunay · 4 years ago
  37. 8f14b40 console: remove duplicated test on gd value by Patrick Delaunay · 4 years ago
  38. 9d36aca log: use console puts to output trace before LOG init by Patrick Delaunay · 4 years ago
  39. fd70f9a log: don't build the trace buffer when log is not ready by Patrick Delaunay · 4 years ago
  40. ef98b21 image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · 3 years, 11 months ago
  41. adf6db9 Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 11 months ago
  42. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
  43. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
  44. 89832d3 Merge branch 'next' by Tom Rini · 3 years, 11 months ago
  45. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
  46. b79ff7c spl: Drop bd_info in the data section by Simon Glass · 4 years ago
  47. 0890f94 image: support board_fit_config_name_match by Sebastian Reichel · 3 years, 11 months ago
  48. bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 11 months ago
  49. cfd8a6e common: usb_storage: Fix code indentation by Michal Simek · 4 years ago
  50. 1f215e3 Common:fdt: Check for error return value by Hongwei Zhang · 4 years ago
  51. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  52. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  53. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  54. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  55. 0256017 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · 4 years, 1 month ago
  56. 529e208 bootm: Support string substitution in bootargs by Simon Glass · 4 years, 1 month ago
  57. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · 4 years, 1 month ago
  58. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years, 1 month ago
  59. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years, 1 month ago
  60. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · 4 years, 1 month ago
  61. 7a8a429 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · 4 years, 1 month ago
  62. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years, 1 month ago
  63. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  64. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years, 1 month ago
  65. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  66. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
  67. 0e4d90c spl: atf: remove helper structure from common header by Michael Walle · 4 years ago
  68. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
  69. 203fede spl: atf: move storage for bl31_params into function by Michael Walle · 4 years ago
  70. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years ago
  71. c2e7a36 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 4 years ago
  72. 92c8080 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 4 years ago
  73. 6c5c03c spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years, 1 month ago
  74. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years, 1 month ago
  75. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years, 1 month ago
  76. 5cf27fc common: fit: add missing newline by Michael Walle · 4 years ago
  77. 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
  78. 842ff44 x86: zimage: Add a little more logging by Simon Glass · 4 years, 1 month ago
  79. d81f07f x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · 4 years, 1 month ago
  80. ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  81. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  82. 34dc804 log: Add filter flag to match greater than a log level by Sean Anderson · 4 years, 1 month ago
  83. d503212 log: Add filter flag to deny on match by Sean Anderson · 4 years, 1 month ago
  84. 8c41018 log: Add function to create a filter with flags by Sean Anderson · 4 years, 1 month ago
  85. cc4960d log: Expose some helper functions by Sean Anderson · 4 years, 1 month ago
  86. 3215fbb log: Add additional const qualifier to arrays by Sean Anderson · 4 years, 1 month ago
  87. 638b65a log: Fix missing negation of ENOMEM by Sean Anderson · 4 years, 1 month ago
  88. 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years, 1 month ago
  89. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago
  90. bd4dc18 dfu: modify an argument type for an address by AKASHI Takahiro · 4 years, 1 month ago
  91. fb6732f dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · 4 years, 1 month ago
  92. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  93. 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 1 month ago
  94. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years, 1 month ago
  95. 7e7041d log: correct and check array size of log categories by Heinrich Schuchardt · 4 years, 1 month ago
  96. 0fc9f4f log: allow for message continuation by Heinrich Schuchardt · 4 years, 1 month ago
  97. fdf5599 log: move processing_msg to global data by Heinrich Schuchardt · 4 years, 1 month ago
  98. d31b40f spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · 4 years, 3 months ago
  99. 9e64a55 spl: Use standard FIT entries by Michal Simek · 4 years, 3 months ago
  100. 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years, 1 month ago