summaryrefslogtreecommitdiff
path: root/arch/arm/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-5/+6
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* ARM: bootm: take into account gd->ram_topPatrice Chotard2020-04-171-0/+3
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* boot: arm: Enable support for custom board_prep_linuxLokesh Vutla2019-10-251-0/+4
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* arm: lib: bootm: Push the Starting kernel print to the endKeerthy2019-03-221-2/+2
* arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt2019-01-161-4/+6
* bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer2018-05-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk2018-04-131-0/+5
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren2018-01-121-3/+12
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini2017-06-291-1/+0
* armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kerneltnishinaga.dev@gmail.com2017-06-091-0/+1
* arm: Add declarations to avoid needing to include headersSimon Glass2017-06-051-0/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux()Patrice Chotard2017-04-271-1/+4
* arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese2017-04-041-0/+9
* armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang2017-01-181-5/+5
* ARMv8: Setup PSCI memory and device treemacro.wave.z@gmail.com2016-12-151-0/+3
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-2/+0
* armv8: fsl-layerscape: SMP support for loading 32-bit OSAlison Wang2016-11-221-0/+6
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-221-5/+34
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-171-0/+7
* vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)2016-08-151-5/+10
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-311-0/+2
* spl: zImage support in Falcon modeLadislav Michl2016-07-221-32/+0
* ARM: bootm: Try to use relocated ramdiskJeffy Chen2016-01-211-1/+11
* common: bootm: check return value of strict_strtoulPeng Fan2015-12-051-1/+4
* ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka2015-05-131-3/+3
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stackYork Sun2015-02-241-1/+1
* ARM: bootm: do not add PSCI to fdt when booting in secure mode.Ian Campbell2015-01-051-2/+2
* ARM: bootm: Allow booting in secure mode on hyp capable systemsHans de Goede2014-11-241-5/+26
* Revert "lib: bootm: add missing include"Michal Simek2014-11-111-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2014-10-271-1/+4
|\
| * ARM: prevent compiler warnings from bootm.cEric Nelson2014-10-211-1/+4
* | lib: bootm: add missing includeJeroen Hofstee2014-10-251-0/+1
|/
* arm64: Correct passing of Linux kernel argsTom Rini2014-08-301-3/+5
* ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2014-07-281-1/+1
* ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier2014-07-281-13/+9
* ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier2014-07-281-3/+6
* bootstage: arm: fix fdt stashing codeMela Custodio2014-04-071-2/+1