summaryrefslogtreecommitdiff
path: root/include/configs
Commit message (Expand)AuthorAgeLines
* Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDTGrant Likely2007-09-06-4/+4
* Merge with git+ssh://gemini/home/wd/git/u-boot/masterWolfgang Denk2007-08-29-3/+0
|\
| * sbc8641: remove unused OF_FLAT_TREE_MAX_SIZEKim Phillips2007-08-29-3/+0
* | Disable network support on cmi_mpc5xx boardWolfgang Denk2007-08-29-0/+2
|/
* 8548cds fixesEd Swarthout2007-08-29-9/+6
* Enable L2 cache for MPC8568MDS boardHaiying Wang2007-08-29-3/+3
* support board vendor-common makefilesKim Phillips2007-08-29-0/+2
* fdt: remove unused OF_FLAT_TREE_MAX_SIZE referencesKim Phillips2007-08-29-59/+0
* Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-08-29-19/+29
|\
| * ppc4xx: Add RTC POST test to lwmon5 board configurationStefan Roese2007-08-24-7/+8
| * ppc4xx: Change GPIO signal for watchdog triggering on lwmon5Stefan Roese2007-08-24-1/+1
| * ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 boardStefan Roese2007-08-23-6/+9
| * ppc4xx: Remove unused option CFG_INIT_RAM_OCMStefan Roese2007-08-22-2/+0
| * Merge with /home/stefan/git/u-boot/u-boot-ppc4xxStefan Roese2007-08-21-6582/+15316
| |\
| * | ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)Stefan Roese2007-08-21-3/+11
* | | [UC101] Fix: if no CF in the board, U-Boot resets sometimes.Heiko Schocher2007-08-28-1/+0
* | | IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher2007-08-28-9/+4
| |/ |/|
* | Merge with /home/wd/git/u-boot/custodian/u-boot-coldfireWolfgang Denk2007-08-18-110/+1700
|\ \
| * | ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese2007-08-18-3/+3
| * | Coding style cleanupStefan Roese2007-08-18-2/+0
| * | ColdFire: Add M5235EVB Platform for MCF523xTsiChungLiew2007-08-17-0/+261
| * | ColdFire: Add M54455EVB for MCF5445xTsiChungLiew2007-08-16-0/+391
| * | ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew2007-08-16-0/+213
| * | ColdFire: Add M5249EVB platform for MCF52x2TsiChungLiew2007-08-16-0/+195
| * | ColdFire: Update Freescale MCF52x2 platformsTsiChungLiew2007-08-16-91/+261
| * | ColdFire: Update EB+MCF-EV123 platformTsiChungLiew2007-08-16-6/+35
| * | ColdFire: update TASREG platform for MCF52x2TsiChungLiew2007-08-16-0/+4
| * | ColdFire: update r5200 platform for MCF52x2TsiChungLiew2007-08-16-6/+24
| * | ColdFire: idmr platform MCF52x2 updateTsiChungLiew2007-08-16-7/+27
| * | ColdFire: cobra5272 platform for MCF52x2 updateTsiChungLiew2007-08-16-1/+25
| * | ColdFire: MCF5329 Update and cleanupTsiChungLiew2007-08-16-37/+32
| * | Merge branch 'denx-coldfire' into coldfire-aug2007John Rigby2007-08-16-0/+272
| |\ \
| | * \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-15-6207/+13488
| | |\ \
| | * | | Added NAND supportTsiChungLiew2007-08-08-3/+24
| | * | | Added I2C supportTsiChungLiew2007-08-08-21/+31
| | * | | Renamed CONFIG_MCFSERIAL to CONFIG_MCFUARTTsiChungLiew2007-08-08-4/+2
| | * | | Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescaleStefan Roese2007-07-16-0/+243
| | |\ \ \
| | | * \ \ Merge branch 'master' into u-boot-5329-earlyJohn Rigby2007-07-10-260/+850
| | | |\ \ \
| | | * | | | Cache update and added CFG_UNIFY_CACHETsiChung2007-07-10-12/+14
| | | * | | | Create new header file and move peripherals base address from configs file to...TsiChungLiew2007-07-10-40/+6
| | | * | | | Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew2007-06-18-0/+275
* | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-18-12/+30
|\ \ \ \ \ \ \
| * | | | | | | Add CONFIG_HAS_ETH0 to all boards with TSECAndy Fleming2007-08-16-0/+20
| * | | | | | | Update MPC8544 DS PCI memory mapKumar Gala2007-08-16-12/+9
| * | | | | | | Fix up some fdt issues on 8544DSKumar Gala2007-08-16-0/+1
| |/ / / / / /
* | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-08-18-8/+14
|\ \ \ \ \ \ \
| * | | | | | | mpc83xx: implement board_add_ram_infoKim Phillips2007-08-16-2/+2
| * | | | | | | mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card supportTony Li2007-08-16-2/+8
| * | | | | | | mpc83xx: enable libfdt by default on freescale boardsKim Phillips2007-08-15-4/+4
* | | | | | | | Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/masterWolfgang Denk2007-08-18-7/+0
|\ \ \ \ \ \ \ \