ACK: [PATCH 2/4] lib: acpi: add in new GICC table fwts_acpi_table_gicc_affinity

Alex Hung alex.hung at canonical.com
Wed Jun 17 07:28:12 UTC 2015


On 06/15/2015 05:04 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> We need to add the new GICC for SRAT testing
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/lib/include/fwts_acpi.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
> index 5096bfd..2637c91 100644
> --- a/src/lib/include/fwts_acpi.h
> +++ b/src/lib/include/fwts_acpi.h
> @@ -279,6 +279,15 @@ typedef struct {
>  	uint32_t	reserved2;
>  } __attribute__ ((packed)) fwts_acpi_table_local_x2apic_affinity;
>  
> +typedef struct {
> +	uint8_t		type;
> +	uint8_t		length;
> +	uint32_t	proximity_domain;
> +	uint32_t	acpi_processor_uid;
> +	uint32_t	flags;
> +	uint32_t	clock_domain;
> +} __attribute__ ((packed)) fwts_acpi_table_gicc_affinity;
> +
>  /* from 3.2.4 The ACPI 2.0 HPET Description Table (HPET) http://www.intel.com/hardwaredesign/hpetspec_1.pdf */
>  
>  typedef struct {
> 


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list