Tom Rini | 70df9d6 | 2018-05-07 17:02:21 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Alexander Graf | 67ee705 | 2016-03-04 01:10:07 +0100 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2016 Alexander Graf |
| 4 | # |
Alexander Graf | 67ee705 | 2016-03-04 01:10:07 +0100 | [diff] [blame] | 5 | |
| 6 | # This file only gets included with CONFIG_EFI_LOADER set, so all |
| 7 | # object inclusion implicitly depends on it |
| 8 | |
Heinrich Schuchardt | dca2549 | 2024-04-04 01:00:41 +0200 | [diff] [blame] | 9 | asflags-y += -I. |
Heinrich Schuchardt | 0f675d9 | 2019-11-07 08:05:17 +0100 | [diff] [blame] | 10 | |
Heinrich Schuchardt | 27685f7 | 2018-06-28 12:45:30 +0200 | [diff] [blame] | 11 | CFLAGS_efi_boottime.o += \ |
| 12 | -DFW_VERSION="0x$(VERSION)" \ |
| 13 | -DFW_PATCHLEVEL="0x$(PATCHLEVEL)" |
Simon Glass | fac4ced | 2016-11-07 08:47:08 -0700 | [diff] [blame] | 14 | |
Simon Glass | 4f6b7d5 | 2024-09-26 23:59:33 +0200 | [diff] [blame] | 15 | # These are the apps that are built |
| 16 | apps-$(CONFIG_RISCV) += boothart |
| 17 | apps-$(CONFIG_BOOTEFI_HELLO_COMPILE) += helloworld |
| 18 | apps-$(CONFIG_GENERATE_SMBIOS_TABLE) += smbiosdump |
| 19 | apps-$(CONFIG_EFI_LOAD_FILE2_INITRD) += initrddump |
Heinrich Schuchardt | c348cf2 | 2022-03-03 08:13:53 +0100 | [diff] [blame] | 20 | ifeq ($(CONFIG_GENERATE_ACPI_TABLE),) |
Simon Glass | 4f6b7d5 | 2024-09-26 23:59:33 +0200 | [diff] [blame] | 21 | apps-y += dtbdump |
Heinrich Schuchardt | c348cf2 | 2022-03-03 08:13:53 +0100 | [diff] [blame] | 22 | endif |
Simon Glass | 8a4ee05 | 2024-11-07 14:31:41 -0700 | [diff] [blame^] | 23 | apps-$(CONFIG_BOOTEFI_TESTAPP_COMPILE) += testapp |
Heinrich Schuchardt | c348cf2 | 2022-03-03 08:13:53 +0100 | [diff] [blame] | 24 | |
Simon Glass | fac4ced | 2016-11-07 08:47:08 -0700 | [diff] [blame] | 25 | obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o |
AKASHI Takahiro | e3e542d | 2024-01-17 13:39:42 +0900 | [diff] [blame] | 26 | obj-$(CONFIG_EFI_BOOTMGR) += efi_bootmgr.o |
AKASHI Takahiro | 9b08b9a | 2024-01-17 13:39:41 +0900 | [diff] [blame] | 27 | obj-$(CONFIG_EFI_BINARY_EXEC) += efi_bootbin.o |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 28 | obj-y += efi_boottime.o |
Ilias Apalodimas | aa0f755 | 2021-03-17 21:54:59 +0200 | [diff] [blame] | 29 | obj-y += efi_helper.o |
AKASHI Takahiro | 473d9b3 | 2020-11-17 09:27:55 +0900 | [diff] [blame] | 30 | obj-$(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) += efi_capsule.o |
AKASHI Takahiro | 7ff3f3c | 2020-11-17 09:28:00 +0900 | [diff] [blame] | 31 | obj-$(CONFIG_EFI_CAPSULE_FIRMWARE) += efi_firmware.o |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 32 | obj-y += efi_console.o |
| 33 | obj-y += efi_device_path.o |
Heinrich Schuchardt | 3db3591 | 2019-05-11 09:53:33 +0200 | [diff] [blame] | 34 | obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_device_path_to_text.o |
Heinrich Schuchardt | 1cb1a9d | 2021-01-16 09:44:25 +0100 | [diff] [blame] | 35 | obj-$(CONFIG_EFI_DEVICE_PATH_UTIL) += efi_device_path_utilities.o |
Heinrich Schuchardt | 2c1e224 | 2020-12-13 10:30:24 +0100 | [diff] [blame] | 36 | obj-y += efi_dt_fixup.o |
Heinrich Schuchardt | 1a41ca4 | 2024-04-26 16:13:18 +0200 | [diff] [blame] | 37 | obj-y += efi_fdt.o |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 38 | obj-y += efi_file.o |
Heinrich Schuchardt | 2a2654f | 2020-12-07 18:20:57 +0100 | [diff] [blame] | 39 | obj-$(CONFIG_EFI_LOADER_HII) += efi_hii.o |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 40 | obj-y += efi_image_loader.o |
Heinrich Schuchardt | a8cb98f | 2021-01-15 19:02:49 +0100 | [diff] [blame] | 41 | obj-y += efi_load_options.o |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 42 | obj-y += efi_memory.o |
Heinrich Schuchardt | 79d7202 | 2018-09-20 21:58:23 +0200 | [diff] [blame] | 43 | obj-y += efi_root_node.o |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 44 | obj-y += efi_runtime.o |
AKASHI Takahiro | 7e0badb | 2018-12-30 15:16:55 +0100 | [diff] [blame] | 45 | obj-y += efi_setup.o |
AKASHI Takahiro | 9407468 | 2020-10-29 13:47:46 +0900 | [diff] [blame] | 46 | obj-y += efi_string.o |
Heinrich Schuchardt | b325884 | 2019-05-16 07:52:58 +0200 | [diff] [blame] | 47 | obj-$(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2) += efi_unicode_collation.o |
Heinrich Schuchardt | 9827e84 | 2020-06-22 18:10:27 +0200 | [diff] [blame] | 48 | obj-y += efi_var_common.o |
Heinrich Schuchardt | 29ef99c | 2020-03-22 09:07:50 +0100 | [diff] [blame] | 49 | obj-y += efi_var_mem.o |
Ilias Apalodimas | 77a364f | 2020-05-17 22:25:44 +0300 | [diff] [blame] | 50 | ifeq ($(CONFIG_EFI_MM_COMM_TEE),y) |
| 51 | obj-y += efi_variable_tee.o |
| 52 | else |
Heinrich Schuchardt | e59072a | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 53 | obj-y += efi_variable.o |
Ilias Apalodimas | cc0ead7 | 2024-04-05 09:50:58 +0300 | [diff] [blame] | 54 | obj-y += efi_var_file.o |
Heinrich Schuchardt | 4b7d5c1 | 2020-07-14 21:25:28 +0200 | [diff] [blame] | 55 | obj-$(CONFIG_EFI_VARIABLES_PRESEED) += efi_var_seed.o |
Ilias Apalodimas | 77a364f | 2020-05-17 22:25:44 +0300 | [diff] [blame] | 56 | endif |
Leif Lindholm | b6e6fdc | 2018-03-09 17:43:21 +0100 | [diff] [blame] | 57 | obj-y += efi_watchdog.o |
Jose Marinho | ebb61ee | 2021-03-02 17:26:38 +0000 | [diff] [blame] | 58 | obj-$(CONFIG_EFI_ESRT) += efi_esrt.o |
Simon Glass | 52cb504 | 2022-10-18 07:46:31 -0600 | [diff] [blame] | 59 | obj-$(CONFIG_VIDEO) += efi_gop.o |
AKASHI Takahiro | 85ff961 | 2022-04-19 10:01:57 +0900 | [diff] [blame] | 60 | obj-$(CONFIG_BLK) += efi_disk.o |
Jan Kiszka | f138982 | 2022-10-14 18:10:06 +0200 | [diff] [blame] | 61 | obj-$(CONFIG_NETDEVICES) += efi_net.o |
Simon Glass | b0a8544 | 2023-09-19 21:00:12 -0600 | [diff] [blame] | 62 | obj-$(CONFIG_ACPI) += efi_acpi.o |
Simon Glass | aadec12 | 2023-09-20 07:29:51 -0600 | [diff] [blame] | 63 | obj-$(CONFIG_SMBIOS) += efi_smbios.o |
Sughosh Ganu | 7064a5d | 2019-12-29 00:01:05 +0530 | [diff] [blame] | 64 | obj-$(CONFIG_EFI_RNG_PROTOCOL) += efi_rng.o |
Ilias Apalodimas | 590fef6 | 2020-11-11 11:18:11 +0200 | [diff] [blame] | 65 | obj-$(CONFIG_EFI_TCG2_PROTOCOL) += efi_tcg2.o |
Sunil V L | 279d1c8 | 2022-01-28 20:48:44 +0530 | [diff] [blame] | 66 | obj-$(CONFIG_EFI_RISCV_BOOT_PROTOCOL) += efi_riscv.o |
Ilias Apalodimas | 3510ba7 | 2020-02-21 09:55:45 +0200 | [diff] [blame] | 67 | obj-$(CONFIG_EFI_LOAD_FILE2_INITRD) += efi_load_initrd.o |
Masahisa Kojima | 915e427 | 2021-05-14 09:53:36 +0900 | [diff] [blame] | 68 | obj-$(CONFIG_EFI_SIGNATURE_SUPPORT) += efi_signature.o |
Jose Marinho | ff72cb3 | 2021-12-23 14:51:07 +0000 | [diff] [blame] | 69 | obj-$(CONFIG_EFI_ECPT) += efi_conformance.o |
Heinrich Schuchardt | 4b7d5c1 | 2020-07-14 21:25:28 +0200 | [diff] [blame] | 70 | |
| 71 | EFI_VAR_SEED_FILE := $(subst $\",,$(CONFIG_EFI_VAR_SEED_FILE)) |
| 72 | $(obj)/efi_var_seed.o: $(srctree)/$(EFI_VAR_SEED_FILE) |
Simon Glass | 4f6b7d5 | 2024-09-26 23:59:33 +0200 | [diff] [blame] | 73 | |
Simon Glass | b74a0e0 | 2024-09-26 23:59:34 +0200 | [diff] [blame] | 74 | # Set the C flags to add and remove for each app |
| 75 | $(foreach f,$(apps-y),\ |
| 76 | $(eval CFLAGS_$(f).o := $(CFLAGS_EFI) -Os -ffreestanding)\ |
| 77 | $(eval CFLAGS_REMOVE_$(f).o := $(CFLAGS_NON_EFI))) |
| 78 | |
Simon Glass | 4f6b7d5 | 2024-09-26 23:59:33 +0200 | [diff] [blame] | 79 | always += $(foreach f,$(apps-y),$(f).efi) |
| 80 | targets += $(foreach f,$(apps-y),$(f).o) |