summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-5/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-10/+0
2012-03-19bootstage: 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-06m68k: fix ambiguous bit testingMike Frysinger1-1/+1
2011-10-24m68k: 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-18ColdFire: Add $(obj) before cpu lib to correct buildstany MARCEL5-5/+5
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-06image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-06console: 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-26Stop passing around bootmem_base value.Grant Likely1-5/+2
2011-04-13Make 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-20board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-10-19boot: change some arch ifdefs to feature ifdefsJohn Rigby1-0/+3
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk3-16/+16
2010-10-07PCU_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-05Make 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