aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-17ARM: bootm: take into account gd->ram_topPatrice Chotard1-0/+3
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-10-25boot: arm: Enable support for custom board_prep_linuxLokesh Vutla1-0/+4
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-03-22arm: lib: bootm: Push the Starting kernel print to the endKeerthy1-2/+2
2019-01-16arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt1-4/+6
2018-05-10bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk1-0/+5
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-12ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren1-3/+12
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-06-29Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini1-1/+0
2017-06-09armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kerneltnishinaga.dev@gmail.com1-0/+1
2017-06-05arm: Add declarations to avoid needing to include headersSimon Glass1-0/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-04-27arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux()Patrice Chotard1-1/+4
2017-04-04arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese1-0/+9
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang1-5/+5
2016-12-15ARMv8: Setup PSCI memory and device treemacro.wave.z@gmail.com1-0/+3
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-2/+0
2016-11-22armv8: fsl-layerscape: SMP support for loading 32-bit OSAlison Wang1-0/+6
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-5/+34
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+7
2016-08-15vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)1-5/+10
2016-07-31libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek1-0/+2
2016-07-22spl: zImage support in Falcon modeLadislav Michl1-32/+0
2016-01-21ARM: bootm: Try to use relocated ramdiskJeffy Chen1-1/+11
2015-12-05common: bootm: check return value of strict_strtoulPeng Fan1-1/+4
2015-05-13ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka1-3/+3
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-02-24armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stackYork Sun1-1/+1
2015-01-05ARM: bootm: do not add PSCI to fdt when booting in secure mode.Ian Campbell1-2/+2
2014-11-24ARM: bootm: Allow booting in secure mode on hyp capable systemsHans de Goede1-5/+26
2014-11-11Revert "lib: bootm: add missing include"Michal Simek1-1/+0
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-1/+4
2014-10-25lib: bootm: add missing includeJeroen Hofstee1-0/+1
2014-10-21ARM: prevent compiler warnings from bootm.cEric Nelson1-1/+4
2014-08-30arm64: Correct passing of Linux kernel argsTom Rini1-3/+5
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun1-1/+1
2014-07-28ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier1-13/+9
2014-07-28ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier1-3/+6
2014-04-07bootstage: arm: fix fdt stashing codeMela Custodio1-2/+1
2014-04-07armv8: Flush dcache before switching to EL2York Sun1-0/+1