Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31431 )
Change subject: ACPI: Correct asl_compiler_revision value
......................................................................
Patch Set 2:
(1 comment)
I like the idea overall. I think we should get the version directly from the compiler, then encode it as BCD.
We can add the code to get the compiler version into genbuild_h:
iasl -v | grep version | sed 's/.*version //'
This is a good first step to that though.
Thanks!
https://review.coreboot.org/#/c/31431/2/src/arch/x86/include/arch/acpi.h
File src/arch/x86/include/arch/acpi.h:
https://review.coreboot.org/#/c/31431/2/src/arch/x86/include/arch/acpi.h@74
PS2, Line 74: 20190108
maybe use BCD - 0x20190108 ?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31431
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I91b54b43c8bb5cb17ff86a6d9afa95f265ee49df
Gerrit-Change-Number: 31431
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Alexander Couzens
lynxis@fe80.eu
Gerrit-Reviewer: David Guckian
Gerrit-Reviewer: David Guckian
david.guckian@intel.com
Gerrit-Reviewer: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Huang Jin
huang.jin@intel.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: York Yang
york.yang@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Martin Roth
martinroth@google.com
Gerrit-Comment-Date: Sat, 16 Feb 2019 21:55:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment