aboutsummaryrefslogtreecommitdiff
path: root/include/asm-m68k
AgeCommit message (Expand)AuthorFilesLines
2008-07-11ColdFire: Fix timer issue for MCF5272TsiChung Liew1-1/+1
2008-06-12Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce2-2/+2
2008-05-21Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk1-0/+2
2008-05-21Big white-space cleanup.Wolfgang Denk2-10/+10
2008-05-20POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov1-0/+1
2008-05-20POST: add POST_STOP flagYuri Tikhonov1-0/+1
2008-04-30ColdFire: Fix compilation issue caused by new changes in fsl_i2c.cTsiChung Liew1-0/+4
2008-04-13Introduce phys_size_t and move phys_addr_t into asm/types.hKumar Gala2-2/+3
2008-03-31ColdFire: Add dspi and serial flash support for MCF5445xTsiChung Liew1-0/+10
2008-03-31ColdFire: Added MCF5275 cpu support.Matthew Fettke3-0/+734
2008-03-18The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov1-0/+1
2008-02-23Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta...Shinya Kuribayashi1-3/+3
2008-01-17ColdFire: Add MCF547x_8x related header filesTsiChungLiew5-73/+1140
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-3TsiChungLiew1-0/+796
2008-01-17ColdFire: Add MCF5227x cpu and MCF52277EVB support-2TsiChungLiew1-0/+343
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew2-0/+37
2008-01-17ColdFire: Fix CFI Flash low level Read/Write macroTsiChungLiew1-14/+8
2008-01-17ColdFire: Add M5373EVB platform support - 2TsiChungLiew3-21/+77
2008-01-17ColdFire: PCI and misc updates for MCF5445xTsiChungLiew2-11/+11
2008-01-17ColdFire: MCF5445x header files cleanupTsiChungLiew2-777/+46
2008-01-17ColdFire: MCF532x header files cleanupTsiChungLiew2-468/+6
2008-01-17ColdFire: Add modules header filesTsiChungLiew6-0/+898
2007-12-13Introduce map_physmem() and unmap_physmem()Haavard Skinnemoen1-0/+27
2007-12-13Implement __raw_{read,write}[bwl] on all architecturesHaavard Skinnemoen1-0/+14
2007-11-08ColdFire: MCF5329 - Remove reset registers from CCMTsiChungLiew1-12/+9
2007-11-08ColdFire: MCF5329 - Add Reset structure to immap_5329.hTsiChungLiew1-0/+5
2007-11-08ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file modeTsiChungLiew1-0/+0
2007-11-07ColdFire: MCF5445x - Update correct RAMBAR and missing linker filesTsiChungLiew1-2/+2
2007-11-07ColdFire: MCF532x - Update do_reset() using core resetTsiChungLiew2-1/+17
2007-08-17ColdFire: Add M5235EVB Platform for MCF523xTsiChungLiew3-0/+1312
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew6-1/+2536
2007-08-16ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew3-1/+192
2007-08-16ColdFire: MCF52x2 Header files updateTsiChungLiew13-1122/+1208
2007-08-16ColdFire: MCF5329 header file clean upTsiChungLiew1-1580/+1215
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew3-31/+47
2007-08-08Added NAND supportTsiChungLiew2-0/+177
2007-08-08Added I2C supportTsiChungLiew1-0/+86
2007-08-08Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_...TsiChungLiew1-1/+1
2007-08-08Moved sync() from board file to include/asm-m68k/io.hTsiChungLiew1-0/+7
2007-07-16Coding style cleanupStefan Roese1-2/+2
2007-07-10New uart structure and definesTsiChungLiew1-0/+171
2007-07-10New timer structure and definesTsiChungLiew1-0/+104
2007-07-10Rename mcfrtc to rtcTsiChungLiew1-1/+1
2007-07-10Seperate old structure defines and new structure definesTsiChungLiew1-144/+0
2007-07-10Seperate old structure defines and new structure definesTsiChungLiew1-72/+0
2007-07-10Clean upTsiChungLiew1-1/+1
2007-07-10Clean upTsiChungLiew1-40/+40
2007-07-10Create new header file and move peripherals base address from configs file to...TsiChungLiew1-0/+57
2007-06-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew10-180/+3865
2007-02-21[PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang1-1/+8