summaryrefslogtreecommitdiff
path: root/include/configs/MPC8641HPCN.h
Commit message (Expand)AuthorAgeLines
...
* 86xx: Cleanup MP supportKumar Gala2009-04-01-0/+1
* rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger2009-02-18-1/+1
* 86xx: Reset updatePeter Tyser2009-02-16-2/+0
* mpc8641hpcn: Change PCI MEM pci bus addressBecky Bruce2009-02-10-1/+10
* MPC8641HPCN: Enable CONFIG_ADDR_MAPBecky Bruce2009-02-10-0/+2
* mpc8641hpcn: Clean up PCI mapping conceptsBecky Bruce2009-02-10-6/+11
* mpc8641hpcn: Use physical address in flash banks defintionBecky Bruce2009-02-10-1/+1
* FSL: Moved BR_PHYS_ADDR for localbus to common headerKumar Gala2008-12-04-9/+0
* Removed unused CONFIG_L1_INIT_RAM symbol.Jon Loeliger2008-12-03-1/+0
* mpc8641: Try to detect old .dts filesBecky Bruce2008-11-10-0/+3
* mpc8641: Support 36-bit physical addressingBecky Bruce2008-11-10-36/+128
* mpc8641: Change 32-bit memory mapBecky Bruce2008-11-10-37/+39
* mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce2008-11-10-1/+11
* mpc8641: make DIAG_ADDR == FLASH_BASEBecky Bruce2008-11-10-1/+1
* mpc8641: Drop imaginary second flash bank, map 8MBBecky Bruce2008-11-10-27/+14
* mpc8641: only define CONFIG_ENV_SIZE onceBecky Bruce2008-11-10-2/+1
* mpc8641: Remove extra "0" from BR2 defineBecky Bruce2008-11-10-1/+1
* powerpc: change 86xx SMP boot methodBecky Bruce2008-11-04-0/+7
* 8641HPCN: Config file cleanupBecky Bruce2008-11-03-5/+15
* mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI buildBecky Bruce2008-11-03-9/+28
* mpc8641: Stop supporting non-PCI_PNP configsBecky Bruce2008-11-03-6/+0
* 86xx: remove the unused definitionDave Liu2008-10-30-11/+0
* 86xx: Convert all fsl_pci_init users to new APIsKumar Gala2008-10-24-5/+0
* 86xx: Enable 64-bit PCI resources on all Freescale boardsKumar Gala2008-10-24-0/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-166/+166
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-5/+5
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* FSL DDR: Convert MPC8641HPCN to new DDR code.Kumar Gala2008-08-27-53/+50
* drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-1/+1
* Update Freescale sys_eeprom.c to handle CCID formatsTimur Tabi2008-07-15-4/+4
* Merge commit 'wd/master'Jon Loeliger2008-06-06-126/+127
|\
| * PPC: Create and use CONFIG_HIGH_BATSBecky Bruce2008-06-03-0/+1
| * Big white-space cleanup.Wolfgang Denk2008-05-21-126/+126
* | mpc86xx: Removed unused and unconfigured memory test code.Jon Loeliger2008-05-19-1/+0
|/
* 86xx: Add reginfo commandBecky Bruce2008-01-24-0/+1
* 86xx: Support new law setup method and convert mpc8641Becky Bruce2008-01-24-0/+1
* 86xx: enable command-line editingTimur Tabi2008-01-17-0/+1
* FSL: Convert board/freescale/common/Makefile to use CONFIG_Jon Loeliger2008-01-16-0/+3
* 85xx: Remove cache config from configs.hKumar Gala2008-01-09-7/+0
* Don't slam #undef DEBUG in the 8641HPCN config file.Jon Loeliger2008-01-03-1/+0
* Convert MPC8641HPCN to use libfdt.Jon Loeliger2008-01-03-12/+9
* Unify pixis_reset altbank across board familiesJason Jin2007-11-07-0/+1
* Fix USB support issue for MPC8641HPCN board.Zhang Wei2007-11-03-0/+2
* support board vendor-common makefilesKim Phillips2007-08-29-0/+1
* fdt: remove unused OF_FLAT_TREE_MAX_SIZE referencesKim Phillips2007-08-29-3/+0
* Add CONFIG_HAS_ETH0 to all boards with TSECAndy Fleming2007-08-16-0/+1
* Define tsec flag values in config filesAndy Fleming2007-08-16-0/+4
* Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-07-68/+99
|\