summaryrefslogtreecommitdiff
path: root/arch/microblaze/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-24microblaze: cache: introduce flush_cache_all()Ovidiu Panait1-1/+1
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait1-1/+1
2022-06-24microblaze: cache: improve dcache Kconfig optionsOvidiu Panait1-2/+0
2022-06-24microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait1-1/+1
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-27/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-24microblaze: Unify Linux bootm processMichal Simek1-6/+9
2019-10-24microblaze: Fix FDT message in boot_prep_linux()Michal Simek1-1/+1
2019-10-08microblaze: Switch to generic bootm implementationMichal Simek1-53/+52
2019-10-08microblaze: Define arch_lmb_reserveMichal Simek1-0/+41
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
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-02-14microblaze: bootm: Fix compiler warningBin Meng1-1/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+1
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
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-06-26Clarify bootm OS argumentsSimon Glass1-2/+2
2013-05-09microblaze: bootm: Add support for loading initrdMichal Simek1-0/+8
2013-05-09microblaze: bootm: Fix coding style issuesMichal Simek1-9/+11
2012-11-07microblaze: Flush caches before enabling themMichal Simek1-5/+0
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
2010-10-19FDT: only call boot_get_fdt from generic codeJohn Rigby1-9/+5
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-16microblaze: Flush cache before jumping to kernelMichal Simek1-0/+8
2010-04-16microblaze: Add FDT supportArun Bhanu1-5/+34
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+57