1. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  2. 406f681 Power: remove support for Freescale MPC8220 by Wolfgang Denk · Sat May 11 03:00:50 2013 +0000
  3. 1c62cc2 powerpc: Use generic global_data by Simon Glass · Thu Dec 13 20:49:23 2012 +0000
  4. 9e247d1 ppc: arm: Move sdhc_clk into arch_global_data by Simon Glass · Thu Dec 13 20:49:05 2012 +0000
  5. 9c6a774 ppc: Move kbd_status to arch_global_data by Simon Glass · Thu Dec 13 20:49:04 2012 +0000
  6. 88a432b ppc: Move wdt_last to arch_global_data by Simon Glass · Thu Dec 13 20:49:03 2012 +0000
  7. f2d9aaf ppc: Move fpga_state to arch_global_data by Simon Glass · Thu Dec 13 20:49:02 2012 +0000
  8. be1534f ppc: Remove console_addr from global data by Simon Glass · Thu Dec 13 20:49:01 2012 +0000
  9. ba01797 ppc: Move mirror_hack to arch_global_data by Simon Glass · Thu Dec 13 20:49:00 2012 +0000
  10. 004cc85 arm: Move uart_clk to arch_global_data by Simon Glass · Thu Dec 13 20:48:59 2012 +0000
  11. 9398008 ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data by Simon Glass · Thu Dec 13 20:48:58 2012 +0000
  12. 387a1f2 ppc: Move arbiter fields to arch_global_data by Simon Glass · Thu Dec 13 20:48:57 2012 +0000
  13. 4d6eaa3 ppc: Move reset_status to arch_global_data by Simon Glass · Thu Dec 13 20:48:56 2012 +0000
  14. e02a6e3f ppc: Move mpc8220 clocks to arch_global_data by Simon Glass · Thu Dec 13 20:48:55 2012 +0000
  15. 6c6cbd1 ppc: Move mpc512x clocks to arch_global_data by Simon Glass · Thu Dec 13 20:48:54 2012 +0000
  16. 4f8c5f0 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · Thu Dec 13 20:48:53 2012 +0000
  17. 0b46658 ppc: Move used_tlb_cams to arch_global_data by Simon Glass · Thu Dec 13 20:48:52 2012 +0000
  18. c6622d6 ppc: Move used_laws to arch_global_data by Simon Glass · Thu Dec 13 20:48:51 2012 +0000
  19. 8518b17 ppc: Move CONFIG_QE to arch_global_data by Simon Glass · Thu Dec 13 20:48:50 2012 +0000
  20. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · Thu Dec 13 20:48:49 2012 +0000
  21. a8b5739 ppc: Move lbc_clk and cpu to arch_global_data by Simon Glass · Thu Dec 13 20:48:48 2012 +0000
  22. cc76e9e ppc: Move mpc83xx clock fields to arch_global_data by Simon Glass · Thu Dec 13 20:48:47 2012 +0000
  23. 44ea851 ppc: Move clock fields to arch_global_data by Simon Glass · Thu Dec 13 20:48:46 2012 +0000
  24. cb7b31a ppc: Remove extra pci_clk fields from global_data by Simon Glass · Thu Dec 13 20:48:45 2012 +0000
  25. 34a194f ppc: Move brg_clk to arch_global_data by Simon Glass · Thu Dec 13 20:48:44 2012 +0000
  26. 3ac47d7 Add architecture-specific global data by Simon Glass · Thu Dec 13 20:48:30 2012 +0000
  27. fe201cb mpc83xx: add support for mpc8309 by Gerlando Falauto · Wed Oct 10 22:13:08 2012 +0000
  28. 3a7de0b powerpc: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:14 2012 +0000
  29. 211c210 global_data: unify global flag defines by Mike Frysinger · Sun Mar 18 14:31:24 2012 +0000
  30. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · Wed Aug 03 02:37:01 2011 +0000
  31. 3c28f48 console: Implement pre-console buffer by Graeme Russ · Thu Sep 01 00:48:27 2011 +0000
  32. 81b3793 ppc4xx: Add DLVision-10G board support by Dirk Eibach · Fri Jan 21 09:31:21 2011 +0100
  33. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  34. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  35. f710efd Make getenv() work before relocation. by Wolfgang Denk · Sat Jul 24 20:22:02 2010 +0200
  36. a3e5fd5 mpc8308: support for Freescale MPC8308 cpu by Ilya Yanok · Mon Jun 28 16:44:33 2010 +0400
  37. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200[Renamed from arch/ppc/include/asm/global_data.h]
  38. 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-ppc/global_data.h]
  39. 92bc263 PPC: Record U-Boot's relocated address in RAM and show in bdinfo. by Richard Retanubun · Fri Jan 15 10:06:06 2010 -0500
  40. 42f9918 ppc/85xx: Add tracking of TLB CAM usage by Kumar Gala · Thu Nov 12 10:26:16 2009 -0600
  41. be34d1d ppc: Remove reloc_off field from global_data structure by Peter Tyser · Mon Sep 21 11:20:37 2009 -0500
  42. 987862c 85xx: Add support for P2020RDB board by Poonam Aggrwal · Wed Aug 05 13:29:24 2009 +0530
  43. 4baef82 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · Fri Jul 31 12:08:14 2009 +0530
  44. 72f2d39 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x by Peter Tyser · Fri May 22 17:23:25 2009 -0500
  45. 62e7398 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · Fri May 22 17:23:24 2009 -0500
  46. 1a8206c mpc83xx: Add support for MPC83xx PCI-E controllers by Anton Vorontsov · Thu Jan 08 04:26:12 2009 +0300
  47. 0b691fc mpc8[56]xx: Put localbus clock in sysinfo and gd by Trent Piepho · Wed Dec 03 15:16:37 2008 -0800
  48. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  49. 5de5621 Allow console input to be disabled by Mark Jackson · Mon Aug 25 19:21:30 2008 +0100
  50. 56fd3c2 mpc83xx: Store and display Arbiter Event Register values by Nick Spence · Thu Aug 28 14:09:19 2008 -0700
  51. cd77728 mpc85xx: Add support for the MPC8536 by Kumar Gala · Tue Aug 12 11:14:19 2008 -0500
  52. 3762825 Fix merge problems by Stefan Roese · Wed Aug 06 14:05:38 2008 +0200
  53. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · Mon Jun 09 20:37:16 2008 -0500
  54. 75639e0 FSL LAW: Keep track of LAW allocations by Kumar Gala · Wed Jun 11 00:44:10 2008 -0500
  55. 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
  56. bc439b0 POST: add POST_STOP flag by Yuri Tikhonov · Thu May 08 15:45:26 2008 +0200
  57. b5d9c1e Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · Fri Apr 25 11:32:01 2008 +0200
  58. 89a4b70 lwmon5 watchdog: limit trigger rate by Yuri Tikhonov · Sun Apr 06 19:19:14 2008 +0200
  59. c02cf1e mpc83xx: unreinvent mem_clk by Kim Phillips · Fri Mar 28 10:18:40 2008 -0500
  60. d1d51ad 85xx: Speed up get_ddr_freq() and get_bus_freq() by James Yang · Fri Feb 08 18:05:08 2008 -0600
  61. 86c8d74 8xx: Update OF support on 8xx by Bryan O'Donoghue · Sun Feb 17 22:57:47 2008 +0000
  62. 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
  63. 6a068a1 The patch introduces the CRITICAL feature of POST tests. If the test by Yuri Tikhonov · Mon Feb 04 14:11:03 2008 +0100
  64. d1228c9 MPC5121e ADS PCI support take 3 by John Rigby · Tue Feb 26 09:38:14 2008 -0700
  65. c1499f48 85xx, 86xx: Determine I2C clock frequencies and store in global_data by Timur Tabi · Wed Jan 09 14:35:26 2008 -0600
  66. 69c0964 PPC: Use r2 instead of r29 as global data pointer by Wolfgang Denk · Thu Feb 14 22:43:22 2008 +0100
  67. 21305af MPC512X: Cleanup bus clock names. by Grzegorz Bernacki · Fri Jan 11 12:03:43 2008 +0100
  68. 0ce4fef mpc83xx: Fix the typo in global data struct by Dave Liu · Thu Jan 10 23:04:13 2008 +0800
  69. e0cfec8 mpc83xx: Add the support of MPC8315E SoC by Dave Liu · Tue Sep 18 12:36:58 2007 +0800
  70. 5245ff5 mpc83xx: Add the support of MPC837x SoC by Dave Liu · Tue Sep 18 12:36:11 2007 +0800
  71. 19b77f4 ppc4xx: Correct UART input clock calculation and passing to fdt by Stefan Roese · Tue Oct 23 11:31:05 2007 +0200
  72. e93ab0c Merge with /home/stefan/git/u-boot/u-boot-ppc4xx by Stefan Roese · Tue Aug 21 16:33:33 2007 +0200
  73. f55a22c ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) by Stefan Roese · Tue Aug 21 16:27:57 2007 +0200
  74. ee0e917 Add support for UEC to 8568 by Andy Fleming · Tue Aug 14 00:14:25 2007 -0500
  75. d3a02c3 [ADS5121] Support for the ADS5121 board by Rafal Jaworowski · Fri Jul 27 14:43:59 2007 +0200
  76. beb638a mpc83xx: Add 831x support to global_data.h by Scott Wood · Mon Apr 16 14:34:18 2007 -0500
  77. 5c06cb9 Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx by Wolfgang Denk · Wed Apr 18 17:00:09 2007 +0200
  78. b7870e7 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead by Kumar Gala · Tue Jan 30 14:08:30 2007 -0600
  79. d506865 Fix the confilcts when merging 'master' into hpc2. by roy zang · Fri Dec 01 12:09:33 2006 +0800
  80. e732e9c mpc83xx: add QE ethernet support by Dave Liu · Fri Nov 03 12:11:15 2006 -0600
  81. a46daea mpc83xx: Add MPC8360EMDS basic board support by Dave Liu · Fri Nov 03 19:33:44 2006 -0600
  82. d136d66 General code modification for mpc7448hpc2 board support. by roy zang · Thu Nov 02 18:49:51 2006 +0800
  83. 384da5e Add PCI support for the TQM834x board. by Rafal Jaworowski · Mon Oct 17 02:39:53 2005 +0200
  84. 9095d4a * Patch by Eran Liberty Add support for the Freescale MPC8349ADS board. by Eran Liberty · Thu Jul 28 10:08:46 2005 -0500
  85. f5ad378 * Patch by Jon Loeliger, Kumar Gala 2005-02-08 by Jon Loeliger · Sat Jul 23 10:37:35 2005 -0500
  86. e0c812a * Patch by Yusdi Santoso, 22 Oct 2004: by wdenk · Sun Apr 03 15:51:42 2005 +0000
  87. 337f565 Patch by TsiChung Liew, 23 Sep 2004: by wdenk · Thu Oct 28 00:09:35 2004 +0000
  88. be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · Tue Feb 24 02:00:03 2004 +0000
  89. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · Wed Oct 15 23:53:47 2003 +0000
  90. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · Fri Oct 10 10:05:42 2003 +0000
  91. 232fe0b * Add support for PPChameleon Eval Board by wdenk · Tue Sep 02 22:48:03 2003 +0000
  92. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  93. 21136db * Add support for IceCube board (with MGT5100 and MPC5200 CPUs) by wdenk · Wed Jul 16 21:53:01 2003 +0000
  94. 3aaa67a Avoid unnecessary call to post_word_load(); make logbuf compile without POST by wdenk · Tue Jul 15 21:50:34 2003 +0000
  95. ca9bc76 * Patches by Martin Krause, 14 Jul 2003: by wdenk · Tue Jul 15 07:45:49 2003 +0000
  96. dccbda0 * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · Mon Jul 14 22:13:32 2003 +0000
  97. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  98. 8aeb24e * Patch by Devin Crumb, 02 Apr 2003: by wdenk · Fri Jun 20 22:36:30 2003 +0000
  99. c08f158 * LWMON extensions: by wdenk · Sun Apr 27 22:52:51 2003 +0000
  100. 9dfa8d1 * Improve log buffer code; use "loglevel" to decide which messages by wdenk · Sun Dec 08 09:53:23 2002 +0000