summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-175-5/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-188-0/+8
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-187-13/+14
* common: Drop init.h from common headerSimon Glass2020-05-1815-0/+15
* common: Drop net.h from common headerSimon Glass2020-05-185-0/+5
* common: Move clock functions into a new fileSimon Glass2020-01-177-1/+8
* common: Move relocate_code() to init.hSimon Glass2020-01-177-7/+7
* m68k: add dm fec supportAngelo Durgehello2020-01-106-28/+43
* common: Move interrupt functions into a new headerSimon Glass2019-12-028-0/+8
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-027-0/+7
* Move strtomhz() to vsprintf.hSimon Glass2019-12-027-0/+7
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-1/+1
* m68k: add dspi chip-select supportAngelo Dureghello2019-05-245-3/+135
* m68k: move dspi bus control functions into cf_spi.c driverAngelo Dureghello2019-05-242-166/+41
* m68k: enabling long jumps on mcf54x5 SoCsAngelo Dureghello2019-05-241-2/+4
* m68k: architecture changes to support fdtAngelo Dureghello2019-05-231-2/+4
* m68k: ColdFire mcf5441x, add eSDHC supportAngelo Dureghello2018-09-162-0/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0747-101/+47
* common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFOAngelo Dureghello2018-01-237-14/+39
* m68k: mcf5445x: allow CS0 to be undefinedAngelo Dureghello2017-08-182-0/+6
* m68k: mcf5445x: move early ddr init as board-specificAngelo Dureghello2017-08-181-172/+8
* spi: Zap cf_qspi driver and related codeJagan Teki2017-01-151-12/+0
* Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu2016-09-207-28/+0
* m68k: code reformatting for all start.S filesAngelo Dureghello2016-07-307-501/+449
* m68k: add malloc memory for early mallocangelo@sysam.it2016-05-178-37/+147
* m68k: fix broken buildman m68kangelo@sysam.it2016-04-184-8/+24
* m68k: M54418TWR: drop board/freescale/m54418twr/config.mkMasahiro Yamada2016-01-201-4/+4
* m68k: add architecture-specific u-boot.ldsangelo@sysam.it2015-04-231-0/+91
* m68k: merge per-CPU config.mk into arch/m68k/MakefileMasahiro Yamada2015-03-287-101/+0
* m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-1/+3
* m68k: mcf523x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-1/+3
* m68k: mcf5227x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-1/+3
* m68k: mcf5445x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-8/+2
* m68k: mcf532x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-9/+3
* m68k: mcf530x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-5/+2
* m68k: mcf52x2: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-281-29/+8
* m68k: add mcf5307 cpu supportangelo@sysam.it2015-03-057-0/+526
* kconfig: switch to KconfigMasahiro Yamada2014-07-303-13/+13
* m68k: Fix incorrect memory access on M5235Vasili Galka2014-07-071-16/+23
* m68k: Fix bug, "address of" operator was forgottenVasili Galka2014-07-071-1/+1
* m68k: eliminate a warning in cpu_initMasahiro Yamada2014-06-191-1/+1
* m68k: Fix warnings with gcc 4.6Simon Glass2014-06-111-1/+1
* kbuild: rename OBJTREE to objtreeMasahiro Yamada2014-03-123-3/+3
* kbuild: rename TOPDIR to stctreeMasahiro Yamada2014-03-123-10/+10
* m68k: merge compile flags -ffixed-d7 -sep-dataMasahiro Yamada2014-03-046-9/+0
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-196-6/+6
* m68k: convert makefiles to Kbuild styleMasahiro Yamada2013-11-016-139/+12
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-148-8/+8
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-2412-16/+16
|\
| * i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-2312-16/+16