1. af457cf efi_loader: use logging for block device messages by Heinrich Schuchardt · 4 years, 4 months ago
  2. c001837 efi_loader: use logging for bootefi command by Heinrich Schuchardt · 4 years, 4 months ago
  3. bf75812 efi_loader: returning from UEFI FIT images by Heinrich Schuchardt · 4 years, 4 months ago
  4. e7d6406 efi_loader: document efi_save_gd(), efi_restore_gd() by Heinrich Schuchardt · 4 years, 4 months ago
  5. 1ef1cf1 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · 4 years, 4 months ago
  6. 9b87d44 efi_loader: Check for the native OP-TEE result on mm_communicate calls by Ilias Apalodimas · 4 years, 4 months ago
  7. 5d1f79b efi_loader: Rename and correct values for ARM_SMC_MM_* by Ilias Apalodimas · 4 years, 4 months ago
  8. ebbad02 efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · 4 years, 4 months ago
  9. 01fa922 efi_loader: efi_current_var after SetVirtualAddressMap by Heinrich Schuchardt · 4 years, 4 months ago
  10. e9f1f5f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 4 months ago
  11. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  12. 6f25e27 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 4 months ago
  13. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  14. 6ec7545 fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · 4 years, 4 months ago
  15. 245ad6c fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · 4 years, 4 months ago
  16. 105da62 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 4 months ago
  17. 469f04e arm: mach-k3: Use SOC driver for device identification by Dave Gerlach · 4 years, 4 months ago
  18. 4c2718f configs: j721e_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3 by Dave Gerlach · 4 years, 4 months ago
  19. b6d8a26 configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3 by Dave Gerlach · 4 years, 4 months ago
  20. a1631d5 arm: dts: k3-j721e-mcu-wakeup: Introduce chipid node by Dave Gerlach · 4 years, 4 months ago
  21. 30402ca arm: dts: k3-am65-wakeup: Introduce chipid node by Dave Gerlach · 4 years, 4 months ago
  22. 527be81 dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs by Dave Gerlach · 4 years, 4 months ago
  23. fbde39f test: Add tests for SOC uclass by Dave Gerlach · 4 years, 4 months ago
  24. 6426a26 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 4 months ago
  25. 41c1a69 doc: Add new doc for soc ID driver model by Dave Gerlach · 4 years, 4 months ago
  26. d772db3 fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · 4 years, 4 months ago
  27. 28e0367 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 4 months ago
  28. 754c05c patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 4 months ago
  29. b589b80 Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · 4 years, 4 months ago
  30. d4cc6f6 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · 4 years, 4 months ago
  31. 2feb4ea ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt() by Michal Simek · 4 years, 4 months ago
  32. 3ce7f75 Add information for skipped commit options by Patrick Delaunay · 4 years, 4 months ago
  33. 2a3be30 lib: libfdt: fdt_region: avoid NULL pointer access by Philippe Reynes · 4 years, 4 months ago
  34. df1fa4b patman: Detect unexpected END by Patrick Delaunay · 4 years, 4 months ago
  35. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 10 months ago
  36. 3b9a873 binman: Add support for generating a FIT by Simon Glass · 4 years, 4 months ago
  37. 1f238bd dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 4 months ago
  38. 4c63d21 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 4 months ago
  39. 8200d88 binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 4 months ago
  40. 2f5c3a4 binman: Allow missing Intel blobs by Simon Glass · 4 years, 4 months ago
  41. 13262c9 binman: Detect when valid images are not produced by Simon Glass · 4 years, 4 months ago
  42. f9793a1 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 4 months ago
  43. 5f850fb binman: Allow external binaries to be missing by Simon Glass · 4 years, 4 months ago
  44. 894f635 binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 4 months ago
  45. d498630 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 4 months ago
  46. 1216448 binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 4 months ago
  47. 0b9116e binman: Re-enable concurrent tests by Simon Glass · 4 years, 4 months ago
  48. 8beed3d binman: Adjust pylibfdt for incremental build by Simon Glass · 4 years, 4 months ago
  49. fe04f64 binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 4 months ago
  50. 3e8fba4 binman: Add support for calling mkimage by Simon Glass · 4 years, 4 months ago
  51. ce774e9 binman: Set a default toolpath by Simon Glass · 4 years, 4 months ago
  52. 92dee5f binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 4 months ago
  53. 5d8b338 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 4 months ago
  54. ccbe7db binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 4 months ago
  55. de43855 binman: Output errors to stderr by Simon Glass · 4 years, 4 months ago
  56. 2a9c145 .gitignore: Ignore Python 3 cache directories by Simon Glass · 4 years, 4 months ago
  57. 5d9dc91 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 4 months ago
  58. 0fc2e63 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 4 months ago
  59. df3fc07 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 4 months ago
  60. ef66291 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 4 months ago
  61. 57374b0 patman: Add a 'test' subcommand by Simon Glass · 4 years, 4 months ago
  62. 4806fa3 patman: Allow different commands by Simon Glass · 4 years, 4 months ago
  63. e676fab patman: Convert to ArgumentParser by Simon Glass · 4 years, 4 months ago
  64. d9dc99e patman: Allow skipping patches at the end by Simon Glass · 4 years, 4 months ago
  65. e9799e0 patman: Allow creating patches for another branch by Simon Glass · 4 years, 4 months ago
  66. 5d59758 patman: Add a test that uses gitpython by Simon Glass · 4 years, 4 months ago
  67. f365375 patman: Move main code out to a control module by Simon Glass · 4 years, 4 months ago
  68. 2e9a0cd patman: Use test_util to show test results by Simon Glass · 4 years, 4 months ago
  69. fe48d4f mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies by Shivamurthy Shastri · 4 years, 4 months ago
  70. 1f4836b mtd: spinand: micron: Add M70A series Micron SPI NAND devices by Shivamurthy Shastri · 4 years, 4 months ago
  71. 720fcb2 mtd: spinand: micron: identify SPI NAND device with Continuous Read mode by Shivamurthy Shastri · 4 years, 4 months ago
  72. 5cf049c mtd: spinand: micron: Add new Micron SPI NAND devices by Shivamurthy Shastri · 4 years, 4 months ago
  73. 92fc25d mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGD by Shivamurthy Shastri · 4 years, 4 months ago
  74. 1527ec4 mtd: spinand: micron: Generalize the OOB layout structure and function names by Shivamurthy Shastri · 4 years, 4 months ago
  75. 7303ba1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 4 months ago
  76. 2a3d9a7 x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  77. c6efee5 x86: mp: Add more comments to the module by Simon Glass · 4 years, 4 months ago
  78. f91f5ab x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  79. b2a76b3 x86: mtrr: Restructure so command execution is in one place by Simon Glass · 4 years, 4 months ago
  80. e68b128 x86: mtrr: Update the command to use the new mtrr calls by Simon Glass · 4 years, 4 months ago
  81. 8dda2ba x86: mtrr: Add support for writing to MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  82. aa3a4d8 x86: mtrr: Update MTRRs on all CPUs by Simon Glass · 4 years, 4 months ago
  83. 4f58f73 x86: coral: Update the memory map by Simon Glass · 4 years, 4 months ago
  84. 3d734b5 x86: Don't enable SMP in SPL by Simon Glass · 4 years, 4 months ago
  85. 240752c x86: mtrr: Use MP calls to list the MTRRs by Simon Glass · 4 years, 4 months ago
  86. 0538d68 x86: mp: Add iterators for CPUs by Simon Glass · 4 years, 4 months ago
  87. 99a573f x86: mp: Park CPUs before running the OS by Simon Glass · 4 years, 4 months ago
  88. 84d3ed1 x86: mp: Allow running functions on multiple CPUs by Simon Glass · 4 years, 4 months ago
  89. db3a37c x86: Set the SMP flag when MP init is complete by Simon Glass · 4 years, 4 months ago
  90. 50e9cac global_data: Add a generic global_data flag for SMP state by Simon Glass · 4 years, 4 months ago
  91. c33aa35 x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 4 months ago
  92. 8bccbc5 x86: cpu: Remove unnecessary #ifdefs by Simon Glass · 4 years, 4 months ago
  93. 20b049e x86: mp_init: Adjust bsp_init() to return more information by Simon Glass · 4 years, 4 months ago
  94. 77a5e2d x86: mp_init: Set up the CPU numbers at the start by Simon Glass · 4 years, 4 months ago
  95. 36c184b x86: mtrr: Fix 'ensable' typo by Simon Glass · 4 years, 4 months ago
  96. a6c9fd4 x86: mp_init: Drop the num_cpus static variable by Simon Glass · 4 years, 4 months ago
  97. 3a5752c x86: mp_init: Switch parameter names in start_aps() by Simon Glass · 4 years, 4 months ago
  98. e624858 x86: mp_init: Avoid declarations in header files by Simon Glass · 4 years, 4 months ago
  99. 78d57d6 x86: Move MP code into mp_init by Simon Glass · 4 years, 4 months ago
  100. cb1cb71 x86: mp_init: Switch to livetree by Simon Glass · 4 years, 4 months ago