1. 1ecab78 armv8/fsl-lsch3: Add support for second DDR clock by York Sun · Tue Jan 06 13:18:49 2015 -0800
  2. 5ad9395 qe: add u-qe support to arm board by Zhao Qiang · Thu Sep 25 13:52:25 2014 +0800
  3. 43614d1 ARM: make gd a function for clang by Jeroen Hofstee · Wed Jul 30 21:54:52 2014 +0200
  4. 7521efa ARM: IXP: Remove the IXP architecture support by Marek Vasut · Tue Jan 28 00:14:28 2014 +0100
  5. 85fd5f1 arm64: core support by David Feng · Sat Dec 14 11:47:35 2013 +0800
  6. f2d6076 ARM: use r9 for gd by Jeroen Hofstee · Sat Sep 21 14:04:41 2013 +0200
  7. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  8. 4af1988 ARM: OMAP: Correct save_boot_params and replace with 'C' function by SRICHARAN R · Wed Apr 24 00:41:23 2013 +0000
  9. 6878cd1 arm: Use generic global_data by Simon Glass · Thu Dec 13 20:49:14 2012 +0000
  10. 9e247d1 ppc: arm: Move sdhc_clk into arch_global_data by Simon Glass · Thu Dec 13 20:49:05 2012 +0000
  11. 6b4ee15 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · Thu Dec 13 20:48:39 2012 +0000
  12. dddf345 ixp: Move timestamp to arch_global_data by Simon Glass · Thu Dec 13 20:48:37 2012 +0000
  13. 9cbe003a arm: Move timer_reset_value to arch_global_data by Simon Glass · Thu Dec 13 20:48:36 2012 +0000
  14. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · Thu Dec 13 20:48:35 2012 +0000
  15. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · Thu Dec 13 20:48:34 2012 +0000
  16. 8ca1520 arm: Move tbu to arch_global_data by Simon Glass · Thu Dec 13 20:48:33 2012 +0000
  17. 6ed6e03 arm: Move timer_rate_hz into arch_global_data by Simon Glass · Thu Dec 13 20:48:32 2012 +0000
  18. e61accc at91: Move at91 global data into arch_global_data by Simon Glass · Thu Dec 13 20:48:31 2012 +0000
  19. 3ac47d7 Add architecture-specific global data by Simon Glass · Thu Dec 13 20:48:30 2012 +0000
  20. 72866c7 arm: Keep track of the tlb size as well as its location by Gabe Black · Fri Nov 30 13:01:15 2012 +0000
  21. c3b324e arm: Change global data baudrate to int by Simon Glass · Fri Oct 12 14:21:16 2012 +0000
  22. 211c210 global_data: unify global flag defines by Mike Frysinger · Sun Mar 18 14:31:24 2012 +0000
  23. 3d68644 fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) by Simon Glass · Sat Oct 15 05:48:20 2011 +0000
  24. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · Wed Aug 03 02:37:01 2011 +0000
  25. e3c4c94 POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · Fri Sep 02 04:59:03 2011 +0000
  26. 3c28f48 console: Implement pre-console buffer by Graeme Russ · Thu Sep 01 00:48:27 2011 +0000
  27. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · Thu Jul 14 22:09:28 2011 +0000
  28. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · Thu Jun 16 23:30:48 2011 +0000
  29. ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Jun 23 15:37:33 2011 +0200
  30. 7ddf55e Fix IXP code to work after relocation was added by Michael Schwingen · Mon May 23 00:00:00 2011 +0200
  31. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · Sun May 01 20:44:23 2011 +0200
  32. 459b6b168 ARM: make timer variables in gt_t available for all ARM platforms by Prafulla Wadaskar · Wed Dec 01 17:46:52 2010 +0530
  33. 20e3029 arm920t/at91/timer: replace bss variables by gd by Andreas Bießmann · Tue Nov 30 09:45:06 2010 +0000
  34. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · Thu Oct 28 20:35:36 2010 +0200
  35. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  36. 0a1790a AT91 clock/timer: move static data to global_data struct by Reinhard Meyer · Tue Oct 05 16:54:35 2010 +0200
  37. aeb2991 ARM: add relocation support by Heiko Schocher · Fri Sep 17 13:10:39 2010 +0200
  38. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  39. f710efd Make getenv() work before relocation. by Wolfgang Denk · Sat Jul 24 20:22:02 2010 +0200
  40. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · Mon Apr 12 22:28:08 2010 -0500[Renamed from include/asm-arm/global_data.h]
  41. ff7a5ca fsl_esdhc: add support for mx51 processor by Stefano Babic · Fri Feb 05 15:11:27 2010 +0100
  42. 4a6a663 arm/microblaze/nios/nios2/sh: Remove relocation fixups by Peter Tyser · Tue Sep 22 09:27:55 2009 -0500
  43. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  44. 5de5621 Allow console input to be disabled by Mark Jackson · Mon Aug 25 19:21:30 2008 +0100
  45. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · Mon Jun 09 20:37:16 2008 -0500
  46. 35d81ce POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · Thu May 08 15:46:42 2008 +0200
  47. bc439b0 POST: add POST_STOP flag by Yuri Tikhonov · Thu May 08 15:45:26 2008 +0200
  48. d773efb The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · Mon Feb 04 14:11:03 2008 +0100
  49. 2105aa2 Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · Tue Mar 07 00:22:36 2006 +0100
  50. aedd96a Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · Fri Feb 10 11:25:41 2006 +0100
  51. 50d3edf Changes: by Markus Klotzbücher · Wed Feb 08 18:56:28 2006 +0100
  52. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · Fri Oct 10 10:05:42 2003 +0000
  53. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  54. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · Sun Jun 15 22:40:42 2003 +0000
  55. 6b58f33 * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · Fri Mar 14 20:47:52 2003 +0000
  56. 4fc9569 * Add support for 16 MB flash configuration of TRAB board by wdenk · Fri Feb 28 00:49:47 2003 +0000
  57. 0157ced Initial revision by wdenk · Mon Oct 21 17:04:47 2002 +0000