1. 13262c9 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
  2. f9793a1 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 5 months ago
  3. 5f850fb binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
  4. 894f635 binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 5 months ago
  5. d498630 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 5 months ago
  6. 1216448 binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 5 months ago
  7. 0b9116e binman: Re-enable concurrent tests by Simon Glass · 4 years, 5 months ago
  8. 8beed3d binman: Adjust pylibfdt for incremental build by Simon Glass · 4 years, 5 months ago
  9. fe04f64 binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 5 months ago
  10. 3e8fba4 binman: Add support for calling mkimage by Simon Glass · 4 years, 5 months ago
  11. ce774e9 binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
  12. 92dee5f binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
  13. 5d8b338 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
  14. ccbe7db binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 5 months ago
  15. de43855 binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
  16. 2a9c145 .gitignore: Ignore Python 3 cache directories by Simon Glass · 4 years, 5 months ago
  17. 5d9dc91 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 5 months ago
  18. 0fc2e63 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 5 months ago
  19. df3fc07 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 5 months ago
  20. ef66291 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 5 months ago
  21. 57374b0 patman: Add a 'test' subcommand by Simon Glass · 4 years, 5 months ago
  22. 4806fa3 patman: Allow different commands by Simon Glass · 4 years, 5 months ago
  23. e676fab patman: Convert to ArgumentParser by Simon Glass · 4 years, 5 months ago
  24. d9dc99e patman: Allow skipping patches at the end by Simon Glass · 4 years, 5 months ago
  25. e9799e0 patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
  26. 5d59758 patman: Add a test that uses gitpython by Simon Glass · 4 years, 5 months ago
  27. f365375 patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  28. 2e9a0cd patman: Use test_util to show test results by Simon Glass · 4 years, 5 months ago
  29. 7303ba1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 4 months ago
  30. 2a3d9a7 x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  31. c6efee5 x86: mp: Add more comments to the module by Simon Glass · 4 years, 4 months ago
  32. f91f5ab x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  33. b2a76b3 x86: mtrr: Restructure so command execution is in one place by Simon Glass · 4 years, 4 months ago
  34. e68b128 x86: mtrr: Update the command to use the new mtrr calls by Simon Glass · 4 years, 4 months ago
  35. 8dda2ba x86: mtrr: Add support for writing to MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  36. aa3a4d8 x86: mtrr: Update MTRRs on all CPUs by Simon Glass · 4 years, 4 months ago
  37. 4f58f73 x86: coral: Update the memory map by Simon Glass · 4 years, 4 months ago
  38. 3d734b5 x86: Don't enable SMP in SPL by Simon Glass · 4 years, 4 months ago
  39. 240752c x86: mtrr: Use MP calls to list the MTRRs by Simon Glass · 4 years, 4 months ago
  40. 0538d68 x86: mp: Add iterators for CPUs by Simon Glass · 4 years, 4 months ago
  41. 99a573f x86: mp: Park CPUs before running the OS by Simon Glass · 4 years, 4 months ago
  42. 84d3ed1 x86: mp: Allow running functions on multiple CPUs by Simon Glass · 4 years, 4 months ago
  43. db3a37c x86: Set the SMP flag when MP init is complete by Simon Glass · 4 years, 4 months ago
  44. 50e9cac global_data: Add a generic global_data flag for SMP state by Simon Glass · 4 years, 4 months ago
  45. c33aa35 x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 4 months ago
  46. 8bccbc5 x86: cpu: Remove unnecessary #ifdefs by Simon Glass · 4 years, 4 months ago
  47. 20b049e x86: mp_init: Adjust bsp_init() to return more information by Simon Glass · 4 years, 4 months ago
  48. 77a5e2d x86: mp_init: Set up the CPU numbers at the start by Simon Glass · 4 years, 4 months ago
  49. 36c184b x86: mtrr: Fix 'ensable' typo by Simon Glass · 4 years, 4 months ago
  50. a6c9fd4 x86: mp_init: Drop the num_cpus static variable by Simon Glass · 4 years, 4 months ago
  51. 3a5752c x86: mp_init: Switch parameter names in start_aps() by Simon Glass · 4 years, 4 months ago
  52. e624858 x86: mp_init: Avoid declarations in header files by Simon Glass · 4 years, 4 months ago
  53. 78d57d6 x86: Move MP code into mp_init by Simon Glass · 4 years, 4 months ago
  54. cb1cb71 x86: mp_init: Switch to livetree by Simon Glass · 4 years, 4 months ago
  55. d2ee543 dm: core: Don't show an ACPI warning if there is no ordering by Simon Glass · 4 years, 4 months ago
  56. 49cf751 Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 4 months ago
  57. 5fef24c mips: octeon: Add minimal Octeon 3 EBB7304 EVK support by Stefan Roese · 4 years, 5 months ago
  58. e9609dc mips: octeon: use mips_mach_early_init() to copy to L2 cache by Stefan Roese · 4 years, 5 months ago
  59. ff7e4f0 mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file by Stefan Roese · 4 years, 5 months ago
  60. 0dc4ab9 mips: octeon: Initial minimal support for the Marvell Octeon SoC by Aaron Williams · 4 years, 5 months ago
  61. 59aea37 sysreset: Add Octeon sysreset driver by Stefan Roese · 4 years, 5 months ago
  62. de34a61 mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code by Stefan Roese · 4 years, 5 months ago
  63. 81d4b14 mips: sync asm/mipsregs.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 5 months ago
  64. c0f9957 mips: sync asm/addrspace.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 5 months ago
  65. eac8000 mips: sync asm/asm.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 5 months ago
  66. dd1bb42 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · 4 years, 5 months ago
  67. 57bfb1a mips: add config options for generic cache setup code by Daniel Schwierzeck · 4 years, 5 months ago
  68. 6077243 mips: refactor disabling of caches by Daniel Schwierzeck · 4 years, 5 months ago
  69. b55e07e mips: add KSEG1 wrapper for change_k0_cca by Daniel Schwierzeck · 4 years, 5 months ago
  70. 54e7fbd mips: start.S: remove dead code by Daniel Schwierzeck · 4 years, 5 months ago
  71. 60a0559 mips: cache: Make invalidate_dcache_range() weak to enable overwrite by Stefan Roese · 4 years, 5 months ago
  72. 1d4ba15 mips: cache: Make flush_cache() weak to enable overwrite by Stefan Roese · 4 years, 7 months ago
  73. 2eed3dc mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM by Stefan Roese · 4 years, 7 months ago
  74. c372813 mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage by Stefan Roese · 4 years, 6 months ago
  75. a02bc1f mips: traps: Set WG bit in EBase register on Octeon by Stefan Roese · 4 years, 7 months ago
  76. a414281 mips: time: Only compile the weak get_tbclk() when needed by Stefan Roese · 4 years, 7 months ago
  77. 1c4b503 Merge branch '2020-07-17-misc-fixes' by Tom Rini · 4 years, 4 months ago
  78. 21fc5a1 include: pci_ids: Add Cavium devices by Suneel Garapati · 4 years, 4 months ago
  79. 4d288dc doc: fit: Write hex address as hex instead of int by Michal Simek · 4 years, 4 months ago
  80. 892d461 mtd: mtdpart: use uint64_t instead of int for cur_off by Martin Kaistra · 4 years, 5 months ago
  81. b72bbf5 board/km: update MAINTAINERS email by Holger Brunck · 4 years, 5 months ago
  82. dd43272 doc: correct description of crash dumps by Heinrich Schuchardt · 4 years, 5 months ago
  83. 76ae74d fixdep: fix CONFIG_IS_ENABLED etc. handling by Stephen Warren · 4 years, 5 months ago
  84. dd85dc5 mkimage: Fix error message if write less data then expected by Mylène Josserand · 4 years, 5 months ago
  85. 5c6a4d5 remove include/config_defaults.h by Rasmus Villemoes · 4 years, 5 months ago
  86. eeda3d7 doc: multi-dtb-fit: Remove double underscores by Fabio Estevam · 4 years, 5 months ago
  87. 1244f36 fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 5 months ago
  88. 36da57a asm/u-boot.h: remove bd_t definitions by Masahiro Yamada · 4 years, 5 months ago
  89. bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 5 months ago
  90. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  91. 02ff91e arm64: Remove CONFIG_SYS_FULL_VA macro by Michal Simek · 4 years, 5 months ago
  92. 7125d2c Makefile: Silence relocate-rela call by Jan Kiszka · 4 years, 5 months ago
  93. 499b749 lib: zlib: Remove offset pointer optimization in inftrees.c by Chin Liang See · 4 years, 5 months ago
  94. b4d14bc Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig by Patrick Delaunay · 4 years, 5 months ago
  95. ea5003a spl: fix ext4fs_mount return code handling by Thomas Schaefer · 4 years, 5 months ago
  96. 9b83f9c cmd: booti: convert the debug print about image move to printf by Tero Kristo · 4 years, 6 months ago
  97. fbde758 common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image by Tero Kristo · 4 years, 6 months ago
  98. 19c6808 image: fdt: bail out with error if no boot time FDT image found by Tero Kristo · 4 years, 6 months ago
  99. e6676a3 Convert CONFIG_MXC_UART to Kconfig by Tom Rini · 4 years, 6 months ago
  100. e7885a4 lz4: fix decompressor on big-endian powerpc by Rasmus Villemoes · 4 years, 6 months ago