summaryrefslogtreecommitdiff
path: root/arch/mips/lib/bootm.c
Commit message (Expand)AuthorAgeLines
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02-2/+0
* MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton2016-11-30-1/+1
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-31-0/+2
* MIPS: bootm: Add fixup of '/memory' node.Purna Chandra Mandal2016-04-19-2/+3
* MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck2015-11-06-19/+14
* MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck2015-11-06-85/+78
* MIPS: fix syntax for fdt_chosen/initrd.Govindraj Raja2015-08-21-2/+2
* MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck2015-04-24-1/+5
* MIPS: bootm: add bootstage reportingDaniel Schwierzeck2015-01-21-2/+6
* MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck2015-01-21-2/+36
* MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck2015-01-21-0/+26
* MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck2015-01-21-1/+13
* MIPS: bootm: refactor preparation of Linux kernel command lineDaniel Schwierzeck2015-01-21-2/+14
* MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck2014-11-27-3/+0
* MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck2014-11-27-0/+20
* mips: don't hardcode Malta env baudratePaul Burton2013-11-26-2/+4
* qemu-malta: rename to just "malta"Paul Burton2013-11-09-6/+6
* MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck2013-08-13-2/+20
* MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2013-08-13-2/+6
* MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck2013-08-13-33/+29
* MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck2013-08-13-47/+83
* MIPS: bootm: add support for LMBDaniel Schwierzeck2013-08-13-0/+21
* MIPS: bootm: optimize kernel entry callDaniel Schwierzeck2013-08-13-7/+4
* MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck2013-08-13-6/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos2013-01-16-2/+13
* MIPS: bootm.c: separate environment initializationGabor Juhos2013-01-16-23/+27
* MIPS: bootm.c: separate linux jump codeGabor Juhos2013-01-16-13/+19
* MIPS: bootm.c: use debug macro to print debug messageGabor Juhos2013-01-16-3/+1
* MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-03-51/+51
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-18-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-0/+174