1. 29c8bc0 Kconfig: Migrate CONFIG_BAUDRATE by Philipp Tomsich · 8 years ago
  2. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  3. 969dc22 imx31_phycore: Split the eet variant out into a different TARGET by Tom Rini · 8 years ago
  4. 4c57e4c config: Move CONFIG_BOARD_LATE_INIT to defconfigs by Jagan Teki · 8 years ago
  5. 706605f Convert CONFIG_VIDEO_SW_CURSOR to Kconfig by Simon Glass · 8 years ago
  6. dcff692 Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig by Simon Glass · 8 years ago
  7. e64c724 Convert CONFIG_CFB_CONSOLE to Kconfig by Simon Glass · 8 years ago
  8. 9fd2a02 Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig by Simon Glass · 8 years ago
  9. e9d797a Convert CONFIG_VIDEO to Kconfig by Simon Glass · 8 years ago
  10. 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
  11. fbad370 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · 8 years ago
  12. 0b368b1 common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option by Heiko Schocher · 8 years ago
  13. 998c479 include/configs: Whitespace fixup by Tom Rini · 9 years ago
  14. 0f2dcb9 configs: Re-sync almost all of cmd/Kconfig by Tom Rini · 9 years ago
  15. cb064e4 arm, powerpc: select SYS_GENERIC_BOARD by Masahiro Yamada · 9 years ago
  16. eb94387 I2C: mxc_i2c: make I2C1 and I2C2 optional by Albert ARIBAUD \\(3ADEV\\) · 9 years ago
  17. 067fcd5 kconfig: add config option for shell prompt by Nikita Kiryanov · 9 years ago
  18. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  19. f1a5216 driver/i2c/mxc: Enable I2C bus 3 and 4 by York Sun · 10 years ago
  20. a61acaf imx31_phycore: Convert to generic board by Fabio Estevam · 10 years ago
  21. a8b4c8c ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · 10 years ago
  22. 21eef28 configs: imx: Remove CONFIG_SYS_SPD_BUS_NUM option by Fabio Estevam · 11 years ago
  23. 33d1b9a config: remove platform CONFIG_SYS_HZ definition part 2/2 by Rob Herring · 11 years ago
  24. 0399741 i2c: update config using mxc driver to new subsystem by trem · 11 years ago
  25. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  27. 38e2f08 mx31: Define default SoC input clock frequencies by Benoît Thébaudeau · 12 years ago
  28. 72e6d65 ARM: Remove unused stack and irq config defines by Rob Herring · 12 years ago
  29. 8462c63 mxc_i2c: specify i2c base address in config file by Troy Kisky · 13 years ago
  30. f936601 imx31_phycore: Remove CONFIG_SYS_I2C_SLAVE definition by Fabio Estevam · 13 years ago
  31. 8c0906e CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there by Tom Rini · 12 years ago
  32. 1ca47d9 MX: serial_mxc: cleanup removing nasty #ifdef by Stefano Babic · 13 years ago
  33. 9784957 imx: imx31_phycore.h: fix checkpatch warnings by Anatolij Gustschin · 13 years ago
  34. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  35. 0385c13 video: Moving mx3fb.c to CONFIG_VIDEO by Helmut Raiger · 13 years ago
  36. 524e730 board configs: drop NET_MULTI references by Mike Frysinger · 13 years ago
  37. 9a4f80f imx31_phycore: Fix build by using new relocation scheme by Fabio Estevam · 13 years ago
  38. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  39. d77fe99 Use common function to set GPIOs for MX3 and MX5 by Stefano Babic · 14 years ago
  40. fbfdd3a Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
  41. 7bfca97 serial_mx31: allow it to work with mx27 too and rename to serial_mxc by Ilya Yanok · 15 years ago
  42. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  43. e99f10a ARM: add an "eet" variant of the imx31_phycore board by Guennadi Liakhovetski · 16 years ago
  44. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. 4771a4c i.MX31: switch to CFG_HZ=1000 by Guennadi Liakhovetski · 16 years ago
  46. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. e46af64 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. 8d94c23 drivers/mtd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  49. 4b026d0 Merge branch 'master' of git://www.denx.de/git/u-boot-net by Wolfgang Denk · 17 years ago
  50. 69e8458 Fix name of i.MX31 boards in config file header by Magnus Lilja · 17 years ago
  51. 588bd2b Clean up smsc911x driver by Guennadi Liakhovetski · 17 years ago
  52. a5864c0 Phytec Phycore-i.MX31 support by Sascha Hauer · 17 years ago
  53. a48499f Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: by Wolfgang Denk · 17 years ago
  54. be2fc84 Phytec Phycore-i.MX31 support by Sascha Hauer · 17 years ago