1. b144b93 global: Do not default to faking missing binaries for buildman by Tom Rini · 1 year, 11 months ago
  2. c39c7c6 Makefile: Correct the binman rule by Simon Glass · 1 year, 11 months ago
  3. 16e49a1 Prepare v2023.01-rc2 by Tom Rini · 1 year, 10 months ago
  4. 88bd8ee Prepare v2023.01-rc1 by Tom Rini · 1 year, 11 months ago
  5. 87ac4b4 Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb by Pali Rohár · 1 year, 11 months ago
  6. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 1 year, 11 months ago
  7. 7d8ab3c Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 1 year, 11 months ago
  8. f60e6f6 input: Remove legacy KEYBOARD option by Tom Rini · 2 years ago
  9. 9af4a0c core: Enable DM by default by Tom Rini · 2 years ago
  10. c358719 Makefile: Make flash.bin target available for all platforms by Frieder Schrempf · 2 years, 1 month ago
  11. 0b94358 Makefile: apply dynamic relocations for LLD by Nick Desaulniers · 2 years ago
  12. 2d45913 Merge branch 'next' by Tom Rini · 2 years ago
  13. 4debc57 Prepare v2022.10 by Tom Rini · 2 years ago
  14. d285e4b Makefile: Add missing CONFIG_BOARD_SIZE_LIMIT check for u-boot-spl.kwb by Pali Rohár · 2 years ago
  15. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  16. f76f3e3 Prepare v2022.10-rc5 by Tom Rini · 2 years ago
  17. e507be9 Makefile: Unify condition for mpc85xx reset vector by Pali Rohár · 2 years, 2 months ago
  18. 5af42ea Makefile: Reduce usage of custom mpc85xx u-boot.bin target by Pali Rohár · 2 years, 2 months ago
  19. d8fa0a7 Makefile: Build final mpc85xx non-SPL image in standard file u-boot.bin by Pali Rohár · 2 years, 2 months ago
  20. d6c5bdb Makefile: Fix dependency for u-boot-with-dtb.bin by Pali Rohár · 2 years, 2 months ago
  21. d1962ac Makefile: Add a pcheck option to run tests in parallel by Simon Glass · 2 years, 2 months ago
  22. 5160139 Prepare v2022.10-rc4 by Tom Rini · 2 years, 1 month ago
  23. e1faa53 rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flash by Quentin Schulz · 2 years, 1 month ago
  24. a6e569f rockchip: simplify binman image dependencies addition to INPUTS by Quentin Schulz · 2 years, 1 month ago
  25. 05713d5 rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards by Quentin Schulz · 2 years, 1 month ago
  26. 001f788 rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM by Quentin Schulz · 2 years, 1 month ago
  27. 32c8d1c rockchip: remove binman temporary files when cleaning by Quentin Schulz · 2 years, 1 month ago
  28. a55014d Makefile: Allow LTO to be disabled for a build by Simon Glass · 2 years, 2 months ago
  29. 1d323d8 Prepare v2022.10-rc3 by Tom Rini · 2 years, 1 month ago
  30. 94633c3 net: Make DM_ETH be selected by NETDEVICE by Tom Rini · 2 years, 2 months ago
  31. 8602d97 Makefile: avoid false positive -Wmaybe-uninitialized by Heinrich Schuchardt · 2 years, 2 months ago
  32. aef6839 Prepare v2022.10-rc2 by Tom Rini · 2 years, 1 month ago
  33. 6e15cda Prepare v2022.10-rc1 by Tom Rini · 2 years, 2 months ago
  34. 88861a2 usb: add isp1760 family driver by Rui Miguel Silva · 2 years, 3 months ago
  35. 36b661d Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  36. e092e32 Prepare v2022.07 by Tom Rini · 2 years, 2 months ago
  37. 9b78c92 Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host tools by Heinrich Schuchardt · 2 years, 3 months ago
  38. 0cc846d Prepare v2022.07-rc6 by Tom Rini · 2 years, 3 months ago
  39. 07b9642 env: Remove include/generated/env.* under "make clean" by Tom Rini · 2 years, 3 months ago
  40. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 3 months ago
  41. 4c9e2d6 tools: relocate-rela: Read rela start/end directly from ELF by Michal Simek · 2 years, 3 months ago
  42. b956637 Makefile: Fix description for relocate-rela parameters by Michal Simek · 2 years, 3 months ago
  43. 568a226 Prepare v2022.07-rc5 by Tom Rini · 2 years, 3 months ago
  44. 8f52734 Prepare v2022.07-rc4 by Tom Rini · 2 years, 4 months ago
  45. b6d46d9 Prepare v2022.07-rc3 by Tom Rini · 2 years, 4 months ago
  46. 827a232 powerpc: mpc85xx: Fix CONFIG_OF_EMBED support for NOR booting by Pali Rohár · 2 years, 5 months ago
  47. db26c50 Makefile: update warning about CONFIG_OF_EMBED by Ralph Siemsen · 2 years, 5 months ago
  48. f08ed34 Prepare v2022.07-rc2 by Tom Rini · 2 years, 5 months ago
  49. ecd4e5c Makefile: support CROSS_COMPILE=armv7a-* by Heinrich Schuchardt · 2 years, 5 months ago
  50. 1a16e66 Makefile: Avoid non-portable GNU sed extension by Mark Kettenis · 2 years, 5 months ago
  51. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 5 months ago
  52. d3eba95 Makefile: Tidy up the TPL build rules by Simon Glass · 2 years, 5 months ago
  53. 70bed2f Makefile: Simplify devicetree rules for SPL/TPL by Simon Glass · 2 years, 5 months ago
  54. b550853 test: Tidy up test building with SPL by Simon Glass · 2 years, 5 months ago
  55. eb33933 Prepare v2022.07-rc1 by Tom Rini · 2 years, 5 months ago
  56. 55cbf5a Makefile: Drop a stale comment about linking by Simon Glass · 2 years, 6 months ago
  57. cc5a490 Makefile: Sort u-boot-initial-env output by Christoph Niedermaier · 2 years, 7 months ago
  58. 21d3e3d Makefile: add endian link flag to u-boot-elf.o by Du Huanpeng · 2 years, 6 months ago
  59. 01f1ab6 Merge branch 'next' by Tom Rini · 2 years, 6 months ago
  60. e4b6ebd Prepare v2022.04 by Tom Rini · 2 years, 6 months ago
  61. e75c5b9 env: do not fail on non-existing env.in file by Andrey Zhizhikin · 2 years, 6 months ago
  62. f432eb6 env: Avoid using a leftover text-environment file by Simon Glass · 2 years, 6 months ago
  63. d12c1be Makefile: provide sah-key to binman by Philippe Reynes · 2 years, 6 months ago
  64. 6a56fc0 Makefile: make clean should delete include/generated/env.in by Heinrich Schuchardt · 2 years, 6 months ago
  65. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 6 months ago
  66. e893e8e Prepare v2022.04-rc5 by Tom Rini · 2 years, 6 months ago
  67. 0652d44 Makefile: add drivers/video/u_boot_logo.S to clean by Heinrich Schuchardt · 2 years, 6 months ago
  68. e976504 Add option to use -Og by Sean Anderson · 2 years, 7 months ago
  69. f38cb2a Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configs by Sean Anderson · 2 years, 7 months ago
  70. 1840ce5 Makefile: Fix doc path in warning message by Johannes Krottmayer · 2 years, 7 months ago
  71. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 6 months ago
  72. c149bf4 Prepare v2022.04-rc4 by Tom Rini · 2 years, 6 months ago
  73. 705b584 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 2 years, 7 months ago
  74. f44a52a Makefile: Add a way to check for pylint errors by Simon Glass · 2 years, 7 months ago
  75. f9a719e Prepare v2022.04-rc3 by Tom Rini · 2 years, 7 months ago
  76. 2058967 tools: pblimage: fix image header verification function by Hou Zhiqiang · 2 years, 7 months ago
  77. 5d94cbd scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c by Philippe Reynes · 2 years, 7 months ago
  78. 47f420a binman: Add support for TEE BL32 by Roger Quadros · 2 years, 7 months ago
  79. 8a4ef87 Prepare v2022.04-rc2 by Tom Rini · 2 years, 7 months ago
  80. 42db373 Replace echo -n's used in environment processing with touch by qthedev · 2 years, 8 months ago
  81. bc39e41 dm: scsi: Add a migration deadline for scsi by Simon Glass · 2 years, 8 months ago
  82. 0c5cc16 Makefile: imx: Do not call arch/arm/mach-imx flash.bin generation if BINMAN enabled by Marek Vasut · 2 years, 9 months ago
  83. df887a0 Prepare v2022.04-rc1 by Tom Rini · 2 years, 8 months ago
  84. f8753f0 pylint: Adjust how the output is produced by Simon Glass · 2 years, 8 months ago
  85. 9053374 dm: serial: Add a migration deadline for serial by Simon Glass · 2 years, 8 months ago
  86. 8bbd8a3 Makefile: Fake external blobs by default with binman by Simon Glass · 2 years, 9 months ago
  87. feafc61 Makefile: Add a pylint checker to the build by Simon Glass · 2 years, 10 months ago
  88. ce2f09b efi: Build the 64-bit app properly by Simon Glass · 2 years, 9 months ago
  89. 6e4a7ea timer: Add a migration message by Simon Glass · 2 years, 9 months ago
  90. 824204e Makefile: Add more files to clean list by Adam Ford · 2 years, 9 months ago
  91. fe04d88 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
  92. d637294 Prepare v2022.01 by Tom Rini · 2 years, 8 months ago
  93. a89c8f2 binman: add support for creating dummy files for external blobs by Heiko Thiery · 2 years, 9 months ago
  94. b7d8e85 fdt: Avoid emitting an device tree when not needed by Simon Glass · 2 years, 9 months ago
  95. 24f073d fdt: Makefile: Ensure that OF_BOARD is used when needed by Simon Glass · 2 years, 9 months ago
  96. 8e07681 fdt: Drop CONFIG_BINMAN_STANDALONE_FDT by Simon Glass · 2 years, 9 months ago
  97. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 9 months ago
  98. 734ad93 Prepare v2022.01-rc4 by Tom Rini · 2 years, 9 months ago
  99. 6ce2237 keyboard: Add a migration message by Simon Glass · 2 years, 10 months ago
  100. 7945077 binman: Allow providing tools and blob directories by Simon Glass · 2 years, 10 months ago