summaryrefslogtreecommitdiffstats
path: root/arch/m68k/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-154-0/+4
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-0/+4
* | bdinfo: Rename function names to be clearerBin Meng2021-02-031-1/+1
|/
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-151-1/+8
* board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait2020-08-061-0/+21
* cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2020-08-061-4/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-172-6/+6
* bdinfo: m68k: ppc: Move arch-specific code from bdinfoSimon Glass2020-06-251-0/+5
* bdinfo: m68k: Move m68k-specific info into its own fileSimon Glass2020-06-252-0/+30
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* m68k: Drop CONFIG_MCFPIT supportTom Rini2020-01-101-63/+0
* m68k: add dm fec supportAngelo Durgehello2020-01-102-0/+80
* common: Move trap_init() out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-022-0/+2
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-4/+4
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move some time functions out of common.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-079-19/+9
* m68k: fix cache.c for Coldfire V4EAngelo Dureghello2017-08-181-12/+13
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+2
* arch, board: squash lines for immediate returnMasahiro Yamada2016-09-231-3/+1
* m68k: add private libgccangelo@sysam.it2015-12-134-0/+175
* m68k: cache: add an empty stub functions for invalidate/flush dcacheWu, Josh2015-08-121-0/+9
* m68k: remove arch/m68k/lib/board.cMasahiro Yamada2015-03-282-645/+0
* m68k: add generic-board supportangelo@sysam.it2015-03-051-1/+3
* m68k: Remove CONFIG_CMD_BEDBUG related codeVasili Galka2014-06-191-8/+0
* m68k: Fix warnings with gcc 4.6Simon Glass2014-06-111-5/+2
* m68k: powerpc: Clean up do_mdm_initSimon Glass2014-05-291-7/+0
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-1/+0
* m68k: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-27/+6
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-3/+12
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-5/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-3/+14
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-247-119/+7
|/
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-021-0/+6
* m68k: fix debug call befor serial initJens Scharsig (BuS Elektronik)2013-06-271-2/+2
* m68k: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-12/+3
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* Consolidate bool typeYork Sun2013-04-011-1/+1