Skip to content

Commit

Permalink
RPi3: Update comments in build49/build5
Browse files Browse the repository at this point in the history
According to https://www.acpica.org/node/139, iASL v20170531 is the first version to support PinFunction().
  • Loading branch information
driver1998 authored and andreiw committed Jul 2, 2019
1 parent 53af537 commit 4bda0ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Scripts/build49
Expand Up @@ -31,12 +31,12 @@ BUILD_EPOCH=`date +%s`
#
# 1 - Use ACPI Standard PinFunction resource for pin muxing.
# Supported by Windows 10 v1903+
# Requires an updated build of iasl compiler.
# Requires iASL 20170531+
#
# 0 - Use Microsoft's proprietary MsftFunctionConfig for pin muxing. (Default)
# Supported by earlier versions of Windows 10
#
ACPI_PINFUNCTION=1
ACPI_PINFUNCTION=0

COMMON_OPTS="-DBUILD_EPOCH=$BUILD_EPOCH -DBUILD_DATE=$BUILD_DATE -DBUILD_COMMIT=$BUILD_COMMIT -DACPI_PINFUNCTION=$ACPI_PINFUNCTION"
TARGET="-a AARCH64 -t GCC49 -p RaspberryPiPkg/RaspberryPiPkg.dsc"
Expand Down
4 changes: 2 additions & 2 deletions Scripts/build5
Expand Up @@ -32,12 +32,12 @@ BUILD_EPOCH=`date +%s`
#
# 1 - Use ACPI Standard PinFunction resource for pin muxing.
# Supported by Windows 10 v1903+
# Requires an updated build of iasl compiler.
# Requires iASL 20170531+
#
# 0 - Use Microsoft's proprietary MsftFunctionConfig for pin muxing. (Default)
# Supported by earlier versions of Windows 10
#
ACPI_PINFUNCTION=1
ACPI_PINFUNCTION=0

COMMON_OPTS="-DBUILD_EPOCH=$BUILD_EPOCH -DBUILD_DATE=$BUILD_DATE -DBUILD_COMMIT=$BUILD_COMMIT -DACPI_PINFUNCTION=$ACPI_PINFUNCTION"
TARGET="-a AARCH64 -t GCC5 -p RaspberryPiPkg/RaspberryPiPkg.dsc"
Expand Down

0 comments on commit 4bda0ad

Please sign in to comment.