1. c6c26a0 arm: Remove vexpress_ca15_tc2 board by Tom Rini · 3 years, 7 months ago
  2. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 9 months ago
  3. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  4. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  5. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  6. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  7. 5a7885c arm: vexpress: don't reset flags in board_init to avoid losing previous ones by Arnaud Aujon Chevallier · 3 years, 10 months ago
  8. 565add1 board: armltd: Add support for Total Compute platform by Usama Arif · 4 years, 1 month ago
  9. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  10. eb62111 arm: juno: Enable PCI by Andre Przywara · 4 years, 3 months ago
  11. cc696e7 arm: juno: Enable DM_ETH by Andre Przywara · 4 years, 3 months ago
  12. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  13. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  15. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  16. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  17. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  18. be0d096 arm: juno: Use PSCI based reset by Andre Przywara · 4 years, 5 months ago
  19. b3270e9 arm: juno: Enable OF_CONTROL by Andre Przywara · 4 years, 5 months ago
  20. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 9 months ago
  21. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  22. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 4 years, 9 months ago
  23. 2cf431c common: Move pci_init_board() out of common.h by Simon Glass · 4 years, 10 months ago
  24. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  25. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 4 years, 10 months ago
  26. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 4 years, 10 months ago
  27. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  28. 296439e Revert "vexpress64: fvp dram: add DRAM configuration" by Ryan Harkin · 5 years ago
  29. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  30. 7700b13 vexpress64: fix a typo of SPDX-License-Identifier by Masahiro Yamada · 5 years ago
  31. c95cafd Drop CONFIG_INIT_CRITICAL by Bin Meng · 6 years ago
  32. 6180ea7 arm: remove prototype for get_timer_masked by Patrick Delaunay · 6 years ago
  33. aa33fe8 arm: remove prototype for udelay_masked by Patrick Delaunay · 6 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  35. 901b77b vexpress: fix syntax error in armv7_boot_nonsec_default() by Heinrich Schuchardt · 6 years ago
  36. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  37. 116b49c vexpress: Sign up as maintainer by Linus Walleij · 7 years ago
  38. cb0060e mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype by Patrice Chotard · 7 years ago
  39. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  40. c62db35 arm: Add explicit include of <asm/mach-types.h> by Simon Glass · 7 years ago
  41. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  42. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  43. 88e0d59 vexpress64: Juno: Change PCI buss addresses for IO to start from zero. by Liviu Dudau · 8 years ago
  44. 03ab5d1 vexpress: disable cci ace slave ports when booting in non-sec/hyp mode by Sudeep Holla · 8 years ago
  45. f225d39 vexpress: Check TC2 firmware support before defaulting to nonsec booting by Jon Medhurst \(Tixy\) · 8 years ago
  46. cd4b0c5 armv8: mmu: Add support of non-identical mapping by York Sun · 8 years ago
  47. e593bf5 vexpress64: Add MMU tables by Alexander Graf · 9 years ago
  48. 2c2b218 vexpress64: use 2nd DRAM bank only on juno by Ryan Harkin · 9 years ago
  49. bc8d3bc vexpress64: compile Juno PCIe conditionally by Ryan Harkin · 9 years ago
  50. 0ee1a22 Juno: don't print PCI debug information by default by Andre Przywara · 9 years ago
  51. 2fdc9b7 vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge. by Liviu Dudau · 9 years ago
  52. 2d0cee1 vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel. by Liviu Dudau · 9 years ago
  53. fc04b92 vexpress64: fvp dram: add DRAM configuration by Ryan Harkin · 9 years ago
  54. b483cb5 vexpress64: Kconfig: tidy up by Ryan Harkin · 9 years ago
  55. b928e65 arm: Remove versatileab board by Simon Glass · 9 years ago
  56. 3f394e7 integrator: switch to DM serial port by Linus Walleij · 9 years ago
  57. 104d6fb ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · 9 years ago
  58. ab93bf0 integrator: stop zeroing the gd flags by Linus Walleij · 9 years ago
  59. 5cbbd9b ARM: integrator: move board select into mach-integrator/Kconfig by Masahiro Yamada · 9 years ago
  60. d280ea0 vexpress64: use DM for all vexpress64 boards by Linus Walleij · 9 years ago
  61. 692e5c4 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  62. 03314f0 vexpress64: cut config and defaults for unclear variant by Linus Walleij · 10 years ago
  63. 49995ff vexpress64: remove board late init, use smhload by Linus Walleij · 10 years ago
  64. d8bafe13 ARMv8: enable DM in vexpress64 board by David Feng · 10 years ago
  65. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  66. 23b5877 armv8/vexpress64: make multientry conditional by Linus Walleij · 10 years ago
  67. b31f9d7 vexpress64: juno: support SMC9118 ethernet by Linus Walleij · 10 years ago
  68. ffc1037 vexpress64: support the Juno Development Platform by Linus Walleij · 10 years ago
  69. f91afc4 vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS by Linus Walleij · 10 years ago
  70. 058235c vexpress64: take over maintenance of the semi vexpress64 by Linus Walleij · 10 years ago
  71. 2e07c24 kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · 10 years ago
  72. 535aad2 MAINTAINERS: comment out blank M: field by Masahiro Yamada · 10 years ago
  73. e5a504e MAINTAINERS: comment out invalid maintainers by Masahiro Yamada · 10 years ago
  74. 016a954 kconfig: armv8: move CONFIG_ARM64 to Kconfig by Masahiro Yamada · 10 years ago
  75. 8813fda vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI by Masahiro Yamada · 10 years ago
  76. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  77. ad17a81 versatile: kconfig: move common settings by Masahiro Yamada · 10 years ago
  78. aee6375 MAINTAINERS: change the status of vexpress board to Orphan by Masahiro Yamada · 10 years ago
  79. 93d4334 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
  80. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  81. 261d276 arm: Add support for semihosting for armv8 fastmodel targets. by Darwin Rambo · 10 years ago
  82. b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  83. c0cae2e Merge branch 'u-boot-arm/next' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  84. de351d6 lib: time: add weak timer_init() function by Darwin Rambo · 11 years ago
  85. a25feb7 ARM: versatile: pass correct machine type for Versatile AB by Linus Walleij · 11 years ago
  86. 1291682 arm64: board support of vexpress_aemv8a by David Feng · 11 years ago
  87. b3a7f22 ARM: vexpress: convert to common timer code by Rob Herring · 11 years ago
  88. a79854a board: arm: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  89. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  90. e261c83 ARM: VExpress: enable ARMv7 virt support for VExpress A15 by Andre Przywara · 11 years ago
  91. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  92. cd4f46e ARM: vexpress: create A5 specific board config by Ryan Harkin · 11 years ago
  93. 9b58a3f ARM: vexpress: refactoring of Versatile Express CA9x4 support by Ryan Harkin · 11 years ago
  94. 10ed93d u8500: Separating mmc config parameters from driver by John Rigby · 12 years ago
  95. 702e601 doc: cleanup - move board READMEs into respective board directories by Wolfgang Denk · 12 years ago
  96. d721a3a ARMV7/Vexpress: add missing get_ticks() and get_tbclk() by Liming Wang · 13 years ago
  97. fca94c3 integrator: remove fragile delay loop from PCI code by Linus Walleij · 13 years ago
  98. 2458716 integrator: rewrite the AP PCI driver by Linus Walleij · 13 years ago
  99. 4ae6a91 integrator: stop calling pci_init() twice by Linus Walleij · 13 years ago
  100. 1dc2680 integrator: enable Vpp and disable flash protection by Linus Walleij · 13 years ago