Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
2670e02a
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2670e02a
编写于
9月 29, 2014
作者:
R
Rafael J. Wysocki
浏览文件
操作
浏览文件
下载
差异文件
Merge back earlier 'acpica' material for v3.18.
上级
fe82dcec
48c1947c
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
32 addition
and
6 deletion
+32
-6
drivers/acpi/acpica/utresrc.c
drivers/acpi/acpica/utresrc.c
+3
-1
include/acpi/acnames.h
include/acpi/acnames.h
+4
-0
include/acpi/acpixf.h
include/acpi/acpixf.h
+1
-1
include/acpi/actbl1.h
include/acpi/actbl1.h
+17
-2
include/acpi/actbl3.h
include/acpi/actbl3.h
+7
-2
未找到文件。
drivers/acpi/acpica/utresrc.c
浏览文件 @
2670e02a
...
...
@@ -87,7 +87,9 @@ const char *acpi_gbl_io_decode[] = {
const
char
*
acpi_gbl_ll_decode
[]
=
{
"ActiveHigh"
,
"ActiveLow"
"ActiveLow"
,
"ActiveBoth"
,
"Reserved"
};
const
char
*
acpi_gbl_max_decode
[]
=
{
...
...
include/acpi/acnames.h
浏览文件 @
2670e02a
...
...
@@ -59,6 +59,10 @@
#define METHOD_NAME__PRS "_PRS"
#define METHOD_NAME__PRT "_PRT"
#define METHOD_NAME__PRW "_PRW"
#define METHOD_NAME__PS0 "_PS0"
#define METHOD_NAME__PS1 "_PS1"
#define METHOD_NAME__PS2 "_PS2"
#define METHOD_NAME__PS3 "_PS3"
#define METHOD_NAME__REG "_REG"
#define METHOD_NAME__SB_ "_SB_"
#define METHOD_NAME__SEG "_SEG"
...
...
include/acpi/acpixf.h
浏览文件 @
2670e02a
...
...
@@ -46,7 +46,7 @@
/* Current ACPICA subsystem version in YYYYMMDD format */
#define ACPI_CA_VERSION 0x20140
724
#define ACPI_CA_VERSION 0x20140
828
#include <acpi/acconfig.h>
#include <acpi/actypes.h>
...
...
include/acpi/actbl1.h
浏览文件 @
2670e02a
...
...
@@ -952,7 +952,8 @@ enum acpi_srat_type {
ACPI_SRAT_TYPE_CPU_AFFINITY
=
0
,
ACPI_SRAT_TYPE_MEMORY_AFFINITY
=
1
,
ACPI_SRAT_TYPE_X2APIC_CPU_AFFINITY
=
2
,
ACPI_SRAT_TYPE_RESERVED
=
3
/* 3 and greater are reserved */
ACPI_SRAT_TYPE_GICC_AFFINITY
=
3
,
ACPI_SRAT_TYPE_RESERVED
=
4
/* 4 and greater are reserved */
};
/*
...
...
@@ -968,7 +969,7 @@ struct acpi_srat_cpu_affinity {
u32
flags
;
u8
local_sapic_eid
;
u8
proximity_domain_hi
[
3
];
u32
reserved
;
/* Reserved, must be zero */
u32
clock_domain
;
};
/* Flags */
...
...
@@ -1010,6 +1011,20 @@ struct acpi_srat_x2apic_cpu_affinity {
#define ACPI_SRAT_CPU_ENABLED (1)
/* 00: Use affinity structure */
/* 3: GICC Affinity (ACPI 5.1) */
struct
acpi_srat_gicc_affinity
{
struct
acpi_subtable_header
header
;
u32
proximity_domain
;
u32
acpi_processor_uid
;
u32
flags
;
u32
clock_domain
;
};
/* Flags for struct acpi_srat_gicc_affinity */
#define ACPI_SRAT_GICC_ENABLED (1)
/* 00: Use affinity structure */
/* Reset to default packing */
#pragma pack()
...
...
include/acpi/actbl3.h
浏览文件 @
2670e02a
...
...
@@ -310,10 +310,15 @@ struct acpi_gtdt_timer_entry {
u32
common_flags
;
};
/* Flag Definitions: timer_flags and virtual_timer_flags above */
#define ACPI_GTDT_GT_IRQ_MODE (1)
#define ACPI_GTDT_GT_IRQ_POLARITY (1<<1)
/* Flag Definitions: common_flags above */
#define ACPI_GTDT_GT_IS_SECURE_TIMER (1)
#define ACPI_GTDT_GT_ALWAYS_ON (1<<1)
#define ACPI_GTDT_GT_IS_SECURE_TIMER
(1)
#define ACPI_GTDT_GT_ALWAYS_ON
(1<<1)
/* 1: SBSA Generic Watchdog Structure */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录