summaryrefslogtreecommitdiff
path: root/arch/arm/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...Jan Kiszka1-2/+0
2021-07-09arm: bootm: Disable LMB reservation for command line and board info on arm64Marek Vasut1-0/+2
2021-04-13bootm: do not hang on failureHeinrich Schuchardt1-5/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-03arm: Remove vital devices lastSimon Glass1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-5/+6
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-17ARM: bootm: take into account gd->ram_topPatrice Chotard1-0/+3
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-10-26boot: 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-17arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt1-4/+6
2018-05-11bootm: 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-14vxworks: 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-30Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini1-1/+0
2017-06-10armv7m: 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-05arm: 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-03libfdt: 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-16vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)1-5/+10
2016-08-01libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek1-0/+2
2016-07-22spl: zImage support in Falcon modeLadislav Michl1-32/+0
2016-01-22ARM: bootm: Try to use relocated ramdiskJeffy Chen1-1/+11
2015-12-06common: 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-25armv8/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