soc/intel/apollolake: Clean up code by using common System Agent module
This patch currently contains the SA initialization required for bootblock phase - 1. Use SOC_INTEL_COMMON_BLOCK_SA kconfig for common SA code. 2. Perform PCIEXBAR programming based on soc configurable PCIEX_LENGTH_xxxMB 3. Use common systemagent header file. Change-Id: I01a24e2d4f1c8c9ca113c128bb6b3eac23dc79ad Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com> Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/18567 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Martin Roth
parent
93ebe499d4
commit
7952e283fb
@@ -37,7 +37,7 @@
|
||||
#include <spi-generic.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/p2sb.h>
|
||||
#include <soc/northbridge.h>
|
||||
#include <soc/systemagent.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
Reference in New Issue
Block a user