1. 7d91c5e Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 1 year, 9 months ago
  2. 68033b1 video: Add a note about the broken implementation by Simon Glass · 1 year, 9 months ago
  3. e8b3e7d efi: Add dhrystone, dcache and scroll lines to app by Simon Glass · 1 year, 9 months ago
  4. 90679c6 video: Clear the vidconsole rather than the video by Simon Glass · 1 year, 9 months ago
  5. 366f5d1 video: Remove duplicate cursor-positioning function by Simon Glass · 1 year, 9 months ago
  6. 5b78e87 efi: Adjust script to show pre-relocation output on terminal by Simon Glass · 1 year, 9 months ago
  7. 32dc453 bbinfo: Show the size of the copy framebuffer by Simon Glass · 1 year, 9 months ago
  8. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · 1 year, 9 months ago
  9. ce2ec8e efi: Support copy framebuffer by Simon Glass · 1 year, 9 months ago
  10. 5e4d3f2 efi: Use a fixed value for the timer clock by Simon Glass · 1 year, 9 months ago
  11. 3a12725 x86: Add a few more items to bdinfo by Simon Glass · 1 year, 9 months ago
  12. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · 1 year, 9 months ago
  13. d944282 efi: video: Return mode info for app also by Simon Glass · 1 year, 9 months ago
  14. f89af4e efi: video: Move payload code into a function by Simon Glass · 1 year, 9 months ago
  15. cbd6119 Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 1 year, 9 months ago
  16. c3fe97f binman: Support generation of x509 certificates by Simon Glass · 1 year, 9 months ago
  17. 49b77e8 binman: Support updating section contents by Simon Glass · 1 year, 9 months ago
  18. 039d65f binman: Handle missing bintools correctly in fit by Simon Glass · 1 year, 9 months ago
  19. b9b9b27 binman: Allow preserving the output dir when replacing by Simon Glass · 1 year, 9 months ago
  20. 6e54f02 buildman: Correct CROSS_COMPILE output for sandbox by Simon Glass · 1 year, 9 months ago
  21. dc19cee patman: Check patches in parallel by Simon Glass · 1 year, 9 months ago
  22. 620639c patman: Run get_maintainer.pl in parallel by Simon Glass · 1 year, 9 months ago
  23. 77f57df patman: Refactor MakeCcFile() into two functions by Simon Glass · 1 year, 9 months ago
  24. a59449c patman: Drop an incorrect comment about git am by Simon Glass · 1 year, 9 months ago
  25. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · 1 year, 9 months ago
  26. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · 1 year, 9 months ago
  27. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · 1 year, 9 months ago
  28. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · 1 year, 9 months ago
  29. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · 1 year, 9 months ago
  30. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · 1 year, 9 months ago
  31. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · 1 year, 9 months ago
  32. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · 1 year, 9 months ago
  33. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · 1 year, 9 months ago
  34. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · 1 year, 9 months ago
  35. 9f90cad test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  36. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  37. 15503d0 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · 1 year, 9 months ago
  38. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · 1 year, 9 months ago
  39. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · 1 year, 9 months ago
  40. 8abbbf2 test: Add ut_assert_nextline_empty() empty line helper by Marek Vasut · 1 year, 9 months ago
  41. eeaae33 cmd: fdt: Add support for integer arrays in fdt get value with index by Marek Vasut · 1 year, 9 months ago
  42. 6889f14 cmd: fdt: Map address returned from fdt get addr to sysmem by Marek Vasut · 1 year, 9 months ago
  43. 8c50f33 cmd: fdt: Handle 64bit pointers in fdt get addr by Marek Vasut · 1 year, 9 months ago
  44. e71c9ee cmd: fdt: Align checksign parameter names in help text by Marek Vasut · 1 year, 9 months ago
  45. c9dfd02 cmd: fdt: Check argc before accessing argv in fdt memory by Marek Vasut · 1 year, 9 months ago
  46. 48d7a77 cmd: fdt: Check argc before accessing argv in fdt bootcpu by Marek Vasut · 1 year, 9 months ago
  47. 794c8e6 cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message space by Marek Vasut · 1 year, 9 months ago
  48. a7a5887 cmd: fdt: Fix fdt rm behavior on non-existent property and error message space by Marek Vasut · 1 year, 9 months ago
  49. 5c385f8 cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size by Marek Vasut · 1 year, 9 months ago
  50. fdc794a cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint by Marek Vasut · 1 year, 9 months ago
  51. 5dd13b9 CI: Add a check for building tools for PyPi by Simon Glass · 1 year, 9 months ago
  52. bf3e1c6 doc: Add notes on how to install patman and binman by Simon Glass · 1 year, 9 months ago
  53. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · 1 year, 9 months ago
  54. 4a0c915 binman: Add support for building a binmanu PyPi package by Simon Glass · 1 year, 9 months ago
  55. feb80cc binman: Use importlib to find the help by Simon Glass · 1 year, 9 months ago
  56. cd6d633 binman: Hide the 'test' command unless test code is available by Simon Glass · 1 year, 9 months ago
  57. 56292b7 binman: Move the main code into a function by Simon Glass · 1 year, 9 months ago
  58. d053fa7 dtoc: Add support for building a dtoc PyPi package by Simon Glass · 1 year, 9 months ago
  59. bd310df dtoc: Use pathlib to find the test directory by Simon Glass · 1 year, 9 months ago
  60. ff536de dtoc: Move the main code into a function by Simon Glass · 1 year, 9 months ago
  61. 48265ed dtoc: Hide the test options unless test code is available by Simon Glass · 1 year, 9 months ago
  62. a3132ad buildman: Add support for building a buildman PyPi package by Simon Glass · 1 year, 9 months ago
  63. c573580 buildman: Use importlib to find the help by Simon Glass · 1 year, 9 months ago
  64. ba666eb buildman: Fix use of a type as a variable by Simon Glass · 1 year, 9 months ago
  65. 69c4dc1 buildman: Hide the test options unless test code is available by Simon Glass · 1 year, 9 months ago
  66. 62043e3 buildman: Move the main code into a function by Simon Glass · 1 year, 9 months ago
  67. 7509a93 patman: Add support for building a patman PyPi package by Simon Glass · 1 year, 9 months ago
  68. c92395b patman: Avoid importing test_checkpatch before it is needed by Simon Glass · 1 year, 9 months ago
  69. f1a82df patman: Add support for building a u_boot_tools PyPi package by Simon Glass · 1 year, 9 months ago
  70. d6b6448 script: Add a script to build a PyPi package by Simon Glass · 1 year, 9 months ago
  71. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  72. f715ab9 Remove concurrencytest by Simon Glass · 1 year, 9 months ago
  73. 1ca554e Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · 1 year, 9 months ago
  74. 62f8590 binman: Avoid unwanted output in testFitFirmwareLoadables() by Simon Glass · 1 year, 9 months ago
  75. ca84dc8 bootstd: Replicate the dtb-filename quirks of distroboot by Simon Glass · 1 year, 9 months ago
  76. 99e6818 bootflow: Rename bootflow_flags_t by Simon Glass · 1 year, 9 months ago
  77. 9a1c726 binman: Make the tooldir configurable by Simon Glass · 1 year, 9 months ago
  78. c911496 binman: Use a private directory for bintools by Simon Glass · 1 year, 9 months ago
  79. afd7175 binman: Move the tools directory into the Bintool class by Simon Glass · 1 year, 9 months ago
  80. 1285322 binman: Update bintools documentation by Simon Glass · 1 year, 9 months ago
  81. 1e04014 binman: Correct an 'aot' typo by Simon Glass · 1 year, 9 months ago
  82. 828d70d buildman: Add a flag for reproducible builds by Simon Glass · 1 year, 9 months ago
  83. f6bfcca buildman: Support disabling LTO by Simon Glass · 1 year, 9 months ago
  84. 1382b1d buildman: Write out the build command used by Simon Glass · 1 year, 9 months ago
  85. e96f70a buildman: Add a note about the out-env file by Simon Glass · 1 year, 9 months ago
  86. f2c52eb binman: Use correct argument name in docstrings by Jonas Karlman · 1 year, 9 months ago
  87. 85a861b binman: Fix spelling of nodes in code comments by Jonas Karlman · 1 year, 9 months ago
  88. c90be4b binman: Remove redundant SetAllowFakeBlob from blob-ext entry by Jonas Karlman · 1 year, 9 months ago
  89. cda991e binman: Support marking FMAP areas as preserved by Simon Glass · 1 year, 10 months ago
  90. a0cd7c7 binman: Avoid requiring a home directory on startup by Simon Glass · 1 year, 10 months ago
  91. a13accb Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 1 year, 9 months ago
  92. 0378533 Merge branch '2023-03-06-assorted-platform-updates' into next by Tom Rini · 1 year, 9 months ago
  93. fc785c5 video console: add 12x22 console simple font test by Dzmitry Sankouski · 1 year, 9 months ago
  94. 48672df video console: sandbox: add 12x22 font defconfigs by Dzmitry Sankouski · 1 year, 9 months ago
  95. efadfde video console: add 16x32 Terminus font from linux by Dzmitry Sankouski · 1 year, 9 months ago
  96. 7932a99 video console: add 12x22 Sun font from linux by Dzmitry Sankouski · 1 year, 9 months ago
  97. bb165e4 video console: allow font size configuration at runtime by Dzmitry Sankouski · 1 year, 9 months ago
  98. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · 1 year, 9 months ago
  99. 7fa964a video console: implement multiple fonts configuration by Dzmitry Sankouski · 1 year, 9 months ago
  100. fa134b3 video console: move 8x16 font data in named header by Dzmitry Sankouski · 1 year, 9 months ago