aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk7-1/+7
2010-10-26Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZEWolfgang Denk1-1/+1
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+3
2010-10-19board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby1-0/+3
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk3-16/+16
2010-10-06PCU_E: remove code for yet another corpseWolfgang Denk1-4/+0
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-4/+0
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher1-8/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-23/+4
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-2/+3
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-3/+3
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk7-13/+13
2010-05-28add CONFIG_SYS_FEC_FULL_MII for MCF5445xWolfgang Wegner1-2/+11
2010-05-28add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445xWolfgang Wegner1-0/+11
2010-05-28add missing PCS3 for MCF5445xWolfgang Wegner2-0/+8
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser46-0/+7401
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser62-0/+13727
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser8-0/+1538