u-boot/arch/x86/cpu
Tom Rini 6a7185887b global: Make <asm/global_data.h> include <asm/u-boot.h>
This follows the example of RISC-V where <asm/global_data.h> includes
<asm/u-boot.h> directly as "gd" includes a reference to bd_info already
and so the first must include the second anyhow. We then remove
<asm/u-boot.h> from all of the places which include references to "gd"
an so have <asm/global_data.h> already.

Signed-off-by: Tom Rini <trini@konsulko.com>
2024-05-06 15:07:48 -06:00
..
apollolake x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
baytrail x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
braswell x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
broadwell x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
coreboot global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
efi global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
i386 x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
intel_common x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
ivybridge global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
qemu global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
quark global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
queensbay x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
slimbootloader x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
tangier global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
x86_64 x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
acpi_gpe.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
call32.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
config.mk x86: efi: Don't use the 64-bit link script for the EFI app 2022-01-15 10:57:22 +01:00
cpu.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
cpu_x86.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
ioapic.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
irq.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
lapic.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
Makefile x86: Don't enable SMP in SPL 2020-07-20 09:46:46 +08:00
mp_init.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
mtrr.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
pci.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
qfw_cpu.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
resetvec.S x86: Reduce resetvec size 2019-10-11 17:37:38 +08:00
sipi_vector.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
start.S Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
start16.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
start64.S x86: Improve the trampoline in 64-bit mode 2023-07-17 17:12:07 +08:00
start_from_spl.S x86: coral: Allow init of debug UART in U-Boot proper 2021-03-27 15:04:30 +13:00
start_from_tpl.S x86: Add more comments to the start-up code 2019-10-08 13:57:36 +08:00
turbo.c x86: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
u-boot-64.lds arm: x86: Drop discarding of command linker-lists 2023-12-13 11:51:24 -05:00
u-boot-spl.lds arm: x86: Drop discarding of command linker-lists 2023-12-13 11:51:24 -05:00
u-boot.lds arm: x86: Drop discarding of command linker-lists 2023-12-13 11:51:24 -05:00
wakeup.S x86: Move acpi_s3.h to include/acpi/ 2020-04-16 14:36:28 +08:00