summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* toplevel Makefile: Add MPC8641HPCN_36BIT targetBecky Bruce2008-11-10-1/+7
* mpc8641: Support 36-bit physical addressingBecky Bruce2008-11-10-53/+192
* mpc8641: Change 32-bit memory mapBecky Bruce2008-11-10-68/+75
* mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce2008-11-10-11/+39
* mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce2008-11-10-11/+8
* mpc8641: make DIAG_ADDR == FLASH_BASEBecky Bruce2008-11-10-1/+1
* mpc8641: Drop imaginary second flash bank, map 8MBBecky Bruce2008-11-10-28/+15
* mpc8641: only define CONFIG_ENV_SIZE onceBecky Bruce2008-11-10-2/+1
* mpc86xx: Move setup_bats into cpu_init_fBecky Bruce2008-11-10-5/+4
* mpc8641: Remove extra "0" from BR2 defineBecky Bruce2008-11-10-1/+1
* Merge commit 'wd/master'Jon Loeliger2008-11-10-8536/+7619
|\
| * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-11-09-37/+47
| |\
| | * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2008-11-09-37/+47
| | |\
| | | * Change to use "do_div" macroTomohiro Masubuchi2008-11-04-13/+45
| | | * ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directoryRoman Mashak2008-11-04-2/+2
| | | * ARM/Versatile port: Removed unused functionsRoman Mashak2008-11-04-22/+0
| * | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-11-09-30/+619
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2008-11-09-30/+619
| | |\ \
| | | * | AT91: Replace AT91_BASE_EMAC by the board specific values.Stelian Pop2008-11-07-7/+4
| | | * | AT91: Replace (undefined) AT91_ID_US* by the board specific values.Stelian Pop2008-11-07-18/+18
| | | * | Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejsJean-Christophe PLAGNIOL-VILLARD2008-11-04-9/+9
| | | * | Custom AFEB9260 board supportSergey Lapin2008-11-04-0/+592
| | | |/
| * | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-11-09-7701/+4335
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk2008-11-09-7701/+4335
| | |\ \
| | | * | ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew2008-11-03-43/+31
| | | * | ColdFire: Fix compilation errorTsiChung Liew2008-11-03-9/+9
| | | * | ColdFire: Add MCF5301x CPU and M53017EVB supportTsiChung Liew2008-11-03-49/+2003
| | | * | ColdFire: Add SBF support for M52277EVBTsiChung Liew2008-11-03-62/+843
| | | * | ColdFire: Use CFI driver for M5272C3TsiChung Liew2008-11-03-383/+11
| | | * | ColdFire: Relocate FEC's GPIO and mii functions protocolsTsiChung Liew2008-11-03-12/+197
| | | * | ColdFire: Remove platforms mii.c fileTsiChung Liew2008-11-03-4343/+14
| | | * | ColdFire: Modules header files cleanupTsiChung Liew2008-11-03-2784/+1498
| | | * | ColdFire: Remove linker fileTsiChung Liew2008-11-03-287/+0
| | | |/
| * | | ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser2008-11-02-2/+3
| |/ /
| * | common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD2008-11-02-2/+5
| * | TQM8260: use CFI flash driver instead of custom driver.Wolfgang Denk2008-11-02-498/+8
| * | Consolidate MAX/MIN definitionsAndy Fleming2008-11-02-22/+3
| * | mgsuvd: remove unused defines in config file.Heiko Schocher2008-11-02-3/+0
| * | Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-02-241/+2599
| |/
* | powerpc: change 86xx SMP boot methodBecky Bruce2008-11-04-73/+298
* | 8641HPCN: Config file cleanupBecky Bruce2008-11-03-5/+15
* | 86xx: Make dram_size a phys_size_tBecky Bruce2008-11-03-6/+6
* | powerpc 86xx: Handle CCSR relocation earlierBecky Bruce2008-11-03-16/+37
* | mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI buildBecky Bruce2008-11-03-17/+38
* | mpc8641: Stop supporting non-PCI_PNP configsBecky Bruce2008-11-03-27/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2008-11-01-79/+67
|\
| * NAND: Allow NAND and OneNAND to coexistAlessandro Rubini2008-10-31-69/+1
| * JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood2008-10-31-7/+5
| * NAND: Add NAND support for MPC8536DS boardJason Jin2008-10-31-2/+60
| * NAND: Fix CONFIG_ENV_ADDR for MPC8572DSHaiying Wang2008-10-31-1/+1