index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
lib
/
bootm.c
Age
Commit message (
Expand
)
Author
2015-05-13
ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions
Jan Kiszka
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-02-24
armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack
York Sun
2015-01-05
ARM: bootm: do not add PSCI to fdt when booting in secure mode.
Ian Campbell
2014-11-24
ARM: bootm: Allow booting in secure mode on hyp capable systems
Hans de Goede
2014-11-11
Revert "lib: bootm: add missing include"
Michal Simek
2014-10-27
Merge branch 'master' of git://git.denx.de/u-boot-imx
Tom Rini
2014-10-25
lib: bootm: add missing include
Jeroen Hofstee
2014-10-21
ARM: prevent compiler warnings from bootm.c
Eric Nelson
2014-08-30
arm64: Correct passing of Linux kernel args
Tom Rini
2014-07-28
ARM: convert arch_fixup_memory_node to a generic FDT fixup function
Ma Haijun
2014-07-28
ARM: HYP/non-sec: allow relocation to secure RAM
Marc Zyngier
2014-07-28
ARM: HYP/non-sec: move switch to non-sec to the last boot phase
Marc Zyngier
2014-04-07
bootstage: arm: fix fdt stashing code
Mela Custodio
2014-04-07
armv8: Flush dcache before switching to EL2
York Sun
2014-01-10
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-01-09
arm64: core support
David Feng
2013-12-16
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...
Miao Yan
2013-10-03
ARM: extend non-secure switch to also go into HYP mode
Andre Przywara
2013-10-03
ARM: trigger non-secure state switch during bootm execution
Andre Przywara
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-10
bootm: Clean up bootz_setup() function
Simon Glass
2013-06-26
arm: Implement the 'fake' go command
Simon Glass
2013-05-14
arm: Use image_setup_linux() instead of local code
Simon Glass
2013-05-14
arm: Refactor bootm to reduce #ifdefs
Simon Glass
2013-02-07
treewide: include libfdt_env.h before fdt.h
Kim Phillips
2012-10-30
arm bootm: Allow to pass board specified atags
Pali Rohár
2012-10-15
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging
Tom Rini
2012-10-04
arm: Add CONFIG_OF_BOARD_SETUP support to bootm
Joe Hershberger
2012-10-04
ARM: increase lmb stack space reservation to 4KB
Rob Herring
2012-10-02
bootstage: Store boot timings in device tree
Simon Glass
2012-04-23
arm: restore fdt_fixup_ethernet call to do_bootm_linux
Stephen Warren
2012-04-23
arm: fix bootm with device tree
Stephen Warren
2012-03-30
BOOT: Add "bootz" command to boot Linux zImage on ARM
Marek Vasut
2012-03-27
arm: Add Prep subcommand support to bootm
Simon Schwarz
2012-03-18
bootstage: arm: Add bootstage calls in board and bootm
Simon Glass
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2011-12-19
arm, fdt: update ethernet mac address before booting Linux
Heiko Schocher
2011-04-25
Respect memreserve regions specified in the device tree
Grant Likely
2011-04-25
Stop passing around bootmem_base value.
Grant Likely
2011-02-21
arm: get_sp() should always be compiled
Po-Yu Chuang
2010-10-26
arm, bootm: Fix compile warning
Heiko Schocher
2010-10-18
ARM: add flat device tree support
John Rigby
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-06-23
ARM: remove unused VIDEOLFB ATAG
Minkyu Kang
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser