coreboot-kgpe-d16/src/southbridge/intel/lynxpoint
Stefan Reinauer 13e4182119 kbuild: automatically include southbridges
This change switches all southbridge vendors and southbridges
to be autoincluded by Makefile.inc, rather than having to be
mentioned explicitly in southbridge/Makefile.inc or in
southbridge/<vendor>/Makefile.inc.

In order to be able to drop southbridge/amd/Makefile.inc, some
scattered source files had to be moved to a southbridge/amd/common
directory, in accordance to what we are doing on other architectures
already.

This means, vendor and southbridge directories are now "drop
in", e.g. be placed in the coreboot directory hierarchy
without having to modify any higher level coreboot files.

The long term plan is to enable out of tree components to be
built with a given coreboot version (given that the API did not
change).

Change-Id: I79bd644a0a3c4e8320c80f8cc7a7f8ffd65d32f2
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/9796
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2015-04-27 23:48:35 +02:00
..
acpi intel: Remove IRQ1 from possible PIRQ assignemnt. 2014-11-25 23:47:20 +01:00
acpi.c lynxpoint: Change OEM table ID for serialio. 2014-10-10 08:55:48 +02:00
azalia.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
bootblock.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
chip.h intel/lynxpoint: Allow to always route USB3 ports to XHCI 2014-07-11 18:08:04 +02:00
early_me.c Replace hlt() loops with halt() 2014-11-30 12:20:07 +01:00
early_pch.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
early_smbus.c southbridge: Drop print_ implementation from non-romcc boards 2015-01-06 20:15:20 +01:00
early_spi.c x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
early_usb.c lynxpoint: Don't write to non-existent EHCI 2013-12-18 02:24:13 +01:00
elog.c intel boards: Use acpi_is_wakeup_s3() 2014-06-21 08:04:52 +02:00
finalize.c lynxpoint me: add support for mbp clear wait in finalize step 2013-12-21 07:38:42 +01:00
gpio.c peppy: Disable audio codec enable GPIO in S3 + S5. 2013-12-12 22:02:35 +01:00
gpio.h lynxpoint: Add new GPIO interface for Lynxpoint-LP 2013-03-14 18:24:32 +01:00
hda_verb.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
hda_verb.h x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
Kconfig intel/lynxpoint/Kconfig: Remove duplicate option IFD_BIN_PATH 2014-07-17 10:16:42 +02:00
lp_gpio.c peppy: Disable audio codec enable GPIO in S3 + S5. 2013-12-12 22:02:35 +01:00
lp_gpio.h lynxpoint: Add an inverted input GPIO type 2013-11-26 20:41:42 +01:00
lpc.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
Makefile.inc kbuild: automatically include southbridges 2015-04-27 23:48:35 +02:00
me.h lynxpoint: me: Support ICC clock enables message 2013-12-21 12:02:24 +01:00
me_9.x.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
me_status.c lynx point: add new ME status information 2013-03-14 18:23:45 +01:00
nvs.h haswell: Move to per-device ACPI 2014-09-22 20:06:13 +02:00
pch.c lynxpoint: disable pcie devices based on config 2013-12-05 20:12:49 +01:00
pch.h x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
pci.c haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
pcie.c haswell: Misc updates from 1.6.1 ref code 2013-12-21 12:02:50 +01:00
pmutil.c lynxpoint: Cosmetic cleanup 2013-04-03 23:07:12 +02:00
rcba.c southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
reset.c haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
sata.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
serialio.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
smbus.c lynxpoint: Add LPT-LP device id and smbus_write_byte 2013-12-21 07:28:12 +01:00
smbus.h southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
smi.c bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
smihandler.c smihandler.c: Fix doxygen errors in southbridge_smi_handler 2015-01-04 20:06:57 +01:00
usb_ehci.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
usb_xhci.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
watchdog.c haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00