coreboot/src
Elyes HAOUAS 0cca6e24b7 ACPI: Fix DSDT's revision field
DSDT revision is =1 for ACPI v1 and =2 for greater ACPI version.
This will cause the AML interpreter to use 32-bit integers and math
if the version is 1, and 64-bit if the version is >=2.
Current spec version is 2 for ACPI 6.2-a.

Change-Id: I77372882d5c77b7ed52dcdd88028403df6f6fa7f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29626
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-11-21 12:12:04 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
commonlib src: Get rid of duplicated includes 2018-11-16 09:50:03 +00:00
console console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS 2018-10-18 12:50:41 +00:00
cpu src/cpu/intel/Kconfig: Remove dead source 2018-11-21 12:10:19 +00:00
device src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
drivers drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IO 2018-11-20 17:48:30 +00:00
ec src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
include SMBIOS: Remove duplicated smbios_memory_type enum 2018-11-16 15:48:04 +00:00
lib src: Remove unneeded include <lib.h> 2018-11-16 09:50:51 +00:00
mainboard ACPI: Fix DSDT's revision field 2018-11-21 12:12:04 +00:00
northbridge nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig 2018-11-21 12:08:22 +00:00
security src: Remove unneeded include <cbmem.h> 2018-11-16 10:56:47 +00:00
soc soc/intel/braswell: Disable OS use of HPET 2018-11-21 12:08:45 +00:00
southbridge northbridge/intel/fsp_*: Remove legacy SoCs 2018-11-19 15:43:37 +00:00
superio src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
vendorcode northbridge/intel/fsp_*: Remove legacy SoCs 2018-11-19 15:43:37 +00:00
Kconfig soc/intel/.../Kconfig: Move GPIO debug option into debug menu 2018-11-18 21:20:58 +00:00