1. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  2. 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · Wed Jul 23 06:54:58 2014 -0600
  3. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · Thu Feb 13 21:15:18 2014 -0700
  4. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · Thu Oct 10 15:27:56 2013 -0700
  5. 815c967 SPDX: fix IBM-pibs license identifier by Wolfgang Denk · Tue Sep 17 11:24:06 2013 +0200
  6. 52744b4 SPDX-License-Identifier: convert PIBS licensed files by Wolfgang Denk · Sun Jul 28 22:12:45 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. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  9. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  10. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  11. b4a931e board/mpl/common: remove the old legacy flash by David Müller · Thu Dec 22 13:38:19 2011 +0100
  12. 4c3de9b board/mpl/common/isa.c: Fix GCC 4.6 build warnings by David Müller (ELSOFT AG) · Mon Dec 12 01:36:53 2011 +0000
  13. 7a45ed3 board/mpl/common/flash.c: Fix GCC 4.6 build warning by Wolfgang Denk · Tue Nov 29 22:17:53 2011 +0000
  14. 2e945ea board/mpl/common/flash.c: fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:05 2011 +0000
  15. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  16. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · Fri Jul 22 04:01:30 2011 +0000
  17. e9b1b49 board/mpl: Remove mpl-specific memory test command by Peter Tyser · Tue Oct 05 23:48:47 2010 -0500
  18. 247e9d7 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · Thu Sep 09 19:18:00 2010 +0200
  19. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  20. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  21. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  22. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  23. 43c08d7 mpl: Remove memory test relocation fixups by Peter Tyser · Mon Sep 21 11:20:33 2009 -0500
  24. 6eca2a6 ppc: Remove pci config table pointer relocation fixups by Peter Tyser · Mon Sep 21 11:20:28 2009 -0500
  25. 918010a ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · Wed Sep 09 16:25:29 2009 +0200
  26. 471573b Dual-license IBM code contributions by Josh Boyer · Fri Aug 07 13:53:20 2009 -0400
  27. c00ae01 PATI board: fix compiler warnings by Wolfgang Denk · Sun Jul 19 01:15:52 2009 +0200
  28. d4303af mpl: printing current stdio devices cleanup by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:56 2009 +0200
  29. 48c3e95 MIP405T: fix compile problem by Wolfgang Denk · Sat Jul 18 15:46:02 2009 +0200
  30. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  31. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  32. 2059104 Use strmhz() to format clock frequencies by Wolfgang Denk · Sun Oct 19 02:35:49 2008 +0200
  33. 35610c6b Merge git://git.denx.de/u-boot into x1 by Markus Klotzbuecher · Tue Oct 21 09:18:01 2008 +0200
  34. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  35. d8c55ab The PIPE_INTERRUPT flag is used wrong by Remy Bohmer · Fri Oct 10 10:23:22 2008 +0200
  36. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  37. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:04 2008 +0200
  38. d45f81a disk-on-chip: remove duplicate doc_probe declaration by Jean-Christophe PLAGNIOL-VILLARD · Tue Sep 09 01:22:39 2008 +0200
  39. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  40. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  41. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  42. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  43. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  44. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  45. edd73f2 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx by Stefan Roese · Sun Oct 21 08:12:41 2007 +0200
  46. ca8725f ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms by Stefan Roese · Wed Oct 03 15:01:02 2007 +0200
  47. 145318c board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 18:38:39 2007 -0500
  48. 69819ce board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:03:23 2007 -0500
  49. d07117e [PATCH] PPC4xx: Add support for multiple I2C busses by Stefan Roese · Tue Feb 20 10:27:08 2007 +0100
  50. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  51. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  52. 0ee7077 Cleanup (PPC4xx is AMCC now) by Wolfgang Denk · Fri Sep 23 11:05:55 2005 +0200
  53. 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · Thu Aug 04 01:14:12 2005 +0200
  54. a0ebde5 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · Wed Sep 08 22:03:11 2004 +0000
  55. c35ba4e Code cleanup; make several boards compile & link. by wdenk · Sun Mar 14 22:25:36 2004 +0000
  56. bc01dd5 * Patch by Denis Peter, 8 Dec 2003 by wdenk · Fri Jan 02 16:05:07 2004 +0000
  57. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · Fri Jan 02 14:00:00 2004 +0000
  58. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · Sun Dec 07 18:32:37 2003 +0000
  59. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · Wed Oct 15 23:53:47 2003 +0000
  60. 60164a8 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · Wed Oct 08 23:26:14 2003 +0000
  61. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · Wed Sep 10 22:30:53 2003 +0000
  62. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  63. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  64. 7539dea * Patches by David Müller, 12 Jun 2003: by wdenk · Thu Jun 19 23:01:32 2003 +0000
  65. e39c284 * Patch by Denis Peter, 04 June 2003: add support for the MIP405T board by wdenk · Wed Jun 04 15:05:30 2003 +0000
  66. b9a83a9 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length by wdenk · Fri May 30 12:48:29 2003 +0000
  67. 7d07641 Patch by Denis Peter, 19 Mai 2003: add support for the MIP405-3 board by wdenk · Fri May 23 11:38:58 2003 +0000
  68. b02744a * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · Sat Apr 05 00:53:31 2003 +0000
  69. 6b58f33 * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · Fri Mar 14 20:47:52 2003 +0000
  70. 1fe2c70 * Patches by David Müller, 31 Jan 2003: by wdenk · Thu Mar 06 21:55:29 2003 +0000
  71. cc1e256 * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · Thu Mar 06 13:39:27 2003 +0000
  72. f5dd410 Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). by stroese · Fri Feb 14 11:21:23 2003 +0000
  73. c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000
  74. 858b1a6 Initial revision by wdenk · Mon Sep 30 16:12:23 2002 +0000
  75. 67c4f48 Initial revision by wdenk · Mon Aug 26 22:23:10 2002 +0000
  76. affae2b Initial revision by wdenk · Sat Aug 17 09:36:01 2002 +0000
  77. 5f2d51b Initial revision by wdenk · Fri Apr 26 15:23:50 2002 +0000
  78. 012771d Initial revision by wdenk · Fri Mar 08 21:31:05 2002 +0000