History log of /dragonfly/sys/dev/acpica/Makefile (Results 1 – 25 of 42)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0
# d0050dea 07-Dec-2021 Sascha Wildner <saw@online.de>

kernel/acpica: Clean up the module's .PATH a little bit more.


# b575b376 07-Dec-2021 Sascha Wildner <saw@online.de>

kernel/acpica: Remove some unneeded -I and .PATH from the Makefile.


# ac8179b5 25-Nov-2021 Sascha Wildner <saw@online.de>

kernel: Rename BUILDING_WITH_KERNEL to KERNBUILDDIR.

Fits better with e.g. KERNCONFDIR.

Add a small paragraph in kmod.mk which was taken from FreeBSD.


Revision tags: v6.0.1
# c719bfed 22-Aug-2021 Sascha Wildner <saw@online.de>

kernel/acpi: Remove the never used ACPI_NO_SEMAPHORES kernel option.


Revision tags: v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1
# 242cce04 08-Mar-2020 Sascha Wildner <saw@online.de>

Revert "Remove unneeded *_if.c from SRCS in kernel module Makefiles that have it."

This reverts commit 99bd8089615e30757d8327c0a5afe0b8fe69d337.

Oops, this seems to have broken a few things after a

Revert "Remove unneeded *_if.c from SRCS in kernel module Makefiles that have it."

This reverts commit 99bd8089615e30757d8327c0a5afe0b8fe69d337.

Oops, this seems to have broken a few things after all. I'll investigate better.

Reported-by: Peeter Must

show more ...


# 99bd8089 08-Mar-2020 Sascha Wildner <saw@online.de>

Remove unneeded *_if.c from SRCS in kernel module Makefiles that have it.

Those are always compiled into the kernel, per NORMAL_M in kern.pre.mk,
so they don't need to be in a module's SRCS. This re

Remove unneeded *_if.c from SRCS in kernel module Makefiles that have it.

Those are always compiled into the kernel, per NORMAL_M in kern.pre.mk,
so they don't need to be in a module's SRCS. This removes the few cases
where they were added by mistake.

show more ...


Revision tags: v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1
# 806343b9 28-Sep-2018 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20180927:

* Fix a regression in GPE support seen from the previous
"Stop unconditionally clearing ACPI IRQs during suspend/resume"
change.

* Update execution of

Sync ACPICA with Intel's version 20180927:

* Fix a regression in GPE support seen from the previous
"Stop unconditionally clearing ACPI IRQs during suspend/resume"
change.

* Update execution of _REG methods to be more conformant to the
ACPI spec.

* Update Generic Serial Bus implementation.

* In iasl, detect extraneous/reduntant usage of Offset() in Field
Unit lists.

For detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


Revision tags: v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1
# cf6b3eb1 01-Sep-2017 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20170831.

* Support for full 64-bit addresses in Generic Address Structure (GAS).

* PDTT table support.

* Support for octal constants in iasl(8).

* Various other

Sync ACPICA with Intel's version 20170831.

* Support for full 64-bit addresses in Generic Address Structure (GAS).

* PDTT table support.

* Support for octal constants in iasl(8).

* Various other fixes and improvements.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


Revision tags: v4.8.1
# 3c639e0c 28-Jul-2017 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20170728.

* Support in the resource walking code for _DMA.

* Various additions and improvements.

* Fix various bugs and regressions.

For a more detailed list, ple

Sync ACPICA with Intel's version 20170728.

* Support in the resource walking code for _DMA.

* Various additions and improvements.

* Fix various bugs and regressions.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


# 5e92dae6 08-Jul-2017 Sascha Wildner <saw@online.de>

kernel/acpi: Untangle the wakecode generation during buildkernel.

* Use file2c instead of hexdump and remove hexdump from the bootstrap
tools.

* Remove the nested make invocation and the genwakec

kernel/acpi: Untangle the wakecode generation during buildkernel.

* Use file2c instead of hexdump and remove hexdump from the bootstrap
tools.

* Remove the nested make invocation and the genwakecode.sh script
too. Instead, do all the steps from acpica's Makefile and
sys/conf/files.

* Finally, comment it all out because right now all of this isn't
used.

* This commit also silences a "Object directory not changed from
original" make warning.

Reported-by: zrj
Based-on: FreeBSD

show more ...


# 1093ca81 01-Jul-2017 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20170629.

We skipped 20170531 due to a regression in the processing of resource
descriptors (see https://bugs.acpica.org/show_bug.cgi?id=1391) which
is fixed in 2017

Sync ACPICA with Intel's version 20170629.

We skipped 20170531 due to a regression in the processing of resource
descriptors (see https://bugs.acpica.org/show_bug.cgi?id=1391) which
is fixed in 20170629.

* Support added for ACPI 6.2. Specification available at uefi.org.

* Fixes in ACPI table verification, signature validation, mutexes.

* Numerous other fixes and additions.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt

show more ...


# ec8acd8e 28-Apr-2017 Sascha Wildner <saw@online.de>

kernel/acpica: Remove obsolete comment in the Makefile.


Revision tags: v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# 56f51086 07-Feb-2017 Matthew Dillon <dillon@apollo.backplane.com>

build - Separate out CFLAGS for kernel & module build

* Make COPTFLAGS apply to module builds in addition to kernel builds.

* Implement a new make variable, KCFLAGS, for specifying overrides for

build - Separate out CFLAGS for kernel & module build

* Make COPTFLAGS apply to module builds in addition to kernel builds.

* Implement a new make variable, KCFLAGS, for specifying overrides for
kernel and module builds.

* Fixup the module build infrastructure to use KCFLAGS, and get rid of
infiltration from the more generic CFLAGS onto the kernel & modules
build.

show more ...


Revision tags: v4.6.1
# e5e174ad 04-Sep-2016 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20160831.

* Improve support for the so-called "module-level code".

* Fixed a possible mutex error during control method auto-serialization.

* Implemented two new t

Sync ACPICA with Intel's version 20160831.

* Improve support for the so-called "module-level code".

* Fixed a possible mutex error during control method auto-serialization.

* Implemented two new table handler events (table install/uninstall).

* New 'execute predef' subcommand in the AML debugger.

* Various issues fixed.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


Revision tags: v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0
# 0d27ae55 24-Apr-2016 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20160422.

* Fixed AcpiHwRead/AcpiHwWrite regression from 20160318. It was
insufficiently worked around by me in 3b9bfd22b87e14, but was
still causing issues with

Sync ACPICA with Intel's version 20160422.

* Fixed AcpiHwRead/AcpiHwWrite regression from 20160318. It was
insufficiently worked around by me in 3b9bfd22b87e14, but was
still causing issues with qemu (as reported by zrj).

* Support for I2cSerialBusV2, SpiSerialBusV2 and UartSerialBusV2.
The original non-V2 names are deprecated. V2 macros have one
new argument.

* Support for new integer field in _BIX's returned package object.

* New PCCT subtable (HW-Reduced Comm Subspace Type2).

* Various improvements to iASL.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

Tested-by: ivadasz, zrj

show more ...


Revision tags: v4.4.3
# 2ffe9f16 29-Mar-2016 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20160318.

* Arbitrary bit length and offset support for registers defined by the
Generic Address Structure.

* ASL's Concatenate operator now allows any ACPI objec

Sync ACPICA with Intel's version 20160318.

* Arbitrary bit length and offset support for registers defined by the
Generic Address Structure.

* ASL's Concatenate operator now allows any ACPI object to be passed
as an operand.

* Added "const" across the source.

* Various fixes and additions.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

Tested-by: ivadasz, tkusumi

show more ...


# dbd7d990 25-Mar-2016 Sascha Wildner <saw@online.de>

Revert "Sync ACPICA with Intel's version 20160318."

This reverts commit 9cefb7c89c63c495157c0c77d761030bf2bea9b0.

It is causing issues with acpi_timer which I need to investigate.
Revert it until t

Revert "Sync ACPICA with Intel's version 20160318."

This reverts commit 9cefb7c89c63c495157c0c77d761030bf2bea9b0.

It is causing issues with acpi_timer which I need to investigate.
Revert it until then so that people don't run into subtle issues.

show more ...


# 5c13c267 22-Mar-2016 Sascha Wildner <saw@online.de>

kernel: Remove an unused variable in acpi.ko's Makefile.

Spotted-by: ivadasz


# 9cefb7c8 20-Mar-2016 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20160318.

* Arbitrary bit length and offset support for registers defined by the
Generic Address Structure.

* ASL's Concatenate operator now allows any ACPI objec

Sync ACPICA with Intel's version 20160318.

* Arbitrary bit length and offset support for registers defined by the
Generic Address Structure.

* ASL's Concatenate operator now allows any ACPI object to be passed
as an operand.

* Added "const" across the source.

* Various fixes and additions.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

Tested-by: ivadasz, tkusumi

show more ...


Revision tags: v4.4.2, v4.4.1, v4.4.0
# 820c5b08 25-Nov-2015 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20151124.

* Silence warnings about non-existant _Sx methods because they are
optional. In fact, we already had a fix for this from sephe
(671882eba43).

* Fixed

Sync ACPICA with Intel's version 20151124.

* Silence warnings about non-existant _Sx methods because they are
optional. In fact, we already had a fix for this from sephe
(671882eba43).

* Fixed bugs in FADT handling and auto-serialization.

* Removed support for _SUB in AcpiGetObjectInfo because it caused
errors due to not fully initialized operation regions.

* Fixed issues with terminate/quit/exit commands in the debugger.
Also thread ID support was added to the debugger.

* Allow multiple definitions blocks in ASL/AML files for iasl,
acpiexec and acpixtract.

* Enhanced type checking for Name() in iasl. Also indent fixes for
-ic and -ia.

* Additional error message for attempting to open a Scope() on an
object defined in an SSDT.

* Improved formatting.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


Revision tags: v4.5.0, v4.4.0rc
# 2af72e0a 07-Nov-2015 Imre Vadász <imre@vdsz.com>

acpi_pvpanic: Notify Qemu VM host if we panic.

By default the virtual machine is stopped when the pvpanic is triggered.
For accessing ddb, the virtual machine execution then needs to be resumed
manu

acpi_pvpanic: Notify Qemu VM host if we panic.

By default the virtual machine is stopped when the pvpanic is triggered.
For accessing ddb, the virtual machine execution then needs to be resumed
manually (e.g. with the "cont" command on the Qemu-monitor console).

Triggering a pvpanic instead of just continuing to the ddb prompt can be
useful to avoid hogging the CPU while hanging in ddb, and to provide a
kernel panic notification for the VM-host system.

show more ...


# ac8ea0ad 12-Aug-2015 Sascha Wildner <saw@online.de>

i386 removal, part 34/x: Remove some i386 traces from the kernel.


Revision tags: v4.2.4, v4.3.1
# 267c04fd 18-Jul-2015 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20150717.

* Better partitioning between debugger and disassembler.

* Add 'Trace' command to the debugger.

* Add support for the TCPA table to compiler and template

Sync ACPICA with Intel's version 20150717.

* Better partitioning between debugger and disassembler.

* Add 'Trace' command to the debugger.

* Add support for the TCPA table to compiler and template generator.

* Fix '!!' command issue in the debugger. This had already been committed.

* Various cleanups and fixes.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


Revision tags: v4.2.3, v4.2.1, v4.2.0
# c000328c 15-Jun-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cpu/coretemp: Move sensor device from coretemp to acpi/cpu

So that more sensors from different drivers could attach to it.


Revision tags: v4.0.6, v4.3.0, v4.2.0rc
# b0d289c2 09-Jun-2015 Matthew Dillon <dillon@apollo.backplane.com>

build - Parallelize kernel module build

* Parallelize the module build portion of a full buildkernel.

* Decreases full kernel build times significantly. The build
is up to 3 times faster now.

*

build - Parallelize kernel module build

* Parallelize the module build portion of a full buildkernel.

* Decreases full kernel build times significantly. The build
is up to 3 times faster now.

* On monster full kernel build time goes from 10:48 to 3:04.

show more ...


12