summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-261-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-8/+8
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-181-5/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-4/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+2
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-231-0/+2
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-4/+0
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* bootstage: powerpc: support fdt stash and reportingMela Custodio2014-03-071-0/+7
* common: Add get_effective_memsize() to memsize.cYork Sun2014-02-211-1/+0
* common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-161-0/+56
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Fix bootm to work on powerpc again (compressed uImage)Stefan Roese2013-06-281-5/+0
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-151-7/+0
* powerpc: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-83/+1
* Clean up libfdt.h includesGerald Van Baren2013-02-081-1/+0
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese2012-12-051-6/+0
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-041-1/+1
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-1/+1
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-121-6/+16
* Flush cache after the OS image is loaded into the memory.Diana CRACIUN2011-09-051-14/+6
* powerpc/85xx: verify the device tree before booting LinuxTimur Tabi2011-07-291-0/+21
* powerpc/85xx: Fix setting of EPAPR_MAGIC valueKumar Gala2011-07-291-1/+1
* powerpc: Fix device tree padding associated with ramdiskKumar Gala2011-07-261-1/+3
* Respect memreserve regions specified in the device treeGrant Likely2011-04-251-0/+4
* Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2011-04-251-2/+2
* Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely2011-04-251-1/+1
* Stop passing around bootmem_base value.Grant Likely2011-04-251-6/+3
* powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala2011-04-041-0/+5
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+0
* fdt relocate: have more attention to use a bootmap or notStephan Linz2010-08-081-2/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* ppc: unused memory region too close to current stack pointerNorbert van Bolhuis2010-05-051-2/+2
* Move arch/ppc to arch/powerpcStefan Roese2010-04-211-0/+367