summaryrefslogtreecommitdiff
path: root/arch/m68k/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-5/+5
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+2
2014-06-12m68k: Fix warnings with gcc 4.6Simon Glass1-5/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-05-14m68k: Use image_setup_linux() instead of local codeSimon Glass1-12/+3
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2011-04-26Stop passing around bootmem_base value.Grant Likely1-5/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+146