summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf5227x
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-05-24m68k: add dspi chip-select supportAngelo Dureghello3-2/+46
2019-05-24m68k: move dspi bus control functions into cf_spi.c driverAngelo Dureghello1-54/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-13/+6
2018-01-24common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFOAngelo Dureghello1-1/+3
2016-09-20Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu1-4/+0
2016-07-30m68k: code reformatting for all start.S filesAngelo Dureghello1-82/+71
2016-05-17m68k: add malloc memory for early mallocangelo@sysam.it1-5/+20
2015-03-28m68k: merge per-CPU config.mk into arch/m68k/MakefileMasahiro Yamada1-12/+0
2015-03-28m68k: mcf5227x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada1-1/+3
2014-03-04m68k: merge compile flags -ffixed-d7 -sep-dataMasahiro Yamada1-1/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada1-23/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-119/+7
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2-2/+2
2013-02-04m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass2-8/+8
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass1-1/+1
2012-10-24ColdFire: Fix unused variable in cpu_init.cAlison Wang1-3/+5
2012-10-19m68k: Fix wrong assembler instruction in start.SMarek Vasut1-1/+1
2012-09-20ColdFire: Clean up checkpatch warnings for MCF5227xAlison Wang4-101/+107
2011-10-18ColdFire: Add $(obj) before cpu lib to correct buildstany MARCEL1-1/+1
2011-09-04ColdFire: Update compile flags for each CPUsJason Jin1-4/+0
2011-07-28unify version_stringAndreas Bießmann1-4/+1
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-0/+1
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-5/+5
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser7-0/+1067