[coreboot-gerrit] Change in coreboot[master]: vendorcode/amd/pi/00670F00: Remove direct AGESA header includes

Martin Roth (Code Review) gerrit at coreboot.org
Tue Nov 21 04:11:13 CET 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/22550


Change subject: vendorcode/amd/pi/00670F00: Remove direct AGESA header includes
......................................................................

vendorcode/amd/pi/00670F00: Remove direct AGESA header includes

Update amdlib to pull in the AGESA headers through agesa_headers.h

BUG=b:66818758
TEST=Build gardenia; Build & boot kahlee

Change-Id: I3a2a2fde9738a9fe7a0b55cb91c29416cdc227a2
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/vendorcode/amd/pi/00670F00/Lib/amdlib.h
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/22550/1

diff --git a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h
index f5eab0a..3f7fbbd 100644
--- a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h
+++ b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h
@@ -46,8 +46,7 @@
 #ifndef _AMD_LIB_H_
 #define _AMD_LIB_H_
 
-#include "Porting.h"
-#include "AMD.h"
+#include <agesa_headers.h>
 
 #define IOCF8 0xCF8
 #define IOCFC 0xCFC

-- 
To view, visit https://review.coreboot.org/22550
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a2a2fde9738a9fe7a0b55cb91c29416cdc227a2
Gerrit-Change-Number: 22550
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171121/cc7b6da2/attachment.html>


More information about the coreboot-gerrit mailing list