-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] board: samsung: Fix compile issues due to missing headers
The board files for all boards except for dreamlte and j4lte are missing drivers/framework.h and lib/simplefb.h headers. This causes build failures on all targets except for dreamlte and j4lte. This commit includes said headers. Signed-off-by: Igor Belwon <[email protected]> Signed-off-by: Ivaylo Ivanov <[email protected]>
- Loading branch information
1 parent
7b84c6b
commit 2d34fc0
Showing
8 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x19050000 | ||
#define HW_SW_TRIG_CONTROL 0x70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x148b0000 | ||
#define HW_SW_TRIG_CONTROL 0x70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x14830000 | ||
#define HW_SW_TRIG_CONTROL 0x70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x14860000 | ||
#define HW_SW_TRIG_CONTROL 0x70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x13930000 | ||
#define HW_SW_TRIG_CONTROL 0x6b0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x16030000 | ||
#define HW_SW_TRIG_CONTROL 0x70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x19050000 | ||
#define HW_SW_TRIG_CONTROL 0x70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* Copyright (c) 2024, Ivaylo Ivanov <[email protected]> | ||
*/ | ||
#include <board.h> | ||
#include <drivers/framework.h> | ||
#include <lib/simplefb.h> | ||
|
||
#define DECON_F_BASE 0x13930000 | ||
#define HW_SW_TRIG_CONTROL 0x6b0 | ||
|