1. b7ca1c9 binman: Add support for calling mkimage by Simon Glass · 4 years, 5 months ago
  2. 8ed2523 binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
  3. b70caf7 binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
  4. 0b75468 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
  5. 1f32ff91 binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 5 months ago
  6. 44c40fd binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
  7. dd90574 .gitignore: Ignore Python 3 cache directories by Simon Glass · 4 years, 5 months ago
  8. e2438dd dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 5 months ago
  9. 979996e patman: Add a -D option to enable debugging by Simon Glass · 4 years, 5 months ago
  10. 62c3852 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 5 months ago
  11. 039f5b7 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 5 months ago
  12. 9c501e1 patman: Add a 'test' subcommand by Simon Glass · 4 years, 5 months ago
  13. c16f324 patman: Allow different commands by Simon Glass · 4 years, 5 months ago
  14. 7f739bb patman: Convert to ArgumentParser by Simon Glass · 4 years, 5 months ago
  15. 25cc85e patman: Allow skipping patches at the end by Simon Glass · 4 years, 5 months ago
  16. b4aa8aa patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
  17. a12b1ab patman: Add a test that uses gitpython by Simon Glass · 4 years, 5 months ago
  18. 85a03de patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  19. 4e98ab9 patman: Use test_util to show test results by Simon Glass · 4 years, 5 months ago
  20. a045240 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 4 months ago
  21. 3ac9fdb x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  22. 00906cb x86: mp: Add more comments to the module by Simon Glass · 4 years, 4 months ago
  23. e643edd x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  24. 2c601b6 x86: mtrr: Restructure so command execution is in one place by Simon Glass · 4 years, 4 months ago
  25. 29e1d77 x86: mtrr: Update the command to use the new mtrr calls by Simon Glass · 4 years, 4 months ago
  26. d89e15f x86: mtrr: Add support for writing to MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  27. 00dc52f x86: mtrr: Update MTRRs on all CPUs by Simon Glass · 4 years, 4 months ago
  28. 2e2b465 x86: coral: Update the memory map by Simon Glass · 4 years, 4 months ago
  29. a2c515c x86: Don't enable SMP in SPL by Simon Glass · 4 years, 4 months ago
  30. 7403c26 x86: mtrr: Use MP calls to list the MTRRs by Simon Glass · 4 years, 4 months ago
  31. 44344f5 x86: mp: Add iterators for CPUs by Simon Glass · 4 years, 4 months ago
  32. 32d5695 x86: mp: Park CPUs before running the OS by Simon Glass · 4 years, 4 months ago
  33. 6871dff x86: mp: Allow running functions on multiple CPUs by Simon Glass · 4 years, 4 months ago
  34. 4943de6 x86: Set the SMP flag when MP init is complete by Simon Glass · 4 years, 4 months ago
  35. 16a5ad7 global_data: Add a generic global_data flag for SMP state by Simon Glass · 4 years, 4 months ago
  36. 4a30bbb x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 4 months ago
  37. 84163ae x86: cpu: Remove unnecessary #ifdefs by Simon Glass · 4 years, 4 months ago
  38. 653781b x86: mp_init: Adjust bsp_init() to return more information by Simon Glass · 4 years, 4 months ago
  39. ebb239a x86: mp_init: Set up the CPU numbers at the start by Simon Glass · 4 years, 4 months ago
  40. c947a62 x86: mtrr: Fix 'ensable' typo by Simon Glass · 4 years, 4 months ago
  41. 3307d0c x86: mp_init: Drop the num_cpus static variable by Simon Glass · 4 years, 4 months ago
  42. a3ee7b8 x86: mp_init: Switch parameter names in start_aps() by Simon Glass · 4 years, 4 months ago
  43. 35ee0de x86: mp_init: Avoid declarations in header files by Simon Glass · 4 years, 4 months ago
  44. e40633d x86: Move MP code into mp_init by Simon Glass · 4 years, 4 months ago
  45. 740e908 x86: mp_init: Switch to livetree by Simon Glass · 4 years, 4 months ago
  46. 92136c1 dm: core: Don't show an ACPI warning if there is no ordering by Simon Glass · 4 years, 4 months ago
  47. 37d2704 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
  48. a6f2ea4 mips: octeon: Add minimal Octeon 3 EBB7304 EVK support by Stefan Roese · 4 years, 5 months ago
  49. 15ba802 mips: octeon: use mips_mach_early_init() to copy to L2 cache by Stefan Roese · 4 years, 5 months ago
  50. 9e29eff mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file by Stefan Roese · 4 years, 5 months ago
  51. b2ea818 mips: octeon: Initial minimal support for the Marvell Octeon SoC by Aaron Williams · 4 years, 5 months ago
  52. 4df2d0d sysreset: Add Octeon sysreset driver by Stefan Roese · 4 years, 5 months ago
  53. c6f54b4 mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code by Stefan Roese · 4 years, 5 months ago
  54. e4ccb47 mips: sync asm/mipsregs.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 5 months ago
  55. b018d6b mips: sync asm/addrspace.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 5 months ago
  56. 53056e4 mips: sync asm/asm.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 5 months ago
  57. e61db37 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · 4 years, 5 months ago
  58. c95e7f1 mips: add config options for generic cache setup code by Daniel Schwierzeck · 4 years, 5 months ago
  59. 765f417 mips: refactor disabling of caches by Daniel Schwierzeck · 4 years, 5 months ago
  60. ab1d86e mips: add KSEG1 wrapper for change_k0_cca by Daniel Schwierzeck · 4 years, 5 months ago
  61. de4987c mips: start.S: remove dead code by Daniel Schwierzeck · 4 years, 5 months ago
  62. e4a3ba2 mips: cache: Make invalidate_dcache_range() weak to enable overwrite by Stefan Roese · 4 years, 5 months ago
  63. fef1b82 mips: cache: Make flush_cache() weak to enable overwrite by Stefan Roese · 4 years, 6 months ago
  64. bfcce78 mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM by Stefan Roese · 4 years, 6 months ago
  65. 459a76d mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage by Stefan Roese · 4 years, 6 months ago
  66. fb79cbd mips: traps: Set WG bit in EBase register on Octeon by Stefan Roese · 4 years, 6 months ago
  67. 56a4381 mips: time: Only compile the weak get_tbclk() when needed by Stefan Roese · 4 years, 6 months ago
  68. ae9c287 Merge branch '2020-07-17-misc-fixes' by Tom Rini · 4 years, 4 months ago
  69. 3ee85c6 include: pci_ids: Add Cavium devices by Suneel Garapati · 4 years, 4 months ago
  70. f617562 doc: fit: Write hex address as hex instead of int by Michal Simek · 4 years, 4 months ago
  71. 982c460 mtd: mtdpart: use uint64_t instead of int for cur_off by Martin Kaistra · 4 years, 4 months ago
  72. 078e1b7 board/km: update MAINTAINERS email by Holger Brunck · 4 years, 5 months ago
  73. 1c5fe19 doc: correct description of crash dumps by Heinrich Schuchardt · 4 years, 5 months ago
  74. f0850ba fixdep: fix CONFIG_IS_ENABLED etc. handling by Stephen Warren · 4 years, 5 months ago
  75. 9e0e9a5 mkimage: Fix error message if write less data then expected by Mylène Josserand · 4 years, 5 months ago
  76. 0ce183a remove include/config_defaults.h by Rasmus Villemoes · 4 years, 5 months ago
  77. 11d0afb doc: multi-dtb-fit: Remove double underscores by Fabio Estevam · 4 years, 5 months ago
  78. ca816ce fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 5 months ago
  79. 54e0759 asm/u-boot.h: remove bd_t definitions by Masahiro Yamada · 4 years, 5 months ago
  80. 940a922 treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 5 months ago
  81. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  82. d7687bd arm64: Remove CONFIG_SYS_FULL_VA macro by Michal Simek · 4 years, 5 months ago
  83. d5404e6 Makefile: Silence relocate-rela call by Jan Kiszka · 4 years, 5 months ago
  84. ab965b1 lib: zlib: Remove offset pointer optimization in inftrees.c by Chin Liang See · 4 years, 5 months ago
  85. f8a4df8 Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig by Patrick Delaunay · 4 years, 5 months ago
  86. 37aea85 spl: fix ext4fs_mount return code handling by Thomas Schaefer · 4 years, 5 months ago
  87. 210c036 cmd: booti: convert the debug print about image move to printf by Tero Kristo · 4 years, 6 months ago
  88. 0608694 common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image by Tero Kristo · 4 years, 6 months ago
  89. bb125c4 image: fdt: bail out with error if no boot time FDT image found by Tero Kristo · 4 years, 6 months ago
  90. d019380 Convert CONFIG_MXC_UART to Kconfig by Tom Rini · 4 years, 6 months ago
  91. 1849639 lz4: fix decompressor on big-endian powerpc by Rasmus Villemoes · 4 years, 6 months ago
  92. cb422da doc: Coccinelle: move to HTML doc by Heinrich Schuchardt · 4 years, 6 months ago
  93. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 4 months ago
  94. 01a2218 Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 4 months ago
  95. 55f3cde acpi: Enable ACPI table generation by default on x86 by Simon Glass · 4 years, 4 months ago
  96. 75ece5f x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 4 months ago
  97. f3694aa x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 4 months ago
  98. 7fbd04f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 4 months ago
  99. 1062e34 x86: Update the comment about booting for FSP2 by Simon Glass · 4 years, 4 months ago
  100. fb8736d x86: Store the coreboot table address in global_data by Simon Glass · 4 years, 4 months ago