u-boot-brain/arch/x86/cpu/ivybridge
Masahiro Yamada b0c8f4a797 Kill unneeded #include <linux/kconfig.h>
Because the top-level Makefile forces all the source files
to include include/linux/kconfig.h (see the UBOOTINCLUDE define),
these includes are redundant.

By the way, there are exceptions for the statement above; host
programs.  In fact, host tools in U-Boot depend on a particular
board configuration, although I think they should not.  So, some
files still include <linux/config.h> to work around build errors
on host tools.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-27 15:02:12 -04:00
..
bd82x6x.c dm: x86: Add a uclass for a Platform Controller Hub 2015-04-18 11:11:14 -06:00
car.S x86: Add multi-processor init 2015-04-30 16:13:38 -06:00
cpu.c x86: ivybridge: Use reset_cpu() 2015-04-29 21:02:32 -06:00
early_init.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
early_me.c x86: ivybridge: Use reset_cpu() 2015-04-29 21:02:32 -06:00
gma.c Kill unneeded #include <linux/kconfig.h> 2015-07-27 15:02:12 -04:00
gma.h x86: Add initial video device init for Intel GMA 2014-11-25 07:11:16 -07:00
Kconfig x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS 2015-07-14 18:03:16 -06:00
lpc.c x86: chromebook_link: dts: Add PCH and LPC devices 2015-04-18 11:11:15 -06:00
Makefile x86: Implement a cache for Memory Reference Code parameters 2015-01-24 06:13:45 -07:00
me_status.c x86: ivybridge: Implement SDRAM init 2014-11-21 07:34:15 +01:00
microcode_intel.c x86: ivybridge: Update microcode early in boot 2015-01-13 07:25:02 -08:00
model_206ax.c x86: Clean up lapic codes 2015-07-14 18:03:16 -06:00
mrccache.c dm: x86: spi: Convert ICH SPI driver to driver model 2015-04-18 11:11:14 -06:00
northbridge.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
pch.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
pci.c dm: x86: pci: Convert chromebook_link to use driver model for pci 2015-04-18 11:11:09 -06:00
report_platform.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
sata.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
sdram.c x86: ivybridge: Use reset_cpu() 2015-04-29 21:02:32 -06:00
usb_ehci.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
usb_xhci.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00