File tree Expand file tree Collapse file tree 16 files changed +37
-3
lines changed Expand file tree Collapse file tree 16 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
#include <board.h>
8
8
#include <vtd.h>
9
+ #include <pci.h>
9
10
10
11
#ifndef CONFIG_ACPI_PARSE_ENABLED
11
12
#error "DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \
15
16
struct dmar_info plat_dmar_info ;
16
17
struct platform_clos_info platform_clos_array [MAX_PLATFORM_CLOS_NUM ];
17
18
const struct cpu_state_table board_cpu_state_tbl ;
19
+ const union pci_bdf plat_hidden_pdevs [MAX_HIDDEN_PDEVS_NUM ];
Original file line number Diff line number Diff line change 41
41
"cma=64M@0- " \
42
42
"panic_print=0x1f"
43
43
44
+ #define MAX_HIDDEN_PDEVS_NUM 0U
45
+
44
46
#endif /* MISC_CFG_H */
Original file line number Diff line number Diff line change 7
7
#include <board.h>
8
8
#include <msr.h>
9
9
#include <vtd.h>
10
+ #include <pci.h>
10
11
11
12
#ifndef CONFIG_ACPI_PARSE_ENABLED
12
13
#error "DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \
@@ -35,3 +36,11 @@ struct platform_clos_info platform_clos_array[MAX_PLATFORM_CLOS_NUM] = {
35
36
};
36
37
37
38
const struct cpu_state_table board_cpu_state_tbl ;
39
+
40
+ const union pci_bdf plat_hidden_pdevs [MAX_HIDDEN_PDEVS_NUM ] = {
41
+ {
42
+ .bits .b = 0x0 ,
43
+ .bits .d = 0xd ,
44
+ .bits .f = 0x0 ,
45
+ },
46
+ };
Original file line number Diff line number Diff line change 37
37
"i915.enable_guc=0x02 " \
38
38
"cma=64M@0- "
39
39
40
+ #define MAX_HIDDEN_PDEVS_NUM 1U
41
+
40
42
#endif /* MISC_CFG_H */
Original file line number Diff line number Diff line change 6
6
7
7
#include <board.h>
8
8
#include <vtd.h>
9
+ #include <pci.h>
9
10
10
11
#ifndef CONFIG_ACPI_PARSE_ENABLED
11
12
#error "DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \
15
16
struct dmar_info plat_dmar_info ;
16
17
struct platform_clos_info platform_clos_array [MAX_PLATFORM_CLOS_NUM ];
17
18
const struct cpu_state_table board_cpu_state_tbl ;
19
+ const union pci_bdf plat_hidden_pdevs [MAX_HIDDEN_PDEVS_NUM ];
Original file line number Diff line number Diff line change 26
26
#define SOS_BOOTARGS_DIFF ""
27
27
#endif
28
28
29
+ #define MAX_HIDDEN_PDEVS_NUM 0U
30
+
29
31
#endif /* MISC_CFG_H */
Original file line number Diff line number Diff line change 6
6
7
7
#include <board.h>
8
8
#include <vtd.h>
9
+ #include <pci.h>
9
10
10
11
#ifndef CONFIG_ACPI_PARSE_ENABLED
11
12
#error "DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \
15
16
struct dmar_info plat_dmar_info ;
16
17
struct platform_clos_info platform_clos_array [MAX_PLATFORM_CLOS_NUM ];
17
18
const struct cpu_state_table board_cpu_state_tbl ;
19
+ const union pci_bdf plat_hidden_pdevs [MAX_HIDDEN_PDEVS_NUM ];
Original file line number Diff line number Diff line change 27
27
#define SOS_BOOTARGS_DIFF ""
28
28
#endif
29
29
30
+ #define MAX_HIDDEN_PDEVS_NUM 0U
31
+
30
32
#endif /* MISC_CFG_H */
Original file line number Diff line number Diff line change 6
6
7
7
#include <board.h>
8
8
#include <vtd.h>
9
+ #include <pci.h>
9
10
10
11
#ifndef CONFIG_ACPI_PARSE_ENABLED
11
12
#error "DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \
15
16
struct dmar_info plat_dmar_info ;
16
17
struct platform_clos_info platform_clos_array [MAX_PLATFORM_CLOS_NUM ];
17
18
const struct cpu_state_table board_cpu_state_tbl ;
19
+ const union pci_bdf plat_hidden_pdevs [MAX_HIDDEN_PDEVS_NUM ];
Original file line number Diff line number Diff line change 6
6
7
7
#include <board.h>
8
8
#include <vtd.h>
9
+ #include <pci.h>
9
10
10
11
#ifndef CONFIG_ACPI_PARSE_ENABLED
11
12
#error "DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \
15
16
struct dmar_info plat_dmar_info ;
16
17
struct platform_clos_info platform_clos_array [MAX_PLATFORM_CLOS_NUM ];
17
18
const struct cpu_state_table board_cpu_state_tbl ;
19
+ const union pci_bdf plat_hidden_pdevs [MAX_HIDDEN_PDEVS_NUM ];
You can’t perform that action at this time.
0 commit comments