Makefile (d9f673051ab54dd5263fef6da97ef08feedaa754) Makefile (6ffeb56ee2109b30a9e393f7e0c22c9b5030ac38)
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

--- 109 unchanged lines hidden (view full) ---

118
119src-wlib-y := string.S crt0.S stdio.c decompress.c main.c \
120 $(libfdt) libfdt-wrapper.c \
121 ns16550.c serial.c simple_alloc.c div64.S util.S \
122 elf_util.c $(zlib-y) devtree.c stdlib.c \
123 oflib.c ofconsole.c cuboot.c
124
125src-wlib-$(CONFIG_PPC_MPC52xx) += mpc52xx-psc.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

--- 109 unchanged lines hidden (view full) ---

118
119src-wlib-y := string.S crt0.S stdio.c decompress.c main.c \
120 $(libfdt) libfdt-wrapper.c \
121 ns16550.c serial.c simple_alloc.c div64.S util.S \
122 elf_util.c $(zlib-y) devtree.c stdlib.c \
123 oflib.c ofconsole.c cuboot.c
124
125src-wlib-$(CONFIG_PPC_MPC52xx) += mpc52xx-psc.c
126src-wlib-$(CONFIG_PPC64_BOOT_WRAPPER) += opal-calls.S opal.c
126src-wlib-$(CONFIG_PPC_POWERNV) += opal-calls.S opal.c
127ifndef CONFIG_PPC64_BOOT_WRAPPER
128src-wlib-y += crtsavres.S
129endif
130src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c
131src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c
132src-wlib-$(CONFIG_PPC_8xx) += mpc8xx.c planetcore.c fsl-soc.c
133src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c
134src-wlib-$(CONFIG_EMBEDDED6xx) += ugecon.c fsl-soc.c

--- 370 unchanged lines hidden ---
127ifndef CONFIG_PPC64_BOOT_WRAPPER
128src-wlib-y += crtsavres.S
129endif
130src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c
131src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c
132src-wlib-$(CONFIG_PPC_8xx) += mpc8xx.c planetcore.c fsl-soc.c
133src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c
134src-wlib-$(CONFIG_EMBEDDED6xx) += ugecon.c fsl-soc.c

--- 370 unchanged lines hidden ---