summaryrefslogtreecommitdiff
path: root/arch/mips/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+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
2020-04-27mips: add support to restore exception vector base before booting linuxWeijie Gao1-0/+3
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-05-03arch: mips: Update initrd_start and initrd_endHoratiu Vultur1-0/+2
2019-04-12bootm: mips: Remove boot_reloc_ramdiskHoratiu Vultur1-19/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-4/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-07-25MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel1-4/+4
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-2/+0
2016-11-30MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton1-1/+1
2016-08-01libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek1-0/+2
2016-04-19MIPS: bootm: Add fixup of '/memory' node.Purna Chandra Mandal1-2/+3
2015-11-06MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck1-19/+14
2015-11-06MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck1-85/+78
2015-08-21MIPS: fix syntax for fdt_chosen/initrd.Govindraj Raja1-2/+2
2015-04-24MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck1-1/+5
2015-01-21MIPS: bootm: add bootstage reportingDaniel Schwierzeck1-2/+6
2015-01-21MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck1-2/+36
2015-01-21MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck1-0/+26
2015-01-21MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck1-1/+13
2015-01-21MIPS: bootm: refactor preparation of Linux kernel command lineDaniel Schwierzeck1-2/+14
2014-11-27MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck1-3/+0
2014-11-27MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck1-0/+20
2013-11-27mips: don't hardcode Malta env baudratePaul Burton1-2/+4
2013-11-09qemu-malta: rename to just "malta"Paul Burton1-6/+6
2013-08-13MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck1-2/+20
2013-08-13MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck1-2/+6
2013-08-13MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck1-33/+29
2013-08-13MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck1-47/+83
2013-08-13MIPS: bootm: add support for LMBDaniel Schwierzeck1-0/+21
2013-08-13MIPS: bootm: optimize kernel entry callDaniel Schwierzeck1-7/+4
2013-08-13MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck1-6/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-01-16MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos1-2/+13
2013-01-16MIPS: bootm.c: separate environment initializationGabor Juhos1-23/+27
2013-01-16MIPS: bootm.c: separate linux jump codeGabor Juhos1-13/+19
2013-01-16MIPS: bootm.c: use debug macro to print debug messageGabor Juhos1-3/+1
2012-06-04MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck1-51/+51
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-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/+174