1. 3a1362d powerpc: Cleanup BOOTFLAG_* references by Peter Tyser · 14 years ago
  2. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  3. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  4. c5a22d0 e300: increase CONFIG_SYS_BOOTMAPSZ to allow booting large kernels by Ira W. Snyder · 14 years ago
  5. 3f53f1a mpc831xerdb: enable mtdparts for NAND by Scott Wood · 14 years ago
  6. dfe6e23 powerpc: Update configs to properly set FSL_ELBC by Becky Bruce · 14 years ago
  7. bd258af Update SICRL_USBDR to reflect 4 different settings by Ron Madrid · 14 years ago
  8. f3c7cd9 mpc83xx: turn on icache in core initialization to improve u-boot boot time by Kim Phillips · 15 years ago
  9. 26c16d8 mpc83xx: enable command line autocompletion by Kim Phillips · 15 years ago
  10. 2834446 mpc83xx: remove hardcoded network addresses from config files by Kim Phillips · 15 years ago
  11. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  12. 328040a mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields by Kim Phillips · 15 years ago
  13. 6b2b95b NAND boot: change NAND loader's relocate SP to CONFIG param by Mingkai Hu · 15 years ago
  14. fd3a3fc mpc83xx: accommodate larger kernel sizes by default by Kim Phillips · 15 years ago
  15. f138429 mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former by Kim Phillips · 15 years ago
  16. c118084 mpc83xx: increase MONITOR_LEN to offset growing pains by Kim Phillips · 15 years ago
  17. ca479c2 mpc83xx: set 64BIT_VSPRINTF for boards using nand_util by Kim Phillips · 15 years ago
  18. 72f2d39 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x by Peter Tyser · 16 years ago
  19. 62e7398 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 16 years ago
  20. 1ad7b35 i2c: Remove deprecated individual i2c commands by Peter Tyser · 16 years ago
  21. 7acde32 mpc83xx: Set guarded bit on BAT that covers the end of the address space by Scott Wood · 16 years ago
  22. 78dcaf4 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  23. 0302550 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · 16 years ago
  24. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  25. 2d2fcc0 Remove unwanted ';' at end of define. by Selvamuthukumar · 16 years ago
  26. 7570428 mpc83xx: don't disable autoboot by Kim Phillips · 16 years ago
  27. a18b58f mpc83xx: add h/w flash protection to board configs by Kim Phillips · 16 years ago
  28. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  29. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  30. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  33. 8d94c23 drivers/mtd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  34. b71689b NAND boot: MPC8313ERDB support by Scott Wood · 16 years ago
  35. b7dac21 mpc8313erdb: Enable NAND in config. by Scott Wood · 16 years ago
  36. 03ea1be PPC: Create and use CONFIG_HIGH_BATS by Becky Bruce · 17 years ago
  37. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  38. 224069c Fix 8313ERDB board configuration by York Sun · 17 years ago
  39. aa07b71 mpc83xx: bump loadaddr over fdtaddr to 0x500000 by Kim Phillips · 17 years ago
  40. 3e1d49a 83xx: Add Vitesse VSC7385 firmware uploading by Timur Tabi · 17 years ago
  41. ff45284 Changes in uboot DDR configuration for MPC8313eRDB by Poonam Aggrwal · 17 years ago
  42. 5808da0 mpc83xx: Remove cache config from config.h by Dave Liu · 17 years ago
  43. aea6856 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  44. fd47a74 mpc83xx: convert to using do_fixup_*() by Kim Phillips · 17 years ago
  45. 80feb8e 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions by Timur Tabi · 17 years ago
  46. 9b46eb6 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references by Kim Phillips · 17 years ago
  47. 0afd5ce Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  48. 0242be5 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
  49. 3b9c20f mpc83xx: implement board_add_ram_info by Kim Phillips · 17 years ago
  50. 458c389 Add CONFIG_HAS_ETH0 to all boards with TSEC by Andy Fleming · 17 years ago
  51. 09b88df Define tsec flag values in config files by Andy Fleming · 17 years ago
  52. c845449 mpc83xx: enable libfdt by default on freescale boards by Kim Phillips · 17 years ago
  53. 4d5a8e3 Fix build errors and warnings / code cleanup. by Wolfgang Denk · 17 years ago
  54. 5c4ddae include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  55. 3b7116d include/configs: Use new CONFIG_CMD_* in 83xx board config files. by Jon Loeliger · 17 years ago
  56. 177e58f Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx by Kim Phillips · 18 years ago
  57. 4892339 Minor Coding Style cleanup, update CHANGELOG. by Wolfgang Denk · 18 years ago
  58. ffc21c0 mpc83xx: minor fixups for 8313rdb introduction by Kim Phillips · 18 years ago
  59. 865b8ae mpc83xx: Add MPC8313ERDB support. by Scott Wood · 18 years ago