aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-6/+7
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-1/+1
2022-07-26arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek1-2/+0
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-2/+2
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on armMarek Vasut1-45/+0
2021-09-03Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-nextTom Rini1-25/+15
2021-09-02arm: Use armv8_switch_to_el1 env to switch to EL1Peter Hoyes1-15/+25
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...WIP/08Aug2021Jan Kiszka1-2/+0
2021-07-09arm: bootm: Disable LMB reservation for command line and board info on arm64Marek Vasut1-0/+2
2021-04-12bootm: 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-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