summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
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-04powerpc: 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-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19Fix some checkpatch warnings in calls to debug()Simon Glass1-5/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
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-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03common: 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-03libfdt: 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-08bootstage: 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-29Fix 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-09Clean up libfdt.h includesGerald Van Baren1-1/+0
2013-02-08treewide: 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-19bootstage: 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
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN1-14/+6
2011-07-29powerpc/85xx: verify the device tree before booting LinuxTimur Tabi1-0/+21
2011-07-29powerpc/85xx: Fix setting of EPAPR_MAGIC valueKumar Gala1-1/+1
2011-07-26powerpc: Fix device tree padding associated with ramdiskKumar Gala1-1/+3
2011-04-26Respect memreserve regions specified in the device treeGrant Likely1-0/+4
2011-04-26Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely1-2/+2
2011-04-26Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely1-1/+1
2011-04-26Stop passing around bootmem_base value.Grant Likely1-6/+3