coreboot-kgpe-d16/src
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
..
arch arch/arm64: update mmu translation table granule size, logic and macros 2015-04-27 20:49:54 +02:00
console cbmem: add and use a function to dump console buffer 2015-04-27 20:49:09 +02:00
cpu fsp: Move fsp to fsp1_0 2015-04-24 00:37:37 +02:00
device device: Add class and subclass name support 2015-04-22 08:55:29 +02:00
drivers driver/intel/fsp: Correct the fastboot data (MRC data) printing length 2015-04-24 21:15:41 +02:00
ec chromeec: ec_mec: Fix misaligned data access 2015-04-27 20:49:33 +02:00
include cbmem: add and use a function to dump console buffer 2015-04-27 20:49:09 +02:00
lib cbmem: add and use a function to dump console buffer 2015-04-27 20:49:09 +02:00
mainboard kbuild: automatically include southbridges 2015-04-27 23:48:35 +02:00
northbridge fsp: Move fsp to fsp1_0 2015-04-24 00:37:37 +02:00
soc Cygnus: add TrustZone functions and set everything non-secure in bootblock 2015-04-27 20:49:18 +02:00
southbridge kbuild: automatically include southbridges 2015-04-27 23:48:35 +02:00
superio kconfig: drop intermittend forwarder files 2015-04-07 17:40:28 +02:00
vendorcode cbmem: add and use a function to dump console buffer 2015-04-27 20:49:09 +02:00
Kconfig fsp: Move fsp to fsp1_0 2015-04-24 00:37:37 +02:00