#
9d6c8e7f |
| 19-Aug-2024 |
Augustin Cavalier <waddlesplash@gmail.com> |
ACPICA: Fix modes of header files.
Change-Id: I760c264aec30bf5403ce0405be44ffa67bc64493 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8050 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
#
6dde014f |
| 11-Aug-2024 |
PulkoMandy <pulkomandy@pulkomandy.tk> |
ACPICA: update to 20240321
Change-Id: I7a763e212e9a658d7655ae0910e0d00559826121 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7998 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
|
#
15338de9 |
| 24-Nov-2023 |
PulkoMandy <pulkomandy@pulkomandy.tk> |
Update ACPICA to 20230628
Change-Id: I5cbe5fa52bcca13ef8308ae1d2a1b1c19afcfe7e Reviewed-on: https://review.haiku-os.org/c/haiku/+/7142 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by:
Update ACPICA to 20230628
Change-Id: I5cbe5fa52bcca13ef8308ae1d2a1b1c19afcfe7e Reviewed-on: https://review.haiku-os.org/c/haiku/+/7142 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
0ffed378 |
| 20-Jan-2021 |
Fredrik Holmqvist <fredrik.holmqvist@gmail.com> |
Upgrade ACPICA to 20210105 from 20181213
Many changes, some problems with sleep fixed See https://acpica.org/sites/acpica/files/changes_56.txt
Change-Id: I935eca34daac29f37a19c3fd1df5a0595ba4d862 R
Upgrade ACPICA to 20210105 from 20181213
Many changes, some problems with sleep fixed See https://acpica.org/sites/acpica/files/changes_56.txt
Change-Id: I935eca34daac29f37a19c3fd1df5a0595ba4d862 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3718 Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
show more ...
|
#
ff2e2f81 |
| 21-Jan-2018 |
Fredrik Holmqvist <fredrik.holmqvist@gmail.com> |
Upgrade to ACPICA 20180105
Tested on x86_64 and x86_gcc2, works on my machine and most likely fixes that was most likely due to missing lock sync in previous ACPI upgrade.
* Redid some of kallisti
Upgrade to ACPICA 20180105
Tested on x86_64 and x86_gcc2, works on my machine and most likely fixes that was most likely due to missing lock sync in previous ACPI upgrade.
* Redid some of kallisti5's work as it was easier to start from earlier version.
* Evaluating 64 bit physical addressing on 32 bit Haiku again as this was likely the cause of pagefaults (#12377): "Implemented internal support for full 64-bit addresses that appear in all Generic Address Structure (GAS) structures. Previously, only the lower 32 bits were used. Affects the use of GAS structures in the FADT and other tables, as well as the GAS structures passed to the AcpiRead and AcpiWrite public external interfaces that are used by drivers. Lv Zheng."
* Mostly bugfixes in ACPICA
show more ...
|
#
3f04c835 |
| 13-Jan-2018 |
Fredrik Holmqvist <fredrik.holmqvist@gmail.com> |
Revert "acpica: Upgrade to 20170303"
This reverts commit 0bc647d605e2731a1b88d970eb755c0a514df128.
|
#
0bc647d6 |
| 19-Mar-2017 |
Alexander von Gluck IV <kallisti5@unixzen.com> |
acpica: Upgrade to 20170303
Notable changes since 20160729: * Will be dual licensed going forward. We choose the Intel License. * Fixed two issues with auto-repair double-delete an internal obje
acpica: Upgrade to 20170303
Notable changes since 20160729: * Will be dual licensed going forward. We choose the Intel License. * Fixed two issues with auto-repair double-delete an internal object * New hook for sleep support (AcpiOsEnterSleep) * Fixed a regression introduced in 20160729, "FADT support cleanup" around early 64-bit address support. * Fixed a problem where runtime implicit conversion was incorrectly disabled for the ASL operators below. This brings the behavior into compliance with the ACPI specification: FromBCD,ToBCD,ToDecimalString,ToHexString,ToInteger,ToBuffer * Fixed a regression in the internal AcpiTbFindTable function where a non AE_OK exception could inadvertently be returned even if the function did not fail. This problem affects the following operators: DataTableRegion,LoadTable
show more ...
|
#
bab64f65 |
| 19-Feb-2016 |
Alexander von Gluck IV <Alex.vonGluck@r1soft.com> |
Merge remote-tracking branch 'upstream/master' into intel-extreme
|
#
b64e8511 |
| 17-Jan-2016 |
Fredrik Holmqvist <fredrik.holmqvist@gmail.com> |
Update ACPICA to 20160108, removed common.
Changelog: https://acpica.org/sites/acpica/files/changes_29.txt
* This is based on the upgrade waddlesplash aborted due to a bug in ACPICA which has sinc
Update ACPICA to 20160108, removed common.
Changelog: https://acpica.org/sites/acpica/files/changes_29.txt
* This is based on the upgrade waddlesplash aborted due to a bug in ACPICA which has since been fixed. * Some ACPICA code is excluded until needed. (You may want to compare our acpica dir to ACPICA if you are missing functions.)
show more ...
|
#
e226d1d0 |
| 13-Sep-2015 |
Fredrik Holmqvist <fredrik.holmqvist@gmail.com> |
Update ACPICA to 20150818.
Previous update was 20140724. Changes at: https://acpica.org/sites/acpica/files/changes_25.txt
|