Tom Rini | f739fcd | 2018-05-07 17:02:21 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Alexander Graf | ed980b8 | 2016-03-04 01:10:07 +0100 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2016 Alexander Graf |
| 4 | # |
Alexander Graf | ed980b8 | 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 | 7dda163 | 2020-07-14 21:25:28 +0200 | [diff] [blame] | 9 | asflags-y += -DHOST_ARCH="$(HOST_ARCH)" -I. |
Heinrich Schuchardt | 3b4847c | 2019-11-07 08:05:17 +0100 | [diff] [blame] | 10 | ccflags-y += -DHOST_ARCH="$(HOST_ARCH)" |
| 11 | |
Heinrich Schuchardt | 0b38653 | 2018-06-28 12:45:30 +0200 | [diff] [blame] | 12 | CFLAGS_efi_boottime.o += \ |
| 13 | -DFW_VERSION="0x$(VERSION)" \ |
| 14 | -DFW_PATCHLEVEL="0x$(PATCHLEVEL)" |
Alexander Graf | 3bb74f9 | 2017-12-01 22:09:50 +0100 | [diff] [blame] | 15 | CFLAGS_helloworld.o := $(CFLAGS_EFI) -Os -ffreestanding |
Heinrich Schuchardt | 0e3dc01 | 2019-01-12 15:32:06 +0100 | [diff] [blame] | 16 | CFLAGS_REMOVE_helloworld.o := $(CFLAGS_NON_EFI) |
Simon Glass | c7ae3df | 2016-11-07 08:47:08 -0700 | [diff] [blame] | 17 | |
Heinrich Schuchardt | c96967e | 2017-09-05 03:19:39 +0200 | [diff] [blame] | 18 | ifneq ($(CONFIG_CMD_BOOTEFI_HELLO_COMPILE),) |
| 19 | always += helloworld.efi |
Jan Kiszka | b37a0b5 | 2020-05-04 14:38:29 +0200 | [diff] [blame] | 20 | targets += helloworld.o |
Heinrich Schuchardt | c96967e | 2017-09-05 03:19:39 +0200 | [diff] [blame] | 21 | endif |
Alexander Graf | 95b62b2 | 2016-11-17 22:40:10 +0100 | [diff] [blame] | 22 | |
Simon Glass | c7ae3df | 2016-11-07 08:47:08 -0700 | [diff] [blame] | 23 | obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 24 | obj-y += efi_bootmgr.o |
| 25 | obj-y += efi_boottime.o |
AKASHI Takahiro | 2bc27ca | 2020-11-17 09:27:55 +0900 | [diff] [blame] | 26 | obj-$(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) += efi_capsule.o |
AKASHI Takahiro | bb7e71d | 2020-11-17 09:28:00 +0900 | [diff] [blame] | 27 | obj-$(CONFIG_EFI_CAPSULE_FIRMWARE) += efi_firmware.o |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 28 | obj-y += efi_console.o |
| 29 | obj-y += efi_device_path.o |
Heinrich Schuchardt | 64b5ba4 | 2019-05-11 09:53:33 +0200 | [diff] [blame] | 30 | obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_device_path_to_text.o |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 31 | obj-y += efi_device_path_utilities.o |
Heinrich Schuchardt | 94686f6 | 2020-12-13 10:30:24 +0100 | [diff] [blame] | 32 | ifeq ($(CONFIG_GENERATE_ACPI_TABLE),) |
| 33 | obj-y += efi_dt_fixup.o |
| 34 | endif |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 35 | obj-y += efi_file.o |
Heinrich Schuchardt | 861072b | 2020-12-07 18:20:57 +0100 | [diff] [blame] | 36 | obj-$(CONFIG_EFI_LOADER_HII) += efi_hii.o |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 37 | obj-y += efi_image_loader.o |
Heinrich Schuchardt | 2363eff | 2021-01-15 19:02:49 +0100 | [diff] [blame^] | 38 | obj-y += efi_load_options.o |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 39 | obj-y += efi_memory.o |
Heinrich Schuchardt | 4e6b5d6 | 2018-09-20 21:58:23 +0200 | [diff] [blame] | 40 | obj-y += efi_root_node.o |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 41 | obj-y += efi_runtime.o |
AKASHI Takahiro | 056b45b | 2018-12-30 15:16:55 +0100 | [diff] [blame] | 42 | obj-y += efi_setup.o |
AKASHI Takahiro | 077153e | 2020-10-29 13:47:46 +0900 | [diff] [blame] | 43 | obj-y += efi_string.o |
Heinrich Schuchardt | 95ab381 | 2019-05-16 07:52:58 +0200 | [diff] [blame] | 44 | obj-$(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2) += efi_unicode_collation.o |
Heinrich Schuchardt | f2d2b3a | 2020-06-22 18:10:27 +0200 | [diff] [blame] | 45 | obj-y += efi_var_common.o |
Heinrich Schuchardt | f1f990a | 2020-03-22 09:07:50 +0100 | [diff] [blame] | 46 | obj-y += efi_var_mem.o |
Ilias Apalodimas | e01aed4 | 2020-07-23 15:49:49 +0300 | [diff] [blame] | 47 | obj-y += efi_var_file.o |
Ilias Apalodimas | f042e47 | 2020-05-17 22:25:44 +0300 | [diff] [blame] | 48 | ifeq ($(CONFIG_EFI_MM_COMM_TEE),y) |
| 49 | obj-y += efi_variable_tee.o |
| 50 | else |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 51 | obj-y += efi_variable.o |
Heinrich Schuchardt | 7dda163 | 2020-07-14 21:25:28 +0200 | [diff] [blame] | 52 | obj-$(CONFIG_EFI_VARIABLES_PRESEED) += efi_var_seed.o |
Ilias Apalodimas | f042e47 | 2020-05-17 22:25:44 +0300 | [diff] [blame] | 53 | endif |
Leif Lindholm | e70f8df | 2018-03-09 17:43:21 +0100 | [diff] [blame] | 54 | obj-y += efi_watchdog.o |
Alexander Graf | be8d324 | 2016-03-15 18:38:21 +0100 | [diff] [blame] | 55 | obj-$(CONFIG_LCD) += efi_gop.o |
Rob Clark | ca9193d | 2017-07-21 15:00:27 -0400 | [diff] [blame] | 56 | obj-$(CONFIG_DM_VIDEO) += efi_gop.o |
Alexander Graf | ed980b8 | 2016-03-04 01:10:07 +0100 | [diff] [blame] | 57 | obj-$(CONFIG_PARTITIONS) += efi_disk.o |
Joe Hershberger | 092f2f3 | 2018-04-13 15:26:39 -0500 | [diff] [blame] | 58 | obj-$(CONFIG_NET) += efi_net.o |
Bin Meng | 86df34d | 2018-06-27 20:38:03 -0700 | [diff] [blame] | 59 | obj-$(CONFIG_GENERATE_ACPI_TABLE) += efi_acpi.o |
Alexander Graf | e663b35 | 2016-08-19 01:23:29 +0200 | [diff] [blame] | 60 | obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += efi_smbios.o |
Sughosh Ganu | f552fa4 | 2019-12-29 00:01:05 +0530 | [diff] [blame] | 61 | obj-$(CONFIG_EFI_RNG_PROTOCOL) += efi_rng.o |
Ilias Apalodimas | c1c0210 | 2020-11-11 11:18:11 +0200 | [diff] [blame] | 62 | obj-$(CONFIG_EFI_TCG2_PROTOCOL) += efi_tcg2.o |
Ilias Apalodimas | ec80b47 | 2020-02-21 09:55:45 +0200 | [diff] [blame] | 63 | obj-$(CONFIG_EFI_LOAD_FILE2_INITRD) += efi_load_initrd.o |
AKASHI Takahiro | 593e17d | 2020-04-14 11:51:39 +0900 | [diff] [blame] | 64 | obj-y += efi_signature.o |
Heinrich Schuchardt | 7dda163 | 2020-07-14 21:25:28 +0200 | [diff] [blame] | 65 | |
| 66 | EFI_VAR_SEED_FILE := $(subst $\",,$(CONFIG_EFI_VAR_SEED_FILE)) |
| 67 | $(obj)/efi_var_seed.o: $(srctree)/$(EFI_VAR_SEED_FILE) |