summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/bootm.c
AgeCommit message (Expand)Author
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese
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-18Fix some checkpatch warnings in calls to debug()Simon 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-01-17common: Move RAM-sizing functions to init.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-03-07bootstage: powerpc: support fdt stash and reportingMela Custodio
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-28Fix bootm to work on powerpc again (compressed uImage)Stefan Roese
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk
2013-05-14powerpc: Use image_setup_linux() instead of local codeSimon Glass
2013-02-08Clean up libfdt.h includesGerald Van Baren
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN
2011-07-29powerpc/85xx: verify the device tree before booting LinuxTimur Tabi
2011-07-29powerpc/85xx: Fix setting of EPAPR_MAGIC valueKumar Gala
2011-07-26powerpc: Fix device tree padding associated with ramdiskKumar Gala
2011-04-25Respect memreserve regions specified in the device treeGrant Likely
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely
2011-04-25Stop passing around bootmem_base value.Grant Likely
2011-04-04powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-08-08fdt relocate: have more attention to use a bootmap or notStephan Linz
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-05ppc: unused memory region too close to current stack pointerNorbert van Bolhuis
2010-04-21Move arch/ppc to arch/powerpcStefan Roese