Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
wdenk | 591dda5 | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 2 | # |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 3 | # (C) Copyright 2002-2006 |
wdenk | 591dda5 | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
wdenk | 591dda5 | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 5 | |
Simon Glass | 3dfe451 | 2017-01-16 07:04:09 -0700 | [diff] [blame] | 6 | ifndef CONFIG_X86_64 |
Simon Glass | e8e014c | 2019-12-06 21:42:23 -0700 | [diff] [blame] | 7 | ifndef CONFIG_TPL_BUILD |
Simon Glass | b2978d3 | 2014-11-14 20:56:32 -0700 | [diff] [blame] | 8 | obj-y += bios.o |
| 9 | obj-y += bios_asm.o |
| 10 | obj-y += bios_interrupts.o |
Simon Glass | e8e014c | 2019-12-06 21:42:23 -0700 | [diff] [blame] | 11 | endif |
Heinrich Schuchardt | 7245476 | 2019-01-23 02:42:39 +0100 | [diff] [blame] | 12 | obj-y += string.o |
Simon Glass | 3dfe451 | 2017-01-16 07:04:09 -0700 | [diff] [blame] | 13 | endif |
Simon Glass | 602b98f | 2017-01-16 07:04:13 -0700 | [diff] [blame] | 14 | ifndef CONFIG_SPL_BUILD |
Masahiro Yamada | aa96dd1 | 2013-10-21 11:53:34 +0900 | [diff] [blame] | 15 | obj-$(CONFIG_CMD_BOOTM) += bootm.o |
Simon Glass | 602b98f | 2017-01-16 07:04:13 -0700 | [diff] [blame] | 16 | endif |
Masahiro Yamada | aa96dd1 | 2013-10-21 11:53:34 +0900 | [diff] [blame] | 17 | obj-y += cmd_boot.o |
Bin Meng | e31a79a | 2016-05-11 07:44:58 -0700 | [diff] [blame] | 18 | obj-$(CONFIG_SEABIOS) += coreboot_table.o |
Bin Meng | 39f8b08 | 2017-04-21 07:24:38 -0700 | [diff] [blame] | 19 | obj-y += early_cmos.o |
Bin Meng | a489963 | 2015-10-07 20:19:10 -0700 | [diff] [blame] | 20 | obj-y += e820.o |
Masahiro Yamada | aa96dd1 | 2013-10-21 11:53:34 +0900 | [diff] [blame] | 21 | obj-y += init_helpers.o |
| 22 | obj-y += interrupts.o |
Simon Glass | a5caa37 | 2015-03-26 09:29:28 -0600 | [diff] [blame] | 23 | obj-y += lpc-uclass.o |
Bin Meng | f91cf6b | 2015-06-23 12:18:51 +0800 | [diff] [blame] | 24 | obj-y += mpspec.o |
Simon Glass | f6cdb91 | 2020-07-07 21:32:16 -0600 | [diff] [blame] | 25 | obj-$(CONFIG_$(SPL_TPL_)ACPIGEN) += acpi_nhlt.o |
Simon Glass | 29ce97e | 2016-01-17 16:11:14 -0700 | [diff] [blame] | 26 | obj-y += northbridge-uclass.o |
Bin Meng | b29a08c | 2015-10-22 19:13:30 -0700 | [diff] [blame] | 27 | obj-$(CONFIG_I8259_PIC) += i8259.o |
| 28 | obj-$(CONFIG_I8254_TIMER) += i8254.o |
Bin Meng | c253c3f | 2018-06-10 06:25:01 -0700 | [diff] [blame] | 29 | obj-$(CONFIG_PINCTRL_ICH6) += pinctrl_ich6.o |
Bin Meng | 45236ad | 2015-04-24 18:10:05 +0800 | [diff] [blame] | 30 | obj-y += pirq_routing.o |
Masahiro Yamada | aa96dd1 | 2013-10-21 11:53:34 +0900 | [diff] [blame] | 31 | obj-y += relocate.o |
| 32 | obj-y += physmem.o |
Andy Shevchenko | 7d2c201 | 2017-04-01 16:21:34 +0300 | [diff] [blame] | 33 | obj-$(CONFIG_INTEL_MID) += pmu.o |
Simon Glass | 268eefd | 2014-11-12 22:42:28 -0700 | [diff] [blame] | 34 | obj-$(CONFIG_X86_RAMTEST) += ramtest.o |
Felipe Balbi | ee2e85f | 2017-04-01 16:21:33 +0300 | [diff] [blame] | 35 | obj-$(CONFIG_INTEL_MID) += scu.o |
Simon Glass | cdfe696 | 2016-09-25 15:27:35 -0600 | [diff] [blame] | 36 | obj-y += sections.o |
Simon Glass | 07e922a | 2015-04-28 20:25:10 -0600 | [diff] [blame] | 37 | obj-y += sfi.o |
Bin Meng | ac63025 | 2018-07-18 21:42:15 -0700 | [diff] [blame] | 38 | obj-y += acpi.o |
Bin Meng | 710d215 | 2017-04-21 07:24:37 -0700 | [diff] [blame] | 39 | obj-$(CONFIG_HAVE_ACPI_RESUME) += acpi_s3.o |
Miao Yan | 75e27da | 2016-05-22 19:37:10 -0700 | [diff] [blame] | 40 | ifndef CONFIG_QEMU |
Simon Glass | 1eba121 | 2020-09-22 12:45:21 -0600 | [diff] [blame] | 41 | obj-y += acpigen.o |
| 42 | obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o |
Miao Yan | 3b68c52 | 2016-01-20 01:57:06 -0800 | [diff] [blame] | 43 | endif |
Bin Meng | f17cea6 | 2015-04-24 18:10:04 +0800 | [diff] [blame] | 44 | obj-y += tables.o |
Simon Glass | 602b98f | 2017-01-16 07:04:13 -0700 | [diff] [blame] | 45 | ifndef CONFIG_SPL_BUILD |
Masahiro Yamada | aa96dd1 | 2013-10-21 11:53:34 +0900 | [diff] [blame] | 46 | obj-$(CONFIG_CMD_ZBOOT) += zimage.o |
Simon Glass | 602b98f | 2017-01-16 07:04:13 -0700 | [diff] [blame] | 47 | endif |
Park, Aiden | 538aec9 | 2019-08-03 08:30:31 +0000 | [diff] [blame] | 48 | obj-$(CONFIG_USE_HOB) += hob.o |
Tom Rini | c7811b7 | 2020-06-26 17:40:06 -0400 | [diff] [blame] | 49 | ifndef CONFIG_TPL_BUILD |
| 50 | obj-$(CONFIG_ENABLE_MRC_CACHE) += mrccache.o |
Simon Glass | ddb39b2 | 2019-08-24 14:10:32 -0600 | [diff] [blame] | 51 | obj-$(CONFIG_HAVE_FSP) += fsp/ |
Simon Glass | 6c34fc1 | 2019-09-25 08:00:11 -0600 | [diff] [blame] | 52 | obj-$(CONFIG_FSP_VERSION1) += fsp1/ |
| 53 | obj-$(CONFIG_FSP_VERSION2) += fsp2/ |
Tom Rini | c7811b7 | 2020-06-26 17:40:06 -0400 | [diff] [blame] | 54 | endif |
Simon Glass | 7cf5fe0 | 2019-05-02 10:52:12 -0600 | [diff] [blame] | 55 | |
| 56 | ifdef CONFIG_SPL_BUILD |
| 57 | ifdef CONFIG_TPL_BUILD |
| 58 | obj-y += tpl.o |
| 59 | else |
| 60 | obj-y += spl.o |
| 61 | endif |
| 62 | endif |
wdenk | 591dda5 | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 63 | |
Stefan Roese | dfafe7a | 2017-11-29 16:23:31 +0100 | [diff] [blame] | 64 | lib-$(CONFIG_USE_PRIVATE_LIBGCC) += div64.o |
Simon Glass | 6f4b08a | 2016-11-07 08:47:14 -0700 | [diff] [blame] | 65 | |
Simon Glass | 2f1492e | 2017-01-16 07:04:12 -0700 | [diff] [blame] | 66 | ifeq ($(CONFIG_$(SPL_)X86_64),) |
Simon Glass | 6f4b08a | 2016-11-07 08:47:14 -0700 | [diff] [blame] | 67 | obj-$(CONFIG_EFI_APP) += crt0_ia32_efi.o reloc_ia32_efi.o |
Simon Glass | 2f1492e | 2017-01-16 07:04:12 -0700 | [diff] [blame] | 68 | endif |
Simon Glass | 6f4b08a | 2016-11-07 08:47:14 -0700 | [diff] [blame] | 69 | |
| 70 | ifneq ($(CONFIG_EFI_STUB),) |
| 71 | |
| 72 | CFLAGS_REMOVE_reloc_ia32_efi.o += -mregparm=3 |
| 73 | CFLAGS_reloc_ia32_efi.o += -fpic -fshort-wchar |
| 74 | |
| 75 | # When building for 64-bit we must remove the i386-specific flags |
| 76 | CFLAGS_REMOVE_reloc_x86_64_efi.o += -mregparm=3 -march=i386 -m32 |
Bin Meng | 5acbb78 | 2018-06-10 06:25:03 -0700 | [diff] [blame] | 77 | CFLAGS_reloc_x86_64_efi.o += -fpic -fshort-wchar -m64 |
Simon Glass | 6f4b08a | 2016-11-07 08:47:14 -0700 | [diff] [blame] | 78 | |
| 79 | AFLAGS_REMOVE_crt0_x86_64_efi.o += -mregparm=3 -march=i386 -m32 |
Bin Meng | 5acbb78 | 2018-06-10 06:25:03 -0700 | [diff] [blame] | 80 | AFLAGS_crt0_x86_64_efi.o += -fpic -fshort-wchar -m64 |
Simon Glass | 6f4b08a | 2016-11-07 08:47:14 -0700 | [diff] [blame] | 81 | |
| 82 | extra-$(CONFIG_EFI_STUB_32BIT) += crt0_ia32_efi.o reloc_ia32_efi.o |
| 83 | extra-$(CONFIG_EFI_STUB_64BIT) += crt0_x86_64_efi.o reloc_x86_64_efi.o |
Simon Glass | 105c936 | 2016-11-07 08:47:15 -0700 | [diff] [blame] | 84 | |
| 85 | endif |
| 86 | |
Heinrich Schuchardt | 3366ff0c | 2018-05-18 19:12:20 +0200 | [diff] [blame] | 87 | ifdef CONFIG_EFI_STUB |
| 88 | |
Simon Glass | 2f1492e | 2017-01-16 07:04:12 -0700 | [diff] [blame] | 89 | ifeq ($(CONFIG_$(SPL_)X86_64),) |
Simon Glass | 105c936 | 2016-11-07 08:47:15 -0700 | [diff] [blame] | 90 | extra-y += $(EFI_CRT0) $(EFI_RELOC) |
Simon Glass | 6f4b08a | 2016-11-07 08:47:14 -0700 | [diff] [blame] | 91 | endif |
Heinrich Schuchardt | 3366ff0c | 2018-05-18 19:12:20 +0200 | [diff] [blame] | 92 | |
| 93 | else |
| 94 | |
| 95 | ifndef CONFIG_SPL_BUILD |
| 96 | ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST)$(CONFIG_CMD_BOOTEFI_HELLO_COMPILE),) |
| 97 | extra-y += $(EFI_CRT0) $(EFI_RELOC) |
| 98 | endif |
| 99 | endif |
| 100 | |
Simon Glass | 2f1492e | 2017-01-16 07:04:12 -0700 | [diff] [blame] | 101 | endif |