aboutsummaryrefslogtreecommitdiff
path: root/utils/acpica-unix
Commit message (Collapse)AuthorAge
* acpica-unix: update to 20240321Rosen Penev2024-04-08
| | | | | | Remove PKG_CAT. No need for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* acpica-unix: add host buildFlorian Eckert2023-10-20
| | | | | | | In order to build additional acpi tables during the build process, this package needs to be build for the host. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* acpica-unix: Update to 20230628Philip Prindeville2023-07-02
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: Update to 20230331Philip Prindeville2023-04-07
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: backport pending patches to fix gcc12 build issueFlorian Eckert2023-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the compiler change of openwrt, from gcc version 11 to gcc version 12, we have now the following build errors. ../../../source/components/utilities/utdebug.c: In function 'AcpiUtInitStackPtrTrace': ../../../source/components/utilities/utdebug.c:188:31: error: storing the address of local variable 'CurrentSp' in 'AcpiGbl_EntryStackPointer' [-Werror=dangling-pointer=] 188 | AcpiGbl_EntryStackPointer = &CurrentSp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../../source/components/utilities/utdebug.c:185:29: note: 'CurrentSp' declared here 185 | ACPI_SIZE CurrentSp; | ^~~~~~~~~ In file included from ../../../source/include/acpi.h:173, from ../../../source/components/utilities/utdebug.c:154: ../../../source/include/acglobal.h:335:41: note: 'AcpiGbl_EntryStackPointer' declared here 335 | ACPI_GLOBAL (ACPI_SIZE *, AcpiGbl_EntryStackPointer); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../source/include/acpixf.h:188:17: note: in definition of macro 'ACPI_GLOBAL' 188 | extern type name | ^~~~ cc1: all warnings being treated as errors make[4]: *** [../Makefile.rules:20: obj/utdebug.o] Error 1 This is already issue opend in the the upstream project acpica. https://github.com/acpica/acpica/issues/771 There is already a fix available, but it has not yet been merged. https://github.com/acpica/acpica/pull/776 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* acpica-unix: remove autoreleaseFlorian Eckert2023-01-09
| | | | | | While we're at it, let's also remove the deprecated feature autorelease. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* acpica-unix: update to 20221020Florian Eckert2023-01-09
| | | | | | | | The latest upstream version has an incorrect file name (tar_0.gz). Therefore, there is an error when unpacking the acrhive, as this is not recognised correctly. To fix this, PKG_CAT is set. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* acpica-unix: Update to 20211217Philip Prindeville2022-01-01
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: add additional acpi programmsFlorian Eckert2021-10-08
| | | | | | | | | | | | | | This change adds the missing acpi programms for on target acpi development. * acpibin * acpiexamples * acpiexec * acpihelp * acpisrc * acpixtract * iasl Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* acpica: bump to 20210730Stijn Tintel2021-08-14
| | | | | | Fixes compilation with GCC 10. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* acpica-unix: update to 20181213Philip Prindeville2018-12-20
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: update to 20180929Philip Prindeville2018-09-30
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: Update to 20180629Rosen Penev2018-07-26
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* acpica-unix: update to 20180427Philip Prindeville2018-04-30
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: update to 20171215Philip Prindeville2017-12-17
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: update to 20170929Philip Prindeville2017-10-05
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: update to 20170831Philip Prindeville2017-09-05
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: update to 20170728Philip Prindeville2017-07-31
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica-unix: version bump and add parallel buildPhilip Prindeville2017-07-02
| | | | | | Also fix source URL. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* acpica: initial commitPhilip Prindeville2017-06-24
Add the UNIX-based ACPI utilities. For now, only "acpidump" seems to be useful on the target system. The others would only be of interest on the host system, and only then if one were developing BIOS. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>