aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-integration
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2014-12-04 12:42:41 +0000
committerGraeme Gregory <graeme.gregory@linaro.org>2014-12-04 12:42:41 +0000
commit164cf8960ec5a82220ac503a126d4178e480f391 (patch)
tree66b48ac6d311b1880d11f0b965bf056bb890bbae /meta-linaro-integration
parent7024ce004245c69007e2be574194eb77ea9cfc9d (diff)
fwts : update Upstream-Status for the patches to accepted
The 3 patches were accepted and expected to appear in 14.12.00 release Change-Id: I0b8e74b7079e825cefa01225f6e14877238e1359 Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
Diffstat (limited to 'meta-linaro-integration')
-rw-r--r--meta-linaro-integration/recipes-overlayed/fwts/files/0001-ACPI-improve-the-return-values-and-the-log-info-in-t.patch2
-rw-r--r--meta-linaro-integration/recipes-overlayed/fwts/files/0002-ACPI-add-the-hardware-reduced-mode-check-function-in.patch2
-rw-r--r--meta-linaro-integration/recipes-overlayed/fwts/files/0003-ACPI-a-missing-FACS-table-can-be-ignored-under-some.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-linaro-integration/recipes-overlayed/fwts/files/0001-ACPI-improve-the-return-values-and-the-log-info-in-t.patch b/meta-linaro-integration/recipes-overlayed/fwts/files/0001-ACPI-improve-the-return-values-and-the-log-info-in-t.patch
index 51280b0c..4138358e 100644
--- a/meta-linaro-integration/recipes-overlayed/fwts/files/0001-ACPI-improve-the-return-values-and-the-log-info-in-t.patch
+++ b/meta-linaro-integration/recipes-overlayed/fwts/files/0001-ACPI-improve-the-return-values-and-the-log-info-in-t.patch
@@ -9,7 +9,7 @@ Add the error log message for loading FACS/DSDT fail.
It is a prerequisite for ignoring a missing FACS table in hardware-reduced mode.
-Upstream-status: Pending
+Upstream-status: Accepted [14.12.00]
Signed-off-by: Fu Wei <fu.wei@linaro.org>
---
diff --git a/meta-linaro-integration/recipes-overlayed/fwts/files/0002-ACPI-add-the-hardware-reduced-mode-check-function-in.patch b/meta-linaro-integration/recipes-overlayed/fwts/files/0002-ACPI-add-the-hardware-reduced-mode-check-function-in.patch
index 62e74701..0e0805b8 100644
--- a/meta-linaro-integration/recipes-overlayed/fwts/files/0002-ACPI-add-the-hardware-reduced-mode-check-function-in.patch
+++ b/meta-linaro-integration/recipes-overlayed/fwts/files/0002-ACPI-add-the-hardware-reduced-mode-check-function-in.patch
@@ -6,7 +6,7 @@ Subject: [PATCH 2/3] ACPI: add the hardware reduced mode check function in
It is a prerequisite for ignoring a missing FACS table in hardware-reduced mode.
-Upstream-status: Pending
+Upstream-status: Accepted [14.12.00]
Signed-off-by: Fu Wei <fu.wei@linaro.org>
---
src/lib/include/fwts_acpi.h | 1 +
diff --git a/meta-linaro-integration/recipes-overlayed/fwts/files/0003-ACPI-a-missing-FACS-table-can-be-ignored-under-some.patch b/meta-linaro-integration/recipes-overlayed/fwts/files/0003-ACPI-a-missing-FACS-table-can-be-ignored-under-some.patch
index e36f02f4..2a545337 100644
--- a/meta-linaro-integration/recipes-overlayed/fwts/files/0003-ACPI-a-missing-FACS-table-can-be-ignored-under-some.patch
+++ b/meta-linaro-integration/recipes-overlayed/fwts/files/0003-ACPI-a-missing-FACS-table-can-be-ignored-under-some.patch
@@ -13,7 +13,7 @@ FIRMWARE_CTRL or X_FIRMWARE_CTRL fields _must_ be non-null.
This patch corrects the logic to ensure that a missing FACS is only
allowed under the proper circumstances.
-Upstream-status: Pending
+Upstream-status: Accepted [14.12.00]
Signed-off-by: Fu Wei <fu.wei@linaro.org>
---
src/acpi/acpitables/acpitables.c | 5 +++--