Skip to content

Commit

Permalink
ACPICA: Update Status field for BGRT table
Browse files Browse the repository at this point in the history
ACPICA commit dbc6a3d5ff22df730cc81802af0422bb64b19347

Orientation flags added. ACPI 6.2

Link: https://github.com/acpica/acpica/commit/dbc6a3d5
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Jun 12, 2017
1 parent a69b438 commit da22b8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/acpi/actbl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ struct acpi_table_bgrt {
u32 image_offset_y;
};

/* Flags for Status field above */

#define ACPI_BGRT_DISPLAYED (1)
#define ACPI_BGRT_ORIENTATION_OFFSET (3 << 1)

/*******************************************************************************
*
* DRTM - Dynamic Root of Trust for Measurement table
Expand Down

0 comments on commit da22b8e

Please sign in to comment.