1. 1d9ac83 configs: Re-sync with cmd/Kconfig by Tom Rini · Sun Apr 24 17:29:26 2016 -0400
  2. 998c479 include/configs: Whitespace fixup by Tom Rini · Sun Apr 24 10:24:59 2016 -0400
  3. 0f2dcb9 configs: Re-sync almost all of cmd/Kconfig by Tom Rini · Fri Apr 22 16:41:25 2016 -0400
  4. f852e73 configs: Re-sync HUSH options by Tom Rini · Thu Apr 21 21:37:19 2016 -0400
  5. af68480 arm64: Replace fdt_name env variables with fdtfile by Alexander Graf · Fri Mar 04 01:10:11 2016 +0100
  6. ce0a64e arm64: Remove non-full-va map code by Alexander Graf · Fri Mar 04 01:09:54 2016 +0100
  7. 5889e39 vexpress64: Add MMU tables by Alexander Graf · Fri Mar 04 01:09:51 2016 +0100
  8. a66c541 Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · Mon Feb 22 22:55:42 2016 -0700
  9. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  10. a941510 arm64: Juno/FVP: adjust kernel load address by Andre Przywara · Mon Jan 04 15:43:36 2016 +0000
  11. ad5b2a2 vexpress64: store env in flash by Ryan Harkin · Wed Nov 18 10:39:09 2015 +0000
  12. b522757 vexpress64: remove #error by Ryan Harkin · Wed Nov 18 10:39:08 2015 +0000
  13. 98d2fff vexpress64: use 2nd DRAM bank only on juno by Ryan Harkin · Wed Nov 18 10:39:07 2015 +0000
  14. cb064e4 arm, powerpc: select SYS_GENERIC_BOARD by Masahiro Yamada · Tue Oct 20 21:09:06 2015 +0900
  15. 086c977 vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel. by Liviu Dudau · Mon Oct 19 11:08:31 2015 +0100
  16. a30356f vexpress64: juno: use /dev/sda2 by Ryan Harkin · Fri Oct 09 17:18:08 2015 +0100
  17. 66fe7ee vexpress64: juno: add alternate kernel and device tree filenames by Ryan Harkin · Fri Oct 09 17:18:07 2015 +0100
  18. f7e1e9e vexpress64: juno: add optional initrd by Ryan Harkin · Fri Oct 09 17:18:06 2015 +0100
  19. 6abfbf4 vexpress64: juno: add androidboot.hardware=juno by Ryan Harkin · Fri Oct 09 17:18:03 2015 +0100
  20. b6b9665 vexpress64: fvp dram: add DRAM configuration by Ryan Harkin · Fri Oct 09 17:18:02 2015 +0100
  21. 642aa2c vexpress64: increase max gunzip size by Ryan Harkin · Fri Oct 09 17:18:01 2015 +0100
  22. 64541f2 vexpress64: fix checkpatch warnings by Ryan Harkin · Fri Oct 09 17:17:59 2015 +0100
  23. 067fcd5 kconfig: add config option for shell prompt by Nikita Kiryanov · Mon Aug 03 12:36:58 2015 +0300
  24. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · Mon Jun 22 16:15:30 2015 -0500
  25. 17491a8 Move default y configs out of arch/board Kconfig by Joe Hershberger · Mon Jun 22 16:15:29 2015 -0500
  26. 9c1c43c net: Move the CMD_NET config to defconfigs by Joe Hershberger · Fri May 29 19:46:35 2015 -0500
  27. 4d30c9d vexpress64: use uncompressed kernel by default by Linus Walleij · Wed May 27 09:45:39 2015 +0200
  28. 77e36f7 vexpress64: let Juno wait for root device by Linus Walleij · Thu May 14 17:38:33 2015 +0200
  29. 0a38bfe vexpress64: fix various memory issues by Linus Walleij · Mon May 11 10:03:57 2015 +0200
  30. b1a4a67 vexpress64: specify CONFIG_SYS_FLASH_CFI_WIDTH by Ryan Harkin · Fri May 08 18:07:52 2015 +0100
  31. 31e476e vexpress64: use DM for all vexpress64 boards by Linus Walleij · Tue Apr 14 10:01:35 2015 +0200
  32. c39566a vexpress64: juno: add default NOR flash boot by Linus Walleij · Sun Apr 05 01:48:32 2015 +0200
  33. c1a1955 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Fri Apr 03 09:14:38 2015 -0400
  34. a90caa3 vexpress64: cut config and defaults for unclear variant by Linus Walleij · Mon Mar 23 11:06:14 2015 +0100
  35. e08177c vexpress64: remove board late init, use smhload by Linus Walleij · Mon Mar 23 11:06:12 2015 +0100
  36. ab33c2c ARMv8: enable DM in vexpress64 board by David Feng · Sat Jan 31 11:55:29 2015 +0800
  37. 7477139 armv8/vexpress64: make multientry conditional by Linus Walleij · Mon Mar 09 10:53:21 2015 +0100
  38. 6ba4b6a vexpress64: juno: add NOR flash detection by Linus Walleij · Thu Feb 19 17:19:37 2015 +0100
  39. 48b4755 vexpress64: juno: support SMC9118 ethernet by Linus Walleij · Tue Feb 17 11:35:25 2015 +0100
  40. c582250 vexpress64: support the Juno Development Platform by Linus Walleij · Fri Jan 23 14:41:10 2015 +0100
  41. 800d6fd vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS by Linus Walleij · Fri Jan 23 11:50:53 2015 +0100
  42. be8a44d vexpress64: switch to generic board by Linus Walleij · Wed Dec 24 02:02:46 2014 +0100
  43. 8c65b9d kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig by Masahiro Yamada · Mon Sep 22 19:59:06 2014 +0900
  44. 9557a4a vexpress_aemv8a.h: Enable CONFIG_CMD_BOOTI and CONFIG_CMD_UNZIP by Tom Rini · Thu Aug 14 06:42:38 2014 -0400
  45. 7e76aa4 vexpress_aemv8a.h: Clean up the config by Tom Rini · Thu Aug 14 06:42:37 2014 -0400
  46. d32d411 arm: Add support for semihosting for armv8 fastmodel targets. by Darwin Rambo · Mon Jun 09 11:12:59 2014 -0700
  47. 79bbde0 arm64 patch: gicv3 support by David Feng · Fri Mar 14 14:26:27 2014 +0800
  48. e997f35 vexpress/armv8: Fix incorrect ethernet controller by Bhupesh Sharma · Thu Jan 16 09:47:40 2014 -0600
  49. 3b5458c arm64: board support of vexpress_aemv8a by David Feng · Sat Dec 14 11:47:37 2013 +0800