1. 93f99b3 expo: Add some scene fields needed for text entry by Simon Glass · 1 year, 2 months ago
  2. 94598d5 expo: Allow rendering the background of any object by Simon Glass · 1 year, 2 months ago
  3. 8bc69b4 expo: Make calculation of an object bounding box generic by Simon Glass · 1 year, 2 months ago
  4. 117617c expo: Add a function to write a property to a devicetree by Simon Glass · 1 year, 2 months ago
  5. d88edd2 expo: Allow highlighting other scene-object types by Simon Glass · 1 year, 2 months ago
  6. 408011c expo: Correct the logic for duplicate-ID detection by Simon Glass · 1 year, 2 months ago
  7. 9767de7 expo: Correct some swallowed errors in scene by Simon Glass · 1 year, 2 months ago
  8. fd6073a expo: Use switch statements more for object types by Simon Glass · 1 year, 2 months ago
  9. 909c486 expo: Fix up comments for get_cur_menuitem_text() et al by Simon Glass · 1 year, 2 months ago
  10. 5fb9e2a expo: Add better error reporting by Simon Glass · 1 year, 2 months ago
  11. 37db20d video: Support showing a cursor by Simon Glass · 1 year, 2 months ago
  12. 617d7b5 video: Export vidconsole_entry_start() by Simon Glass · 1 year, 2 months ago
  13. 9899eef video: Allow saving and restoring text-entry state by Simon Glass · 1 year, 2 months ago
  14. 9e55d09 video: Allow obtaining the nominal size of a string size by Simon Glass · 1 year, 2 months ago
  15. 39ee321 cli: Add a function to set up a new cread by Simon Glass · 1 year, 2 months ago
  16. 3b487bf cli: Allow command completion to be disabled by Simon Glass · 1 year, 2 months ago
  17. 8fc041f cli: Allow history to be disabled by Simon Glass · 1 year, 2 months ago
  18. 657e14d cli: Terminate the string in cread_line_process_ch() by Simon Glass · 1 year, 2 months ago
  19. e5509ce cli: Create a function to process characters by Simon Glass · 1 year, 2 months ago
  20. 8d997aa cli: Unindent some code in cread_line() by Simon Glass · 1 year, 2 months ago
  21. be5c2ed cli: Convert cread_line() to use a struct for the main vars by Simon Glass · 1 year, 2 months ago
  22. fedd372 cli: Use unsigned int instead of unsigned long by Simon Glass · 1 year, 2 months ago
  23. dcc18ce cli: Implement delete-word in cread_line() by Simon Glass · 1 year, 2 months ago
  24. 6321391 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · 1 year, 2 months ago
  25. 039f8cc cli: Drop some #ifdefs in cli_readline by Simon Glass · 1 year, 2 months ago
  26. 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 2 months ago
  27. 0f97e94 cli: Move simple readline into a function by Simon Glass · 1 year, 2 months ago
  28. 429d59c Revert "mkimage: update man page and -h output" by Tom Rini · 1 year, 2 months ago
  29. 997bef3 Merge branch '2023-10-11-port-gen_compile_commands_py' by Tom Rini · 1 year, 2 months ago
  30. 311df90 scripts/gen_compile_commands: fix usage message by Joao Marcos Costa · 1 year, 2 months ago
  31. 33717db doc: add ide_integration.rst to doc/develop by Joao Marcos Costa · 1 year, 2 months ago
  32. 3a83960 doc: add documentation for gen_compile_commands.py by Joao Marcos Costa · 1 year, 2 months ago
  33. b703bda .gitignore: add compile_commands.json by Joao Marcos Costa · 1 year, 2 months ago
  34. 6aacad2 scripts/gen_compile_commands.py: add acknowledgments by Joao Marcos Costa · 1 year, 2 months ago
  35. 0972675 scripts/gen_compile_commands.py: fix docstring by Joao Marcos Costa · 1 year, 2 months ago
  36. 97fbb2e scripts/gen_compile_commands.py: adapt _LINE_PATTERN by Joao Marcos Costa · 1 year, 2 months ago
  37. c852f2e scripts: Port Linux's gen_compile_commands.py to U-Boot by Joao Marcos Costa · 1 year, 2 months ago
  38. 6e0a75d configs: Resync with savedefconfig by Tom Rini · 1 year, 2 months ago
  39. 9598cf4 Merge branch '2023-10-11-assorted-fixes-and-updates' by Tom Rini · 1 year, 2 months ago
  40. 1a1d48e configs: Make TI_SECURE_DEVICE default for K3 by Andrew Davis · 1 year, 4 months ago
  41. a5b85ec configs: am65x: Merge the HS and non-HS defconfigs by Andrew Davis · 1 year, 4 months ago
  42. 3d5e52b ARM: psci: move GIC address override to Kconfig by Andre Przywara · 1 year, 2 months ago
  43. 89cfa35 misc: fs_loader: Fix alignment of fs_loader driver by Sean Anderson · 1 year, 2 months ago
  44. 4cb6c8e mkimage: update man page and -h output by Rasmus Villemoes · 1 year, 2 months ago
  45. 4fb7e57 doc: use .dtso as extension for device tree overlay sources by Rasmus Villemoes · 1 year, 2 months ago
  46. 01bf2e2 sandbox: rename overlay sources to .dtso by Rasmus Villemoes · 1 year, 2 months ago
  47. e6e3a3d arm64: zynqmp: rename overlay sources to .dtso by Rasmus Villemoes · 1 year, 2 months ago
  48. 35c4bcc iot2050: rename overlay sources to .dtso by Rasmus Villemoes · 1 year, 2 months ago
  49. 7efe195 arm: dts: imx8mm-cl-iot-gate: rename overlay sources to .dtso by Rasmus Villemoes · 1 year, 2 months ago
  50. 0f2f519 arm: apple: Add initial Apple M2 Ultra support by Janne Grunau · 1 year, 3 months ago
  51. e65f6ba event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY* by Marek Vasut · 1 year, 3 months ago
  52. d1ca61c env: Improve ENV_OFFSET help message by Paul Barker · 1 year, 3 months ago
  53. 31565bb driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registers by Andre Przywara · 1 year, 3 months ago
  54. 0cf1a13 tools: ensure zeroed padding in external FIT images by Roman Azarenko · 1 year, 3 months ago
  55. 6442434 bootstd: Drop some TODOs by Simon Glass · 1 year, 3 months ago
  56. 5be1fef arm: dts: k3-am625-verdin: fix boot by Marcel Ziswiler · 1 year, 2 months ago
  57. 1786861 malloc: Enable assertions if UNIT_TEST is enabled by Sean Anderson · 1 year, 2 months ago
  58. 9214da7 arm: dts: k3-j721e-sk/common-proc-board: Fix boot by Nishanth Menon · 1 year, 2 months ago
  59. 6938868 arm: mach-k3: Remove secure device makefile by Andrew Davis · 1 year, 2 months ago
  60. b362ceb board: siemens: iot2050: Fix logical bug in PG1/PG2 detection by Jan Kiszka · 1 year, 2 months ago
  61. 53a1eb9 arm: dts: k3-am65-iot2050: Fix boot by Jan Kiszka · 1 year, 2 months ago
  62. 538b97d spi: mtk_spim: prevent global pll clock override by Nicolò Veronese · 1 year, 2 months ago
  63. 20535a3 Makefile: make u-boot-initial-env target depend explicitly on scripts_basic by Rasmus Villemoes · 1 year, 2 months ago
  64. 0501c99 board: xen: introduce virtio-blk support by Andrii Chepurnyi · 1 year, 2 months ago
  65. 357f4fb board: synquacer: set actual gd->ram_top and gd->ram_size by Masahisa Kojima · 1 year, 2 months ago
  66. 2d307fb input: avoid NULL dereference by Heinrich Schuchardt · 1 year, 2 months ago
  67. 4860ee9 mkimage: allow internalization of data-position by Lars Feyaerts · 1 year, 2 months ago
  68. 814774c checkpatch: skip fdtdec_* check for tools by Lars Feyaerts · 1 year, 2 months ago
  69. 5ae883c Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 1 year, 2 months ago
  70. be98a78 Merge branch '2023-10-10-blk-sandbox-support-binding-a-device-with-a-given-logical-block-size' by Tom Rini · 1 year, 2 months ago
  71. 5fdd480 disk: part: Handle blkmap device in print_part_header() by Bin Meng · 1 year, 2 months ago
  72. 893e678 disk: part: Print out the unknown device uclass id by Bin Meng · 1 year, 2 months ago
  73. 94a8462 dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · 1 year, 2 months ago
  74. 4e34565 cmd: blk_common: Stop using hard-coded block size for Sandbox operations by Bin Meng · 1 year, 2 months ago
  75. a9bf25c dm: blk: Rename get_desc() and make it externally visible by Bin Meng · 1 year, 2 months ago
  76. 8ccc948 cmd: blk_common: Use macros for the return values by Bin Meng · 1 year, 2 months ago
  77. cf83ff3 blk: blkmap: Support mapping to device of any block size by Bin Meng · 1 year, 2 months ago
  78. 42411e0 cmd: blkmap: Make map_handlers[] and its .fn static by Bin Meng · 1 year, 2 months ago
  79. 6efca7f blk: blkmap: Make bind/unbind routines static by Bin Meng · 1 year, 2 months ago
  80. 256f6da cmd: host: Print out the block size of the host device by Bin Meng · 1 year, 2 months ago
  81. e261fbf blk: host_dev: Sanity check on the size of host backing file by Bin Meng · 1 year, 2 months ago
  82. 0491cb8 blk: host_dev: Make host_sb_detach_file() and host_sb_ops static by Bin Meng · 1 year, 2 months ago
  83. 8897fab blk: sandbox: Support binding a device with a given logical block size by Bin Meng · 1 year, 2 months ago
  84. 77ca9d7 cmd: host: Mandate the filename parameter in the 'bind' command by Bin Meng · 1 year, 2 months ago
  85. 7020b2e blk: Use a macro for the typical block size by Bin Meng · 1 year, 2 months ago
  86. 833ff23 Merge branch '2023-10-09-assorted-fixes' by Tom Rini · 1 year, 2 months ago
  87. 131e44c spi: nxp_fspi: reset the FLSHxCR1 registers by Han Xu · 1 year, 2 months ago
  88. d71e080 board: freescale: ls1088a: declare MC reserved regions by Laurentiu Tudor · 1 year, 2 months ago
  89. 66d885c board: freescale: ls2080a: declare MC reserved regions by Laurentiu Tudor · 1 year, 2 months ago
  90. 1dd7b56 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · 1 year, 2 months ago
  91. b9112cd armv8: fsl-layerscape: make some functions static by Laurentiu Tudor · 1 year, 2 months ago
  92. 487fa1a fsl-layerscape: drop obsolete PPA secure firmware support by Laurentiu Tudor · 1 year, 3 months ago
  93. b60274e configs: layerscape: delete defconfigs using legacy PPA secure FW by Laurentiu Tudor · 1 year, 2 months ago
  94. 3f876cb test: Fix SPL tests not being run by Sean Anderson · 1 year, 2 months ago
  95. e483a7c board/km/cent2: Fix buffer overflow when fixing MAC address by Francois Berder · 1 year, 2 months ago
  96. 6da11cc stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · 1 year, 2 months ago
  97. 6a1e0ae dm: serial: fix serial_post_probe() by Heinrich Schuchardt · 1 year, 2 months ago
  98. 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 1 year, 2 months ago
  99. a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 3 months ago
  100. 47e7f12 tools: iot2050-sign-fw.sh: Make localization of tools dir more robust by Jan Kiszka · 1 year, 2 months ago