aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2012-10-19m68k: Fix unused variable in board.cMarek Vasut1-1/+2
2012-10-19m68k: Fix unused variable warning in speed.cMarek Vasut1-2/+7
2012-10-19m68k: Fix unused variable warningMarek Vasut1-1/+2
2012-10-19m68k: Fix wrong assembler instruction in start.SMarek Vasut4-4/+4
2012-10-19m68k: Fix relocation errors in start.SPhilippe De Muyter1-2/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-09-20Flex bus definition update for Coldfire 5253.Jason Jin1-0/+68
2012-09-20ColdFire: Queued SPI driverRichard Retanubun3-2/+41
2012-09-20ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455Alison Wang5-187/+201
2012-09-20ColdFire: Clean up checkpatch warnings for MCF547x and MCF548xAlison Wang5-112/+122
2012-09-20ColdFire: Clean up checkpatch warnings for MCF523xAlison Wang4-84/+96
2012-09-20ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang4-203/+226
2012-09-20ColdFire: Clean up checkpatch warnings for MCF52x2Alison Wang4-197/+229
2012-09-20ColdFire: Clean up checkpatch warnings for MCF5227xAlison Wang4-101/+107
2012-09-20ColdFire: Add clear and set bits macros for ColdFire platformAlison Wang1-1/+37
2012-09-20ColdFire: Update the bitops for ColdFire platformAlison Wang1-32/+27
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-5/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-10/+0
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-03-03m68k: Change memsz to a signed char to avoid warningSimon Glass1-1/+1
2011-12-05m68k: fix ambiguous bit testingMike Frysinger1-1/+1
2011-10-23m68k: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-23m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+10
2011-10-19ColdFire: Add $(obj) before cpu lib to correct buildstany MARCEL5-5/+5
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-09-04ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usageJason Jin1-2/+1
2011-09-04ColdFire:Add mb for 5253 dram initializationJason Jin1-0/+2
2011-09-04ColdFire:Update the timer_init since it was unified.Jason Jin3-4/+7
2011-09-04ColdFire: Cleanup for partial linking and --gc-sectionsJason Jin1-0/+2
2011-09-04ColdFire: Update compile flags for each CPUsJason Jin6-29/+0
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-07-28unify version_stringAndreas Bießmann6-24/+6
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2-10/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ3-20/+2
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+4
2011-04-27Don't grab memory for LCD if FB address is definedMinkyu Kang1-0/+4
2011-04-25Stop passing around bootmem_base value.Grant Likely1-5/+2
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-2/+2
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-1/+1
2010-12-22Merge branch 'next' of ../nextWolfgang Denk6-12/+12
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby2-4/+3
2010-11-28do_reset: unify duplicate prototypesMike Frysinger6-12/+12
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier7-14/+14
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2-2/+4