1. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  2. f05b933 mpc83xx: Cleanup usage of LBC constants by Joe Hershberger · 13 years ago
  3. bfd8973 mpc83xx: Cleanup usage of BAT constants by Joe Hershberger · 13 years ago
  4. 13fccc0 mpc83xx: cosmetic: TQM834x.h checkpatch compliance by Joe Hershberger · 13 years ago
  5. 524e730 board configs: drop NET_MULTI references by Mike Frysinger · 13 years ago
  6. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  7. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  8. 1c2e98e Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE by Wolfgang Denk · 14 years ago
  9. 3a1362d powerpc: Cleanup BOOTFLAG_* references by Peter Tyser · 14 years ago
  10. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  11. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  12. c5a22d0 e300: increase CONFIG_SYS_BOOTMAPSZ to allow booting large kernels by Ira W. Snyder · 14 years ago
  13. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  14. fb9a730 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago
  15. f3c7cd9 mpc83xx: turn on icache in core initialization to improve u-boot boot time by Kim Phillips · 15 years ago
  16. 26c16d8 mpc83xx: enable command line autocompletion by Kim Phillips · 15 years ago
  17. 328040a mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields by Kim Phillips · 15 years ago
  18. 3b5fd14 mpc83xx: tqm8349 - remove pci & flash window conflict by Kim Phillips · 15 years ago
  19. f138429 mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former by Kim Phillips · 15 years ago
  20. 57a2af3 mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI by Kim Phillips · 15 years ago
  21. 72f2d39 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x by Peter Tyser · 16 years ago
  22. 62e7398 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 16 years ago
  23. 5dc958f mtd: MTD related config header changes (mtdparts command) by Stefan Roese · 16 years ago
  24. 5a272ec3 TQM834x: use buffered writes to accelerate writing to flash by Wolfgang Denk · 16 years ago
  25. 9559357 TQM834x: add FDT support by Wolfgang Denk · 16 years ago
  26. e96877e TQM834x: fix environment size; add redundant env. by Wolfgang Denk · 16 years ago
  27. f91cad6 mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation by Kim Phillips · 15 years ago
  28. 74b3395 TQM834x: remove defines causing gcc4.4 warnings by Kim Phillips · 16 years ago
  29. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  30. 78dcaf4 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  31. 2ea18aa Removed unused CONFIG_L1_INIT_RAM symbol. by Jon Loeliger · 16 years ago
  32. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. 66c45ad Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references by Peter Tyser · 16 years ago
  34. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  35. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  36. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. 8d94c23 drivers/mtd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  38. a6c0c07 83xx/85xx: further localbus cleanups by Anton Vorontsov · 17 years ago
  39. 03ea1be PPC: Create and use CONFIG_HIGH_BATS by Becky Bruce · 17 years ago
  40. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  41. 406e578 Replace "run load; run update" with conditionalized "run load update". by Detlev Zundel · 17 years ago
  42. 1baed66 Fix quoting problem (preboot setting) in many board config files. by Wolfgang Denk · 17 years ago
  43. 7c37fa8 TQM834x: clean up configuration by Wolfgang Denk · 17 years ago
  44. cc06d1c TQM834x: enable DHCP by Jens Gehrlein · 17 years ago
  45. 17809e0 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit). by Jens Gehrlein · 17 years ago
  46. 5808da0 mpc83xx: Remove cache config from config.h by Dave Liu · 17 years ago
  47. 458c389 Add CONFIG_HAS_ETH0 to all boards with TSEC by Andy Fleming · 17 years ago
  48. 09b88df Define tsec flag values in config files by Andy Fleming · 17 years ago
  49. 5610da1 TQM834x: cleanup configuraton by Martin Krause · 17 years ago
  50. beb9ff4 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  51. bf6bad6 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  52. edccb46 include/configs: Use new CONFIG_CMD_* in TQM board config files. by Jon Loeliger · 17 years ago
  53. 177e58f Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx by Kim Phillips · 18 years ago
  54. 15c3f69 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode by Kumar Gala · 18 years ago
  55. ab34754 mpc83xx: Update 83xx to use fsl_i2c.c by Timur Tabi · 18 years ago
  56. 386a280 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR by Timur Tabi · 18 years ago
  57. c0b114a mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS by Timur Tabi · 18 years ago
  58. d321619 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it by Timur Tabi · 18 years ago
  59. 5b2c905 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros by Tanya Jiang · 18 years ago
  60. 274bac5 Enable commandline editing and hush shell on all TQM boards. by Wolfgang Denk · 18 years ago
  61. 7a1e6be Fix TQM834x hang. by Rafal Jaworowski · 18 years ago
  62. d5d94d6 Enable address translation on MPC83xx Patch by Kumar Gala, 10 Feb 2006 by Kumar Gala · 19 years ago
  63. e522143 Make System IO Config Registers board configurable on MPC83xx by Kumar Gala · 19 years ago
  64. f6a692b Code cleanup, especially MIPS for GCC 4.x by Wolfgang Denk · 19 years ago
  65. 626a55a Adjust TQM834x PHY addresses for latest hardware revision. by Wolfgang Denk · 19 years ago
  66. 86eb3b7 Change all '$(...)' variable references into '${...}' by Wolfgang Denk · 19 years ago
  67. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  68. 384da5e Add PCI support for the TQM834x board. by Rafal Jaworowski · 19 years ago
  69. b862ccd Fix TQM834x config file, set correct value for CFG_IMMRBAR. by Marian Balakowicz · 19 years ago
  70. 513b4a1 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago