summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-15ppc: Remove duplicate newlinesMarek Vasut1-1/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06powerpc: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-2/+3
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-3/+3
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng1-2/+2
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-8/+8
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-3/+3
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+5
2022-06-20powerpc: bootm: Fix sizes in memory adjusting warningPali Rohár1-1/+2
2022-03-03powerpc: Remove unused MPC8540/60ADS codeTom Rini1-6/+0
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-16/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-8/+8
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass1-5/+5
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
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-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+2
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy1-0/+2
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-4/+0
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-03-07bootstage: powerpc: support fdt stash and reportingMela Custodio1-0/+7
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-1/+0
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-0/+56
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-28Fix bootm to work on powerpc again (compressed uImage)Stefan Roese1-5/+0
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-7/+0
2013-05-14powerpc: Use image_setup_linux() instead of local codeSimon Glass1-83/+1
2013-02-08Clean up libfdt.h includesGerald Van Baren1-1/+0
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese1-6/+0
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-1/+1
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala1-6/+16