1. 067fcd5 kconfig: add config option for shell prompt by Nikita Kiryanov · Mon Aug 03 12:36:58 2015 +0300
  2. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · Mon Jun 22 16:15:30 2015 -0500
  3. 4fb5d07 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · Thu Nov 06 14:59:36 2014 +0900
  4. bc9cd95 i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · Fri Apr 04 13:16:52 2014 -0400
  5. 33d1b9a config: remove platform CONFIG_SYS_HZ definition part 2/2 by Rob Herring · Fri Oct 04 08:40:05 2013 -0500
  6. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  7. e9b8987 configs: Remove unused CONFIG_BOOTP_DEFAULT by Tom Rini · Fri Aug 09 14:39:51 2013 -0400
  8. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  9. 72e6d65 ARM: Remove unused stack and irq config defines by Rob Herring · Fri Jul 13 09:44:01 2012 +0000
  10. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · Tue Jun 19 15:54:35 2012 -0700
  11. 8c0906e CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there by Tom Rini · Tue Jun 19 12:54:34 2012 +0000
  12. 0dfccbe davinci: add support for printing clock frequency by Hadli, Manjunath · Mon Feb 06 00:30:44 2012 +0000
  13. ed77645 davinci: remove macro CONFIG_DISPLAY_CPUINFO by Hadli, Manjunath · Mon Feb 06 00:30:43 2012 +0000
  14. 74c6df2 davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board by Christian Riesch · Sat Nov 19 00:45:43 2011 +0000
  15. 5b5260e davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM by Manjunath Hadli · Thu Oct 13 03:40:55 2011 +0000
  16. 524e730 board configs: drop NET_MULTI references by Mike Frysinger · Sun Oct 02 10:01:28 2011 +0000
  17. 80303ab DaVinci Sonata: Fix Build Error by Sandeep Paulraj · Wed Dec 29 14:42:56 2010 -0500
  18. a12f7c0 DaVinci Sonata: Add ARM Relocation Support by Sandeep Paulraj · Sat Dec 11 20:37:54 2010 -0500
  19. 27ed868 DaVinci: Config cleanup by Sandeep Paulraj · Sat Dec 11 20:30:34 2010 -0500
  20. 5e1faa1 DaVinci: remove bogus DEF_BOOTM definition by Wolfgang Denk · Fri Nov 19 15:24:45 2010 -0500
  21. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · Thu Oct 28 20:52:49 2010 +0200
  22. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  23. e577b65 schmoogie: fix build error due to removal of forceenv() by Wolfgang Denk · Tue Oct 05 21:17:28 2010 +0200
  24. c458d49 DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files by Prakash PM · Tue Jun 22 10:24:43 2010 -0400
  25. 789c887 Davinci: Configurable NAND chip selects by Nick Thompson · Sat Dec 12 12:12:26 2009 -0500
  26. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  27. 6da3471 TI DaVinci Sonata: Add Config option for 64 bit Support by Sandeep Paulraj · Sun Oct 11 09:10:27 2009 -0400
  28. 391d1a6 TI DaVinci: Remove references to SZ_xx by Sandeep Paulraj · Tue Sep 08 17:09:52 2009 -0400
  29. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · Tue May 26 00:34:07 2009 -0700
  30. 4506400 davinci: display correct clock info by David Brownell · Fri May 15 23:47:12 2009 +0200
  31. 5f02add davinci: split out some dm644x-specific bits from psc by David Brownell · Fri May 15 23:44:08 2009 +0200
  32. 1fc5907 minor DaVinci clock cleanup by David Brownell · Sun Apr 12 15:40:16 2009 -0700
  33. fedd22d fix DaVinci NS16550_REG_SIZE regression by David Brownell · Sun Apr 12 15:38:06 2009 -0700
  34. f681250 davinci: move nand driver to drivers/mtd/nand by Jean-Christophe PLAGNIOL-VILLARD · Mon Mar 30 18:58:39 2009 +0200
  35. 0302550 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · Fri Jan 16 18:55:54 2009 +0100
  36. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  37. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  38. 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
  39. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:47:58 2008 +0200
  40. 8d94c23 drivers/mtd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:42 2008 +0200
  41. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  42. a48499f Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: by Wolfgang Denk · Fri Apr 11 15:11:26 2008 +0200
  43. 1ed9bf3c Removes all board specific code from the arch. part for DM644x (DaVinci) boards by Pieter Voorthuijsen · Sun Mar 30 11:11:34 2008 +0100
  44. e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · Fri Aug 10 20:26:18 2007 +0200