aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-2/+3
2023-10-24m68k: Remove common.h usageTom Rini1-1/+0
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+5
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-17/+1
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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-11m68k: 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-18bootstage: 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-25Stop passing around bootmem_base value.Grant Likely1-5/+2
2010-07-04Make 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