aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/bootm.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06arm: Remove <common.h> and add needed includesTom Rini
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-02-10Correct SPL uses of LMBSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma
2022-07-26arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on armMarek Vasut
2021-09-03Revert most of the series for adding vexpress_aemv8r supportTom Rini
2021-09-02arm: Use armv8_switch_to_el1 env to switch to EL1Peter Hoyes
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...Jan Kiszka
2021-07-09arm: bootm: Disable LMB reservation for command line and board info on arm64Marek Vasut
2021-04-12bootm: do not hang on failureHeinrich Schuchardt
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03arm: Remove vital devices lastSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-17ARM: bootm: take into account gd->ram_topPatrice Chotard
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move some SMP functions out of common.hSimon Glass
2019-10-25boot: arm: Enable support for custom board_prep_linuxLokesh Vutla
2019-08-11env: Move env_get() to env.hSimon Glass
2019-03-22arm: lib: bootm: Push the Starting kernel print to the endKeerthy
2019-01-16arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt
2018-05-10bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-12ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-29Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini
2017-06-09armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kerneltnishinaga.dev@gmail.com
2017-06-05arm: Add declarations to avoid needing to include headersSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-04-27arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux()Patrice Chotard
2017-04-04arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang
2016-12-15ARMv8: Setup PSCI memory and device treemacro.wave.z@gmail.com
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-11-22armv8: fsl-layerscape: SMP support for loading 32-bit OSAlison Wang
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-08-15vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)