summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+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
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* microblaze: Unify Linux bootm processMichal Simek2019-10-241-6/+9
* microblaze: Fix FDT message in boot_prep_linux()Michal Simek2019-10-241-1/+1
* microblaze: Switch to generic bootm implementationMichal Simek2019-10-081-53/+52
* microblaze: Define arch_lmb_reserveMichal Simek2019-10-081-0/+41
* 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-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* microblaze: bootm: Fix compiler warningBin Meng2018-02-131-1/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-0/+1
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-191-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-021-0/+6
* Clarify bootm OS argumentsSimon Glass2013-06-261-2/+2
* microblaze: bootm: Add support for loading initrdMichal Simek2013-05-091-0/+8
* microblaze: bootm: Fix coding style issuesMichal Simek2013-05-091-9/+11
* microblaze: Flush caches before enabling themMichal Simek2012-11-071-5/+0
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-1/+1
* FDT: only call boot_get_fdt from generic codeJohn Rigby2010-10-181-9/+5
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* microblaze: Flush cache before jumping to kernelMichal Simek2010-04-161-0/+8
* microblaze: Add FDT supportArun Bhanu2010-04-161-5/+34
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-0/+57