Makefile (b8fa3af2dbcb0c84270d4d2ecf54a088f7c90701) | Makefile (f03425a5fd838a841138e3be586c1245fa9c78d6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for making ELF bootable images for booting on CHRP 3# using Open Firmware. 4# 5# Geert Uytterhoeven September 1997 6# 7# Based on coffboot by Paul Mackerras 8# Simplified for ppc64 by Todd Inglett --- 152 unchanged lines hidden (view full) --- 161 treeboot-iss4xx.c treeboot-currituck.c \ 162 treeboot-akebono.c \ 163 simpleboot.c fixed-head.S 164src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c 165src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c 166src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c 167src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c 168src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c | 1# SPDX-License-Identifier: GPL-2.0 2# Makefile for making ELF bootable images for booting on CHRP 3# using Open Firmware. 4# 5# Geert Uytterhoeven September 1997 6# 7# Based on coffboot by Paul Mackerras 8# Simplified for ppc64 by Todd Inglett --- 152 unchanged lines hidden (view full) --- 161 treeboot-iss4xx.c treeboot-currituck.c \ 162 treeboot-akebono.c \ 163 simpleboot.c fixed-head.S 164src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c 165src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c 166src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c 167src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c 168src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c |
169src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \ | 169src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c \ |
170 gamecube-head.S gamecube.c \ 171 wii-head.S wii.c holly.c \ 172 fixed-head.S mvme5100.c 173src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c 174src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c 175src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 176src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S 177src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S --- 177 unchanged lines hidden (view full) --- 355image-$(CONFIG_TQM8560) += cuImage.tqm8560 356image-$(CONFIG_KSI8560) += cuImage.ksi8560 357 358# Board ports in arch/powerpc/platform/86xx/Kconfig 359image-$(CONFIG_MVME7100) += dtbImage.mvme7100 360 361# Board ports in arch/powerpc/platform/embedded6xx/Kconfig 362image-$(CONFIG_STORCENTER) += cuImage.storcenter | 170 gamecube-head.S gamecube.c \ 171 wii-head.S wii.c holly.c \ 172 fixed-head.S mvme5100.c 173src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c 174src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c 175src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 176src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S 177src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S --- 177 unchanged lines hidden (view full) --- 355image-$(CONFIG_TQM8560) += cuImage.tqm8560 356image-$(CONFIG_KSI8560) += cuImage.ksi8560 357 358# Board ports in arch/powerpc/platform/86xx/Kconfig 359image-$(CONFIG_MVME7100) += dtbImage.mvme7100 360 361# Board ports in arch/powerpc/platform/embedded6xx/Kconfig 362image-$(CONFIG_STORCENTER) += cuImage.storcenter |
363image-$(CONFIG_MPC7448HPC2) += cuImage.mpc7448hpc2 | |
364image-$(CONFIG_GAMECUBE) += dtbImage.gamecube 365image-$(CONFIG_WII) += dtbImage.wii 366image-$(CONFIG_MVME5100) += dtbImage.mvme5100 367 368# Board port in arch/powerpc/platform/amigaone/Kconfig 369image-$(CONFIG_AMIGAONE) += cuImage.amigaone 370 371image-$(CONFIG_PPC_MICROWATT) += dtbImage.microwatt --- 145 unchanged lines hidden --- | 363image-$(CONFIG_GAMECUBE) += dtbImage.gamecube 364image-$(CONFIG_WII) += dtbImage.wii 365image-$(CONFIG_MVME5100) += dtbImage.mvme5100 366 367# Board port in arch/powerpc/platform/amigaone/Kconfig 368image-$(CONFIG_AMIGAONE) += cuImage.amigaone 369 370image-$(CONFIG_PPC_MICROWATT) += dtbImage.microwatt --- 145 unchanged lines hidden --- |