summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: bootm: Add fixup of '/memory' node.Purna Chandra Mandal2016-04-191-2/+3
* MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck2015-11-061-19/+14
* MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck2015-11-061-85/+78
* MIPS: fix syntax for fdt_chosen/initrd.Govindraj Raja2015-08-211-2/+2
* MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck2015-04-241-1/+5
* MIPS: bootm: add bootstage reportingDaniel Schwierzeck2015-01-211-2/+6
* MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck2015-01-211-2/+36
* MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck2015-01-211-0/+26
* MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck2015-01-211-1/+13
* MIPS: bootm: refactor preparation of Linux kernel command lineDaniel Schwierzeck2015-01-211-2/+14
* MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck2014-11-271-3/+0
* MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck2014-11-271-0/+20
* mips: don't hardcode Malta env baudratePaul Burton2013-11-261-2/+4
* qemu-malta: rename to just "malta"Paul Burton2013-11-091-6/+6
* MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck2013-08-131-2/+20
* MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2013-08-131-2/+6
* MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck2013-08-131-33/+29
* MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck2013-08-131-47/+83
* MIPS: bootm: add support for LMBDaniel Schwierzeck2013-08-131-0/+21
* MIPS: bootm: optimize kernel entry callDaniel Schwierzeck2013-08-131-7/+4
* MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck2013-08-131-6/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos2013-01-161-2/+13
* MIPS: bootm.c: separate environment initializationGabor Juhos2013-01-161-23/+27
* MIPS: bootm.c: separate linux jump codeGabor Juhos2013-01-161-13/+19
* MIPS: bootm.c: use debug macro to print debug messageGabor Juhos2013-01-161-3/+1
* MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-031-51/+51
* 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
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-0/+174
OpenPOWER on IntegriCloud