summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add PSCI supportSascha Hauer2017-02-131-1/+13
* ARM: Fix appended device tree when CONFIG_OFTREE is enabledSascha Hauer2016-11-081-2/+10
* ARM: bootm: Fix free_mem calculation when initrd is givenSascha Hauer2016-10-181-1/+1
* of_unflatten_dtb(): Check return value with IS_ERRAndrey Smirnov2016-09-051-1/+1
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-0/+1
* ARM: bootm: Fix compiler warningSascha Hauer2016-07-051-1/+1
* ARM: bootm: recalculate decompression spaceStefan Müller-Klieser2016-07-041-3/+15
* bootm: Move bootm options to common/KconfigSascha Hauer2016-05-101-2/+2
* ARM: Bootm: FIT image handler depends on CONFIG_FITIMAGESascha Hauer2016-04-251-1/+1
* ARM: bootm: Move mem_free calculation into get_kernel_addresses()Sascha Hauer2016-04-201-11/+10
* ARM: bootm: Let get_kernel_addresses() determine SDRAM region itselfSascha Hauer2016-04-201-14/+20
* arm: bootm: be more clever about kernel spacingLucas Stach2016-03-011-0/+8
* arm: bootm: unify kernel load address calculationLucas Stach2016-03-011-37/+37
* bootm: add initial FIT supportJan Luebbe2016-01-261-0/+8
* bootm: move initrd code togetherSascha Hauer2016-01-261-3/+5
* bootm: Push dryrun to handlersSascha Hauer2016-01-261-0/+3
* ARM: bootm: Use kernel handler to start barebox imageSascha Hauer2016-01-221-29/+1
* bootm: introduce bootm_get_os_sizeSascha Hauer2016-01-221-1/+1
* ARM: zImage: add missing free() in appended device tree codeSascha Hauer2016-01-221-0/+1
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-3/+4
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* Merge branch 'for-next/metadata'Sascha Hauer2014-08-071-0/+1
|\
| * move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* | Merge branch 'for-next/arm'Sascha Hauer2014-08-071-2/+16
|\ \ | |/ |/|
| * ARM: Android image boot: automatically assign space for kernelSascha Hauer2014-07-211-2/+16
* | arch/arm/lib/bootm: fix length check of kernel imagebasti@linux-source.de2014-07-221-1/+1
|/
* misc: upper-case some abbreviationsHolger Schurig2014-06-021-2/+2
* of: Drop devicetree merge supportSascha Hauer2014-05-221-1/+1
* ARM: bootm: fix default uImage placementLucas Stach2014-05-051-7/+10
* ARM: bootm: be more clever while deciding where to put zImageLucas Stach2014-05-051-28/+29
* ARM: bootm: pass free memory to __do_bootm_linuxSascha Hauer2014-01-221-17/+41
* ARM: bootm: locate zImage higher into RAMSascha Hauer2014-01-221-8/+64
* bootm: introduce bootm_load_initrd helperSascha Hauer2014-01-141-11/+5
* ARM: bootm: move os loading to do_bootm_linuxSascha Hauer2014-01-101-18/+19
* bootm: introduce bootm_load_os helperSascha Hauer2014-01-101-17/+7
* ARM: boot barebox with kernel calling conventionSascha Hauer2014-01-061-3/+16
* ARM: bootm: Print Kernel commandline unconditionallySascha Hauer2013-07-271-2/+1
* Merge branch 'for-next/of'Sascha Hauer2013-06-021-0/+4
|\
| * bootm: print Kernel commandline in verbose modeSascha Hauer2013-05-311-0/+2
| * bootm: make sure to print fixed oftreeSascha Hauer2013-05-311-0/+2
* | ARM: Using unsigned specifiers for unsigned arguments for printfAlexander Shiyan2013-05-311-1/+1
|/
* of: remove unused libfdtSascha Hauer2013-03-061-1/+0
* ARM bootm: Switch initrd support to unflattened treeSascha Hauer2013-03-061-1/+10
* bootm: Pass unflattened devicetree to handlersSascha Hauer2013-03-061-6/+2
* ARM: bootm: rework concatenated oftreeSascha Hauer2013-03-061-20/+16
* of: Pass barebox internal format devicetree to of_get_fixed_treeSascha Hauer2013-03-061-1/+9
* ARM bootm: Use of_get_fixed_treeSascha Hauer2013-03-061-7/+1
* ARM bootm: only use concatenated oftree when no other is availableSascha Hauer2013-01-191-0/+3
* ARM android image: remove double of_fix_treeSascha Hauer2013-01-111-6/+0
* filetype: Pass bufsizeSascha Hauer2012-12-031-1/+1