summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada6-6/+6
2013-11-09include: delete include/linux/config.hMasahiro Yamada1-1/+0
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada7-166/+18
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk10-10/+10
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini14-20/+29
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk111-1883/+111
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher13-17/+17
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-5/+3
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-3/+14
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-27ColdFire: Update the arch_global_date changes for mcf5441xJason Jin1-5/+5
2013-06-27Fix MCF5235 SDRAM base address macroSteve deRosier1-1/+1
2013-06-27m68k: fix debug call befor serial initJens Scharsig (BuS Elektronik)1-2/+2
2013-05-14m68k: Use image_setup_linux() instead of local codeSimon Glass1-12/+3
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-03-16Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-04m68k: Use generic global_dataSimon Glass1-38/+1
2013-02-04m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass6-26/+26
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass7-12/+12
2013-02-02Add architecture-specific global dataSimon Glass1-0/+6
2013-01-12m68k/lib: fix serial driver relocationangelo1-2/+2
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-2/+1
2012-12-12Add strcasecmp() and strncasecmp()Simon Glass1-1/+1
2012-10-24ColdFire: Add MCF5441x CPU supportAlison Wang9-54/+1967
2012-10-24ColdFire: Fix unused variable in cpu_init.cAlison Wang1-3/+5
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-20m68k: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
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