From 1cc3416f5fb58883fdad7192856c258c01909fd7 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 27 Jun 2013 15:59:18 -0700 Subject: Add support to enable/disable builtin GbE (again) This requires a new system agent binary (v6 / v11 on haswell). Note that the existing system agent binaries are long time obsolete and won't work with current coreboot, so this update is overdue. Change-Id: I48d8649576ca84d2b85ab082ce06f3462e189059 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/3568 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/samsung/lumpy/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/samsung/lumpy') diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index b941021f9e..be1411e8a9 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -148,6 +148,7 @@ void main(unsigned long bist) #endif struct pei_data pei_data = { + .pei_version = PEI_VERSION, .mchbar = DEFAULT_MCHBAR, .dmibar = DEFAULT_DMIBAR, .epbar = DEFAULT_EPBAR, -- cgit v1.2.3