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:
committed by
Patrick Georgi
parent
68999a8b86
commit
e955fa33f6
@@ -17,7 +17,7 @@
|
|||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <delay.h>
|
/* coreboot related includes come indirectly from xgi_coreboot.h */
|
||||||
|
|
||||||
#include "xgi_coreboot.h"
|
#include "xgi_coreboot.h"
|
||||||
#include "vstruct.h"
|
#include "vstruct.h"
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <delay.h>
|
/* coreboot related includes come indirectly from xgi_coreboot.h */
|
||||||
|
|
||||||
#include "xgi_coreboot.h"
|
#include "xgi_coreboot.h"
|
||||||
#include "vstruct.h"
|
#include "vstruct.h"
|
||||||
|
@@ -14,8 +14,9 @@
|
|||||||
* GNU General Public License for more details.
|
* 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 "vgatypes.h"
|
||||||
#include "vb_util.h"
|
#include "vb_util.h"
|
||||||
|
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
|
#include <delay.h>
|
||||||
#include <device/mmio.h>
|
#include <device/mmio.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
Reference in New Issue
Block a user