src/drivers/xgi: Move coreboot related includes to xgi_coreboot.h

Change-Id: Ia18c77876121594a272a07d56acfaa863d0ccb25
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29307
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS 2019-05-14 12:52:54 +02:00 committed by Patrick Georgi
parent 68999a8b86
commit e955fa33f6
4 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@
* GNU General Public License for more details.
*/
#include <delay.h>
/* coreboot related includes come indirectly from xgi_coreboot.h */
#include "xgi_coreboot.h"
#include "vstruct.h"

View File

@ -14,7 +14,7 @@
* GNU General Public License for more details.
*/
#include <delay.h>
/* coreboot related includes come indirectly from xgi_coreboot.h */
#include "xgi_coreboot.h"
#include "vstruct.h"

View File

@ -14,8 +14,9 @@
* GNU General Public License for more details.
*/
#include "xgi_coreboot.h"
/* coreboot related includes come indirectly from xgi_coreboot.h */
#include "xgi_coreboot.h"
#include "vgatypes.h"
#include "vb_util.h"

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <arch/io.h>
#include <delay.h>
#include <device/mmio.h>
#include <console/console.h>
#include <device/device.h>