summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-coldfireWolfgang Denk2007-08-1845-1283/+10719
|\
| * ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese2007-08-181-3/+3
| * Coding style cleanupStefan Roese2007-08-182-2/+0
| * ColdFire: Add M5235EVB Platform for MCF523xTsiChungLiew2007-08-174-0/+1573
| * ColdFire: Add M54455EVB for MCF5445xTsiChungLiew2007-08-167-1/+2927
| * ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew2007-08-164-1/+405
| * ColdFire: Add M5249EVB platform for MCF52x2TsiChungLiew2007-08-161-0/+195
| * ColdFire: Update Freescale MCF52x2 platformsTsiChungLiew2007-08-163-91/+261
| * ColdFire: Update EB+MCF-EV123 platformTsiChungLiew2007-08-161-6/+35
| * ColdFire: update TASREG platform for MCF52x2TsiChungLiew2007-08-161-0/+4
| * ColdFire: update r5200 platform for MCF52x2TsiChungLiew2007-08-161-6/+24
| * ColdFire: idmr platform MCF52x2 updateTsiChungLiew2007-08-161-7/+27
| * ColdFire: cobra5272 platform for MCF52x2 updateTsiChungLiew2007-08-161-1/+25
| * ColdFire: MCF52x2 Header files updateTsiChungLiew2007-08-1613-1122/+1208
| * ColdFire: MCF5329 header file clean upTsiChungLiew2007-08-161-1580/+1215
| * ColdFire: MCF5329 Update and cleanupTsiChungLiew2007-08-164-68/+79
| * Merge branch 'denx-coldfire' into coldfire-aug2007John Rigby2007-08-1618-184/+4527
| |\
| | * Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-15409-6529/+18516
| | |\
| | * | Added NAND supportTsiChungLiew2007-08-083-3/+201
| | * | Added I2C supportTsiChungLiew2007-08-082-21/+117
| | * | Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_...TsiChungLiew2007-08-081-1/+1
| | * | Moved sync() from board file to include/asm-m68k/io.hTsiChungLiew2007-08-081-0/+7
| | * | Declared attributes of void __mii_init(void) as an alias for int mii_init(void)TsiChungLiew2007-08-081-1/+1
| | * | Renamed CONFIG_MCFSERIAL to CONFIG_MCFUARTTsiChungLiew2007-08-081-4/+2
| | * | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-07-202-1/+7
| | |\ \
| | * | | Coding style cleanupStefan Roese2007-07-161-2/+2
| | * | | Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescaleStefan Roese2007-07-1614-183/+4227
| | |\ \ \
| | | * \ \ Merge branch 'master' into u-boot-5329-earlyJohn Rigby2007-07-1067-442/+1366
| | | |\ \ \
| | | * | | | Cache update and added CFG_UNIFY_CACHETsiChung2007-07-101-12/+14
| | | * | | | New uart structure and definesTsiChungLiew2007-07-101-0/+171
| | | * | | | New timer structure and definesTsiChungLiew2007-07-101-0/+104
| | | * | | | Rename mcfrtc to rtcTsiChungLiew2007-07-101-1/+1
| | | * | | | Seperate old structure defines and new structure definesTsiChungLiew2007-07-101-144/+0
| | | * | | | Seperate old structure defines and new structure definesTsiChungLiew2007-07-101-72/+0
| | | * | | | Clean upTsiChungLiew2007-07-101-1/+1
| | | * | | | Clean upTsiChungLiew2007-07-101-40/+40
| | | * | | | Create new header file and move peripherals base address from configs file to...TsiChungLiew2007-07-102-40/+63
| | | * | | | Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew2007-06-1811-180/+4140
* | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-1819-12/+30
|\ \ \ \ \ \ \
| * | | | | | | Add CONFIG_HAS_ETH0 to all boards with TSECAndy Fleming2007-08-1618-0/+20
| * | | | | | | Update MPC8544 DS PCI memory mapKumar Gala2007-08-161-12/+9
| * | | | | | | Fix up some fdt issues on 8544DSKumar Gala2007-08-161-0/+1
| |/ / / / / /
* | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-08-187-10/+24
|\ \ \ \ \ \ \
| * | | | | | | mpc83xx: implement board_add_ram_infoKim Phillips2007-08-162-4/+5
| * | | | | | | mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card supportTony Li2007-08-162-2/+8
| * | | | | | | mpc83xx: enable libfdt by default on freescale boardsKim Phillips2007-08-154-4/+4
| * | | | | | | mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips2007-08-151-0/+7
* | | | | | | | Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/masterWolfgang Denk2007-08-187-7/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | lib_ppc: make board_add_ram_info weakKim Phillips2007-08-187-7/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-1634-262/+126
|\ \ \ \ \ \ \ \ | |/ / / / / / /
OpenPOWER on IntegriCloud