Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1342253 > unrolled thread
| Started by | "Moore, Robert" <robert.moore@intel.com> |
|---|---|
| First post | 2016-02-24 18:40 +0100 |
| Last post | 2016-02-25 00:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [PATCH 12/15] ACPICA: ACPI 6.1: Add full support for this version of ACPI spec "Moore, Robert" <robert.moore@intel.com> - 2016-02-24 18:40 +0100
Re: [PATCH 12/15] ACPICA: ACPI 6.1: Add full support for this version of ACPI spec "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-02-25 00:20 +0100
| From | "Moore, Robert" <robert.moore@intel.com> |
|---|---|
| Date | 2016-02-24 18:40 +0100 |
| Subject | RE: [PATCH 12/15] ACPICA: ACPI 6.1: Add full support for this version of ACPI spec |
| Message-ID | <r5LzQ-7Sl-9@gated-at.bofh.it> |
> There are few things I see missing in this patch in your updates made to
> actbl1.h, I list them below:
>
> 1) Adding time stamp as you did breaks backwards compatibility (something
> we discovered during our testing). We tried to remedy this by adding a
> new version of the acpi_hest_generic_data structure. Note that we named
> it v3 to reflect this was the updated version number in ACPI 6.1. (see
> https://lkml.org/lkml/2016/2/5/549)
I used V300 in case there is ever some other 3xx version.
Plus, I made a full struct for the V300 case.
>
> 2) Missing definition of generic error data validation bits, needed to
> determine whether or not field being read are valid or not (see
> https://lkml.org/lkml/2016/2/5/549)
Done.
>
> 3) Need to extend acpi_hest_notify_types to add GPIO, SEA, SEI, and GSIV
> (see https://lkml.org/lkml/2016/2/5/545)
Done.
>
> 4) Also for the purpose of backwards compatibility, we needed to add both
> acpi_hest_generic and acpi_hest_generic_v2 to the structure "ghes",
> referencing the v2 pointer when needed.
> (https://lkml.org/lkml/2016/2/5/550)
This doesn't affect the ACPICA code (actbl1.h), I don't think.
>
> Can you please review the above patch series patches for comparison, and
> if in agreement, can you please update this patch to better align with the
> changes we need? We can rework our patch series to depend on your patch
> series (i.e. leaving actbl1.h untouched on our side).
>
> >
> >
> > /*********************************************************************
> > ********** @@ -1015,6 +1037,7 @@ struct acpi_nfit_memory_map {
> > #define ACPI_NFIT_MEM_NOT_ARMED (1<<3) /* 03: Memory Device
> is not armed */
> > #define ACPI_NFIT_MEM_HEALTH_OBSERVED (1<<4) /* 04: Memory Device
> observed SMART/health events */
> > #define ACPI_NFIT_MEM_HEALTH_ENABLED (1<<5) /* 05: SMART/health
> events enabled */
> > +#define ACPI_NFIT_MEM_MAP_FAILED (1<<6) /* 06: Mapping to
> SPA failed */
> >
> > /* 2: Interleave Structure */
> >
> > diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index
> > db46546..140886e 100644
> > --- a/include/acpi/actypes.h
> > +++ b/include/acpi/actypes.h
> > @@ -630,7 +630,8 @@ typedef u64 acpi_integer;
> > #define ACPI_NOTIFY_SHUTDOWN_REQUEST (u8) 0x0C
> > #define ACPI_NOTIFY_AFFINITY_UPDATE (u8) 0x0D
> >
> > -#define ACPI_NOTIFY_MAX 0x0D
> > +#define ACPI_GENERIC_NOTIFY_MAX 0x0D
> > +#define ACPI_SPECIFIC_NOTIFY_MAX 0x84
> >
> > /*
> > * Types associated with ACPI names and objects. The first group of
> >
>
> Harb
> --
> Qualcomm Technologies, Inc.
> on behalf of Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux
> Foundation Collaborative Project
[toc] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2016-02-25 00:20 +0100 |
| Subject | Re: [PATCH 12/15] ACPICA: ACPI 6.1: Add full support for this version of ACPI spec |
| Message-ID | <r5QSS-3l4-13@gated-at.bofh.it> |
| In reply to | #1342253 |
Hi Bob, On Wednesday, February 24, 2016 05:39:14 PM Moore, Robert wrote: > > > There are few things I see missing in this patch in your updates made to > > actbl1.h, I list them below: > > > > 1) Adding time stamp as you did breaks backwards compatibility (something > > we discovered during our testing). We tried to remedy this by adding a > > new version of the acpi_hest_generic_data structure. Note that we named > > it v3 to reflect this was the updated version number in ACPI 6.1. (see > > https://lkml.org/lkml/2016/2/5/549) > > I used V300 in case there is ever some other 3xx version. > > Plus, I made a full struct for the V300 case. > > > > > 2) Missing definition of generic error data validation bits, needed to > > determine whether or not field being read are valid or not (see > > https://lkml.org/lkml/2016/2/5/549) > > Done. > > > > > 3) Need to extend acpi_hest_notify_types to add GPIO, SEA, SEI, and GSIV > > (see https://lkml.org/lkml/2016/2/5/545) > > Done. OK Should I expect an update of the $subject patch, then, or will there be a new patch on top of it? Thanks, Rafael
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web