aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2015-01-13m68k: remove TASREG boardMatthias Fuchs1-4/+0
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: switch to KconfigMasahiro Yamada3-13/+13
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+98
2014-07-22m68k: define __kernel_size_t as unsinged int againMasahiro Yamada1-1/+1
2014-07-07m68k: Fix incorrect memory access on M5235Vasili Galka1-16/+23
2014-07-07m68k: Fix bug, "address of" operator was forgottenVasili Galka1-1/+1
2014-06-19m68k: Remove CONFIG_CMD_BEDBUG related codeVasili Galka1-8/+0
2014-06-19m68k:correct io macros about endianChao Fu1-4/+4
2014-06-19m68k: eliminate a warning in cpu_initMasahiro Yamada1-1/+1
2014-06-11m68k: Fix warnings with gcc 4.6Simon Glass3-7/+4
2014-05-29m68k: powerpc: Clean up do_mdm_initSimon Glass1-7/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-12kbuild: rename OBJTREE to objtreeMasahiro Yamada3-3/+3
2014-03-12kbuild: rename TOPDIR to stctreeMasahiro Yamada3-10/+10
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2014-03-04m68k: merge compile flags -ffixed-d7 -sep-dataMasahiro Yamada7-10/+2
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada6-6/+6
2013-11-08include: delete include/linux/config.hMasahiro Yamada1-1/+0
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada7-166/+18
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-14Coding 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-16Build 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-01lib: consolidate hang()Andreas Bießmann1-7/+0
2013-04-01Consolidate bool typeYork Sun1-1/+1
2013-03-15Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-02-19malloc: 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-01Add architecture-specific global dataSimon Glass1-0/+6
2013-01-11m68k/lib: fix serial driver relocationangelo1-2/+2
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-2/+1
2012-12-11Add 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