summaryrefslogtreecommitdiff
path: root/arch/arm/lib/bootm.c
AgeCommit message (Expand)Author
2016-08-15vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)
2016-07-31libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-01-21ARM: bootm: Try to use relocated ramdiskJeffy Chen
2015-12-05common: bootm: check return value of strict_strtoulPeng Fan
2015-05-13ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-02-24armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stackYork Sun
2015-01-05ARM: bootm: do not add PSCI to fdt when booting in secure mode.Ian Campbell
2014-11-24ARM: bootm: Allow booting in secure mode on hyp capable systemsHans de Goede
2014-11-11Revert "lib: bootm: add missing include"Michal Simek
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini
2014-10-25lib: bootm: add missing includeJeroen Hofstee
2014-10-21ARM: prevent compiler warnings from bootm.cEric Nelson
2014-08-30arm64: Correct passing of Linux kernel argsTom Rini
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun
2014-07-28ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier
2014-07-28ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier
2014-04-07bootstage: arm: fix fdt stashing codeMela Custodio
2014-04-07armv8: Flush dcache before switching to EL2York Sun
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-01-09arm64: core supportDavid Feng
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan
2013-10-03ARM: extend non-secure switch to also go into HYP modeAndre Przywara
2013-10-03ARM: trigger non-secure state switch during bootm executionAndre Przywara
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass
2013-06-26arm: Implement the 'fake' go commandSimon Glass
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2012-10-30arm bootm: Allow to pass board specified atagsPali Rohár
2012-10-15Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini
2012-10-04arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger
2012-10-04ARM: increase lmb stack space reservation to 4KBRob Herring
2012-10-02bootstage: Store boot timings in device treeSimon Glass
2012-04-23arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren
2012-04-23arm: fix bootm with device treeStephen Warren
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut
2012-03-27arm: Add Prep subcommand support to bootmSimon Schwarz
2012-03-18bootstage: arm: Add bootstage calls in board and bootmSimon Glass
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass
2011-12-19arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher
2011-04-25Respect memreserve regions specified in the device treeGrant Likely
2011-04-25Stop passing around bootmem_base value.Grant Likely
2011-02-21arm: get_sp() should always be compiledPo-Yu Chuang
2010-10-26arm, bootm: Fix compile warningHeiko Schocher
2010-10-18ARM: add flat device tree supportJohn Rigby
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk