1. 1f642fc mpc8641hpcn: Use physical address in flash banks defintion by Becky Bruce · 16 years ago
  2. 8503509 FSL: Moved BR_PHYS_ADDR for localbus to common header by Kumar Gala · 16 years ago
  3. f066f50 Removed unused CONFIG_L1_INIT_RAM symbol. by Jon Loeliger · 16 years ago
  4. 48d3ce2 mpc8641: Try to detect old .dts files by Becky Bruce · 16 years ago
  5. 0bd2509 mpc8641: Support 36-bit physical addressing by Becky Bruce · 16 years ago
  6. 8c2ebd0 mpc8641: Change 32-bit memory map by Becky Bruce · 16 years ago
  7. 2a97867 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY by Becky Bruce · 16 years ago
  8. 05ddb88 mpc8641: make DIAG_ADDR == FLASH_BASE by Becky Bruce · 16 years ago
  9. 2e1aef0 mpc8641: Drop imaginary second flash bank, map 8MB by Becky Bruce · 16 years ago
  10. 8ec01a3 mpc8641: only define CONFIG_ENV_SIZE once by Becky Bruce · 16 years ago
  11. a6f0e79 mpc8641: Remove extra "0" from BR2 define by Becky Bruce · 16 years ago
  12. d1cb6cb powerpc: change 86xx SMP boot method by Becky Bruce · 16 years ago
  13. 74d126f 8641HPCN: Config file cleanup by Becky Bruce · 16 years ago
  14. 6c2bec3 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build by Becky Bruce · 16 years ago
  15. bbafb23 mpc8641: Stop supporting non-PCI_PNP configs by Becky Bruce · 16 years ago
  16. 66443be 86xx: remove the unused definition by Dave Liu · 16 years ago
  17. 7772ccd 86xx: Convert all fsl_pci_init users to new APIs by Kumar Gala · 16 years ago
  18. 6f2c1e9 86xx: Enable 64-bit PCI resources on all Freescale boards by Kumar Gala · 16 years ago
  19. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  21. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  22. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  23. 8349c72 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  24. cad506c FSL DDR: Convert MPC8641HPCN to new DDR code. by Kumar Gala · 16 years ago
  25. 8d94c23 drivers/mtd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  26. bdea837 Update Freescale sys_eeprom.c to handle CCID formats by Timur Tabi · 16 years ago
  27. f0d1702 Merge commit 'wd/master' by Jon Loeliger · 16 years ago
  28. 03ea1be PPC: Create and use CONFIG_HIGH_BATS by Becky Bruce · 17 years ago
  29. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  30. 0e4a38c mpc86xx: Removed unused and unconfigured memory test code. by Jon Loeliger · 17 years ago
  31. b0b3094 86xx: Add reginfo command by Becky Bruce · 17 years ago
  32. b415b56 86xx: Support new law setup method and convert mpc8641 by Becky Bruce · 17 years ago
  33. 35c4d18 86xx: enable command-line editing by Timur Tabi · 17 years ago
  34. 4eab623 FSL: Convert board/freescale/common/Makefile to use CONFIG_ by Jon Loeliger · 17 years ago
  35. 938e14e 85xx: Remove cache config from configs.h by Kumar Gala · 17 years ago
  36. 0a2a122 Don't slam #undef DEBUG in the 8641HPCN config file. by Jon Loeliger · 17 years ago
  37. 6160aa4 Convert MPC8641HPCN to use libfdt. by Jon Loeliger · 17 years ago
  38. d858403 Unify pixis_reset altbank across board families by Jason Jin · 17 years ago
  39. 7afff8b Fix USB support issue for MPC8641HPCN board. by Zhang Wei · 17 years ago
  40. 53b3498 support board vendor-common makefiles by Kim Phillips · 17 years ago
  41. 9b46eb6 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references by Kim Phillips · 17 years ago
  42. 458c389 Add CONFIG_HAS_ETH0 to all boards with TSEC by Andy Fleming · 17 years ago
  43. 09b88df Define tsec flag values in config files by Andy Fleming · 17 years ago
  44. 3ef5028 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  45. bb20f35 Configurations for ATI video card BIOS emulator by Jason Jin · 17 years ago
  46. 91080f7 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts. by Ed Swarthout · 17 years ago
  47. ed26c74 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  48. 46b6c79 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style. by Jon Loeliger · 17 years ago
  49. 508c5ba Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  50. 9fe1bcc Add USB PCI-OHCI, USB keyboard and event poll support to the by Zhang Wei · 17 years ago
  51. 87c8618 mpc8641 image size cleanup by Ed Swarthout · 17 years ago
  52. 177e58f Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx by Kim Phillips · 18 years ago
  53. 853cf47 Add flash cmd function to 8641HPCN ramboot by Jason Jin · 18 years ago
  54. 43d818f Converted all 85xx boards to use a common FSL I2C driver. by Jon Loeliger · 18 years ago
  55. e4773be Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c by Jon Loeliger · 18 years ago
  56. fcccf8a Fix whitespace issues. by Jon Loeliger · 18 years ago
  57. 4a40126 Change ramdiskaddr and dtbaddr Remove PEX fluff commands. by Haiying Wang · 18 years ago
  58. 272b47a Add AHCI define and sata support for MPC8641HPCN board. by Jin Zhengxiong · 18 years ago
  59. d78f837 Add dtb boot-up parameter to default boot commands. by Zhang Wei · 18 years ago
  60. 8377020 Fix BAT0 to actually be cacheable, non-guarded as documented. by Jon Loeliger · 18 years ago
  61. 08f14a7 Fix 8641HPCN timebase by John Traill · 18 years ago
  62. 34c6878 Add support for reading and writing mac addresses to or from ID EEPROM. by Haiying Wang · 18 years ago
  63. 439498f Fixed initrd issue by define big RAM by Jin Zhengxiong · 18 years ago
  64. b03e989 Fix RTL8139 in big endian by Jin Zhengxiong-R64188 · 18 years ago
  65. 377d596 Enable PCIE1 for MPC8641HPCN board by Jin Zhengxiong-R64188 · 18 years ago
  66. 598e172 Enable dual DDR controllers and interleaving. by Jon Loeliger · 19 years ago
  67. 20836d4 Update 86xx address map and LAWBARs. by Jon Loeliger · 19 years ago
  68. 4982cda Get MPC8641HPCN flash images working. by Jon Loeliger · 19 years ago
  69. 465b9d8 Cleanup whitespaces and style issues. by Jon Loeliger · 19 years ago
  70. 5c8aa97 Initial support for MPC8641 HPCN board. by Jon Loeliger · 19 years ago